1
0
Fork 0

nagios/etc: check_disk: ignore reserved space in perfdata

This commit is contained in:
Chl 2021-04-22 14:37:52 +02:00
parent b01ae66304
commit 2d818412b2

View file

@ -1,5 +1,5 @@
# Commandes de base pour serveur Linux
command[check_disks]=/usr/lib/nagios/plugins/check_disk -w 10% -c 5% -W 50% -K 5% -l -X tmpfs -X devpts -X usbfs
command[check_disks]=/usr/lib/nagios/plugins/check_disk -f -w 10% -c 5% -W 50% -K 5% -l -X tmpfs -X devpts -X usbfs -X nsfs -X overlay
command[check_load]=/usr/lib/nagios/plugins/check_load -w 1,1,1 -c 3,2,2
command[check_network_volume]=/usr/local/share/scripts-admin/nagios/check_network_volume.sh