define command { command_name check_nsclient_nt command_line $USER1$/check_nt -H '$HOSTADDRESS$' -p 12489 -s '$USER9$' -v '$ARG1$' $ARG2$ } define host { use generic-host host_name win01.example.net alias Windows Server 01 address win01.example.net check_command check_nsclient_nt!CLIENTVERSION max_check_attempts 3 check_interval 5 retry_interval 1 contact_groups admins } define service { use generic-service host_name win01.example.net service_description Windows CPU Load check_command check_nsclient_nt!CPULOAD!-l 5,80,90 contact_groups admins } define service { use generic-service host_name win01.example.net service_description Windows C Drive check_command check_nsclient_nt!USEDDISKSPACE!-l C -w 80 -c 90 contact_groups admins } define service { use generic-service host_name win01.example.net service_description Windows Spooler Service check_command check_nsclient_nt!SERVICESTATE!-l Spooler -d SHOWALL contact_groups admins }