mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
docs App doc fix (#8448)
* small fixes to apps doc * small fixes to apps doc
This commit is contained in:
@@ -20,10 +20,10 @@ Different applications support a variety of ways to collect data: by direct conn
|
|||||||
1. [Memcached](#memcached) - SNMP extend
|
1. [Memcached](#memcached) - SNMP extend
|
||||||
1. [Munin](#munin) - Agent
|
1. [Munin](#munin) - Agent
|
||||||
1. [MySQL](#mysql) - SNMP extend, Agent
|
1. [MySQL](#mysql) - SNMP extend, Agent
|
||||||
1. [NGINX](#nginx) - Agent
|
1. [NGINX](#nginx) - SNMP extend, Agent
|
||||||
1. [NFS-server](#nfs-server) - SNMP extend
|
1. [NFS Server](#nfs-server) - SNMP extend
|
||||||
1. [NTP Client](#ntp-client) - SNMP extend
|
1. [NTP Client](#ntp-client) - SNMP extend
|
||||||
1. [NTP Server](#ntp-server) - SNMP extend
|
1. [NTP Server/NTPD](#ntp-server-aka-ntpd) - SNMP extend
|
||||||
1. [Nvidia GPU](#nvidia-gpu) - SNMP extend
|
1. [Nvidia GPU](#nvidia-gpu) - SNMP extend
|
||||||
1. [Open Grid Scheduler](#opengridscheduler) - SNMP extend
|
1. [Open Grid Scheduler](#opengridscheduler) - SNMP extend
|
||||||
1. [OS Updates](#os-updates) - SNMP extend
|
1. [OS Updates](#os-updates) - SNMP extend
|
||||||
@@ -508,7 +508,7 @@ extend nginx /etc/snmp/nginx-stats
|
|||||||
##### Agent
|
##### Agent
|
||||||
[Install the agent](Agent-Setup.md) on this device if it isn't already and copy the `nginx` script to `/usr/lib/check_mk_agent/local/`
|
[Install the agent](Agent-Setup.md) on this device if it isn't already and copy the `nginx` script to `/usr/lib/check_mk_agent/local/`
|
||||||
|
|
||||||
##### NFS-server
|
### NFS Server
|
||||||
Export the NFS stats from as server.
|
Export the NFS stats from as server.
|
||||||
|
|
||||||
##### SNMP Extend
|
##### SNMP Extend
|
||||||
@@ -538,7 +538,7 @@ extend ntp-client /etc/snmp/ntp-client.sh
|
|||||||
|
|
||||||
4. Restart snmpd on your host
|
4. Restart snmpd on your host
|
||||||
|
|
||||||
### NTP Server (NTPD)
|
### NTP Server aka NTPD
|
||||||
A shell script that gets stats from ntp server (ntpd).
|
A shell script that gets stats from ntp server (ntpd).
|
||||||
|
|
||||||
##### SNMP Extend
|
##### SNMP Extend
|
||||||
|
|||||||
Reference in New Issue
Block a user