check_linux_memory: adding OOMKill detection
This commit is contained in:
parent
160c938744
commit
1d609af762
2 changed files with 21 additions and 4 deletions
|
@ -4,6 +4,7 @@ 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_memory.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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue