From 0915ea521919d7d45275c0bc97f86a4d5a54e030 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Sun, 4 Sep 2011 22:18:07 +0000 Subject: [PATCH] remove old collectd image tags git-svn-id: http://www.observium.org/svn/observer/trunk@2416 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/pages/device/collectd.inc.php | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/html/pages/device/collectd.inc.php b/html/pages/device/collectd.inc.php index 47d6ee1585..17cbc5bc92 100644 --- a/html/pages/device/collectd.inc.php +++ b/html/pages/device/collectd.inc.php @@ -97,36 +97,6 @@ print_optionbar_end(); include("includes/print-quadgraphs.inc.php"); - $daily_traffic = "collectd-graph.php?host=" . $device['hostname'] . "&plugin=".$_GET['opta']."&type=".$_GET['opta']."&plugin_instance=".$instance."&type=".$type."&type_instance=".$tinst."&from=".$config['time']['day']."&to=".$config['time']['now']."&width=215&height=100"; - $daily_traffic .= $args; - $daily_url = "collectd-graph.php?host=" . $device['hostname'] . "&plugin=".$_GET['opta']."&type=".$_GET['opta']."&plugin_instance=".$instance."&type=".$type."&type_instance=".$tinst."&from=".$config['time']['day']."&to=".$config['time']['now']."&width=400&height=150"; - $daily_url .= $args; - - $weekly_traffic = "collectd-graph.php?host=" . $device['hostname'] . "&plugin=".$_GET['opta']."&type=".$_GET['opta']."&plugin_instance=".$instance."&type=".$type."&type_instance=".$tinst."&from=".$config['time']['week']."&to=".$config['time']['now']."&width=215&height=100"; - $weekly_traffic .= $args; - $weekly_url = "collectd-graph.php?host=" . $device['hostname'] . "&plugin=".$_GET['opta']."&type=".$_GET['opta']."&plugin_instance=".$instance."&type=".$type."&type_instance=".$tinst."&from=".$config['time']['week']."&to=".$config['time']['now']."&width=400&height=150"; - $weekly_url .= $args; - - $monthly_traffic = "collectd-graph.php?host=" . $device['hostname'] . "&plugin=".$_GET['opta']."&type=".$_GET['opta']."&plugin_instance=".$instance."&type=".$type."&type_instance=".$tinst."&from=".$config['time']['month']."&to=".$config['time']['now']."&width=215&height=100"; - $monthly_traffic .= $args; - $monthly_url = "collectd-graph.php?host=" . $device['hostname'] . "&plugin=".$_GET['opta']."&type=".$_GET['opta']."&plugin_instance=".$instance."&type=".$type."&type_instance=".$tinst."&from=".$config['time']['month']."&to=".$config['time']['now']."&width=400&height=150"; - $monthly_url .= $args; - - $yearly_traffic = "collectd-graph.php?host=" . $device['hostname'] . "&plugin=".$_GET['opta']."&type=".$_GET['opta']."&plugin_instance=".$instance."&type=".$type."&type_instance=".$tinst."&from=".$config['time']['year']."&to=".$config['time']['now']."&width=215&height=100"; - $yearly_traffic .= $args; - $yearly_url = "collectd-graph.php?host=" . $device['hostname'] . "&plugin=".$_GET['opta']."&type=".$_GET['opta']."&plugin_instance=".$instance."&type=".$type."&type_instance=".$tinst."&from=".$config['time']['year']."&to=".$config['time']['now']."&width=400&height=150"; - $yearly_url .= $args; - - - echo("', LEFT".$config['overlib_defaults'].");\" onmouseout=\"return nd();\"> - "); - echo("', LEFT".$config['overlib_defaults'].");\" onmouseout=\"return nd();\"> - "); - echo("', LEFT".$config['overlib_defaults'].");\" onmouseout=\"return nd();\"> - "); - echo("', LEFT".$config['overlib_defaults'].");\" onmouseout=\"return nd();\"> - "); - echo(""); }