From 77a4f3ba088b96e65fb257a2112b67271dcd4fef Mon Sep 17 00:00:00 2001 From: jgaunt Date: Thu, 22 Aug 2019 18:40:57 -0400 Subject: [PATCH] Update 'snmp.sh' --- snmp.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/snmp.sh b/snmp.sh index 89cf55f..4b522d2 100644 --- a/snmp.sh +++ b/snmp.sh @@ -2,6 +2,10 @@ # install snmp monitoring and configures it +# createUser SHA "" AES "" +# rouser +# #rwuser + # make sure we are running as sudo if [ "$EUID" -ne 0 ]; then echo "Please run as root"