You could also consider changing the host alive check, in cases where the one you're using isn't reliable:
https://assets.nagios.com/downloads/nag ... I-2024.pdf
Search found 51 matches
- Mon Mar 02, 2026 5:48 pm
- Forum: Nagios XI
- Topic: Nagios XI Standard Availability Report(s)
- Replies: 2
- Views: 6710
- Fri Jan 09, 2026 11:03 am
- Forum: Nagios XI
- Topic: Nagios Scripting
- Replies: 3
- Views: 8412
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: 8412
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: 51673
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: 692
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: 1027
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: 1698
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: 702
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: 5795
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: 1382
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...