mirror of https://github.com/mikaku/Monitorix.git
removed the hard coded 'suffix '/server-status?auto' from the 'lighttpd' module. Now it must be part of the
URL(s) defined in the 'list' option
This commit is contained in:
parent
00676e5ba7
commit
5ef5f6a2ae
|
@ -144,7 +144,7 @@ sub lighttpd_update {
|
|||
|
||||
my $n = 0;
|
||||
foreach(my @ll = split(',', $lighttpd->{list})) {
|
||||
my $url = trim($_) . "/server-status?auto";
|
||||
my $url = trim($_);
|
||||
my $ua = LWP::UserAgent->new(timeout => 30);
|
||||
|
||||
$ua->ssl_opts(verify_hostname => 0)
|
||||
|
|
Loading…
Reference in New Issue