mirror of
https://github.com/opinkerfi/nagios-plugins.git
synced 2026-02-06 07:05:17 +01:00
Changed ?cmd_typ= to &cmd_typ= or else acknowledgements dont work.
This commit is contained in:
@@ -90,7 +90,7 @@ if ($state ne 'OK') {
|
|||||||
$ack = qq{
|
$ack = qq{
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="1" style="background: black;color: white;font-weight: bold">Service Actions</td>
|
<td colspan="1" style="background: black;color: white;font-weight: bold">Service Actions</td>
|
||||||
<td colspan="1" style="background: white;color: black"><a class="cmd" href="$ackurl?cmd_typ=$nagioscmd{service_ack}">Acknowledge</a> <a class="cmd" href="$ackurl?cmd_typ=$nagioscmd{service_downtime}">Schedule Downtime</a></td>
|
<td colspan="1" style="background: white;color: black"><a class="cmd" href="$ackurl&cmd_typ=$nagioscmd{service_ack}">Acknowledge</a> <a class="cmd" href="$ackurl&cmd_typ=$nagioscmd{service_downtime}">Schedule Downtime</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user