mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* This commit changes two files in the LibreNMS repo, to enable polling of the ArubaOS OID that reports active vpn sessions. The first file is the arubaos.yaml discovery file to enable polling of the following OID WLSX-USER-MIB::wlsxNumOfUsersVPN(OID: .1.3.6.1.4.1.14823.2.2.1.4.1.4.2.0). The second file arubacontroller_vpnsessions.inc.php is a graphing file to allow the use of this sensor on a dashboard. * Update arubacontroller_vpnsessions.inc.php Added newline at end of file to follow style guide * Update arubaos.yaml Added newline at end of file to follow style guide * keep {{ $index }} in the num_oid and index * Update arubacontroller_vpnsessions.inc.php fix to match the rrdfilename change * Added test data * Added test data * Removed extra file * added variant vmc json test data * revert arubaos.json --------- Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>