all host checks pending after migration
Posted: Tue Apr 01, 2014 4:00 pm
After migrating from 32 bit platform to 64 bit all host checks are pending. I installed xi-2012r2.9.tar.gz when prompted that my installation was out of date. I did find that the new server was set to UTC instead of America/New_York so I changed that and restarted all the Nagios services. Checks are still pending.
I selected one host and ran check_icmp which returned 'OK'. Below is that output and the output of the host configuration. I'm not sure what to check next, thoughts?
Code: Select all
==================
UPGRADE COMPLETED!
==================
You can access the Nagios XI web interface by visiting:
http://10.255.215.202/nagiosxi/
Code: Select all
[etc]# /usr/local/nagios/libexec/check_icmp -H 10.8.51.167 -w 3000.0,80% -c 5000.0,100% -p 5
OK - 10.8.51.167: rta 231.113ms, lost 60%|rta=231.113ms;3000.000;5000.000;0; pl=60%;80;100;;Code: Select all
###############################################################################
#
# Host configuration file
#
# Created by: Nagios QL Version 3.0.3
# Date: 2014-04-01 16:08:58
# 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 00851_IB01-MP
use DMB_host_delay_1
alias 00851_IB01-MP
address 10.8.51.167
hostgroups 1-MP
max_check_attempts 5
check_interval 5
retry_interval 1
contacts nagiosadmin
contact_groups DMB Group
notification_options d
icon_image network_node.png
statusmap_image network_node.png
_xiwizard genericnetdevice
register 1
}
###############################################################################
#
# Host configuration file
#
# END OF FILE
#