mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
bring f5 version output in line with other standards
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
<?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