9b27efdcc2
The -sv2 suffix was used to differentiate SNMP Dockers when we transitioned from "SONiCv1" to "SONiCv2", about four years ago. The old Docker materials were removed long ago; there is no need to keep this suffix. Removing it aligns the name with all the other Dockers.
16 lines
606 B
Plaintext
16 lines
606 B
Plaintext
###############################################################################
|
|
## Monit configuration for lldp container
|
|
## process list:
|
|
## lldpd
|
|
## lldp-syncd
|
|
## lldpmgrd
|
|
###############################################################################
|
|
check process lldpd_monitor matching "lldpd: "
|
|
if does not exist for 5 times within 5 cycles then alert
|
|
|
|
check process lldp_syncd matching "python2 -m lldp_syncd"
|
|
if does not exist for 5 times within 5 cycles then alert
|
|
|
|
check process lldpmgrd matching "python /usr/bin/lldpmgrd"
|
|
if does not exist for 5 times within 5 cycles then alert
|