mirror of
https://github.com/librenms/librenms-agent.git
synced 2024-05-09 09:54:52 +00:00
14 lines
243 B
Bash
14 lines
243 B
Bash
#!/bin/sh
|
|
|
|
# Add this to snmpd.conf as below.
|
|
# extend unbound /root/snmp-extends/unbound
|
|
|
|
# Set the path to unbound-control.
|
|
unbountctl='/usr/bin/env unbound-control'
|
|
|
|
##
|
|
## You should not need to change anything below.
|
|
##
|
|
|
|
$unbountctl stats
|