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
Nagios XI Installation Error Messages
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Nagios XI Installation Error Messages
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?
Does this server have Internet access?
Can you run the following?
Code: Select all
pip install boto3-
dbcummings
- Posts: 130
- Joined: Thu Dec 13, 2018 8:37 am
Re: Nagios XI Installation Error Messages
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
If you were doing a ./fullinstall you should be able to run the script again to pickup where it left offdbcummings 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.
-
dbcummings
- Posts: 130
- Joined: Thu Dec 13, 2018 8:37 am
Re: Nagios XI Installation Error Messages
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
That is correctdbcummings wrote:What is boto3 used for? Looks like AWS. Is that correct?
-
dbcummings
- Posts: 130
- Joined: Thu Dec 13, 2018 8:37 am
Re: Nagios XI Installation Error Messages
Thank you. This was solved through another post.
https://support.nagios.com/forum/viewto ... 16&t=55372
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
Great!dbcummings wrote:Thank you. This was solved through another post.
https://support.nagios.com/forum/viewto ... 16&t=55372
Locking