Search found 3 matches

by Vennpauly
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 ...
by Vennpauly
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...