Amazon EC2 and S3 configuration plugin
Posted: Mon Sep 17, 2018 2:25 pm
Hello,
We are running the latest version of XI (5.5.3) and when attempting to run the Amazon EC2 configuration plugin, an error is thrown regarding boto3.
I have ensured boto3 is indeed installed on the XI server. The error persists. Is there any documentation on this configuration plugin on how to configure it and set it up correctly? What IAM users need to be created to perform this monitoring etc.?
Configuration Wizard: Amazon EC2 - Step 1
No address specified.
Specify either an Access Key ID or a static credentials file.
Specify either a Secret Access Key or a static credentials file.
Specify either a region or a static configuration file.
No instance ID specified.
Error: It looks like you are missing boto3 on your Nagios XI server.
To use this wizard you must install boto3 on your server. If you are using CentOS or RHEL you can run:
pip install boto3
Any information on this would be helpful.
Thanks
We are running the latest version of XI (5.5.3) and when attempting to run the Amazon EC2 configuration plugin, an error is thrown regarding boto3.
I have ensured boto3 is indeed installed on the XI server. The error persists. Is there any documentation on this configuration plugin on how to configure it and set it up correctly? What IAM users need to be created to perform this monitoring etc.?
Configuration Wizard: Amazon EC2 - Step 1
No address specified.
Specify either an Access Key ID or a static credentials file.
Specify either a Secret Access Key or a static credentials file.
Specify either a region or a static configuration file.
No instance ID specified.
Error: It looks like you are missing boto3 on your Nagios XI server.
To use this wizard you must install boto3 on your server. If you are using CentOS or RHEL you can run:
pip install boto3
Any information on this would be helpful.
Thanks