Hello,
The Bulk Host Cloning and import wizard is not working. We have cloned on host by adding a CSV below format
ip, Name
But It is not working, after apply its shows the error that Max check attempts is invalid for the new host. And on checking the new host config the Max check attempts is blank and it will not copy the parent host config.
Bulk Host Cloning and import wizard not working
Re: Bulk Host Cloning and import wizard not working
What version of the wizard and XI is this?
Is the parent host using a template? Max check attempts is a required setting so I would have to think it is set somewhere if not directly on the hosts.
As a test, try setting the parent host's max check attempts, saving and applying the changes, and then run the bulk import wizard again.
Is the parent host using a template? Max check attempts is a required setting so I would have to think it is set somewhere if not directly on the hosts.
As a test, try setting the parent host's max check attempts, saving and applying the changes, and then run the bulk import wizard again.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Bulk Host Cloning and import wizard not working
Hello,
I am using latest version of the nagiosxi 5.7.3 and the parent host has this Max check attempts setting default 5 min and it is not template its generic host.
I am using latest version of the nagiosxi 5.7.3 and the parent host has this Max check attempts setting default 5 min and it is not template its generic host.
Re: Bulk Host Cloning and import wizard not working
Please PM me the following:
I'd like to get a profile from the XI server which can be generated under Admin > System Config > System Profile > Download Profile, or from the command line with:
The profile is then saved to:
I'd also like to get a copy of a the database that has the current configuration. If the default database is being used then this can be done from the command line with:
I'd like to get a profile from the XI server which can be generated under Admin > System Config > System Profile > Download Profile, or from the command line with:
Code: Select all
/usr/local/nagiosxi/scripts/components/getprofile.sh 60048
Code: Select all
/usr/local/nagiosxi/var/components/profile.zip
Code: Select all
mysqldump -uroot -pnagiosxi nagiosql > nagiosql.sql
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.