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: 9 months 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 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-24T20:52:35.000Z (over 8 years ago)
- Last Synced: 2025-02-17T23:45:41.875Z (12 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)

# 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:

Simple as that.
Now access from any browser: SERVER_IP_ADDRESS:19999