WOL Config Types angepasst, Nettraffic und Firewall Graphs Translations, Graph Directory auf 777

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@588 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
maniacikarus
2007-05-27 20:14:42 +00:00
parent c325205f14
commit 40d0c2ebac
8 changed files with 41 additions and 24 deletions

View File

@@ -269,12 +269,12 @@ sub updatefwhitsgraph {
"--color", "BACK".$color{"color21"},
"-t firewall hits over the last $interval",
"DEF:amount=$rrdlog/firewallhits.rrd:amount:AVERAGE",
"AREA:amount".$color{"color24"}.":firewallhits",
"AREA:amount".$color{"color24"}.":$tr{'firewallhits'}",
"GPRINT:amount:MAX: $tr{'maximal'}\\: %2.2lf %S",
"GPRINT:amount:AVERAGE: $tr{'average'}\\: %2.2lf %S",
"GPRINT:amount:LAST: $tr{'current'}\\: %2.2lf %Shits/5 min\\n",
"DEF:portamount=$rrdlog/firewallhits.rrd:portamount:AVERAGE",
"AREA:portamount".$color{"color25"}.":portscans",
"AREA:portamount".$color{"color25"}.":$tr{'portscans'}",
"GPRINT:portamount:MAX: $tr{'maximal'}\\: %2.2lf %S",
"GPRINT:portamount:AVERAGE: $tr{'average'}\\: %2.2lf %S",
"GPRINT:portamount:LAST: $tr{'current'}\\: %2.2lf %Shits/5 min");