6 lines
413 B
Plaintext
6 lines
413 B
Plaintext
###############################################################################
|
|
## Monit configuration for snmp container
|
|
###############################################################################
|
|
check program container_memory_snmp with path "/usr/bin/memory_checker snmp 4294967296"
|
|
if status == 3 for 10 times within 20 cycles then exec "/usr/bin/docker exec snmp supervisorctl restart snmp-subagent"
|