mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-30 16:14:21 +02:00
# -> / for phpdoc
git-svn-id: http://www.observium.org/svn/observer/trunk@3239 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
## Polls Apache statistics from script via SNMP
|
||||
/// Polls Apache statistics from script via SNMP
|
||||
|
||||
if (!empty($agent_data['app']['apache']))
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
## Polls MailScanner statistics from script via SNMP
|
||||
/// Polls MailScanner statistics from script via SNMP
|
||||
|
||||
$rrd_filename = $config['rrd_dir'] . "/" . $device['hostname'] . "/app-mailscannerV2-" . $app['app_id'] . ".rrd";
|
||||
$options = "-O qv";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
### FIXME - this is lame
|
||||
/// FIXME - this is lame
|
||||
if(!empty($agent_data['app']['mysql']))
|
||||
{
|
||||
$mysql = $agent_data['app']['mysql'];
|
||||
@@ -25,7 +25,7 @@ foreach ($data as $str)
|
||||
#$nstring .= (float)trim($elements[1]).":";
|
||||
}
|
||||
|
||||
### General Stats
|
||||
/// General Stats
|
||||
|
||||
$mapping = array(
|
||||
'IDBLBSe' => 'cr',
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
## Polls ntp-client statistics from script via SNMP
|
||||
/// Polls ntp-client statistics from script via SNMP
|
||||
|
||||
$rrd_filename = $config['rrd_dir'] . "/" . $device['hostname'] . "/app-ntpclient-".$app['app_id'].".rrd";
|
||||
$options = "-O qv";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
## Polls ntpd-server statistics from script via SNMP
|
||||
/// Polls ntpd-server statistics from script via SNMP
|
||||
|
||||
$rrd_filename = $config['rrd_dir'] . "/" . $device['hostname'] . "/app-ntpdserver-".$app['app_id'].".rrd";
|
||||
$options = "-O qv";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
## Polls powerdns statistics from script via SNMP
|
||||
/// Polls powerdns statistics from script via SNMP
|
||||
|
||||
$rrd_filename = $config['rrd_dir'] . "/" . $device['hostname'] . "/app-powerdns-".$app['app_id'].".rrd";
|
||||
$options = "-O qv";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
## Polls shoutcast statistics from script via SNMP
|
||||
/// Polls shoutcast statistics from script via SNMP
|
||||
|
||||
$options = "-O qv";
|
||||
$oid = "nsExtendOutputFull.9.115.104.111.117.116.99.97.115.116";
|
||||
|
||||
Reference in New Issue
Block a user