11 lines
893 B
INI
11 lines
893 B
INI
# 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
|
|
command[check_swap]=/usr/lib/nagios/plugins/check_swap -w 60% -c 30%
|
|
command[check_linux_memory]=/usr/local/share/scripts-admin/nagios/check_linux_memory2.sh
|
|
|
|
# Petite commande temporaire pour étudier souci neighbour table overflow
|
|
command[check_network-neighbour-table]=/usr/local/share/scripts-admin/nagios/check_network-neighbour-table.sh
|