nagios/etc: exclusion tracefs de check_disks
This commit is contained in:
parent
6aeaab8a38
commit
6363625979
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Commandes de base pour serveur Linux
|
# Commandes de base pour serveur Linux
|
||||||
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_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 -X tracefs
|
||||||
command[check_load]=/usr/lib/nagios/plugins/check_load -w 1,1,1 -c 3,2,2
|
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
|
command[check_network_volume]=/usr/local/share/scripts-admin/nagios/check_network_volume.sh
|
||||||
command[check_swaping]=/usr/local/share/scripts-admin/nagios/check_swaping.sh
|
command[check_swaping]=/usr/local/share/scripts-admin/nagios/check_swaping.sh
|
||||||
|
|
Loading…
Reference in a new issue