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 = $cert ?> \ icinga2 pki save-cert --key $ICINGA_PKI_DIR/= $cert ?>.key \ --trustedcert $ICINGA_PKI_DIR/trusted-master.crt \ ---host = $master ?> +--host = $master ?> icinga2 pki request --host = $master ?> \ --port 5665 \