*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; only version 2 of the License is applicable.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
* details.
*
* You should have received a copy of the GNU General Public License along with
* this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02150-1301, USA.
*/
error_reporting(E_ALL | E_NOTICE | E_WARNING);
require('includes/collectd/config.php');
require('includes/collectd/functions.php');
require('includes/collectd/definitions.php');
#require('config.php');
#require('functions.php');
#require('definitions.php');
load_graph_definitions();
/**
* Send back new list content
* @items Array of options values to return to browser
* @method Name of Javascript method that will be called to process data
*/
function dhtml_response_list(&$items, $method) {
header("Content-Type: text/xml");
print(''."\n");
print("\n");
printf(" %s\n", htmlspecialchars($method));
print(" \n");
foreach ($items as &$item)
printf(' '."\n", htmlspecialchars($item));
print(" \n");
print("");
}
print_optionbar_start();
$plugins = collectd_list_plugins($device['hostname']);
foreach ($plugins as &$plugin) {
if(!$_GET['opta']) { $_GET['opta'] = $plugin; }
echo($sep);
if($_GET['opta'] == $plugin) { echo(""); }
echo("" . htmlspecialchars($plugin) ."\n");
if($_GET['opta'] == $plugin) { echo(""); }
$sep = ' | ';
}
unset ($sep);
print_optionbar_end();
$i=0;
$pinsts = collectd_list_pinsts($device['hostname'], $_GET['opta']);
foreach ($pinsts as &$instance) {
$types = collectd_list_types($device['hostname'], $_GET['opta'], $instance);
foreach ($types as &$type) {
$typeinstances = collectd_list_tinsts($device['hostname'], $_GET['opta'], $instance, $type);
if($MetaGraphDefs[$type]) { $typeinstances = array($MetaGraphDefs[$type]); }
foreach ($typeinstances as &$tinst) {
$i++;
if(!is_integer($i/2)) { $row_colour = $list_colour_a; } else { $row_colour = $list_colour_b; }
echo('