mirror of
https://github.com/librenms/librenms-agent.git
synced 2024-05-09 09:54:52 +00:00
typo: Fix systemd.py Installation step (#441)
This commit is contained in:
committed by
GitHub
parent
dea0b7176e
commit
f0d1b10e57
@@ -10,7 +10,7 @@
|
||||
# 1. Copy this script to /etc/snmp/ and make it executable:
|
||||
# chmod +x /etc/snmp/systemd.py
|
||||
# 2. Edit your snmpd.conf and include:
|
||||
# extend systemdd /etc/snmp/systemd.py
|
||||
# extend systemd /etc/snmp/systemd.py
|
||||
# 3. (Optional) Create a /etc/snmp/systemd.json file and specify:
|
||||
# a.) "systemctl_cmd" - String path to the systemctl binary ["/usr/bin/systemctl"]
|
||||
# b.) "include_inactive_units" - True/False string to include inactive units in
|
||||
|
Reference in New Issue
Block a user