manuskc / aws-cloudchart

AWS Cloudcharts - A simple charting tools for all your cloud watch metrics on aws

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aws-cloudchart

AWS Cloudchart - A simple charting tools for all your cloud watch metrics on aws

This is a simple tool to plot cloudwatch metric graphs on a web page.

How to use?

  • Create your custom layout to plot charts, with your custom css. ( Start with chart.php template )
  • Update your aws secret and key in AWS-sdk/config.inc.php
  • To add a required cloudwatch metric, add an entry to $chart_parameters array in cloudwatch.chart.php

You can have any number of divs to show charts - The id of each div must end with "_div". A single div can show multiple metrics

Currently all charts update automatically after specified interval for each chart metric

This project uses:

Let me know your thought and feed back when you use this.

manu.skc@gmail.com

About

AWS Cloudcharts - A simple charting tools for all your cloud watch metrics on aws


Languages

Language:PHP 94.8%Language:JavaScript 5.1%Language:Perl 0.1%