checking /srv on client-hosts instead of /srv/diskimages
This commit is contained in:
parent
f00d6f85d1
commit
708a4c60d0
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
command[check_disk_/]={{ libdir }}/nagios/plugins/check_disk -w 15% -c 10% -p /
|
||||
command[check_disk_/boot]={{ libdir }}/nagios/plugins/check_disk -w 15% -c 10% -p /boot
|
||||
command[check_disk_/srv/cache/lookaside]={{ libdir }}/nagios/plugins/check_disk -w 20% -c 10% -p /srv/cache/lookaside
|
||||
command[check_disk_/srv/diskimages]=/usr/lib64/nagios/plugins/check_disk -w 20% -c 10% -p /srv/diskimages
|
||||
command[check_disk_/srv]=/usr/lib64/nagios/plugins/check_disk -w 20% -c 10% -p /srv
|
||||
command[check_disk_/srv/buildmaster]=/usr/lib64/nagios/plugins/check_disk -w 20% -c 10% -p /srv/buildmaster
|
||||
command[check_disk_/srv/taskotron]=/usr/lib64/nagios/plugins/check_disk -w 20% -c 10% -p /srv/taskotron
|
||||
|
|
|
@ -29,8 +29,8 @@ define service {
|
|||
|
||||
define service {
|
||||
host_name qa10.qa, qa11.qa, qa12.qa, qa13.qa
|
||||
service_description Disk Space /srv/diskimages
|
||||
check_command check_by_nrpe!check_disk_/srv/diskimages
|
||||
service_description Disk Space /srv
|
||||
check_command check_by_nrpe!check_disk_/srv
|
||||
use disktemplate
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue