nagios: adding check_diskstats.sh
This commit is contained in:
parent
e48cc16b01
commit
899c8e1efe
2 changed files with 156 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
# 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 devtmpfs -X usbfs -X nsfs -X overlay -X tracefs
|
||||
command[check_diskstats]=/usr/local/share/scripts-admin/nagios/check_diskstats.sh -i 0 -I 5 -d 'sd?' -d 'vd?'
|
||||
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_swaping]=/usr/local/share/scripts-admin/nagios/check_swaping.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue