sonic-buildimage/platform/generic/rules.mk
Joe LeVeque 5d5d5739c2
[dockers] Rename 'docker-snmp-sv2' to 'docker-snmp' (#4699)
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.
2020-06-11 16:04:23 -07:00

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)