Search found 50 matches
- Fri Jan 09, 2026 11:03 am
- Forum: Nagios XI
- Topic: Nagios Scripting
- Replies: 3
- Views: 4748
Re: Nagios Scripting
Testing showed that the all_services parameter of the system/scheduleddowntime REST API endpoint did what I expected (and, I believe, what OP is after?). It placed all services on the target host in downtime as well. Running this (replacing the server IP, API key, hostname, timstamps, and comment wi...
- Thu Jan 08, 2026 12:45 pm
- Forum: Nagios XI
- Topic: Nagios Scripting
- Replies: 3
- Views: 4748
Re: Nagios Scripting
I wonder if the all_services paramater of the POST system/scheduleddowntime endpoint is what you're after?
It states:
It states:
0 or 1 for all services on specified hosts
- Tue Oct 21, 2025 8:14 am
- Forum: Nagios XI
- Topic: How are you configuring your VMware Cluster's VM's Parent/Child relationship?
- Replies: 11
- Views: 42148
Re: How are you configuring your VMware Cluster's VM's Parent/Child relationship?
One option to consider would be to use BPI. First, create a BPI group that meaningfully reflects the status of the VMware cluster as a whole. Next, run the BPI wizard to create a monitored object that represents the BPI group's status. Finally, make the BPI group the parent of the VMs, that way even...
- Wed Jul 03, 2019 2:54 pm
- Forum: Nagios XI
- Topic: Operations Center URLs for a Dashboard
- Replies: 2
- Views: 638
Re: Operations Center URLs for a Dashboard
Hello, If I choose several filters, then popout Operations Center, I see these filter options in the URL: ? host= & hostgroup =MainDC& servicegroup =& state =&filters%5B%5D= hide_not_dis &filters%5B%5D= hide_handled &filters%5B%5D= hide_soft & reporttimesubmitbutton =&...
- Thu Jun 13, 2019 1:40 pm
- Forum: Nagios XI
- Topic: Nagios Question
- Replies: 2
- Views: 983
Re: Nagios Question
Hi Mastemi, You can customize how the website check handles redirects. One possibility is that the check is set to see redirects as CRITICAL rather than OK. In the Website Monitoring Wizard in Nagios XI, you will see an 'On Redirect' option dropdown in the top Website Options section of Step 2. Choo...
- Mon May 13, 2019 1:15 pm
- Forum: Nagios Log Server
- Topic: Adding Solaris 11 servers
- Replies: 8
- Views: 1608
Re: Adding Solaris 11 servers
Hi SamH,
Since you're using privileged port 514, have you had a chance to take one of the steps outlined here:
https://support.nagios.com/kb/article/n ... s-302.html
Since you're using privileged port 514, have you had a chance to take one of the steps outlined here:
https://support.nagios.com/kb/article/n ... s-302.html
- Wed May 08, 2019 1:34 pm
- Forum: Nagios XI
- Topic: Will notifications play catch up after being disabled
- Replies: 2
- Views: 648
Re: Will notifications play catch up after being disabled
Not sure if you disabled notifications on a User level, or maybe you placed the items in downtime? Putting them in downtime could be useful, it would disable notifications, and enable you to negate the time from reports later on. Either way, once you resume I believe notifications will be based on t...
- Fri Mar 15, 2019 10:32 am
- Forum: Open Source Nagios Projects
- Topic: What are some good GUI based editors for Nagios?
- Replies: 4
- Views: 5665
Re: What are some good GUI based editors for Nagios?
NagiosQL is a popular project for this: https://exchange.nagios.org/directory/Addons/Configuration/NagiosQL/details If you're looking for a fully supported commercial option, Nagios XI includes the Core Config Manager, very advanced config management GUI. It also has monitoring wizards for step-by-s...
- Wed Mar 13, 2019 3:08 pm
- Forum: Open Source Nagios Projects
- Topic: stop service checks when a host goes down
- Replies: 2
- Views: 1316
Re: stop service checks when a host goes down
Hi Soumya, Although Nagios will continue to run the checks, if the host goes down, I believe notifications for it's services should stop until the host recovers. Do you wish to actually stop Nagios from running the checks, or just the default behavior of notifications being suppressed? If you're run...
- Fri Jan 25, 2019 3:45 pm
- Forum: Nagios XI
- Topic: check_mysql_health unable to apply configuration
- Replies: 4
- Views: 868
Re: check_mysql_health unable to apply configuration
Hello, As a starting point, I'd recommend that you investigate the items noted in the bottom red box in your screenshot. It looks like max_attempts, check_interval, etc... may have an invalid value on the mysql_uptime service on the host noted. What do you see if you navigate to that service in the ...