Files
librenms-librenms/snmpd.conf.example
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
880 B
Plaintext
Raw Normal View History

2014-10-25 08:44:51 +10:00
# Change RANDOMSTRINGGOESHERE to your preferred SNMP community string
com2sec readonly default RANDOMSTRINGGOESHERE
2009-11-30 16:06:30 +00:00
group MyROGroup v2c readonly
view all included .1 80
access MyROGroup "" any noauth exact all none none
syslocation Rack, Room, Building, City, Country [Lat, Lon]
2009-11-30 16:06:30 +00:00
syscontact Your Name <your@email.address>
#OS Distribution Detection
2020-10-06 07:37:46 -05:00
extend distro /usr/bin/distro
#Hardware Detection
# (uncomment for x86 platforms)
2020-10-06 07:37:46 -05:00
#extend manufacturer '/bin/cat /sys/devices/virtual/dmi/id/sys_vendor'
#extend hardware '/bin/cat /sys/devices/virtual/dmi/id/product_name'
2020-10-06 07:37:46 -05:00
#extend serial '/bin/cat /sys/devices/virtual/dmi/id/product_serial'
# (uncomment for ARM platforms)
#extend hardware '/bin/cat /sys/firmware/devicetree/base/model'
#extend serial '/bin/cat /sys/firmware/devicetree/base/serial-number'