nagios4/html/map-links.html

22 lines
647 B
HTML
Raw Normal View History

2017-05-19 23:37:19 +02:00
<table border="1" cellpadding="0" cellspacing="0" class="linkBox">
<tbody>
<tr>
<td class="linkBox">
<span ng-show="params.root != 'Nagios Process'">
<a ng-href="{{params.cgiurl}}cgi-bin/status.cgi?host={{params.host | uriComponentEncode}}" target="_self">
View Status Detail For This Host
</a>
<br/>
</span>
<a ng-href="{{params.cgiurl}}cgi-bin/status.cgi?host=all" target="_self">
View Status Detail For All Hosts
</a>
<br/>
<a ng-href="{{params.cgiurl}}cgi-bin/status.cgi?hostgroup=all" target="_self">
View Status Overview For All Hosts
</a>
</td>
</tr>
</tbody>
</table>