Rrdcached application monitoring

Can collect data from the agent or by connecting directly
This commit is contained in:
Tony Murray
2016-06-08 20:40:51 -05:00
parent a68687de5e
commit 60624c1ac0
8 changed files with 207 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
<?php
$rrd = $config['rrd_dir'].'/'.$device['hostname'].'/app-rrdcached-'.$app['app_id'].'.rrd';
if (is_file($rrd)) {
$rrd_filename = $rrd;
}