You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/_infobox.tt
+6-6
Original file line number
Diff line number
Diff line change
@@ -35,12 +35,12 @@
35
35
[% IF has_proc_info %]
36
36
<tr>
37
37
<td colspan="2">
38
-
[% IF pi.keys.size > 0 && pi.enable_notifications == 0 %]<div class='textALERT'> - Notifications are disabled</div>[% END %]
39
-
[% IF pi.keys.size > 0 && pi.enable_notifications == -1 %]<div class='textALERT'> - Notifications are partially disabled</div>[% END %]
40
-
[% IF pi.keys.size > 0 && pi.execute_service_checks == 0 %]<div class='textALERT'> - Service checks are disabled </div>[% END %]
41
-
[% IF pi.keys.size > 0 && pi.execute_service_checks == -1 %]<div class='textALERT'> - Service checks are partially disabled </div>[% END %]
42
-
[% IF pi.keys.size > 0 && pi.execute_host_checks == 0 %]<div class='textALERT'> - Host checks are disabled </div>[% END %]
43
-
[% IF pi.keys.size > 0 && pi.execute_host_checks == -1 %]<div class='textALERT'> - Host checks are partially disabled </div>[% END %]
38
+
[% IF pi.keys.size > 0 && pi.enable_notifications == 0 %]<a href='extinfo.cgi?type=0'><div class='textALERT'> - Notifications are disabled</div></a>[% END %]
39
+
[% IF pi.keys.size > 0 && pi.enable_notifications == -1 %]<a href='extinfo.cgi?type=0'><div class='textALERT'> - Notifications are partially disabled</div></a>[% END %]
40
+
[% IF pi.keys.size > 0 && pi.execute_service_checks == 0 %]<a href='extinfo.cgi?type=0'><div class='textALERT'> - Service checks are disabled </div></a>[% END %]
41
+
[% IF pi.keys.size > 0 && pi.execute_service_checks == -1 %]<a href='extinfo.cgi?type=0'><div class='textALERT'> - Service checks are partially disabled </div></a>[% END %]
42
+
[% IF pi.keys.size > 0 && pi.execute_host_checks == 0 %]<a href='extinfo.cgi?type=0'><div class='textALERT'> - Host checks are disabled </div></a>[% END %]
43
+
[% IF pi.keys.size > 0 && pi.execute_host_checks == -1 %]<a href='extinfo.cgi?type=0'><div class='textALERT'> - Host checks are partially disabled </div></a>[% END %]
0 commit comments