define host { use workhours host_name nagios.adyxax.org address 10.1.0.101 } define service{ use local-service host_name nagios.adyxax.org service_description Root Partition check_command check_local_disk!20%!10%!/ } define service{ use local-service host_name nagios.adyxax.org service_description Current Load check_command check_local_load!5.0,4.0,3.0!10.0,6.0,4.0 } define service{ use local-service host_name nagios.adyxax.org service_description Swap Usage check_command check_local_swap!20!10 } define service{ use local-service host_name nagios.adyxax.org service_description SSH check_command check_ssh }