Hi Dear Friends I want Monitor Service unbound status by snmp How assign OID to unbound service and monitor By SNMP ???
Can any body help me ?
Hi Dear Friends I want Monitor Service unbound status by snmp How assign OID to unbound service and monitor By SNMP ???
Can any body help me ?
Ramin Malekgahsemi via Unbound-users writes:
> Hi Dear Friends I want Monitor Service unbound status by snmp
> How assign OID to unbound service and monitor By SNMP ??? >
>
> Can any body help me ?
There is no native snmp support in unbound but there are various method in use. Some
googling leads to example like this:
<https://www.nlnetlabs.nl/documentation/unbound/howto-statistics/>
<https://github.com/spions/cacti_unbound> or
<https://forums.cacti.net/viewtopic.php?t=58139
<https://cric.grenoble.cnrs.fr/Administrateurs/Outils/MIBS/?oid=1.3.6.1.2.1.34.1.2.3.1.11>
jaap
Hi, here in brbyte, we are using unbound with shared memory (shm).
Then a binary written in C, receive all snmp requests and reply using data from shared memory.
The OIDs where defined by me.
Maybe this info can help you some way.