Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felipedemacedo/ec2_monitor
AWS EC2 Instance Monitor in Ubuntu Docker Container with Netdata Dashboard (performance metrics)
https://github.com/felipedemacedo/ec2_monitor
amazon aws dashboard docker ec2 ec2-instance monitor monitoring netdata performance performance-analysis performance-metrics performance-monitoring performance-visualization servidor ubuntu
Last synced: 26 days ago
JSON representation
AWS EC2 Instance Monitor in Ubuntu Docker Container with Netdata Dashboard (performance metrics)
- Host: GitHub
- URL: https://github.com/felipedemacedo/ec2_monitor
- Owner: felipedemacedo
- Created: 2017-05-22T00:01:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-24T20:52:35.000Z (over 7 years ago)
- Last Synced: 2024-11-07T01:35:08.336Z (3 months ago)
- Topics: amazon, aws, dashboard, docker, ec2, ec2-instance, monitor, monitoring, netdata, performance, performance-analysis, performance-metrics, performance-monitoring, performance-visualization, servidor, ubuntu
- Language: Shell
- Homepage: https://felipedemacedo.github.io/ec2_monitor
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS EC2 Instance Monitor in a Docker Container
[View it on Docker Hub](https://hub.docker.com/r/felipederodrigues/ec2_monitor)
![f6a567be-8c19-11e6-8561-ce8d589e8346](https://cloud.githubusercontent.com/assets/7635127/26420919/8a18cc4a-409a-11e7-9bc9-c617e55a0f2b.gif)
# Description
Ubuntu 16.04 container hosting a website for monitoring many performance details in real time.
Powered by Netdata: https://github.com/firehol/netdata
> " **netdata** is a system for **distributed real-time performance and health monitoring**.
It provides **unparalleled insights, in real-time**, of everything happening on the
system it runs (including applications such as web and database servers), using
**modern interactive web dashboards**. "> " _netdata is **fast** and **efficient**, designed to permanently run on all systems
(**physical** & **virtual** servers, **containers**, **IoT** devices), without
disrupting their core function._ "# How to use it ?
Run this command in a terminal:
```console
docker run -ti --rm -p 19999:19999 --name monitor --detach felipederodrigues/ec2_monitor:v1 && docker logs -f monitor
```
And wait for the following screen:![image](https://cloud.githubusercontent.com/assets/7635127/26420352/b5ed8f9c-4098-11e7-83d0-edda9489cac0.png)
Simple as that.
Now access from any browser: SERVER_IP_ADDRESS:19999