Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
:
playground
:
monitoring
>
nrpe3
> nrpe-default-config.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File nrpe-default-config.patch of Package nrpe3 (Revision 9)
Currently displaying revision
9
,
show latest
--- sample-config/nrpe.cfg.in.orig 2019-10-15 10:41:44.460555712 +0200 +++ sample-config/nrpe.cfg.in 2019-10-15 12:53:23.362712336 +0200 @@ -169,7 +169,7 @@ # without asking for a password. If you do this, make sure you don't give # random users write access to that directory or its contents! -# command_prefix=/usr/bin/sudo +command_prefix=/usr/bin/sudo # MAX COMMANDS @@ -232,7 +232,7 @@ # ADH or 2 to require ADH. 1 is currently the default but will be changed # in a later version. -#ssl_use_adh=1 +ssl_use_adh=2 # SSL CIPHER LIST # This lists which ciphers can be used. For backward compatibility, this @@ -307,10 +307,10 @@ # This is by far the most secure method of using NRPE command[check_users]=@pluginsdir@/check_users -w 5 -c 10 -command[check_load]=@pluginsdir@/check_load -r -w .15,.10,.05 -c .30,.25,.20 +command[check_load]=@pluginsdir@/check_load -r -w 15,10,05 -c 30,25,20 command[check_hda1]=@pluginsdir@/check_disk -w 20% -c 10% -p /dev/hda1 command[check_zombie_procs]=@pluginsdir@/check_procs -w 5 -c 10 -s Z -command[check_total_procs]=@pluginsdir@/check_procs -w 150 -c 200 +command[check_total_procs]=@pluginsdir@/check_procs -w 450 -c 500 # The following examples allow user-supplied arguments and can @@ -372,5 +372,6 @@ #include_dir=<someotherdirectory> include_dir=/etc/nrpe.d/ - +include=/etc/nagios/nrpe_local.cfg +include_dir=/etc/nagios/nrpe.d