From 6755a0fcb692f65750e0b3062b33ad19b05205bb Mon Sep 17 00:00:00 2001 From: Chris Sy Date: Sat, 11 Jul 2015 13:32:03 +0200 Subject: [PATCH] missing parameter could cause wrong hostname --- setup/munin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/munin.sh b/setup/munin.sh index db55c819..9e3f5a8d 100755 --- a/setup/munin.sh +++ b/setup/munin.sh @@ -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