mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
add force10 mibs and os type detection. move per-os polling scripts from includes/polling/device-* to includes/polling/os/*
git-svn-id: http://www.observium.org/svn/observer/trunk@1442 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
6
includes/polling/os/routeros.inc.php
Normal file
6
includes/polling/os/routeros.inc.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
$version = trim(snmp_get($device, "1.3.6.1.4.1.14988.1.1.4.4.0", "-OQv", "", ""),'"');
|
||||
$version .= " Level " . trim(snmp_get($device, "1.3.6.1.4.1.14988.1.1.4.3.0", "-OQv", "", ""),'"');
|
||||
|
||||
?>
|
Reference in New Issue
Block a user