Re: Nagios XI passive reporting to server staggering approac
Posted: Wed Nov 04, 2020 12:04 pm
Hi @mrjsokol,
I received your PM message, can you re-attach the newest profile? It wasn't included for some reason and I was unable to find those hosts in the last profile. However, I did track down WENDYS-ORDER-02.
Try increasing the freshness threshold as this value is in seconds on this host to avoid any false positives ( when check_dummy is executed and the host is set to non-ok state) and let me know if that resolves that issue.
References
https://assets.nagios.com/downloads/nag ... hness.html
https://assets.nagios.com/downloads/nag ... .html#host
I received your PM message, can you re-attach the newest profile? It wasn't included for some reason and I was unable to find those hosts in the last profile. However, I did track down WENDYS-ORDER-02.
Try increasing the freshness threshold as this value is in seconds on this host to avoid any false positives ( when check_dummy is executed and the host is set to non-ok state) and let me know if that resolves that issue.
Code: Select all
define host {
host_name US - WENDYS-ORDER-02
alias US - WENDYS-ORDER-02
check_period xi_timeperiod_24x7
check_command check_dummy!2!“Host $HOSTNAME$ has not checked in” !!!!!!
contacts Contact Name
contact_groups Contact Group
notification_period xi_timeperiod_24x7
initial_state o
importance 0
check_interval 5.000000
retry_interval 1.000000
max_check_attempts 5
active_checks_enabled 0
passive_checks_enabled 1
obsess 1
event_handler_enabled 1
low_flap_threshold 0.000000
high_flap_threshold 0.000000
flap_detection_enabled 1
flap_detection_options a
freshness_threshold 65
check_freshness 1
notification_options d,u
notifications_enabled 1
notification_interval 60.000000
first_notification_delay 0.000000
stalking_options n
process_perf_data 1
icon_image passiveobject.png
statusmap_image passiveobject.png
retain_status_information 1
retain_nonstatus_information 1
_XIWIZARD passiveobject
}
https://assets.nagios.com/downloads/nag ... hness.html
https://assets.nagios.com/downloads/nag ... .html#host