Search found 1 match
- Thu Jan 08, 2026 9:18 pm
- Forum: Nagios XI
- Topic: Nagios Scripting
- Replies: 3
- Views: 4754
Re: Nagios Scripting
There isn’t a single API call that behaves exactly like the web UI “blackout all services” action. Under the hood, Nagios handles this by scheduling downtime per object. For what you’re trying to do, the usual approach is to use the external command interface and submit scheduled downtime for the ho...