Search found 6 matches
- Wed Oct 23, 2019 1:47 pm
- Forum: Open Source Nagios Projects
- Topic: Edit Nagios Core Web GUI Host URL to open in new tab.
- Replies: 9
- Views: 2053
Re: Edit Nagios Core Web GUI Host URL to open in new tab.
scottwilkerson post resolved this issue.
- Wed Oct 23, 2019 1:46 pm
- Forum: Open Source Nagios Projects
- Topic: Edit Nagios Core Web GUI Host URL to open in new tab.
- Replies: 9
- Views: 2053
Re: Edit Nagios Core Web GUI Host URL to open in new tab.
Technically you could add a few new lines and add it to jquery-1.7.1.min.js I am running Nagios Core Version 4.2.4 Your tip looks like it may have worked. I added your code snippet to jquery-1.7.1.min.js and restarted the nagios and httpd services, and it looks like that was able to do the trick. /...
- Wed Oct 23, 2019 1:26 pm
- Forum: Open Source Nagios Projects
- Topic: Edit Nagios Core Web GUI Host URL to open in new tab.
- Replies: 9
- Views: 2053
Re: Edit Nagios Core Web GUI Host URL to open in new tab.
Technically you could add a few new lines and add it to jquery-1.7.1.min.js I am running Nagios Core Version 4.2.4 Your tip looks like it may have worked. I added your code snippet to jquery-1.7.1.min.js and restarted the nagios and httpd services, and it looks like that was able to do the trick. /...
- Wed Oct 23, 2019 1:13 pm
- Forum: Open Source Nagios Projects
- Topic: Edit Nagios Core Web GUI Host URL to open in new tab.
- Replies: 9
- Views: 2053
Re: Edit Nagios Core Web GUI Host URL to open in new tab.
The only way I can think to do this would be with JS, you would have to add the following to the botton of the /nagios/js/nag_funcs.js script On a source install this file would be /usr/local/nagios/share/js/nag_funcs.js $(document).ready(function() { $( "a[href*='status.cgi?host']" ).att...
- Wed Oct 23, 2019 11:53 am
- Forum: Open Source Nagios Projects
- Topic: Edit Nagios Core Web GUI Host URL to open in new tab.
- Replies: 9
- Views: 2053
Edit Nagios Core Web GUI Host URL to open in new tab.
Hello Community, I am trying to customize the Nagios Core Web GUI to have the hosts' URL open in a new tab on a web browser. Particularly, I am trying to configure the https://name_of_nagios_host/nagios/cgi-bin/status.cgi?hostgroup=all&style=overview I am trying to find this style=overview, but ...
- Tue Jun 18, 2019 7:32 pm
- Forum: Open Source Nagios Projects
- Topic: check_ssl_cert issues with URLs that contains port numbers
- Replies: 1
- Views: 953
check_ssl_cert issues with URLs that contains port numbers
Hello community, I am trying to use the check_ssl_cert to monitor expiring certificates within my organization. I am able to use the plugin just fine with standard URL schemes i.e. domain.name.com, etc. However, some websites our servers host has URL schemas with the port number within the URL i.e. ...