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:
Adam Amstrong
2010-07-20 13:49:36 +00:00
parent 80a074e021
commit 15cdf5c9fa
50 changed files with 15901 additions and 5 deletions

View 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", "", ""),'"');
?>