Merge pull request #670 from supertylerc/feat/f5-detection

add basic f5 support
This commit is contained in:
Paul Gear
2015-04-08 08:49:53 +10:00
4 changed files with 20 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
<?php
$version = trim(snmp_get($device, ".1.3.6.1.4.1.3375.2.1.4.2.0", "-OQv", "", ""),'"');
?>