Update Applications Docs for Apache Agent (#12009)

* Update Applications.md

Updated docs to resemble updated apache snmp extend script which is now compatible with python3.

* Updated document as requested

* Updated to reflect newest library deps 

Changed the agent code to use newer libraries as suggested by SourceDoctor. Docs now reflects the same change.

* Fixed typo

* Small update to trigger stuck tests
This commit is contained in:
Hans Erasmus
2020-08-18 20:37:04 +02:00
committed by GitHub
parent a4d1f5e1c8
commit ca9dee9df2

View File

@@ -162,12 +162,11 @@ that it is owned by the user running the SNMP daemon.
mkdir -p /var/cache/librenms/
```
4: Verify it is working by running /etc/snmp/apache-stats.py In some
cases urlgrabber and pycurl needs to be installed, in Debian this can
be achieved by:
4: Verify it is working by running /etc/snmp/apache-stats.py Package `urllib3` for python3 needs to be
installed. In Debian-based systems for example you can achieve this by issuing:
```
apt-get install python-urlgrabber python-pycurl
apt-get install python3-urllib3
```
5: Edit your snmpd.conf file (usually /etc/snmp/snmpd.conf) and add: