# -> / for phpdoc

git-svn-id: http://www.observium.org/svn/observer/trunk@3239 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2012-05-25 11:29:53 +00:00
parent ba28732c3b
commit cacf913a55
235 changed files with 754 additions and 743 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
## APC Voltages
/// APC Voltages
if ($device['os'] == "apc")
{
$oids = snmp_walk($device, "1.3.6.1.4.1.318.1.1.8.5.3.3.1.3", "-OsqnU", "");
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
## Areca Voltages
/// Areca Voltages
if ($device['os'] == "areca")
{
$oids = snmp_walk($device, "1.3.6.1.4.1.18928.1.2.2.1.8.1.2", "-OsqnU", "");
+2 -2
View File
@@ -1,6 +1,6 @@
<?php
## IPOMANII-MIB
/// IPOMANII-MIB
if ($device['os'] == "ipoman")
{
echo(" IPOMANII-MIB ");
@@ -36,7 +36,7 @@ if ($device['os'] == "ipoman")
$high_limit = $entry['inletConfigVoltageHigh'];
discover_sensor($valid['sensor'], 'voltage', $device, $volt_oid, $index, 'ipoman', $descr, $divisor, '1', $low_limit, NULL, NULL, $high_limit, $current);
# FIXME: iPoMan 1201 also says it has 2 inlets, at least until firmware 1.06 - wtf?
/// FIXME: iPoMan 1201 also says it has 2 inlets, at least until firmware 1.06 - wtf?
}
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
## LMSensors Voltages
/// LMSensors Voltages
if ($device['os'] == "linux")
{
$oids = snmp_walk($device, "lmVoltSensorsDevice", "-OsqnU", "LM-SENSORS-MIB");
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
## MGE UPS Voltages
/// MGE UPS Voltages
if ($device['os'] == "mgeups")
{
echo("MGE ");
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
## RFC1628 UPS Voltages
/// RFC1628 UPS Voltages
if (isset($config['modules_compat']['rfc1628'][$device['os']]) && $config['modules_compat']['rfc1628'][$device['os']])
{
echo("RFC1628 ");
@@ -1,6 +1,6 @@
<?php
## Supermicro Voltages
/// Supermicro Voltages
if ($device['os'] == "linux")
{
$oids = snmp_walk($device, "1.3.6.1.4.1.10876.2.1.1.1.1.3", "-OsqnU", "SUPERMICRO-HEALTH-MIB");
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
## XUPS-MIB
/// XUPS-MIB
if ($device['os'] == "powerware")
{
echo("XUPS-MIB ");