mirror of
				https://github.com/Telecominfraproject/ols-nos.git
				synced 2025-10-30 01:32:35 +00:00 
			
		
		
		
	 5d5d5739c2
			
		
	
	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.
		
			
				
	
	
		
			12 lines
		
	
	
		
			430 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			430 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
 | |
| DPATH       := $($(DOCKER_SNMP)_PATH)
 | |
| DEP_FILES   := $(SONIC_COMMON_FILES_LIST) rules/docker-snmp.mk rules/docker-snmp.dep
 | |
| DEP_FILES   += $(SONIC_COMMON_BASE_FILES_LIST)
 | |
| DEP_FILES   += $(shell git ls-files $(DPATH))
 | |
| 
 | |
| $(DOCKER_SNMP)_CACHE_MODE  := GIT_CONTENT_SHA
 | |
| $(DOCKER_SNMP)_DEP_FLAGS   := $(SONIC_COMMON_FLAGS_LIST)
 | |
| $(DOCKER_SNMP)_DEP_FILES   := $(DEP_FILES)
 | |
| 
 | |
| $(eval $(call add_dbg_docker,$(DOCKER_SNMP),$(DOCKER_SNMP_DBG)))
 |