/// -> //

git-svn-id: http://www.observium.org/svn/observer/trunk@3240 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2012-05-25 12:24:34 +00:00
parent cacf913a55
commit b273e04241
247 changed files with 716 additions and 716 deletions

View File

@@ -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";