mirror of https://github.com/zulip/zulip.git
nagios: Go straight to the service detail page
This bypasses the side navigation frame, but I think said frame currently provides negative value. (imported from commit b067d546e4a7fb95e7de2a35be7e7f947c7a0da1)
This commit is contained in:
parent
d435f29308
commit
2cf49c4ff2
|
@ -22,7 +22,7 @@
|
|||
# Where the HTML pages live
|
||||
Alias /nagios3 /usr/share/nagios3/htdocs
|
||||
|
||||
RedirectMatch ^/?$ https://nagios.humbughq.com/nagios3/
|
||||
RedirectMatch ^/?$ https://nagios.humbughq.com/cgi-bin/nagios3/status.cgi?host=all
|
||||
|
||||
<Location "/">
|
||||
AuthType Digest
|
||||
|
|
Loading…
Reference in New Issue