missing parameter could cause wrong hostname
This commit is contained in:
parent
5f7a8b83aa
commit
6755a0fcb6
|
@ -21,7 +21,7 @@ includedir /etc/munin/munin-conf.d
|
|||
# a simple host tree
|
||||
[$PRIMARY_HOSTNAME]
|
||||
address 127.0.0.1
|
||||
host_name `hostname`
|
||||
host_name `hostname --fqdn`
|
||||
|
||||
# send alerts to the following address
|
||||
contacts admin
|
||||
|
|
Loading…
Reference in New Issue