host/agent: add code markup for icinga ticket
This commit is contained in:
parent
242d8aa5a0
commit
4d78083304
|
@ -9,7 +9,7 @@ $cert = $this->escape($this->certname);
|
|||
$master = $this->escape($this->master);
|
||||
?>
|
||||
<h2>When using the node wizard</h2>
|
||||
<p>Ticket salt: <?= $this->escape($ticket) ?></p>
|
||||
<p>Ticket salt: <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