Nagios XI Installation Error Messages

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
dbcummings
Posts: 130
Joined: Thu Dec 13, 2018 8:37 am

Nagios XI Installation Error Messages

Post 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
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios XI Installation Error Messages

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
dbcummings
Posts: 130
Joined: Thu Dec 13, 2018 8:37 am

Re: Nagios XI Installation Error Messages

Post 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.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios XI Installation Error Messages

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
dbcummings
Posts: 130
Joined: Thu Dec 13, 2018 8:37 am

Re: Nagios XI Installation Error Messages

Post by dbcummings »

What is boto3 used for? Looks like AWS. Is that correct?
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios XI Installation Error Messages

Post by scottwilkerson »

dbcummings wrote:What is boto3 used for? Looks like AWS. Is that correct?
That is correct
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
dbcummings
Posts: 130
Joined: Thu Dec 13, 2018 8:37 am

Re: Nagios XI Installation Error Messages

Post by dbcummings »

Thank you. This was solved through another post.

https://support.nagios.com/forum/viewto ... 16&t=55372
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios XI Installation Error Messages

Post by scottwilkerson »

dbcummings wrote:Thank you. This was solved through another post.

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

Locking
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked