mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
add missing icon and ipsec flowstats graph changes
git-svn-id: http://www.observium.org/svn/observer/trunk@1819 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -13,7 +13,7 @@ $i++;
|
||||
$rrd_list[$i]['filename'] = $rrd_filename;
|
||||
$rrd_list[$i]['descr'] = "OutAuths";
|
||||
$rrd_list[$i]['rra'] = "OutAuths";
|
||||
$rra_list[$i]['invert'] = 1;
|
||||
$rra_list[$i]['invert'] = "1";
|
||||
|
||||
$i++;
|
||||
$rrd_list[$i]['filename'] = $rrd_filename;
|
||||
@@ -23,7 +23,7 @@ $i++;
|
||||
$rrd_list[$i]['filename'] = $rrd_filename;
|
||||
$rrd_list[$i]['descr'] = "OutEncrypts";
|
||||
$rrd_list[$i]['rra'] = "OutEncrypts";
|
||||
$rra_list[$i]['invert'] = 1;
|
||||
$rra_list[$i]['invert'] = "1";
|
||||
|
||||
$i++;
|
||||
$rrd_list[$i]['filename'] = $rrd_filename;
|
||||
@@ -37,7 +37,7 @@ $i++;
|
||||
$rrd_list[$i]['filename'] = $rrd_filename;
|
||||
$rrd_list[$i]['descr'] = "OutDrops";
|
||||
$rrd_list[$i]['rra'] = "OutDrops";
|
||||
$rra_list[$i]['invert'] = 1;
|
||||
$rra_list[$i]['invert'] = "1";
|
||||
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@ $i++;
|
||||
$rrd_list[$i]['filename'] = $rrd_filename;
|
||||
$rrd_list[$i]['descr'] = "OutAuthFail";
|
||||
$rrd_list[$i]['rra'] = "OutAuthFails";
|
||||
$rra_list[$i]['invert'] = 1;
|
||||
$rra_list[$i]['invert'] = "1";
|
||||
|
||||
$i++;
|
||||
$rrd_list[$i]['filename'] = $rrd_filename;
|
||||
@@ -59,7 +59,7 @@ $i++;
|
||||
$rrd_list[$i]['filename'] = $rrd_filename;
|
||||
$rrd_list[$i]['descr'] = "OutEncryptFails";
|
||||
$rrd_list[$i]['rra'] = "OutEncryptFails";
|
||||
$rra_list[$i]['invert'] = 1;
|
||||
$rra_list[$i]['invert'] = "1";
|
||||
|
||||
$i++;
|
||||
$rrd_list[$i]['filename'] = $rrd_filename;
|
||||
|
||||
Reference in New Issue
Block a user