12 lines
487 B
Plaintext
12 lines
487 B
Plaintext
|
###############################################################################
|
||
|
## Monit configuration for snmp container
|
||
|
## process list:
|
||
|
## snmpd
|
||
|
## snmpd_subagent
|
||
|
###############################################################################
|
||
|
check process snmpd matching "/usr/sbin/snmpd -f"
|
||
|
if does not exist for 5 times within 5 cycles then alert
|
||
|
|
||
|
check process snmp_subagent matching "python3.6 -m sonic_ax_impl"
|
||
|
if does not exist for 5 times within 5 cycles then alert
|