NagiosEnterprises / nagioscore

Nagios Core
GNU General Public License v2.0
1.57k stars 450 forks source link

Added 'stalking_notify' logic for both Host and Service based objects #981

Open Rfferrao87 opened 3 months ago

Rfferrao87 commented 3 months ago

Implements #605 when both stalking_options and stalking_notify are enabled in either host and/or service definitions; its functionality is similar to the is_volatile directive, except with a more granular approach, as it only emits notifications for the states covered by stalking_options and also only if the check output changes.

aaronagios commented 2 months ago

@ericloyd what do you think here?