You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For an extension named `example`, this resolves to:
19
+
20
+
- Script: `/usr/local/lib/snmpd/example`
21
+
- Config: `/etc/snmp/extension/example.yaml`
22
+
- Output: `/run/snmp/extension/example.json`
23
+
24
+
Extensions that need different arguments should install a systemd drop-in override for their specific instance.
25
+
26
+
The units include `Documentation=` metadata for the shared common units and the extension-specific directory. The service also sets `SyslogIdentifier=librenms-snmp-extension-%i` so logs can be filtered per extension instance.
27
+
28
+
## Enable An Extension
29
+
30
+
Install the shared units to `/etc/systemd/system/`, then enable the timer for the extension instance:
0 commit comments