Added docs to utilise distro script

This commit is contained in:
laf 2016-08-10 19:04:34 +01:00
parent e09f5c552c
commit 428ef0ac26
4 changed files with 20 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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