Search found 3 matches
- Tue Mar 10, 2026 2:30 am
- Forum: Nagios XI
- Topic: Event Handlers in Scheduled Downtime
- Replies: 10
- Views: 28694
Re: Event Handlers in Scheduled Downtime
Hi, It looks to me like downtimes only block notifications, not event handlers. I think you'll want to directly disable event handlers for each of the hosts/services you're upgrading. If you need Nagios Core to stay running the whole time, I would probably use external commands - here drive mad is ...
- Tue Jun 24, 2025 2:09 am
- Forum: Nagios XI
- Topic: Nagios 2024R1.4.3 possible bug Max check attempts field
- Replies: 4
- Views: 2221
Re: Nagios 2024R1.4.3 possible bug Max check attempts field
Thank you!!!kg2857 wrote: ↑Thu Jun 05, 2025 6:02 am Have a look here.
viewtopic.php?p=361538&hilit=max+check+attempts#p361538
- Thu Jun 20, 2024 2:41 am
- Forum: Open Source Nagios Projects
- Topic: Powershell script with first argument containing a space
- Replies: 5
- Views: 32335
Re: Powershell script with first argument containing a space
I have the following check: /usr/local/nagios/libexec/check_ncpa.py -H thehost -t '' -P 5693 -M 'plugins/CheckClusterResourceGroupStatus.ps1' -a "'Cluster Group'" But I get the following error UNKNOWN - Resource group \'Cluster/Group\' not found From what you can tell, the issue is that t...