Problem with the "Bulk Host Cloning and Import" wizard

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Problem with the "Bulk Host Cloning and Import" wizard

Post by scottwilkerson »

Can you post the config for the server you are cloning?

You are getting an error because these services do not have a check_command defined, nor a template...
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Problem with the "Bulk Host Cloning and Import" wizard

Post by lmiltchev »

The configs look fine. Go to: CCM->Tools->Write Config Files->click on "Write" (check for errors), then click on "Verify" (check for errors). Copy/paste the output (if you have any errors).
Be sure to check out our Knowledgebase for helpful articles and solutions!
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Problem with the "Bulk Host Cloning and Import" wizard

Post by lmiltchev »

This is strange - what you have in the config and in the database is quite different... for example:

Code: Select all

efine service {
	host_name			lon-affwiz-srv
	service_description		CPU Usage
	use				xiwizard_windowsserver_nsclient_service
	check_command			check_xi_service_nsclient_long!!CPULOAD!-l 5,80,90
	max_check_attempts		3
	check_interval			2
	retry_interval			1
	check_period			xi_timeperiod_24x7
	notification_interval		60
	notification_period		xi_timeperiod_24x7
	contact_groups			NOC
	_xiwizard			windowsserver
	register			1
	}
and

Code: Select all

define service {
host_name lon-affwiz-srv
service_description CPU Usage
register 1
}
When you go to CCM->Services->CPU Usage (lon-affwiz-srv), do you see a check command and a service template defined?
Be sure to check out our Knowledgebase for helpful articles and solutions!
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Problem with the "Bulk Host Cloning and Import" wizard

Post by lmiltchev »

I believe we will need to schedule a remote session to further troubleshoot this issue. Please, send us an email at [email protected] and type "Problem with the "Bulk Host Cloning and Import" wizard" in the emails subject. Thank you!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked