librenms/includes/discovery/ups.inc.php
Adam Amstrong ad406723eb cleanups
git-svn-id: http://www.observium.org/svn/observer/trunk@1289 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-04 18:47:55 +00:00

14 lines
183 B
PHP

<?php
$id = $device['device_id'];
$hostname = $device['hostname'];
$community = $device['community'];
$snmpver = $device['snmpver'];
$port = $device['port'];
#echo("UPS : ");
?>