5d5d5739c2
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. Also edit Monit configuration to detect proper snmp-subagent command line in Buster, and make snmpd command line matching more robust.
11 lines
298 B
Makefile
11 lines
298 B
Makefile
include $(PLATFORM_PATH)/aboot-image.mk
|
|
include $(PLATFORM_PATH)/onie-image.mk
|
|
|
|
SONIC_ALL += $(DOCKER_DATABASE) \
|
|
$(DOCKER_SNMP) \
|
|
$(DOCKER_LLDP) \
|
|
$(DOCKER_PLATFORM_MONITOR) \
|
|
$(DOCKER_DHCP_RELAY) \
|
|
$(DOCKER_PTF) \
|
|
$(SONIC_GENERIC_ONIE_IMAGE)
|