summaryrefslogtreecommitdiffstats
path: root/etc/inc/gwlb.inc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2008-11-22 21:59:26 +0000
committerSeth Mos <seth.mos@xs4all.nl>2008-11-22 21:59:26 +0000
commitede99c94dd75b7dbfe8490147e20ab92e24102a7 (patch)
tree3e7006d8e881470b7a4284174e00616e8418fa49 /etc/inc/gwlb.inc
parent1bce2729a5f5c2a00abf3cb24f400b35bbb2e7de (diff)
downloadpfsense-ede99c94dd75b7dbfe8490147e20ab92e24102a7.zip
pfsense-ede99c94dd75b7dbfe8490147e20ab92e24102a7.tar.gz
Reverse name fields to be compatible with current graph frontend
Diffstat (limited to 'etc/inc/gwlb.inc')
-rw-r--r--etc/inc/gwlb.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc
index 5230f30..bf416f9 100644
--- a/etc/inc/gwlb.inc
+++ b/etc/inc/gwlb.inc
@@ -143,7 +143,7 @@ EOD;
}
$apingerconfig .= "target \"{$gateway['monitor']}\" {\n";
$apingerconfig .= " description \"{$gateway['name']}\"\n";
- $apingerconfig .= " rrd file \"{$g['vardb_path']}/rrd/apinger-{$gateway['name']}.rrd\"\n";
+ $apingerconfig .= " rrd file \"{$g['vardb_path']}/rrd/{$gateway['name']}-quality.rrd\"\n";
$apingerconfig .= "}\n";
$apingerconfig .= "\n";
if($gateway['monitor'] == $gateway['gateway']) {
OpenPOWER on IntegriCloud