From 5966eaec8d640fbd97997c1f4239f21dc1d4278a Mon Sep 17 00:00:00 2001 From: FTBZ Date: Fri, 9 Jun 2017 12:38:20 +0200 Subject: [PATCH] docs: Added note to configure mod_status for Apache application (#6810) --- doc/Extensions/Applications.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/Extensions/Applications.md b/doc/Extensions/Applications.md index 40c0b1482a..1df5f6dd45 100644 --- a/doc/Extensions/Applications.md +++ b/doc/Extensions/Applications.md @@ -42,6 +42,9 @@ Different applications support a variety of ways collect data: by direct connect ### Apache Either use SNMP extend or use the agent. + +Note that you need to install and configure the Apache [mod_status](https://httpd.apache.org/docs/2.4/en/mod/mod_status.html) module before trying the script. + ##### SNMP Extend 1. Download the script onto the desired host (the host must be added to LibreNMS devices) ```