mirror of https://github.com/mikaku/Monitorix.git
removed an unused line #216
This commit is contained in:
parent
a23d5337fe
commit
4c1f1e28ec
|
@ -492,7 +492,6 @@ EOF
|
||||||
if($mode eq "localhost" || $mode eq "traffacct") {
|
if($mode eq "localhost" || $mode eq "traffacct") {
|
||||||
$title = $config{hostname};
|
$title = $config{hostname};
|
||||||
} elsif($mode eq "multihost") {
|
} elsif($mode eq "multihost") {
|
||||||
# $graph = $graph eq "all" ? "_system1" : $graph;
|
|
||||||
if($graph ne "all") {
|
if($graph ne "all") {
|
||||||
my ($g1, $g2) = ($graph =~ /(_\D+).*?(\d)$/);
|
my ($g1, $g2) = ($graph =~ /(_\D+).*?(\d)$/);
|
||||||
if($g1 eq "_port") {
|
if($g1 eq "_port") {
|
||||||
|
|
Loading…
Reference in New Issue