mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
Merge branch 'next' of ssh://arne_f@ipfire.org/pub/git/ipfire-2.x into next
This commit is contained in:
@@ -55,7 +55,7 @@ if ( $querry[0] =~ "fwhits"){
|
|||||||
&Header::openpage($Lang::tr{'network traffic graphs others'}, 1, '');
|
&Header::openpage($Lang::tr{'network traffic graphs others'}, 1, '');
|
||||||
&Header::openbigbox('100%', 'left');
|
&Header::openbigbox('100%', 'left');
|
||||||
|
|
||||||
my @pinggraphs = `ls -dA /var/log/rrd/collectd/localhost/ping/*`;
|
my @pinggraphs = `ls -dA /var/log/rrd/collectd/localhost/ping/ping-*`;
|
||||||
foreach (@pinggraphs){
|
foreach (@pinggraphs){
|
||||||
$_ =~ /(.*)\/ping\/ping-(.*)\.rrd/;
|
$_ =~ /(.*)\/ping\/ping-(.*)\.rrd/;
|
||||||
push(@pings,$2);
|
push(@pings,$2);
|
||||||
|
|||||||
Reference in New Issue
Block a user