mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user