# This is a minimal list of services which should be supported by any Windows server # * If it is not the case we may consider either separating some of the listed service here # or re-declare the server as simple 'server' (as we likely don't have access anyway) define hostgroup { hostgroup_name win-servers alias Windows Systems register 0 } define host { name win-server use server register 0 hostgroups +win-servers } define service { use ping-service hostgroup_name win-servers service_description PING check_command check_host!100.0,20%!500.0,60% }