mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Unify file encodings to UTF8
This commit is contained in:
parent
3674882662
commit
3bc9396918
21 changed files with 24 additions and 24 deletions
|
@ -28,7 +28,7 @@ my $hostname = "localhost"; # serveraddress
|
|||
my $port = 10011; # querryport (default: 10011)
|
||||
my @serverids = (1); # array of virtualserverids (1,2,3,4,...)
|
||||
|
||||
my $username = ""; # only set if the default queryuser hasn´t enough rights (should work without this)
|
||||
my $username = ""; # only set if the default queryuser hasn't enough rights (should work without this)
|
||||
my $password = "";
|
||||
|
||||
# SCRIPT START!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue