Skip to content

rstefanx/aws-cloudwatch-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

aws-cloudwatch-tool

Author: Stefan Radu
Web: https://github.com/rstefanx

Amazon CloudWatch query tool is a script that can be used with Zabbix or any other monitoring tool to get values from AWS Cloudwatch. It queries for the values over the last 20 minutes and returns the most recent value. Can be modified to be used with Nagios or turned into a Munin plugin.
It needs Python 2.7 and Boto library.

Parameters:

  • MetricName. Eg: CurrConnections
  • Function. Can be one of the following: Average, Sum, SampleCount, Maximum, or Minimum.
  • Dimension. Eg: CacheClusterId=cache,CacheNodeId=0001
  • Region. Eg: eu-west-1
  • AWS_Access_Key
  • AWS_Secret_Access_Key

About

Amazon CloudWatch query tool for Zabbix

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages