Comment 2 for bug 1532281

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

I ran this to fix the service config files:
juju run --all 'cd /var/lib/nagios/export; for n in service__*; do sudo sed -i -r "s/host_name([[:blank:]]+).*/host_name\1$(hostname)/" $n; done'