79bda7d0d6
Signed-off-by: Nazarii Hnydyn <nazariig@nvidia.com>
12 lines
548 B
Plaintext
12 lines
548 B
Plaintext
###############################################################################
|
|
## Monit configuration for snmp container
|
|
## process list:
|
|
## snmpd
|
|
## snmpd_subagent
|
|
###############################################################################
|
|
check program snmp|snmpd with path "/usr/bin/process_checker snmp /usr/sbin/snmpd"
|
|
if status != 0 for 5 times within 5 cycles then alert
|
|
|
|
check program snmp|snmp_subagent with path "/usr/bin/process_checker snmp python3 -m sonic_ax_impl"
|
|
if status != 0 for 5 times within 5 cycles then alert
|