From cd93b800dbdbe3d49866915cca98c8b3f6b8cc34 Mon Sep 17 00:00:00 2001 From: nemo Date: Sat, 30 Mar 2019 16:18:28 +0100 Subject: [PATCH] Add comments --- recipes/recipe_check_snmp_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/recipe_check_snmp_config.sh b/recipes/recipe_check_snmp_config.sh index 061e4c6..9f6df0c 100644 --- a/recipes/recipe_check_snmp_config.sh +++ b/recipes/recipe_check_snmp_config.sh @@ -3,7 +3,7 @@ echo -e "------------ ${BLUE}CHECK SNMP BASIC CONFIG${NC} ------------" echo -e "-------------------------------------------------\n" # This does NOT check if SNMP 'monitoring server' has configured this machine -# Check /etc/snmp/snmpd.conf config file +# Check /etc/snmp/snmpd.conf config file agentAddress, rocommunity and trapsink/trap2sink parameters echo -e "Check ${BLUE}SNMPD${NC} config file /etc/snmp/snmpd.conf" # Check if agentAddress exist but different than expected (success if return code = 1)