define command{ command_name check_dummy command_line $USER1$/check_dummy $ARG1$ "$ARG2$" } define host{ use linux-server host_name web01.example.net alias Web 01 Linux host address 192.0.2.10 active_checks_enabled 0 passive_checks_enabled 1 check_command check_dummy!0!Waiting for NCPA passive result } define service{ use generic-service host_name web01.example.net service_description CPU Usage active_checks_enabled 0 passive_checks_enabled 1 check_freshness 1 freshness_threshold 600 check_command check_dummy!3!No NCPA passive result has been received } define service{ use generic-service host_name web01.example.net service_description Memory Usage active_checks_enabled 0 passive_checks_enabled 1 check_freshness 1 freshness_threshold 600 check_command check_dummy!3!No NCPA passive result has been received }