Hi,

Is there anyway to bring initial passive check as a SOFT state and after 3 attempted failed results it should move to HARD state. It should exactly work like active check but service status will be sent from extern script.

I am not sure what is wrong which this below snapshot and instead of waiting 3 attempts is just sends the notification after 1 attempt.

define service {
        host_name       test_host
        service_description     test_srevice
        check_period    24x7
        check_command   no-cron-report
        contact_groups  test_team
        notification_period     24x7
        initial_state   o
        check_interval  5.000000
        retry_interval  3.000000
        max_check_attempts      3
        is_volatile     0
        parallelize_check       1
        active_checks_enabled   0
        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  0
        flap_detection_options  o,w,u,c
        freshness_threshold     0
        check_freshness 0
        notification_options    u,w,c,r
        notifications_enabled   1
        notification_interval   720.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
        }

Thanks,

Vadiraj

_______________________________________________
omd-users mailing list
[email protected]
http://lists.mathias-kettner.de/mailman/listinfo/omd-users

Reply via email to