check_mailq | Service check did not exit properly
Posted: Mon Mar 11, 2019 6:59 am
Hi.
One of my remote servers to check is using the check_mailq service check.
I am on Ubuntu 18.04 using postfix.
My service check result is: (Service check did not exit properly).
What am I doing wrong?
Thanks,
Steffi
One of my remote servers to check is using the check_mailq service check.
I am on Ubuntu 18.04 using postfix.
My service check result is: (Service check did not exit properly).
What am I doing wrong?
Thanks,
Steffi
Code: Select all
define service {
host_name localhost
service_description mailq
check_period 24x7
check_command check_mailqueue!100!200
contact_groups admins
notification_period 24x7
initial_state o
check_interval 5.000000
retry_interval 1.000000
max_check_attempts 4
is_volatile 0
parallelize_check 1
active_checks_enabled 1
passive_checks_enabled 1
obsess_over_service 1
event_handler_enabled 1
low_flap_threshold 0.000000
high_flap_threshold 0.000000
flap_detection_enabled 1
flap_detection_options o,w,u,c
freshness_threshold 0
check_freshness 0
notification_options u,w,c,r
notifications_enabled 1
notification_interval 0.000000
first_notification_delay 0.000000
stalking_options n
process_perf_data 1
failure_prediction_enabled 1
retain_status_information 1
retain_nonstatus_information 1
}