and we need to use real directories
This commit is contained in:
parent
cd1157b42d
commit
bb880fdaef
2 changed files with 3 additions and 3 deletions
|
@ -70,8 +70,8 @@ define service {
|
|||
|
||||
define service {
|
||||
hostgroup_name people
|
||||
service_description Disk space /projects
|
||||
check_command check_by_nrpe!check_disk_/projects/
|
||||
service_description Disk space /project
|
||||
check_command check_by_nrpe!check_disk_/project/
|
||||
use disktemplate
|
||||
}
|
||||
|
||||
|
|
|
@ -301,7 +301,7 @@ command[check_disk_/srv/taskotron]=/usr/lib64/nagios/plugins/check_disk -w 20% -
|
|||
command[check_disk_/var/lib64/mock]=/usr/lib64/nagios/plugins/check_disk -w 20% -c 10% -p /var/lib/mock
|
||||
command[check_disk_/var/log]=/usr/lib64/nagios/plugins/check_disk -w 15% -c 10% -p /var/log
|
||||
command[check_disk_/srv/cache/lookaside]=/usr/lib64/nagios/plugins/check_disk -w 20% -c 10% -p /srv/cache/lookaside
|
||||
command[check_disk_/projects/]=/usr/lib64/nagios/plugins/check_disk -w 5% -c 1% -p /projects/
|
||||
command[check_disk_/project/]=/usr/lib64/nagios/plugins/check_disk -w 5% -c 1% -p /project/
|
||||
command[check_disk_/var/lib/registry]=/usr/lib64/nagios/plugins/check_disk -w 20% -c 10% -p /projects/
|
||||
command[check_zombie_procs]=/usr/lib64/nagios/plugins/check_procs -w 15 -c 25 -s Z
|
||||
command[check_total_procs]=/usr/lib64/nagios/plugins/check_procs -w 900 -c 1000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue