################################################################################ # Sample object config file for Nagios # # Read the documentation for more information on this configuration file. I've # provided some comments here, but things may not be so clear without further # explanation, so make sure to read the HTML documentation! # # Last Modified: 10-28-2004 # ################################################################################ ################################################################################ # TIMEPERIOD DEFINITIONS ################################################################################ # '24x7' timeperiod definition define timeperiod{ timeperiod_name 24x7 alias 24 Hours A Day, 7 Days A Week sunday 00:00-24:00 monday 00:00-24:00 tuesday 00:00-24:00 wednesday 00:00-24:00 thursday 00:00-24:00 friday 00:00-24:00 saturday 00:00-24:00 } # 'workhours' timeperiod definition define timeperiod{ timeperiod_name workhours alias "Normal" Working Hours monday 09:00-17:00 tuesday 09:00-17:00 wednesday 09:00-17:00 thursday 09:00-17:00 friday 09:00-17:00 } # 'nonworkhours' timeperiod definition define timeperiod{ timeperiod_name nonworkhours alias Non-Work Hours sunday 00:00-24:00 monday 00:00-09:00,17:00-24:00 tuesday 00:00-09:00,17:00-24:00 wednesday 00:00-09:00,17:00-24:00 thursday 00:00-09:00,17:00-24:00 friday 00:00-09:00,17:00-24:00 saturday 00:00-24:00 } # 'none' timeperiod definition define timeperiod{ timeperiod_name none alias No Time Is A Good Time } ################################################################################ # CONTACT DEFINITIONS ################################################################################ # 'nagios' contact definition define contact{ contact_name nagios alias Nagios Admin service_notification_period 24x7 host_notification_period 24x7 service_notification_options w,u,c,r host_notification_options d,u,r service_notification_commands notify-by-email,notify-by-epager host_notification_commands host-notify-by-email,host-notify-by-epager email nagios-admin@localhost.localdomain pager pagenagios-admin@localhost.localdomain } # # 'jdoe' contact definition # define contact{ # contact_name jdoe # alias John Doe # service_notification_period workhours # host_notification_period workhours # service_notification_options c,r # host_notification_options d,r # service_notification_commands notify-by-email # host_notification_commands host-notify-by-email # email jdoe@localhost.localdomain # } # ################################################################################ # CONTACT GROUP DEFINITIONS ################################################################################ # 'e1-admins' contact group definition define contactgroup{ contactgroup_name e1-admins alias Track-E1 Administrators members nagios } # # 'nt-admins' contact group definition # define contactgroup{ # contactgroup_name nt-admins # alias NT Administrators # members nagios,jdoe # } # # # # 'linux-admins' contact group definition # define contactgroup{ # contactgroup_name linux-admins # alias Linux Administrators # members nagios # } # # # # 'switch-admins' contact group definition # define contactgroup{ # contactgroup_name switch-admins # alias Etherswitch Administrators # members nagios # } # # # # 'router-admins' contact group definition # define contactgroup{ # contactgroup_name router-admins # alias Router Technicians # members nagios # } # # # 'printer-admins' contact group definition # define contactgroup{ # contactgroup_name printer-admins # alias Printer Administrators # members nagios,jdoe # } ################################################################################ # HOST DEFINITIONS ################################################################################ # Generic host definition template define host{ name generic-host ; The name of this host template - referenced in other host definitions, used for template recursion/resolution notifications_enabled 1 ; Host notifications are enabled event_handler_enabled 1 ; Host event handler is enabled flap_detection_enabled 1 ; Flap detection is enabled process_perf_data 1 ; Process performance data retain_status_information 1 ; Retain status information across program restarts retain_nonstatus_information 1 ; Retain non-status information across program restarts register 0 ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL HOST, JUST A TEMPLATE! } # 'inst' host definition define host{ use generic-host ; Name of host template to use host_name inst alias Track-E1 Server #1 address 196.200.219.200 check_command check-host-alive max_check_attempts 10 notification_interval 120 notification_period 24x7 notification_options d,u,r contact_groups e1-admins } # 'pc01' host definition define host{ use generic-host ; Name of host template to use host_name pc01 alias Track-E1 Server #2 address 196.200.219.131 check_command check-host-alive max_check_attempts 10 notification_interval 120 notification_period 24x7 notification_options d,u,r contact_groups e1-admins } # 'pc02' host definition define host{ use generic-host ; Name of host template to use host_name pc02 alias Track-E1 Server #2 address 196.200.219.132 check_command check-host-alive max_check_attempts 10 notification_interval 120 notification_period 24x7 notification_options d,u,r contact_groups e1-admins } # 'pc03' host definition define host{ use generic-host ; Name of host template to use host_name pc03 alias Track-E1 Server #3 address 196.200.219.133 check_command check-host-alive max_check_attempts 10 notification_interval 120 notification_period 24x7 notification_options d,u,r contact_groups e1-admins } # 'pc04' host definition define host{ use generic-host ; Name of host template to use host_name pc04 alias Track-E1 Server #4 address 196.200.219.134 check_command check-host-alive max_check_attempts 10 notification_interval 120 notification_period 24x7 notification_options d,u,r contact_groups e1-admins } # 'pc05' host definition define host{ use generic-host ; Name of host template to use host_name pc05 alias Track-E1 Server #5 address 196.200.219.135 check_command check-host-alive max_check_attempts 10 notification_interval 120 notification_period 24x7 notification_options d,u,r contact_groups e1-admins } # 'pc06' host definition define host{ use generic-host ; Name of host template to use host_name pc06 alias Track-E1 Server #6 address 196.200.219.136 check_command check-host-alive max_check_attempts 10 notification_interval 120 notification_period 24x7 notification_options d,u,r contact_groups e1-admins } # 'pc07' host definition define host{ use generic-host ; Name of host template to use host_name pc07 alias Track-E1 Server #7 address 196.200.219.137 check_command check-host-alive max_check_attempts 10 notification_interval 120 notification_period 24x7 notification_options d,u,r contact_groups e1-admins } # 'pc08' host definition define host{ use generic-host ; Name of host template to use host_name pc08 alias Track-E1 Server #8 address 196.200.219.138 check_command check-host-alive max_check_attempts 10 notification_interval 120 notification_period 24x7 notification_options d,u,r contact_groups e1-admins } # 'pc09' host definition define host{ use generic-host ; Name of host template to use host_name pc09 alias Track-E1 Server #9 address 196.200.219.139 check_command check-host-alive max_check_attempts 10 notification_interval 120 notification_period 24x7 notification_options d,u,r contact_groups e1-admins } # 'pc10' host definition define host{ use generic-host ; Name of host template to use host_name pc10 alias Track-E1 Server #10 address 196.200.219.140 check_command check-host-alive max_check_attempts 10 notification_interval 120 notification_period 24x7 notification_options d,u,r contact_groups e1-admins } # 'pc11' host definition define host{ use generic-host ; Name of host template to use host_name pc11 alias Track-E1 Server #11 address 196.200.219.141 check_command check-host-alive max_check_attempts 10 notification_interval 120 notification_period 24x7 notification_options d,u,r contact_groups e1-admins } # 'pc12' host definition define host{ use generic-host ; Name of host template to use host_name pc12 alias Track-E1 Server #12 address 196.200.219.142 check_command check-host-alive max_check_attempts 10 notification_interval 120 notification_period 24x7 notification_options d,u,r contact_groups e1-admins } # 'pc13' host definition define host{ use generic-host ; Name of host template to use host_name pc13 alias Track-E1 Server #13 address 196.200.219.143 check_command check-host-alive max_check_attempts 10 notification_interval 120 notification_period 24x7 notification_options d,u,r contact_groups e1-admins } # 'pc14' host definition define host{ use generic-host ; Name of host template to use host_name pc14 alias Track-E1 Server #14 address 196.200.219.144 check_command check-host-alive max_check_attempts 10 notification_interval 120 notification_period 24x7 notification_options d,u,r contact_groups e1-admins } # 'pc15' host definition define host{ use generic-host ; Name of host template to use host_name pc15 alias Track-E1 Server #15 address 196.200.219.145 check_command check-host-alive max_check_attempts 10 notification_interval 120 notification_period 24x7 notification_options d,u,r contact_groups e1-admins } # 'pc16' host definition define host{ use generic-host ; Name of host template to use host_name pc16 alias Track-E1 Server #16 address 196.200.219.146 check_command check-host-alive max_check_attempts 10 notification_interval 120 notification_period 24x7 notification_options d,u,r contact_groups e1-admins } # HOST GROUP DEFINITIONS ################################################################################ # 'e1-servers' host group definition define hostgroup{ hostgroup_name e1-servers alias Track-E1 Servers members inst,pc01,pc02,pc03,pc04,pc05,pc06,pc07,pc08,pc09,pc10,pc11,pc12,pc13,pc14,pc15,pc16 } ################################################################################ # SERVICE DEFINITIONS ################################################################################ # Generic service definition template define service{ name generic-service ; The 'name' of this service template, referenced in other service definitions active_checks_enabled 1 ; Active service checks are enabled passive_checks_enabled 1 ; Passive service checks are enabled/accepted parallelize_check 1 ; Active service checks should be parallelized (disabling this can lead to major performance problems) obsess_over_service 1 ; We should obsess over this service (if necessary) check_freshness 0 ; Default is to NOT check service 'freshness' notifications_enabled 1 ; Service notifications are enabled event_handler_enabled 1 ; Service event handler is enabled flap_detection_enabled 1 ; Flap detection is enabled process_perf_data 1 ; Process performance data retain_status_information 1 ; Retain status information across program restarts retain_nonstatus_information 1 ; Retain non-status information across program restarts register 0 ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL SERVICE, JUST A TEMPLATE! } # Service definition define service{ use generic-service ; Name of service template to use host_name inst service_description SMTP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 3 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_smtp } # Service definition define service{ use generic-service ; Name of service template to use host_name inst service_description DNS is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 3 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_dns } # Service definition define service{ use generic-service ; Name of service template to use host_name inst service_description FTP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_ftp } # Service definition define service{ use generic-service ; Name of service template to use host_name inst service_description POP3 is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_pop } # Service definition define service{ use generic-service ; Name of service template to use host_name inst service_description PING is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options c,r check_command check_ping!100.0,20%!500.0,60% } # Service definition define service{ use generic-service ; Name of service template to use host_name inst service_description HTTP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_http } ############## # PC01.E1.WS.AFNOG.ORG. ######################### # Service definition define service{ use generic-service ; Name of service template to use host_name pc01 service_description PING is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options c,r check_command check_ping!100.0,20%!500.0,60% } # Service definition define service{ use generic-service ; Name of service template to use host_name pc01 service_description DNS is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options c,r check_command check_dns } # Service definition define service{ use generic-service ; Name of service template to use host_name pc01 service_description SMTP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 3 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_smtp } # Service definition define service{ use generic-service ; Name of service template to use host_name pc01 service_description HTTP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_http } # Service definition define service{ use generic-service ; Name of service template to use host_name pc01 service_description IMAP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_imap } # Service definition define service{ use generic-service ; Name of service template to use host_name pc01 service_description IMAP-S is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_simap } # Service definition define service{ use generic-service ; Name of service template to use host_name pc01 service_description POP3 is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_pop } # Service definition define service{ use generic-service ; Name of service template to use host_name pc01 service_description POP3-S is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_spop } ######################## # PC02.E1.WS.AFNOG.ORG. ######################### # Service definition define service{ use generic-service ; Name of service template to use host_name pc02 service_description PING is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options c,r check_command check_ping!100.0,20%!500.0,60% } # Service definition define service{ use generic-service ; Name of service template to use host_name pc02 service_description DNS is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options c,r check_command check_dns } # Service definition define service{ use generic-service ; Name of service template to use host_name pc02 service_description SMTP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 3 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_smtp } # Service definition define service{ use generic-service ; Name of service template to use host_name pc02 service_description HTTP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_http } # Service definition define service{ use generic-service ; Name of service template to use host_name pc02 service_description IMAP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_imap } # Service definition define service{ use generic-service ; Name of service template to use host_name pc02 service_description IMAP-S is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_simap } # Service definition define service{ use generic-service ; Name of service template to use host_name pc02 service_description POP3 is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_pop } # Service definition define service{ use generic-service ; Name of service template to use host_name pc02 service_description POP3-S is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_spop } ######################## # PC03.E1.WS.AFNOG.ORG. ######################### # Service definition define service{ use generic-service ; Name of service template to use host_name pc03 service_description PING is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options c,r check_command check_ping!100.0,20%!500.0,60% } # Service definition define service{ use generic-service ; Name of service template to use host_name pc03 service_description DNS is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options c,r check_command check_dns } # Service definition define service{ use generic-service ; Name of service template to use host_name pc03 service_description SMTP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 3 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_smtp } # Service definition define service{ use generic-service ; Name of service template to use host_name pc03 service_description HTTP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_http } # Service definition define service{ use generic-service ; Name of service template to use host_name pc03 service_description IMAP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_imap } # Service definition define service{ use generic-service ; Name of service template to use host_name pc03 service_description IMAP-S is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_simap } # Service definition define service{ use generic-service ; Name of service template to use host_name pc03 service_description POP3 is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_pop } # Service definition define service{ use generic-service ; Name of service template to use host_name pc03 service_description POP3-S is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_spop } ######################## # PC04.E1.WS.AFNOG.ORG. ######################### # Service definition define service{ use generic-service ; Name of service template to use host_name pc04 service_description PING is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options c,r check_command check_ping!100.0,20%!500.0,60% } # Service definition define service{ use generic-service ; Name of service template to use host_name pc04 service_description DNS is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options c,r check_command check_dns } # Service definition define service{ use generic-service ; Name of service template to use host_name pc04 service_description SMTP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 3 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_smtp } # Service definition define service{ use generic-service ; Name of service template to use host_name pc04 service_description HTTP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_http } # Service definition define service{ use generic-service ; Name of service template to use host_name pc04 service_description IMAP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_imap } # Service definition define service{ use generic-service ; Name of service template to use host_name pc04 service_description IMAP-S is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_simap } # Service definition define service{ use generic-service ; Name of service template to use host_name pc04 service_description POP3 is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_pop } # Service definition define service{ use generic-service ; Name of service template to use host_name pc04 service_description POP3-S is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_spop } ######################## # PC05.E1.WS.AFNOG.ORG. ######################### # Service definition define service{ use generic-service ; Name of service template to use host_name pc05 service_description PING is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options c,r check_command check_ping!100.0,20%!500.0,60% } # Service definition define service{ use generic-service ; Name of service template to use host_name pc05 service_description DNS is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options c,r check_command check_dns } # Service definition define service{ use generic-service ; Name of service template to use host_name pc05 service_description SMTP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 3 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_smtp } # Service definition define service{ use generic-service ; Name of service template to use host_name pc05 service_description HTTP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_http } # Service definition define service{ use generic-service ; Name of service template to use host_name pc05 service_description IMAP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_imap } # Service definition define service{ use generic-service ; Name of service template to use host_name pc05 service_description IMAP-S is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_simap } # Service definition define service{ use generic-service ; Name of service template to use host_name pc05 service_description POP3 is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_pop } # Service definition define service{ use generic-service ; Name of service template to use host_name pc05 service_description POP3-S is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_spop } ######################## # PC06.E1.WS.AFNOG.ORG. ######################### # Service definition define service{ use generic-service ; Name of service template to use host_name pc06 service_description PING is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options c,r check_command check_ping!100.0,20%!500.0,60% } # Service definition define service{ use generic-service ; Name of service template to use host_name pc06 service_description DNS is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options c,r check_command check_dns } # Service definition define service{ use generic-service ; Name of service template to use host_name pc06 service_description SMTP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 3 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_smtp } # Service definition define service{ use generic-service ; Name of service template to use host_name pc06 service_description HTTP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_http } # Service definition define service{ use generic-service ; Name of service template to use host_name pc06 service_description IMAP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_imap } # Service definition define service{ use generic-service ; Name of service template to use host_name pc06 service_description IMAP-S is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_simap } # Service definition define service{ use generic-service ; Name of service template to use host_name pc06 service_description POP3 is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_pop } # Service definition define service{ use generic-service ; Name of service template to use host_name pc06 service_description POP3-S is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_spop } ######################## # PC07.E1.WS.AFNOG.ORG. ######################### # Service definition define service{ use generic-service ; Name of service template to use host_name pc07 service_description PING is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options c,r check_command check_ping!100.0,20%!500.0,60% } # Service definition define service{ use generic-service ; Name of service template to use host_name pc07 service_description DNS is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options c,r check_command check_dns } # Service definition define service{ use generic-service ; Name of service template to use host_name pc07 service_description SMTP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 3 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_smtp } # Service definition define service{ use generic-service ; Name of service template to use host_name pc07 service_description HTTP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_http } # Service definition define service{ use generic-service ; Name of service template to use host_name pc07 service_description IMAP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_imap } # Service definition define service{ use generic-service ; Name of service template to use host_name pc07 service_description IMAP-S is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_simap } # Service definition define service{ use generic-service ; Name of service template to use host_name pc07 service_description POP3 is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_pop } # Service definition define service{ use generic-service ; Name of service template to use host_name pc07 service_description POP3-S is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_spop } ######################## # PC08.E1.WS.AFNOG.ORG. ######################### # Service definition define service{ use generic-service ; Name of service template to use host_name pc08 service_description PING is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options c,r check_command check_ping!100.0,20%!500.0,60% } # Service definition define service{ use generic-service ; Name of service template to use host_name pc08 service_description DNS is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options c,r check_command check_dns } # Service definition define service{ use generic-service ; Name of service template to use host_name pc08 service_description SMTP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 3 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_smtp } # Service definition define service{ use generic-service ; Name of service template to use host_name pc08 service_description HTTP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_http } # Service definition define service{ use generic-service ; Name of service template to use host_name pc08 service_description IMAP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_imap } # Service definition define service{ use generic-service ; Name of service template to use host_name pc08 service_description IMAP-S is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_simap } # Service definition define service{ use generic-service ; Name of service template to use host_name pc08 service_description POP3 is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_pop } # Service definition define service{ use generic-service ; Name of service template to use host_name pc08 service_description POP3-S is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_spop } ######################## # PC09.E1.WS.AFNOG.ORG. ######################### # Service definition define service{ use generic-service ; Name of service template to use host_name pc09 service_description PING is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options c,r check_command check_ping!100.0,20%!500.0,60% } # Service definition define service{ use generic-service ; Name of service template to use host_name pc09 service_description DNS is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options c,r check_command check_dns } # Service definition define service{ use generic-service ; Name of service template to use host_name pc09 service_description SMTP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 3 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_smtp } # Service definition define service{ use generic-service ; Name of service template to use host_name pc09 service_description HTTP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_http } # Service definition define service{ use generic-service ; Name of service template to use host_name pc09 service_description IMAP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_imap } # Service definition define service{ use generic-service ; Name of service template to use host_name pc09 service_description IMAP-S is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_simap } # Service definition define service{ use generic-service ; Name of service template to use host_name pc09 service_description POP3 is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_pop } # Service definition define service{ use generic-service ; Name of service template to use host_name pc09 service_description POP3-S is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_spop } ######################## # PC10.E1.WS.AFNOG.ORG. ######################### # Service definition define service{ use generic-service ; Name of service template to use host_name pc10 service_description PING is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options c,r check_command check_ping!100.0,20%!500.0,60% } # Service definition define service{ use generic-service ; Name of service template to use host_name pc10 service_description DNS is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options c,r check_command check_dns } # Service definition define service{ use generic-service ; Name of service template to use host_name pc10 service_description SMTP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 3 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_smtp } # Service definition define service{ use generic-service ; Name of service template to use host_name pc10 service_description HTTP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_http } # Service definition define service{ use generic-service ; Name of service template to use host_name pc10 service_description IMAP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_imap } # Service definition define service{ use generic-service ; Name of service template to use host_name pc10 service_description IMAP-S is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_simap } # Service definition define service{ use generic-service ; Name of service template to use host_name pc10 service_description POP3 is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_pop } # Service definition define service{ use generic-service ; Name of service template to use host_name pc10 service_description POP3-S is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_spop } ######################## # PC11.E1.WS.AFNOG.ORG. ######################### # Service definition define service{ use generic-service ; Name of service template to use host_name pc11 service_description PING is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options c,r check_command check_ping!100.0,20%!500.0,60% } # Service definition define service{ use generic-service ; Name of service template to use host_name pc11 service_description DNS is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options c,r check_command check_dns } # Service definition define service{ use generic-service ; Name of service template to use host_name pc11 service_description SMTP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 3 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_smtp } # Service definition define service{ use generic-service ; Name of service template to use host_name pc11 service_description HTTP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_http } # Service definition define service{ use generic-service ; Name of service template to use host_name pc11 service_description IMAP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_imap } # Service definition define service{ use generic-service ; Name of service template to use host_name pc11 service_description IMAP-S is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_simap } # Service definition define service{ use generic-service ; Name of service template to use host_name pc11 service_description POP3 is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_pop } # Service definition define service{ use generic-service ; Name of service template to use host_name pc11 service_description POP3-S is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_spop } ######################## # PC12.E1.WS.AFNOG.ORG. ######################### # Service definition define service{ use generic-service ; Name of service template to use host_name pc12 service_description PING is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options c,r check_command check_ping!100.0,20%!500.0,60% } # Service definition define service{ use generic-service ; Name of service template to use host_name pc12 service_description DNS is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options c,r check_command check_dns } # Service definition define service{ use generic-service ; Name of service template to use host_name pc12 service_description SMTP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 3 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_smtp } # Service definition define service{ use generic-service ; Name of service template to use host_name pc12 service_description HTTP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_http } # Service definition define service{ use generic-service ; Name of service template to use host_name pc12 service_description IMAP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_imap } # Service definition define service{ use generic-service ; Name of service template to use host_name pc12 service_description IMAP-S is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_simap } # Service definition define service{ use generic-service ; Name of service template to use host_name pc12 service_description POP3 is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_pop } # Service definition define service{ use generic-service ; Name of service template to use host_name pc12 service_description POP3-S is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_spop } ######################## # PC13.E1.WS.AFNOG.ORG. ######################### # Service definition define service{ use generic-service ; Name of service template to use host_name pc13 service_description PING is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options c,r check_command check_ping!100.0,20%!500.0,60% } # Service definition define service{ use generic-service ; Name of service template to use host_name pc13 service_description DNS is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options c,r check_command check_dns } # Service definition define service{ use generic-service ; Name of service template to use host_name pc13 service_description SMTP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 3 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_smtp } # Service definition define service{ use generic-service ; Name of service template to use host_name pc13 service_description HTTP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_http } # Service definition define service{ use generic-service ; Name of service template to use host_name pc13 service_description IMAP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_imap } # Service definition define service{ use generic-service ; Name of service template to use host_name pc13 service_description IMAP-S is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_simap } # Service definition define service{ use generic-service ; Name of service template to use host_name pc13 service_description POP3 is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_pop } # Service definition define service{ use generic-service ; Name of service template to use host_name pc13 service_description POP3-S is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_spop } ######################## # PC14.E1.WS.AFNOG.ORG. ######################### # Service definition define service{ use generic-service ; Name of service template to use host_name pc14 service_description PING is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options c,r check_command check_ping!100.0,20%!500.0,60% } # Service definition define service{ use generic-service ; Name of service template to use host_name pc14 service_description DNS is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options c,r check_command check_dns } # Service definition define service{ use generic-service ; Name of service template to use host_name pc14 service_description SMTP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 3 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_smtp } # Service definition define service{ use generic-service ; Name of service template to use host_name pc14 service_description HTTP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_http } # Service definition define service{ use generic-service ; Name of service template to use host_name pc14 service_description IMAP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_imap } # Service definition define service{ use generic-service ; Name of service template to use host_name pc14 service_description IMAP-S is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_simap } # Service definition define service{ use generic-service ; Name of service template to use host_name pc14 service_description POP3 is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_pop } # Service definition define service{ use generic-service ; Name of service template to use host_name pc14 service_description POP3-S is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_spop } ######################## # PC15.E1.WS.AFNOG.ORG. ######################### # Service definition define service{ use generic-service ; Name of service template to use host_name pc15 service_description PING is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options c,r check_command check_ping!100.0,20%!500.0,60% } # Service definition define service{ use generic-service ; Name of service template to use host_name pc15 service_description DNS is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options c,r check_command check_dns } # Service definition define service{ use generic-service ; Name of service template to use host_name pc15 service_description SMTP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 3 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_smtp } # Service definition define service{ use generic-service ; Name of service template to use host_name pc15 service_description HTTP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_http } # Service definition define service{ use generic-service ; Name of service template to use host_name pc15 service_description IMAP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_imap } # Service definition define service{ use generic-service ; Name of service template to use host_name pc15 service_description IMAP-S is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_simap } # Service definition define service{ use generic-service ; Name of service template to use host_name pc15 service_description POP3 is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_pop } # Service definition define service{ use generic-service ; Name of service template to use host_name pc15 service_description POP3-S is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_spop } ######################## # PC16.E1.WS.AFNOG.ORG. ######################### # Service definition define service{ use generic-service ; Name of service template to use host_name pc16 service_description PING is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options c,r check_command check_ping!100.0,20%!500.0,60% } # Service definition define service{ use generic-service ; Name of service template to use host_name pc16 service_description DNS is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options c,r check_command check_dns } # Service definition define service{ use generic-service ; Name of service template to use host_name pc16 service_description SMTP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 3 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_smtp } # Service definition define service{ use generic-service ; Name of service template to use host_name pc16 service_description HTTP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_http } # Service definition define service{ use generic-service ; Name of service template to use host_name pc16 service_description IMAP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_imap } # Service definition define service{ use generic-service ; Name of service template to use host_name pc16 service_description IMAP-S is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_simap } # Service definition define service{ use generic-service ; Name of service template to use host_name pc16 service_description POP3 is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_pop } # Service definition define service{ use generic-service ; Name of service template to use host_name pc16 service_description POP3-S is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups e1-admins notification_interval 120 notification_period 24x7 notification_options w,u,c,r check_command check_spop } # # # Service definition # define service{ # use generic-service ; Name of service template to use # # host_name novell2 # service_description SMTP # is_volatile 0 # check_period 24x7 # max_check_attempts 3 # normal_check_interval 3 # retry_check_interval 1 # contact_groups novell-admins # notification_interval 120 # notification_period 24x7 # notification_options w,u,c,r # check_command check_smtp # } # # # # Service definition # define service{ # use generic-service ; Name of service template to use # # host_name novell2 # service_description FTP # is_volatile 0 # check_period 24x7 # max_check_attempts 3 # normal_check_interval 5 # retry_check_interval 1 # contact_groups novell-admins # notification_interval 120 # notification_period 24x7 # notification_options w,u,c,r # check_command check_ftp # } # # # # Service definition # define service{ # use generic-service ; Name of service template to use # # host_name novell2 # service_description POP3 # is_volatile 0 # check_period 24x7 # max_check_attempts 3 # normal_check_interval 5 # retry_check_interval 1 # contact_groups novell-admins # notification_interval 120 # notification_period 24x7 # notification_options w,u,c,r # check_command check_pop # } # # # # Service definition # define service{ # use generic-service ; Name of service template to use # # host_name novell2 # service_description PING # is_volatile 0 # check_period 24x7 # max_check_attempts 3 # normal_check_interval 5 # retry_check_interval 1 # contact_groups novell-admins # notification_interval 120 # notification_period 24x7 # notification_options c,r # check_command check_ping!100.0,20%!500.0,60% # } # # # # Service definition # define service{ # use generic-service ; Name of service template to use # # host_name nt1 # service_description PING # is_volatile 0 # check_period 24x7 # max_check_attempts 3 # normal_check_interval 5 # retry_check_interval 1 # contact_groups nt-admins # notification_interval 120 # notification_period 24x7 # notification_options c,r # check_command check_ping!100.0,20%!500.0,60% # } # # # # Service definition # define service{ # use generic-service ; Name of service template to use # # host_name nt1 # service_description FTP # is_volatile 0 # check_period 24x7 # max_check_attempts 3 # normal_check_interval 5 # retry_check_interval 1 # contact_groups nt-admins # notification_interval 120 # notification_period 24x7 # notification_options w,u,c,r # check_command check_ftp # } # # # # Service definition # define service{ # use generic-service ; Name of service template to use # # host_name nt1 # service_description HTTP # is_volatile 0 # check_period 24x7 # max_check_attempts 3 # normal_check_interval 5 # retry_check_interval 1 # contact_groups nt-admins # notification_interval 120 # notification_period 24x7 # notification_options w,u,c,r # check_command check_http # } # # # # Service definition # define service{ # use generic-service ; Name of service template to use # # host_name nt2 # service_description PING # is_volatile 0 # check_period 24x7 # max_check_attempts 3 # normal_check_interval 5 # retry_check_interval 1 # contact_groups nt-admins # notification_interval 120 # notification_period 24x7 # notification_options c,r # check_command check_ping!100.0,20%!500.0,60% # } # # # # Service definition # define service{ # use generic-service ; Name of service template to use # # host_name nt2 # service_description FTP # is_volatile 0 # check_period 24x7 # max_check_attempts 3 # normal_check_interval 5 # retry_check_interval 1 # contact_groups nt-admins # notification_interval 120 # notification_period 24x7 # notification_options w,u,c,r # check_command check_ftp # } # # # # Service definition # define service{ # use generic-service ; Name of service template to use # # host_name nt2 # service_description HTTP # is_volatile 0 # check_period 24x7 # max_check_attempts 3 # normal_check_interval 5 # retry_check_interval 1 # contact_groups nt-admins # notification_interval 120 # notification_period 24x7 # notification_options w,u,c,r # check_command check_http # } # # # # Service definition # define service{ # use generic-service ; Name of service template to use # # host_name linux1 # service_description PING # is_volatile 0 # check_period 24x7 # max_check_attempts 3 # normal_check_interval 5 # retry_check_interval 1 # contact_groups linux-admins # notification_interval 240 # notification_period 24x7 # notification_options c,r # check_command check_ping!100.0,20%!500.0,60% # } # # # # Service definition # define service{ # use generic-service ; Name of service template to use # # host_name linux1 # service_description HTTP # is_volatile 0 # check_period 24x7 # max_check_attempts 3 # normal_check_interval 2 # retry_check_interval 1 # contact_groups linux-admins # notification_interval 240 # notification_period 24x7 # notification_options w,u,c,r # check_command check_http # } # # # # Service definition # define service{ # use generic-service ; Name of service template to use # # host_name linux1 # service_description Current Users # is_volatile 0 # check_period 24x7 # max_check_attempts 3 # normal_check_interval 5 # retry_check_interval 2 # contact_groups linux-admins # notification_interval 240 # notification_period 24x7 # notification_options w,u,c,r # check_command check_local_users!75!150 # } # # # # Service definition # define service{ # use generic-service ; Name of service template to use # # host_name linux1 # service_description Total Processes # is_volatile 0 # check_period 24x7 # max_check_attempts 3 # normal_check_interval 5 # retry_check_interval 2 # contact_groups linux-admins # notification_interval 240 # notification_period 24x7 # notification_options w,u,c,r # check_command check_local_procs!150!200!RSZDT # } # # # # Service definition # define service{ # use generic-service ; Name of service template to use # # host_name linux1 # service_description /dev/hda1 Free Space # is_volatile 0 # check_period 24x7 # max_check_attempts 3 # normal_check_interval 5 # retry_check_interval 1 # contact_groups linux-admins # notification_interval 120 # notification_period 24x7 # notification_options w,u,c,r # check_command check_local_disk!20%!10%!/dev/hda1 # } # # # # Service definition # define service{ # use generic-service ; Name of service template to use # # host_name linux1 # service_description /dev/hdb2 Free Space # is_volatile 0 # check_period 24x7 # max_check_attempts 3 # normal_check_interval 5 # retry_check_interval 1 # contact_groups linux-admins # notification_interval 120 # notification_period 24x7 # notification_options w,u,c,r # check_command check_local_disk!20%!10%!/dev/hdb2 # } # # # # Service definition # define service{ # use generic-service ; Name of service template to use # # host_name linux2 # service_description PING # is_volatile 0 # check_period 24x7 # max_check_attempts 3 # normal_check_interval 5 # retry_check_interval 1 # contact_groups linux-admins # notification_interval 240 # notification_period 24x7 # notification_options c,r # check_command check_ping!100.0,20%!500.0,60% # } # # # # Service definition # define service{ # use generic-service ; Name of service template to use # # host_name linux2 # service_description HTTP # is_volatile 0 # check_period 24x7 # max_check_attempts 3 # normal_check_interval 2 # retry_check_interval 1 # contact_groups linux-admins # notification_interval 240 # notification_period 24x7 # notification_options w,u,c,r # check_command check_http # } # # # # Service definition # define service{ # use generic-service ; Name of service template to use # # host_name linux2 # service_description Current Users # is_volatile 0 # check_period 24x7 # max_check_attempts 3 # normal_check_interval 5 # retry_check_interval 2 # contact_groups linux-admins # notification_interval 240 # notification_period 24x7 # notification_options w,u,c,r # check_command check_local_users!75!150 # } # # # # Service definition # define service{ # use generic-service ; Name of service template to use # # host_name linux2 # service_description Total Processes # is_volatile 0 # check_period 24x7 # max_check_attempts 3 # normal_check_interval 5 # retry_check_interval 2 # contact_groups linux-admins # notification_interval 240 # notification_period 24x7 # notification_options w,u,c,r # check_command check_local_procs!150!200!RSZDT # } # # # # Service definition # define service{ # use generic-service ; Name of service template to use # # host_name linux2 # service_description /dev/hda1 Free Space # is_volatile 0 # check_period 24x7 # max_check_attempts 3 # normal_check_interval 5 # retry_check_interval 1 # contact_groups linux-admins # notification_interval 120 # notification_period 24x7 # notification_options w,u,c,r # check_command check_local_disk!20%!10%!/dev/hda1 # } # # # # Service definition # define service{ # use generic-service ; Name of service template to use # # host_name linux2 # service_description /dev/hdb1 Free Space # is_volatile 0 # check_period 24x7 # max_check_attempts 3 # normal_check_interval 5 # retry_check_interval 1 # contact_groups linux-admins # notification_interval 120 # notification_period 24x7 # notification_options w,u,c,r # check_command check_local_disk!20%!10%!/dev/hdb1 # } # # # # Service definition # define service{ # use generic-service ; Name of service template to use # # host_name switch1 # service_description PING # is_volatile 0 # check_period 24x7 # max_check_attempts 3 # normal_check_interval 5 # retry_check_interval 1 # contact_groups switch-admins # notification_interval 240 # notification_period 24x7 # notification_options c,r # check_command check_ping!100.0,20%!500.0,60% # } # # # # Service definition # define service{ # use generic-service ; Name of service template to use # # host_name switch2 # service_description PING # is_volatile 0 # check_period 24x7 # max_check_attempts 3 # normal_check_interval 5 # retry_check_interval 1 # contact_groups switch-admins # notification_interval 240 # notification_period 24x7 # notification_options c,r # check_command check_ping!100.0,20%!500.0,60% # } # # # # Service definition # define service{ # use generic-service ; Name of service template to use # # host_name switch3 # service_description PING # is_volatile 0 # check_period 24x7 # max_check_attempts 3 # normal_check_interval 5 # retry_check_interval 1 # contact_groups switch-admins # notification_interval 240 # notification_period 24x7 # notification_options c,r # check_command check_ping!100.0,20%!500.0,60% # } # # # # Service definition # define service{ # use generic-service ; Name of service template to use # # host_name switch4 # service_description PING # is_volatile 0 # check_period 24x7 # max_check_attempts 3 # normal_check_interval 5 # retry_check_interval 1 # contact_groups switch-admins # notification_interval 240 # notification_period 24x7 # notification_options c,r # check_command check_ping!100.0,20%!500.0,60% # } # # # # Service definition # define service{ # use generic-service ; Name of service template to use # # host_name switch5 # service_description PING # is_volatile 0 # check_period 24x7 # max_check_attempts 3 # normal_check_interval 5 # retry_check_interval 1 # contact_groups switch-admins # notification_interval 240 # notification_period 24x7 # notification_options c,r # check_command check_ping!100.0,20%!500.0,60% # } # # # # Service definition # define service{ # use generic-service ; Name of service template to use # # host_name router1 # service_description PING # is_volatile 0 # check_period 24x7 # max_check_attempts 3 # normal_check_interval 5 # retry_check_interval 1 # contact_groups router-admins # notification_interval 240 # notification_period 24x7 # notification_options c,r # check_command check_ping!100.0,20%!500.0,60% # } # # # # Service definition # define service{ # use generic-service ; Name of service template to use # # host_name printer1 # service_description Printer Status # is_volatile 0 # check_period workhours # max_check_attempts 4 # normal_check_interval 5 # retry_check_interval 1 # contact_groups printer-admins # notification_interval 960 # notification_period workhours # notification_options c,r # check_command check_hpjd # } # # # # Service definition # define service{ # use generic-service ; Name of service template to use # # host_name printer1 # service_description PING # is_volatile 0 # check_period workhours # max_check_attempts 4 # normal_check_interval 5 # retry_check_interval 1 # contact_groups printer-admins # notification_interval 960 # notification_period workhours # notification_options c,r # check_command check_ping!100.0,20%!500.0,60% # } # # # # Service definition # define service{ # use generic-service ; Name of service template to use # # host_name printer2 # service_description Printer Status # is_volatile 0 # check_period workhours # max_check_attempts 4 # normal_check_interval 5 # retry_check_interval 1 # contact_groups printer-admins # notification_interval 960 # notification_period workhours # check_command check_hpjd # } # # # # Service definition # define service{ # use generic-service ; Name of service template to use # # host_name printer2 # service_description PING # is_volatile 0 # check_period workhours # max_check_attempts 4 # normal_check_interval 5 # retry_check_interval 1 # contact_groups printer-admins # notification_interval 960 # notification_period workhours # notification_options c,r # check_command check_ping!100.0,20%!500.0,60% # } # ################################################################################ # SERVICE DEPENDENCY DEFINITIONS ################################################################################ # # # Servicedependency definition # define servicedependency{ # host_name nt1 # service_description IIS Process # dependent_host_name nt1 # dependent_service_description Website #1 # execution_failure_criteria n ; These are the criteria for which check execution will be supressed # notification_failure_criteria w,u,c ; These are the criteria for which notifications will be supressed # } # # # # Servicedependency definition # define servicedependency{ # host_name nt1 # service_description IIS Process # dependent_host_name nt1 # dependent_service_description Website #2 # execution_failure_criteria w,u,c ; These are the criteria for which check execution will be supressed # notification_failure_criteria w,u,c ; These are the criteria for which notifications will be supressed # } # ################################################################################ # HOST DEPENDENCY DEFINITIONS ################################################################################ # # # # # Hostdependency definition # define hostdependency{ # host_name nt1 # dependent_host_name nt2 # notification_failure_criteria d ; These are the criteria for which notifications will be supressed # } # # # ################################################################################ # SERVICE ESCALATION DEFINITIONS ################################################################################ # # Serviceescalation definition # define serviceescalation{ # host_name linux1 # service_description PING # first_notification 2 # last_notification 6 # contact_groups linux-admins,novell-admins # notification_interval 0 # } # # # # Serviceescalation definition # define serviceescalation{ # host_name linux1 # service_description Current Users # first_notification 5 # last_notification 0 # contact_groups linux-admins,novell-admins # notification_interval 0 # } # ################################################################################ # HOST ESCALATION DEFINITIONS ################################################################################ # Host 'inst' escalation definition define hostescalation{ host_name inst first_notification 2 last_notification 5 contact_groups e1-admins notification_interval 10 }