Merge pull request #3170 from ekoyle/snmp_trap_doc

Add doc stub for SNMP trap handling
This commit is contained in:
Neil Lathwood
2016-03-05 11:34:20 +00:00

View File

@@ -0,0 +1,16 @@
# SNMP trap handling
Currently, librenms only supports port up/down SNMP traps. Traps are handled via snmptrapd.
## Configure snmptrapd
Install snmptrapd via your package manager.
In `/etc/snmp/snmptrapd.conf`, add something like the following:
```text
traphandle default /opt/librenms/snmptrap.php
```
Along with any necessary configuration to receive the traps from your devices (community, etc.)