summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_rrd_graph_settings.php
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-12-29 15:51:26 -0200
committerRenato Botelho <renato@netgate.com>2015-12-29 15:53:00 -0200
commit6395ff8631e3837bfb5e132655c70e66f898275c (patch)
tree90511ef08eba14111171852ba35a6e48d8929f3c /src/usr/local/www/status_rrd_graph_settings.php
parente1ef8082e5190e6b2dc58061d83103c6cd23aa74 (diff)
downloadpfsense-6395ff8631e3837bfb5e132655c70e66f898275c.zip
pfsense-6395ff8631e3837bfb5e132655c70e66f898275c.tar.gz
No need to restart dpinger to get new rrd data, it's not like apinger that send data to rrd
Diffstat (limited to 'src/usr/local/www/status_rrd_graph_settings.php')
-rw-r--r--src/usr/local/www/status_rrd_graph_settings.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/usr/local/www/status_rrd_graph_settings.php b/src/usr/local/www/status_rrd_graph_settings.php
index 2bd5231..4e529d6 100644
--- a/src/usr/local/www/status_rrd_graph_settings.php
+++ b/src/usr/local/www/status_rrd_graph_settings.php
@@ -92,7 +92,6 @@ $periods = array("absolute" => gettext("Absolute Timespans"),
if ($_POST['ResetRRD']) {
mwexec('/bin/rm /var/db/rrd/*');
enable_rrd_graphing();
- setup_gateways_monitor();
$savemsg = "RRD data has been cleared. New RRD files have been generated.";
} elseif ($_POST) {
unset($input_errors);
OpenPOWER on IntegriCloud