We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adfcbd1 commit 43f2525Copy full SHA for 43f2525
scripts/zmtelemetry.pl.in
@@ -303,8 +303,7 @@ sub getMonitorRef {
303
foreach my $monitor (@{$arrayref}) {
304
next if $$monitor{Type} eq 'Local';
305
my $uri = URI->new($$monitor{Path});
306
- $uri->host('host') if $uri->host();
307
- $uri->authority('username:password') if $uri->authority();
+ $uri->authority('username:password@host');
308
$$monitor{Path} = $uri->as_string();
309
}
310
0 commit comments