mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
added hardware model, software version, fans and ps sensor states, removed header cpu and memory graphs
This commit is contained in:
3
includes/polling/os/hpblmos.inc.php
Normal file
3
includes/polling/os/hpblmos.inc.php
Normal 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'), '"');
|
||||
Reference in New Issue
Block a user