icecast doc correction (#12183)

This commit is contained in:
Avinash Kumar
2020-10-03 21:56:41 +05:30
committed by GitHub
parent 173ca83018
commit ff4dcd5678

View File

@@ -786,7 +786,7 @@ Shell script that reports load average/memory/open-files stats of Icecast
1. Copy the shell script, icecast-stats.sh, to the desired host (the host must be added to LibreNMS devices)
```
wget https://github.com/librenms/librenms-agent/raw/master/snmp/icecast-stats.sh -O /etc/snmp/icecast-stats.sh)
wget https://github.com/librenms/librenms-agent/raw/master/snmp/icecast-stats.sh -O /etc/snmp/icecast-stats.sh
```
2: Make the script executable `chmod +x /etc/snmp/icecast-stats.sh`