When i take the host out of the host group again the ping check disapears.
When I look at the check_interval and retry_interval I see that the ping service inherits the settings from the generic-service template. But this is all I could find out up to now. I still have no idea why this service is turning up.
Help would be appriciated because I have to present the solution to a customer at the 6th of April and make him buy a license and support contract.
hosts/www.redtoo.com.cfg
Code: Select all
###############################################################################
#
# Host configuration file
#
# Created by: Nagios QL Version 3.0.3
# Date: 2010-03-31 02:46:55
# Version: Nagios 3.x config file
#
# --- DO NOT EDIT THIS FILE BY HAND ---
# Nagios QL will overwite all manual settings during the next update
#
###############################################################################
define host {
host_name www.redtoo.com
use xiwizard_website_host
address www.redtoo.com
hostgroups web-servers
max_check_attempts 5
check_interval 5
retry_interval 1
contacts charms,nagiosadmin
contact_groups admins
notification_interval 60
icon_image www_server.png
statusmap_image www_server.png
_xiwizard website
register 1
}
###############################################################################
#
# Host configuration file
#
# END OF FILE
#
###############################################################################
Code: Select all
###############################################################################
#
# Service configuration file
#
# Created by: Nagios QL Version 3.0.3
# Date: 2010-03-31 02:46:56
# Version: Nagios 3.x config file
#
# --- DO NOT EDIT THIS FILE BY HAND ---
# Nagios QL will overwite all manual settings during the next update
#
###############################################################################
define service {
host_name www.redtoo.com
service_description DNS IP Match
use xiwizard_website_dnsip_service
check_command check_xi_service_dns!-a 193.108.137.93
max_check_attempts 5
check_interval 5
retry_interval 1
check_period xi_timeperiod_24x7
notification_interval 60
notification_period xi_timeperiod_24x7
contacts charms,nagiosadmin
contact_groups admins
_xiwizard website
register 1
}
define service {
host_name www.redtoo.com
service_description DNS Resolution
use xiwizard_website_dns_service
max_check_attempts 5
check_interval 5
retry_interval 1
check_period xi_timeperiod_24x7
notification_interval 60
notification_period xi_timeperiod_24x7
contacts charms,nagiosadmin
contact_groups admins
_xiwizard website
register 1
}
define service {
host_name www.redtoo.com
service_description HTTP
use xiwizard_website_http_service
check_command check_xi_service_http!-u http://www.redtoo.com
max_check_attempts 5
check_interval 5
retry_interval 1
check_period xi_timeperiod_24x7
notification_interval 60
notification_period xi_timeperiod_24x7
contacts charms,nagiosadmin
contact_groups admins
_xiwizard website
register 1
}
###############################################################################
#
# Service configuration file
#
# END OF FILE
#
###############################################################################
Code: Select all
###############################################################################
#
# Hostgroup configuration file
#
# Created by: Nagios QL Version 3.0.3
# Date: 2010-03-31 02:46:56
# Version: Nagios 3.x config file
#
# --- DO NOT EDIT THIS FILE BY HAND ---
# Nagios QL will overwite all manual settings during the next update
#
###############################################################################
define hostgroup {
hostgroup_name linux-servers
alias Linux Servers
members localhost
}
define hostgroup {
hostgroup_name web-servers
alias Web Servers to Monitor
}
###############################################################################
#
# Timeperiod configuration file
#
# END OF FILE
#
###############################################################################