mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
The plugin offers an option to enable "Layer 3 Visibility" which leads to the sysServices OID being set to 76. This boils down to the following services being advertised: datalink/subnetwork internet end-to-end I really don't know why this is necessary as an option and not simply hardwired - but maybe OPNsense as a transparent bridge does not count as an internet/IP providing system. I can see that ... That being said in the absence of that option the sysServices OID is not set at all which I consider a bug. It should be set to 72 instead. This pull request does exactly that. Reference: https://oidref.com/1.3.6.1.4.1.1978.2.18.1.7
27 lines
698 B
Plaintext
27 lines
698 B
Plaintext
Simple Network Management Protocol (SNMP) is a widely used
|
|
protocol for monitoring the health and welfare of network
|
|
equipment (eg. routers), computer equipment and even devices
|
|
like UPSs.
|
|
Net-SNMP is a suite of applications used to implement
|
|
SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6.
|
|
|
|
WWW: http://www.net-snmp.org
|
|
|
|
|
|
Plugin Changelog
|
|
----------------
|
|
|
|
1.6
|
|
|
|
* Add support for Observium (contributed by Patrick M. Hausen)
|
|
* Fix sysServices value in case "Layer 3 Visibility" option is unchecked (contributed by Patrick M. Hausen)
|
|
|
|
1.5
|
|
|
|
* Add support for agentx
|
|
* Fixed directory mismatch in setup.sh (contributed by doktornotor)
|
|
|
|
1.4
|
|
|
|
* Include installed version number in extended OID
|