Hi,
I have entered and proceeded further with installation, the installation is success but we ran in to database errors and NAGIOSSQL write configs failed.
LOGIN SUCCESSFUL!
URL:
http://localhost/nagiosxi/includes/components/ccm/
CMDLINE:
/usr/bin/wget --load-cookies=nagiosql.cookies
http://localhost/nagiosxi/includes/components/ccm/ --no-check-certificate --post-data 'backend=1&cmd=apply&type=writeConfig' -O nagiosql.export.monitoring
--2018-04-12 14:57:21--
http://localhost/nagiosxi/includes/components/ccm/
Resolving localhost (localhost)... 127.0.0.1
Connecting to localhost (localhost)|127.0.0.1|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: 'nagiosql.export.monitoring'
0K .......... ........ 2.47M=0.007s
2018-04-12 14:57:21 (2.47 MB/s) - 'nagiosql.export.monitoring' saved [18525]
NAGIOSQL WRITE CONFIGS FAILED!\n
errors:
ALTER TABLE `nagios_logentries` DROP INDEX `logentry_time_2` ;
<p><pre>SQL Error [ndoutils] : Can't DROP 'logentry_time_2'; check that column/key exists</pre></p>
ALTER TABLE `nagios_logentries` DROP INDEX `logentry_data_2` ;
<p><pre>SQL Error [ndoutils] : Can't DROP 'logentry_data_2'; check that column/key exists</pre></p>
ALTER TABLE `nagios_logentries` DROP INDEX `instance_id_2` ;
ALTER TABLE `nagios_statehistory` DROP INDEX `state_time_2` ;
<p><pre>SQL Error [ndoutils] : Can't DROP 'state_time_2'; check that column/key exists</pre></p>
ALTER TABLE `nagios_statehistory` DROP INDEX `object_id_2` ;
<p><pre>SQL Error [ndoutils] : Can't DROP 'object_id_2'; check that column/key exists</pre></p>
ALTER TABLE `nagios_notifications` DROP INDEX `start_time_2` ;
<p><pre>SQL Error [ndoutils] : Can't DROP 'start_time_2'; check that column/key exists</pre></p>
ALTER TABLE `nagios_notifications` DROP INDEX `object_id_2` ;
<p><pre>SQL Error [ndoutils] : Can't DROP 'object_id_2'; check that column/key exists</pre></p>
ALTER TABLE `nagios_notifications` DROP INDEX `instance_id_2` ;
ALTER TABLE `nagios_contactnotifications` DROP INDEX `notification_id_2` ;
<p><pre>SQL Error [ndoutils] : Can't DROP 'notification_id_2'; check that column/key exists</pre></p>
ALTER TABLE `nagios_contactnotifications` DROP INDEX `contact_object_id_2` ;
<p><pre>SQL Error [ndoutils] : Can't DROP 'contact_object_id_2'; check that column/key exists</pre></p>
ALTER TABLE `nagios_contactnotificationmethods` DROP INDEX `contactnotification_id_2` ;
<p><pre>SQL Error [ndoutils] : Can't DROP 'contactnotification_id_2'; check that column/key exists</pre></p>
ALTER TABLE `nagios_objects` DROP INDEX `objecttype_id_2` ;
<p><pre>SQL Error [ndoutils] : Can't DROP 'objecttype_id_2'; check that column/key exists</pre></p>
ALTER TABLE `nagios_objects` DROP INDEX `name1_2` ;
<p><pre>SQL Error [ndoutils] : Can't DROP 'name1_2'; check that column/key exists</pre></p>
ALTER TABLE `nagios_objects` DROP INDEX `name2_2` ;
<p><pre>SQL Error [ndoutils] : Can't DROP 'name2_2'; check that column/key exists</pre></p>
ALTER TABLE `nagios_objects` DROP INDEX `is_active_2` ;
<p><pre>SQL Error [ndoutils] : Can't DROP 'is_active_2'; check that column/key exists</pre></p>
ALTER TABLE `nagios_timedeventqueue` DROP INDEX `queued_time_2` ;
<p><pre>SQL Error [ndoutils] : Can't DROP 'queued_time_2'; check that column/key exists</pre></p>
ALTER TABLE `nagios_timedevents` DROP INDEX `queued_time_2` ;
<p><pre>SQL Error [ndoutils] : Can't DROP 'queued_time_2'; check that column/key exists</pre></p>
NDOUtils patched to level 103 successfully.
Thanks,