Skip to content

Commit

Permalink
Fix for check_disk thresholds in sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Galstad committed Aug 2, 2007
1 parent 3a73db4 commit be0e8ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ NRPE Changelog
2.x - ??/??/2007
----------------
- Fixed bug with --with-nrpe-group configure script option (Graham Collinson)
- Fixed bug with check_disk thresholds in sample config file (Patric Wust)



Expand Down
2 changes: 1 addition & 1 deletion sample-config/nrpe.cfg.in
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ connection_timeout=300

command[check_users]=@libexecdir@/check_users -w 5 -c 10
command[check_load]=@libexecdir@/check_load -w 15,10,5 -c 30,25,20
command[check_hda1]=@libexecdir@/check_disk -w 20 -c 10 -p /dev/hda1
command[check_hda1]=@libexecdir@/check_disk -w 20% -c 10% -p /dev/hda1
command[check_zombie_procs]=@libexecdir@/check_procs -w 5 -c 10 -s Z
command[check_total_procs]=@libexecdir@/check_procs -w 150 -c 200

Expand Down

0 comments on commit be0e8ab

Please sign in to comment.