NagiosXI Monitoring within Cloud Resources

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
ejwalsh
Posts: 3
Joined: Tue Sep 24, 2013 11:55 am

NagiosXI Monitoring within Cloud Resources

Post by ejwalsh »

Hi:
We have a client who is using Nagios XI to monitor several resources within a cloud environment. They want to turn these machines off after hours and on weekends, to save money. Is their an option somewhere in Nagios XI, where we can still monitor them, but only for the specific time frame?, say X to Y hours, so we do not receive down alerts when they powered off during the selected timeframes?...I hope this makes sense. Thanks Edward
User avatar
vtrac
Posts: 903
Joined: Tue Oct 27, 2020 1:35 pm

Re: NagiosXI Monitoring within Cloud Resources

Post by vtrac »

Hi ejwalsh,
You can create a new "timeperiod" object, then associates the new timeperiod to the "check_period".

Here's how:

Code: Select all

On your Nagios XI GUI -> Configure -> Core Config Manager -> Alerting -> Time Period -> (click the "+ Add new" button)
If you like, you can use the "Bulk Modification Tool" to update your changes once the new timeperiod has been defined.

Code: Select all

Nagios XI GUI -> Configure -> Core Config Manager -> Tools -> Bulk Modification Tool -> (click the "Change a single config option")
Hope this helps.

Best Regards,
Vinh
Locked