From ff4dcd5678cfb0e1a601e74fc36a4f5364807c91 Mon Sep 17 00:00:00 2001 From: Avinash Kumar Date: Sat, 3 Oct 2020 21:56:41 +0530 Subject: [PATCH] icecast doc correction (#12183) --- doc/Extensions/Applications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Extensions/Applications.md b/doc/Extensions/Applications.md index 71e0f345d2..7a2f279b94 100644 --- a/doc/Extensions/Applications.md +++ b/doc/Extensions/Applications.md @@ -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`