Hi Team,
we need help on the alert triggering for the particular service.
Ex: we have one service and the service should trigger alert on every friday on certain time irrespective of Warning or critical or OK. Could you please help on this.
Alert triggering every friday for the particular service
-
informatica
- Posts: 99
- Joined: Thu Jan 28, 2021 9:55 pm
Re: Alert triggering every friday for the particular service
If you're really referring to an alert instead of a notification you could just submit a problem result on a cron job:
https://assets.nagios.com/downloads/nag ... and_id=114
Nagios will only send notifications on state changes:
https://assets.nagios.com/downloads/nag ... tions.html
You'd probably be better of doing something like this as a cron job if you want a notification:
https://assets.nagios.com/downloads/nag ... and_id=135
Those could also be submitted via the API as well, see here on your system:
http://YOURXISERVER/nagiosxi/help/api-s ... re-command
Will those meet your needs?
https://assets.nagios.com/downloads/nag ... and_id=114
Nagios will only send notifications on state changes:
https://assets.nagios.com/downloads/nag ... tions.html
You'd probably be better of doing something like this as a cron job if you want a notification:
https://assets.nagios.com/downloads/nag ... and_id=135
Those could also be submitted via the API as well, see here on your system:
http://YOURXISERVER/nagiosxi/help/api-s ... re-command
Will those meet your needs?