Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_aws.sh
Current Version
1.0
Last Release Date
2013-05-31
Compatible With
- Nagios 2.x
- Nagios 3.x
- Nagios XI
- Nagios Fusion
Owner
Website
Download URL
Hits
40145
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
Updated! Oct 1st.
I wrote this script to monitor my Amazon EC2 servers and LoadBalancers, this script is able to get any metrics
avaiable at the cloud-watch.
Requirements:
For it to work you will need the amazon api commands working.
http://felipeferreira.net/?p=1341
Usage: ./check_aws.sh [--d DIMENSION] [--n NAMESPACE] [--t TYPE] [--p PERIOD] [--w WARN] [--c CRITICAL] [-v|--verbose]
Example:
# ./check_aws.sh –d “InstanceId=i-26f36dc5e” –n “AWS/EC2? –p 60 –t CPUUtilization –w 15 –c 30
OK – Servidor InstanceId=i-26f36dc5e CPUUtilization = 5 |CPUUtilization=5
I wrote this script to monitor my Amazon EC2 servers and LoadBalancers, this script is able to get any metrics
avaiable at the cloud-watch.
Requirements:
For it to work you will need the amazon api commands working.
http://felipeferreira.net/?p=1341
Usage: ./check_aws.sh [--d DIMENSION] [--n NAMESPACE] [--t TYPE] [--p PERIOD] [--w WARN] [--c CRITICAL] [-v|--verbose]
Example:
# ./check_aws.sh –d “InstanceId=i-26f36dc5e” –n “AWS/EC2? –p 60 –t CPUUtilization –w 15 –c 30
OK – Servidor InstanceId=i-26f36dc5e CPUUtilization = 5 |CPUUtilization=5
Reviews (0)
Be the first to review this listing!