* Copyright (C) 2004-2009 Scott Ullrich * Copyright (C) 2003-2004 Manuel Kasper * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE * AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, * OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ require_once("guiconfig.inc"); require_once("interfaces.inc"); require_once("rrd.inc"); require_once("system.inc"); require_once("services.inc"); $rrdcfg = &config_read_array('rrd'); if ($_SERVER['REQUEST_METHOD'] === 'GET') { $pconfig = array(); $pconfig['rrdenable'] = isset($rrdcfg['enable']); } elseif ($_SERVER['REQUEST_METHOD'] === 'POST') { $pconfig = $_POST; if (!empty($pconfig['action']) && $pconfig['action'] == "ResetRRD") { $savemsg = gettext('RRD data has been cleared.'); configd_run('systemhealth flush *'); } elseif (!empty($pconfig['action']) && $pconfig['action'] == "flush_file") { $savemsg = gettext('RRD report has been cleared.'); configdp_run('systemhealth flush', array($pconfig['filename'])); } elseif (!empty($pconfig['action']) && $pconfig['action'] == "flush_netflow") { $savemsg = gettext('All local netflow data has been cleared.'); configd_run('netflow flush'); } elseif (!empty($pconfig['action']) && $pconfig['action'] == "repair_netflow") { $savemsg = gettext('Database repair in progress, daemon will start when done.'); configd_run('netflow aggregate stop'); configd_run('netflow aggregate repair', true); } else { $rrdcfg['enable'] = !empty($pconfig['rrdenable']); $savemsg = get_std_save_message(); write_config(); } rrd_configure(); setup_gateways_monitor(); } $all_rrd_files = json_decode(configd_run('systemhealth list'), true); if (!is_array($all_rrd_files)) { $all_rrd_files = array(); } ksort($all_rrd_files); legacy_html_escape_form_data($pconfig); include("head.inc"); ?>
/>  
  " /> " /> " />
$rrd_file):?>