mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-21 00:22:02 +02:00
17 lines
407 B
Markdown
17 lines
407 B
Markdown
# 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.)
|
|
|