Page 1 of 1

Nagios XI Installation Error Messages

Posted: Wed Aug 28, 2019 8:37 am
by dbcummings
Hello,

I receive the following errors when installing Nagios XI. The installation appears to be successful. Can someone confirm if these are cause for concern?

Line 989: <p><pre>SQL Error [ndoutils] : Can't DROP 'logentry_time_2'; check that column/key exists</pre></p>
Line 991: <p><pre>SQL Error [ndoutils] : Can't DROP 'logentry_data_2'; check that column/key exists</pre></p>
Line 994: <p><pre>SQL Error [ndoutils] : Can't DROP 'state_time_2'; check that column/key exists</pre></p>
Line 996: <p><pre>SQL Error [ndoutils] : Can't DROP 'object_id_2'; check that column/key exists</pre></p>
Line 998: <p><pre>SQL Error [ndoutils] : Can't DROP 'start_time_2'; check that column/key exists</pre></p>
Line 1000: <p><pre>SQL Error [ndoutils] : Can't DROP 'object_id_2'; check that column/key exists</pre></p>
Line 1003: <p><pre>SQL Error [ndoutils] : Can't DROP 'notification_id_2'; check that column/key exists</pre></p>
Line 1005: <p><pre>SQL Error [ndoutils] : Can't DROP 'contact_object_id_2'; check that column/key exists</pre></p>
Line 1007: <p><pre>SQL Error [ndoutils] : Can't DROP 'contactnotification_id_2'; check that column/key exists</pre></p>
Line 1009: <p><pre>SQL Error [ndoutils] : Can't DROP 'objecttype_id_2'; check that column/key exists</pre></p>
Line 1011: <p><pre>SQL Error [ndoutils] : Can't DROP 'name1_2'; check that column/key exists</pre></p>
Line 1013: <p><pre>SQL Error [ndoutils] : Can't DROP 'name2_2'; check that column/key exists</pre></p>
Line 1015: <p><pre>SQL Error [ndoutils] : Can't DROP 'is_active_2'; check that column/key exists</pre></p>
Line 1017: <p><pre>SQL Error [ndoutils] : Can't DROP 'queued_time_2'; check that column/key exists</pre></p>
Line 1019: <p><pre>SQL Error [ndoutils] : Can't DROP 'queued_time_2'; check that column/key exists</pre></p>
Line 1071: ImportError: No module named boto3
Line 1125: ImportError: No module named boto3

Re: Nagios XI Installation Error Messages

Posted: Wed Aug 28, 2019 12:06 pm
by scottwilkerson
The SQL Errors are not a problem but the missing pip install boto3 package is.

Does this server have Internet access?

Can you run the following?

Code: Select all

pip install boto3

Re: Nagios XI Installation Error Messages

Posted: Thu Aug 29, 2019 10:43 am
by dbcummings
I will work on getting boto3 installed. Since this failed during the install, is there any configuration needed afterwards. I am in the middle of a large deployment. So, I don't want to move forward until this is corrected.

Re: Nagios XI Installation Error Messages

Posted: Thu Aug 29, 2019 11:27 am
by scottwilkerson
dbcummings wrote:I will work on getting boto3 installed. Since this failed during the install, is there any configuration needed afterwards. I am in the middle of a large deployment. So, I don't want to move forward until this is corrected.
If you were doing a ./fullinstall you should be able to run the script again to pickup where it left off

Re: Nagios XI Installation Error Messages

Posted: Thu Aug 29, 2019 12:04 pm
by dbcummings
What is boto3 used for? Looks like AWS. Is that correct?

Re: Nagios XI Installation Error Messages

Posted: Thu Aug 29, 2019 12:08 pm
by scottwilkerson
dbcummings wrote:What is boto3 used for? Looks like AWS. Is that correct?
That is correct

Re: Nagios XI Installation Error Messages

Posted: Thu Sep 12, 2019 9:51 am
by dbcummings
Thank you. This was solved through another post.

https://support.nagios.com/forum/viewto ... 16&t=55372

Re: Nagios XI Installation Error Messages

Posted: Thu Sep 12, 2019 11:06 am
by scottwilkerson
dbcummings wrote:Thank you. This was solved through another post.

https://support.nagios.com/forum/viewto ... 16&t=55372
Great!

Locking