Main public logs
From KlavoWiki
Jump to navigationJump to search
Combined display of all available logs of KlavoWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 01:46, 5 April 2026 David talk contribs created page NGINX SNMP (Created page with "To retrieve NGINX counters from SNMP. <pre>apt install python3-pip python3-dateutil</pre> <pre> wget https://github.com/librenms/librenms-agent/raw/master/snmp/docker-stats.py -O /etc/snmp/docker-stats.py chmod +x /etc/snmp/docker-stats.py </pre> <pre>usermod -a -G docker Debian-snmp</pre> <pre>vi /etc/snmp/snmpd.conf</pre> <pre>extend nginx /etc/snmp/nginx</pre> Category : Debian Category : NGINX")