nagios4/html/map-links.html

22 lines
623 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'">
2019-04-18 17:09:18 +02:00
<a ng-href="{{params.cgiurl}}status.cgi?host={{params.root | uriComponentEncode}}" target="_self">
2017-05-19 23:37:19 +02:00
View Status Detail For This Host
</a>
<br/>
</span>
2019-04-18 17:09:18 +02:00
<a ng-href="{{params.cgiurl}}status.cgi?host=all" target="_self">
2017-05-19 23:37:19 +02:00
View Status Detail For All Hosts
</a>
<br/>
2019-04-18 17:09:18 +02:00
<a ng-href="{{params.cgiurl}}status.cgi?hostgroup=all" target="_self">
2017-05-19 23:37:19 +02:00
View Status Overview For All Hosts
</a>
</td>
</tr>
</tbody>
</table>