Skip to content

Commit

Permalink
nrpe.cfg.in thresholds for check_load
Browse files Browse the repository at this point in the history
Please refer to NagiosEnterprises#171
Even if it's not simple set general cpu_load thresholds for every system, I suggest to increase these values because are too low.
Generally, 1 for core is considered the bottleneck, so I suggest these new values.
  • Loading branch information
frayber committed Feb 19, 2019
1 parent 56492da commit a9c5fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-config/nrpe.cfg.in
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ connection_timeout=300
# 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 .9,.8,.7 -c 1,.9,.8
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
Expand Down

0 comments on commit a9c5fd1

Please sign in to comment.