host/agent: fix header tags
This commit is contained in:
parent
73f34e7f29
commit
242d8aa5a0
|
@ -8,9 +8,9 @@
|
||||||
$cert = $this->escape($this->certname);
|
$cert = $this->escape($this->certname);
|
||||||
$master = $this->escape($this->master);
|
$master = $this->escape($this->master);
|
||||||
?>
|
?>
|
||||||
<h3>When using the node wizard</h3>
|
<h2>When using the node wizard</h2>
|
||||||
<p>Ticket salt: <?= $this->escape($ticket) ?></p>
|
<p>Ticket salt: <?= $this->escape($ticket) ?></p>
|
||||||
<h3>Linux commandline</h3>
|
<h2>Linux commandline</h2>
|
||||||
<p>Just copy & paste this script (and please scroll down for a corresponding icinga2.cfg):</p>
|
<p>Just copy & paste this script (and please scroll down for a corresponding icinga2.cfg):</p>
|
||||||
<pre>
|
<pre>
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
Loading…
Reference in New Issue