summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/snmpd.config4
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/snmpd.config b/etc/snmpd.config
index eba575b..60fad34 100644
--- a/etc/snmpd.config
+++ b/etc/snmpd.config
@@ -6,7 +6,6 @@
#
# Set some common variables
#
-host := foobar
location := "Room 200"
contact := "sysmeister@example.com"
system := 1 # FreeBSD
@@ -43,8 +42,7 @@ begemotSnmpdCommunityString.0.1 = $(read)
begemotSnmpdCommunityDisable = 1
# open standard SNMP ports
-begemotSnmpdPortStatus.[$(host)].161 = 1
-begemotSnmpdPortStatus.127.0.0.1.161 = 1
+begemotSnmpdPortStatus.0.0.0.0.161 = 1
# open a unix domain socket
begemotSnmpdLocalPortStatus."/var/run/snmpd.sock" = 1
OpenPOWER on IntegriCloud