Issue is fixed. Basically, I had issues with Ruby EC2 gem and I had to modify 2 of the files provided. I obtained the solution from this site: http://blog.nclouds.com/?author=3
Thanks
Search found 4 matches
- Fri Aug 22, 2014 5:14 pm
- Forum: Nagios XI
- Topic: Cloudwatch monitoring
- Replies: 6
- Views: 3848
- Fri Aug 22, 2014 10:49 am
- Forum: Nagios XI
- Topic: Cloudwatch monitoring
- Replies: 6
- Views: 3848
Re: Cloudwatch monitoring
The "/usr/local/nagios/libexec/Check_AWS_CloudWatch_metrics" returns nothing (missing file). When I change it to "check_cloudwatch_status-2.1.77.rb", I get the message below: Ignoring executable-hooks-1.3.2 because its extensions are not built. Try: gem pristine executable-hooks-...
- Wed Aug 20, 2014 1:18 pm
- Forum: Nagios XI
- Topic: Cloudwatch monitoring
- Replies: 6
- Views: 3848
Re: Cloudwatch monitoring
I have to run the command with options and I need to run as sudo. Here is the command I am running: sudo ruby check_cloudwatch_status-2.1.77.rb -a IP_ADDRESS -i i-INSTANCE_NAME -f ec2_credentials.cfg -C CPUUtilization -c 90 -w 75 The response is: CloudWatch Metric: CPUUtilization, Average: 8.97, Max...
- Wed Aug 20, 2014 10:44 am
- Forum: Nagios XI
- Topic: Cloudwatch monitoring
- Replies: 6
- Views: 3848
Cloudwatch monitoring
Hi, I am testing the Check_AWS_CloudWatch_metrics (http://exchange.nagios.org/directory/Plugins/Operating-Systems/*-Virtual-Environments/Others/Check_AWS_CloudWatch_metrics/details). I am able to use the plug-in within linux, but I must be doing something wrong in Nagios. My assumption is that it is...