mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
/// -> //
git-svn-id: http://www.observium.org/svn/observer/trunk@3240 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -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',
|
||||
@@ -203,7 +203,7 @@ if (!is_file($mysql_rrd))
|
||||
|
||||
rrdtool_update($mysql_rrd, "N:$string");
|
||||
|
||||
/// Process state statistics
|
||||
// Process state statistics
|
||||
|
||||
$mysql_status_rrd = $config['rrd_dir'] . "/" . $device['hostname'] . "/app-mysql-".$app['app_id']."-status.rrd";
|
||||
|
||||
|
Reference in New Issue
Block a user