mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
bring f5 version output in line with other standards
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
<?php
|
<?php
|
||||||
$version = "Big IP v";
|
$version = trim(snmp_get($device, ".1.3.6.1.4.1.3375.2.1.4.2.0", "-OQv", "", ""),'"');
|
||||||
$version .= trim(snmp_get($device, ".1.3.6.1.4.1.3375.2.1.4.2.0", "-OQv", "", ""),'"');
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user