Re: Nagios Core - Passive checks no communication.
Posted: Tue May 22, 2018 12:31 pm
Hey scottwilkerson,
I have added the below code to the bottom of templates.cfg file in /usr/local/nagios/etc/objects
I re-ran my grep to check the log file and no errors, no errors are reported after a restart of the Nagios server and a restart of the NCPApassive agent.
I have left the machine for about 15 minutes and came back to check if anything has changed. Nothing changed other than clearing the errors out of the log file.
My main dashboard still shows my Webprint system greyed out and pending checks as seen in the attachment.
I have added the below code to the bottom of templates.cfg file in /usr/local/nagios/etc/objects
Code: Select all
define service {
name generic-service
is_volatile 0
max_check_attempts 3
check_interval 10
retry_interval 2
active_checks_enabled 1
passive_checks_enabled 1
check_period 24x7
parallelize_check 1
obsess_over_service 1
check_freshness 0
event_handler_enabled 1
flap_detection_enabled 1
process_perf_data 1
retain_status_information 1
retain_nonstatus_information 1
notification_interval 60
notification_period 24x7
notification_options w,c,u,r,
notifications_enabled 1
contact_groups admins
register 0
} I have left the machine for about 15 minutes and came back to check if anything has changed. Nothing changed other than clearing the errors out of the log file.
My main dashboard still shows my Webprint system greyed out and pending checks as seen in the attachment.