add liebert OS and poll UPS-MIB for it

git-svn-id: http://www.observium.org/svn/observer/trunk@2358 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-05-24 17:59:18 +00:00
parent 16e6dd76a1
commit 1b0cd4a476
7 changed files with 24 additions and 13 deletions

View File

@@ -1,9 +1,7 @@
<?php
## RFC1628
if ($device['os'] == "netmanplus" || $device['os'] == "deltaups" || $device['os'] == "poweralert")
## RFC1628 UPS
if (isset($config['modules_compat']['rfc1628'][$device['os']]) && $config['modules_compat']['rfc1628'][$device['os']])
{
echo("RFC1628 ");