mirror of https://github.com/mikaku/Monitorix.git
removed a call to print() inside of push() that displayed the return value (1) when monitoring multiple BIND servers
This commit is contained in:
parent
09d02985a3
commit
6adf462e8e
|
@ -822,7 +822,7 @@ sub bind_cgi {
|
||||||
foreach (my @bl = split(',', $bind->{list})) {
|
foreach (my @bl = split(',', $bind->{list})) {
|
||||||
my $l = trim($_);
|
my $l = trim($_);
|
||||||
if($e) {
|
if($e) {
|
||||||
push(@output, print(" <br>\n"));
|
push(@output, " <br>\n");
|
||||||
}
|
}
|
||||||
if($title) {
|
if($title) {
|
||||||
push(@output, main::graph_header($title, 2));
|
push(@output, main::graph_header($title, 2));
|
||||||
|
|
Loading…
Reference in New Issue