mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Testing VyOS support
This commit is contained in:
5
includes/polling/os/vyos.inc.php
Normal file
5
includes/polling/os/vyos.inc.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
list($features, $version) = explode("-", trim(str_replace("VyOS", "", snmp_get($device, "SNMPv2-MIB::sysDescr.0", "-Oqv", "SNMPv2-MIB"))), 2);
|
||||
|
||||
?>
|
Reference in New Issue
Block a user