added hardware model, software version, fans and ps sensor states, removed header cpu and memory graphs

This commit is contained in:
crcro
2016-08-11 17:49:34 +03:00
parent e5f89ba2a9
commit d95cf4ac16
3 changed files with 130 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
<?php
$version = trim(snmp_get($device, 'SNMPv2-SMI::enterprises.232.22.2.3.1.1.1.8.1', '-Ovq'), '"');
$hardware = trim(snmp_get($device, 'SNMPv2-SMI::enterprises.232.22.2.3.1.1.1.3.1', '-Ovq'), '"');