Fix lookaside disk check to use libdir
This commit is contained in:
parent
0243923759
commit
2406b0f8dc
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
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]=/usr/lib/nagios/plugins/check_disk -w 20% -c 10% -p /srv/cache/lookaside
|
||||
command[check_disk_/srv/cache/lookaside]={{ libdir }}/nagios/plugins/check_disk -w 20% -c 10% -p /srv/cache/lookaside
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue