mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added docs to utilise distro script
This commit is contained in:
@@ -126,7 +126,11 @@ vim /etc/snmpd/snmpd.conf
|
||||
|
||||
Edit the text which says `RANDOMSTRINGGOESHERE` and set your own community string.
|
||||
|
||||
`service snmpd restart`
|
||||
```bash
|
||||
curl -o /usr/bin/distro https://raw.githubusercontent.com/librenms/librenms-agent/master/snmp/distro
|
||||
chmod +x /usr/bin/distro
|
||||
service snmpd restart
|
||||
```
|
||||
|
||||
#### Cron job
|
||||
|
||||
|
||||
@@ -137,7 +137,11 @@ vim /etc/snmpd/snmpd.conf
|
||||
|
||||
Edit the text which says `RANDOMSTRINGGOESHERE` and set your own community string.
|
||||
|
||||
`service snmpd restart`
|
||||
```bash
|
||||
curl -o /usr/bin/distro https://raw.githubusercontent.com/librenms/librenms-agent/master/snmp/distro
|
||||
chmod +x /usr/bin/distro
|
||||
service snmpd restart
|
||||
```
|
||||
|
||||
#### Cron job
|
||||
|
||||
|
||||
@@ -110,7 +110,11 @@ vim /etc/snmpd.conf
|
||||
|
||||
Edit the text which says `RANDOMSTRINGGOESHERE` and set your own community string.
|
||||
|
||||
`service snmpd restart`
|
||||
```bash
|
||||
curl -o /usr/bin/distro https://raw.githubusercontent.com/librenms/librenms-agent/master/snmp/distro
|
||||
chmod +x /usr/bin/distro
|
||||
service snmpd restart
|
||||
```
|
||||
|
||||
#### Cron job
|
||||
|
||||
|
||||
@@ -113,7 +113,11 @@ vim /etc/snmpd.conf
|
||||
|
||||
Edit the text which says `RANDOMSTRINGGOESHERE` and set your own community string.
|
||||
|
||||
`service snmpd restart`
|
||||
```bash
|
||||
curl -o /usr/bin/distro https://raw.githubusercontent.com/librenms/librenms-agent/master/snmp/distro
|
||||
chmod +x /usr/bin/distro
|
||||
service snmpd restart
|
||||
```
|
||||
|
||||
#### Cron job
|
||||
|
||||
|
||||
Reference in New Issue
Block a user