mirror of
https://github.com/opinkerfi/nagios-plugins.git
synced 2024-11-05 01:53:44 +01:00
Changed ?cmd_typ= to &cmd_typ= or else acknowledgements dont work.
This commit is contained in:
parent
97fc022700
commit
1d490fe596
@ -90,7 +90,7 @@ if ($state ne 'OK') {
|
||||
$ack = qq{
|
||||
<tr>
|
||||
<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>
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user