mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Clarify unbound extend OR agent (#8609)
* Update Applications.md The snmp-extend method should really be advocated as the preferred method, as it is the easiest and quickest. * Update Applications.md * Update Applications.md Is this what you meant?
This commit is contained in:
committed by
Tony Murray
parent
245c15807d
commit
5675964bab
@@ -41,7 +41,7 @@ Different applications support a variety of ways to collect data: by direct conn
|
||||
1. [SMART](#smart) - SNMP extend
|
||||
1. [Squid](#squid) - SNMP proxy
|
||||
1. [TinyDNS/djbdns](#tinydns-aka-djbdns) - Agent
|
||||
1. [Unbound](#unbound) - Agent
|
||||
1. [Unbound](#unbound) - SNMP extend, Agent
|
||||
1. [UPS-nut](#ups-nut) - SNMP extend
|
||||
1. [UPS-apcups](#ups-apcups) - SNMP extend
|
||||
1. [ZFS](#zfs) - SNMP extend
|
||||
@@ -927,10 +927,7 @@ remote-control:
|
||||
|
||||
Restart your unbound after changing the configuration, verify it is working by running 'unbound-control stats'.
|
||||
|
||||
##### Agent
|
||||
[Install the agent](#agent-setup) on this device if it isn't already and copy the `unbound.sh` script to `/usr/lib/check_mk_agent/local/`
|
||||
|
||||
##### SNMP Extend
|
||||
##### Option 1: SNMP Extend (Preferred and easiest method)
|
||||
|
||||
1: Copy the shell script, unbound, to the desired host (the host must be added to LibreNMS devices) (wget https://github.com/librenms/librenms-agent/raw/master/snmp/unbound -O /etc/snmp/unbound)
|
||||
|
||||
@@ -943,6 +940,8 @@ extend unbound /etc/snmp/unbound
|
||||
|
||||
4: Restart snmpd.
|
||||
|
||||
##### Option 2: Agent
|
||||
[Install the agent](#agent-setup) on this device if it isn't already and copy the `unbound.sh` script to `/usr/lib/check_mk_agent/local/`
|
||||
|
||||
### UPS-nut
|
||||
A small shell script that exports nut ups status.
|
||||
|
||||
Reference in New Issue
Block a user