LenovoEMC (NAS) - initial code update.

This commit is contained in:
R. Morris
2016-01-16 22:45:42 -06:00
parent 54ca420e68
commit bc4b26e0df
5 changed files with 698 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<?php
$hardware = snmp_get($device, 'deviceDescr.0', '-Ovq', 'IOMEGANAS-MIB');
$version = 'N/A';
$serial = 'N/A';
?>