mirror of
https://github.com/opinkerfi/nagios-plugins.git
synced 2024-11-22 18:33:45 +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{
|
$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>
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user