summaryrefslogtreecommitdiffstats
path: root/etc/inc/vslb.inc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2009-06-05 08:32:45 +0200
committerSeth Mos <seth.mos@xs4all.nl>2009-06-05 08:32:45 +0200
commit3142c883f210078e3e064694f8764b49058c425c (patch)
treea1b542b22091d3491e8e16a7efe01d87f7e1e817 /etc/inc/vslb.inc
parent372d28b0f73f36674b43e1bf9b96efde434c2799 (diff)
downloadpfsense-3142c883f210078e3e064694f8764b49058c425c.zip
pfsense-3142c883f210078e3e064694f8764b49058c425c.tar.gz
Remove RRD options from the apinger configuration.
They do not make any sense to generate since they are not used anywhere in 1.2
Diffstat (limited to 'etc/inc/vslb.inc')
-rw-r--r--etc/inc/vslb.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/inc/vslb.inc b/etc/inc/vslb.inc
index 5d3ccde..8792386 100644
--- a/etc/inc/vslb.inc
+++ b/etc/inc/vslb.inc
@@ -109,13 +109,9 @@ user "nobody"
group "nobody"
pid_file "{$g['varrun_path']}/apinger.pid"
status {
- ## File where the status information whould be written to
file "/tmp/apinger.status"
- ## Interval between file updates
- ## when 0 or not set, file is written only when SIGUSR1 is received
interval 10s
}
-rrd interval 60s;
alarm default {
command on "/usr/bin/touch /tmp/filter_dirty"
command off "/usr/bin/touch /tmp/filter_dirty"
@@ -164,7 +160,6 @@ EOD;
foreach($a_addresses as $address) {
$apingerconfig .= "target \"{$address}\" {\n";
$apingerconfig .= " description \"{$address}\"\n";
- $apingerconfig .= " rrd file \"{$g['tmp_path']}/rrd/{$address}-quality.rrd\"\n";
$apingerconfig .= "}\n";
$apingerconfig .= "\n";
}
OpenPOWER on IntegriCloud