From 52d5e82379802f3afc76dc4f956191000067cbf2 Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Sun, 24 Jul 2016 21:45:11 -0500 Subject: [PATCH] Remove my Applications.md --- doc/Extensions/Applications.md | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 doc/Extensions/Applications.md diff --git a/doc/Extensions/Applications.md b/doc/Extensions/Applications.md deleted file mode 100644 index c85a1dc36e..0000000000 --- a/doc/Extensions/Applications.md +++ /dev/null @@ -1,19 +0,0 @@ -Application Monitoring ----------------------- - -LibreNMS supports monitoring application statistics through two methods the [Agent](http://docs.librenms.org/Extensions/Agent-Setup/) or direct connection to the device. - -To enable the agent go to device settings -> applications and enable the "unix-agent" -If you are using direct connection to collect statistics, you must manually enable the desired apps in the device settings -> applications page. - -##Applications - -###PowerDNS Recursor -A recursive DNS sever: https://www.powerdns.com/recursor.html -#### Connection -The LibreNMS polling host must be able to connect to port 8082 on the monitored device. -The web-server must be enabled, see the Recursor docs: https://doc.powerdns.com/md/recursor/settings/#webserver -There is currently no way to specify a custom port or password. -#### Agent -Copy powerdns-recursor to the `/usr/lib/check_mk_agent/local` directory. -The user check_mk is running as must be able to run `rec_control get-all` \ No newline at end of file