From 8b4c058c47a1b974de63d697e92e20c7267faa5f Mon Sep 17 00:00:00 2001 From: Konstantin Kelemen Date: Fri, 30 Sep 2016 09:49:14 +0300 Subject: [PATCH] host/agent: corrected a misleading string --- application/views/scripts/host/agent.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/views/scripts/host/agent.phtml b/application/views/scripts/host/agent.phtml index d27d8511..cd190896 100644 --- a/application/views/scripts/host/agent.phtml +++ b/application/views/scripts/host/agent.phtml @@ -39,7 +39,7 @@ $master = $this->escape($this->master); null, array('class' => 'icon-download') ) ?> -

Just copy & paste this script (and please scroll down for a corresponding icinga2.cfg):

+

Just copy & paste this script (and please scroll down for a corresponding icinga2.conf):

 #!/bin/bash
 
@@ -57,7 +57,7 @@ icinga2 pki new-cert --cn  \
 
 icinga2 pki save-cert --key $ICINGA_PKI_DIR/.key \
 --trustedcert $ICINGA_PKI_DIR/trusted-master.crt \
---host  
+--host 
 
 icinga2 pki request --host  \
 --port 5665 \