One particular host renders hostgroup unviewable in XI
Posted: Thu Jun 02, 2011 3:46 pm
I just added a bunch of hosts via Tools->Import method. All the configs were built by a script and template file from another host already in XI. I added 41 hosts to a hostgroup and this hostgroup would start to present the title and navigation icons (pin and delete) in the dashlet but no content. I finally narrowed it down to one particular host in the hostgroup. I've demonstrated it several times. Put this host in, no hostgroup data population. Take it out, all the other 40 hosts show. I can move any others in and out without issue. It was imported right along with the others and is identical to many except for its name and IP address. This happens in Views, Home, Hostgroup Summary, everywhere. I'm at a loss here. Any thoughts? Here's the config FWIW.
# cat NOPRTSAC01A.cfg
define host {
host_name NOPRTSAC01A
use xiwizard_windowswmi_host
address 10.10.2.170
parents sw10-10-0-240
max_check_attempts 3
check_interval 5
retry_interval 1
check_period xi_timeperiod_24x7
contact_groups is,it-admins
notification_interval 60
notification_period xi_timeperiod_24x7
icon_image windowsxp.png
statusmap_image win_server.png
_xiwizard windowswmi
register 1
}
define service {
host_name NOPRTSAC01A
service_description CPU Usage
use xiwizard_windowswmi_service
check_command check_xi_service_wmiplus!checkcpu!-w 80 -c 90!!!!!!
max_check_attempts 3
check_interval 10
retry_interval 3
notification_interval 60
contact_groups is,it-admins
_xiwizard windowswmi
register 1
}
define service {
host_name NOPRTSAC01A
service_description Drive C:
use xiwizard_windowswmi_service
check_command check_xi_service_wmiplus!checkdrivesize!-a C: -w 80 -c 95!!!!!!
max_check_attempts 3
check_interval 10
retry_interval 1
notification_interval 240
contact_groups is,it-admins
_xiwizard windowswmi
register 1
}
define service {
host_name NOPRTSAC01A
service_description Eventlog - Application
use xiwizard_windowswmi_service
check_command check_xi_service_wmiplus!checkeventlog!-a Application -o 1 -3 1 -w 0
max_check_attempts 3
check_interval 10
retry_interval 1
check_period xi_timeperiod_24x7
notification_interval 60
notification_period xi_timeperiod_24x7
contact_groups is,it-admins
_xiwizard windowswmi
register 1
}
define service {
host_name NOPRTSAC01A
service_description Eventlog - System
use xiwizard_windowswmi_service
check_command check_xi_service_wmiplus!checkeventlog!-a System -o 2 -3 1 -c 0
max_check_attempts 3
check_interval 10
retry_interval 1
check_period xi_timeperiod_24x7
notification_interval 60
notification_period xi_timeperiod_24x7
contact_groups is,it-admins
_xiwizard windowswmi
register 1
}
define service {
host_name NOPRTSAC01A
service_description Memory Usage
use xiwizard_windowswmi_service
check_command check_xi_service_wmiplus!checkmem!-a physical -w 80 -c 90!!!!!!
max_check_attempts 3
check_interval 10
retry_interval 1
notification_interval 240
contact_groups is,it-admins
_xiwizard windowswmi
register 1
}
define service {
host_name NOPRTSAC01A
service_description Page File Usage
use xiwizard_windowswmi_service
check_command check_xi_service_wmiplus!checkmem!-a page -w 80 -c 90
max_check_attempts 3
check_interval 10
retry_interval 1
check_period xi_timeperiod_24x7
notification_interval 60
notification_period xi_timeperiod_24x7
contact_groups is,it-admins
_xiwizard windowswmi
register 1
}
define service {
host_name NOPRTSAC01A
service_description Ping
use xiwizard_windowsserver_ping_service
max_check_attempts 3
check_interval 5
retry_interval 1
check_period xi_timeperiod_24x7
notification_interval 60
notification_period xi_timeperiod_24x7
contact_groups is,it-admins
_xiwizard windowswmi
register 1
}
# cat NOPRTSAC01A.cfg
define host {
host_name NOPRTSAC01A
use xiwizard_windowswmi_host
address 10.10.2.170
parents sw10-10-0-240
max_check_attempts 3
check_interval 5
retry_interval 1
check_period xi_timeperiod_24x7
contact_groups is,it-admins
notification_interval 60
notification_period xi_timeperiod_24x7
icon_image windowsxp.png
statusmap_image win_server.png
_xiwizard windowswmi
register 1
}
define service {
host_name NOPRTSAC01A
service_description CPU Usage
use xiwizard_windowswmi_service
check_command check_xi_service_wmiplus!checkcpu!-w 80 -c 90!!!!!!
max_check_attempts 3
check_interval 10
retry_interval 3
notification_interval 60
contact_groups is,it-admins
_xiwizard windowswmi
register 1
}
define service {
host_name NOPRTSAC01A
service_description Drive C:
use xiwizard_windowswmi_service
check_command check_xi_service_wmiplus!checkdrivesize!-a C: -w 80 -c 95!!!!!!
max_check_attempts 3
check_interval 10
retry_interval 1
notification_interval 240
contact_groups is,it-admins
_xiwizard windowswmi
register 1
}
define service {
host_name NOPRTSAC01A
service_description Eventlog - Application
use xiwizard_windowswmi_service
check_command check_xi_service_wmiplus!checkeventlog!-a Application -o 1 -3 1 -w 0
max_check_attempts 3
check_interval 10
retry_interval 1
check_period xi_timeperiod_24x7
notification_interval 60
notification_period xi_timeperiod_24x7
contact_groups is,it-admins
_xiwizard windowswmi
register 1
}
define service {
host_name NOPRTSAC01A
service_description Eventlog - System
use xiwizard_windowswmi_service
check_command check_xi_service_wmiplus!checkeventlog!-a System -o 2 -3 1 -c 0
max_check_attempts 3
check_interval 10
retry_interval 1
check_period xi_timeperiod_24x7
notification_interval 60
notification_period xi_timeperiod_24x7
contact_groups is,it-admins
_xiwizard windowswmi
register 1
}
define service {
host_name NOPRTSAC01A
service_description Memory Usage
use xiwizard_windowswmi_service
check_command check_xi_service_wmiplus!checkmem!-a physical -w 80 -c 90!!!!!!
max_check_attempts 3
check_interval 10
retry_interval 1
notification_interval 240
contact_groups is,it-admins
_xiwizard windowswmi
register 1
}
define service {
host_name NOPRTSAC01A
service_description Page File Usage
use xiwizard_windowswmi_service
check_command check_xi_service_wmiplus!checkmem!-a page -w 80 -c 90
max_check_attempts 3
check_interval 10
retry_interval 1
check_period xi_timeperiod_24x7
notification_interval 60
notification_period xi_timeperiod_24x7
contact_groups is,it-admins
_xiwizard windowswmi
register 1
}
define service {
host_name NOPRTSAC01A
service_description Ping
use xiwizard_windowsserver_ping_service
max_check_attempts 3
check_interval 5
retry_interval 1
check_period xi_timeperiod_24x7
notification_interval 60
notification_period xi_timeperiod_24x7
contact_groups is,it-admins
_xiwizard windowswmi
register 1
}