host/agent: it's the ticket, not the salt
This commit is contained in:
parent
a88361bfde
commit
cd74b10f2a
|
@ -9,7 +9,7 @@ $cert = $this->escape($this->certname);
|
|||
$master = $this->escape($this->master);
|
||||
?>
|
||||
<h2>When using the node wizard</h2>
|
||||
<p>Ticket salt: <code><?= $this->escape($ticket) ?></code></p>
|
||||
<p>Ticket : <code><?= $this->escape($ticket) ?></code></p>
|
||||
<h2>Linux commandline</h2>
|
||||
<p>Just copy & paste this script (and please scroll down for a corresponding icinga2.cfg):</p>
|
||||
<pre>
|
||||
|
|
Loading…
Reference in New Issue