Update 'snmp.sh'

This commit is contained in:
2019-08-22 18:40:57 -04:00
parent 7a240299c6
commit 77a4f3ba08

View File

@@ -2,6 +2,10 @@
# install snmp monitoring and configures it
# createUser <username> SHA "<auth password>" AES "<priv password>"
# rouser <username>
# #rwuser <username>
# make sure we are running as sudo
if [ "$EUID" -ne 0 ]; then
echo "Please run as root"