From ccf8d946e39b22680161e1fe5c4e62e81f89bedb Mon Sep 17 00:00:00 2001 From: Moshe-Immerman Date: Tue, 6 Jun 2017 15:57:59 +0200 Subject: [PATCH 1/3] add a few monitoring tools --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index adc568b..c95eee2 100644 --- a/README.md +++ b/README.md @@ -409,12 +409,14 @@ * [Node-Bell](https://github.com/eleme/bell.js) - Real-time anomalies detection for periodic time series, metrics monitor. * [Observium](http://www.observium.org/) - SNMP monitoring for servers and networking devices. Runs on linux. * [OMD](http://omdistro.org/) - The Open Monitoring Distribution. + * [Performance Co-Pilot](http://pcp.io) - Lightweight, distributed system performance and analysis framework. * [PhpSysInfo](https://phpsysinfo.github.io/phpsysinfo/) - A customizable PHP script that displays information about your system nicely. * [PHP Server Monitor](https://www.phpservermonitor.org/) - Open source tool to monitor your servers and websites * [psdash](https://github.com/Jahaja/psdash) - A linux system information web dashboard using psut ils and flask. * [pyDash](https://k3oni.github.io/pydash/) - Small web-based monitoring dashboard for linux. * [Riemann](http://riemann.io/) - Flexible and fast events processor allowing complex events/metrics analysis. + * [rtop](https://github.com/rapidloop/rtop) - an interactive, remote system monitoring tool based on SSH. * [Sensu](https://sensuapp.org/) - Monitoring framework. * [ServerStatus BotoX](https://github.com/BotoX/ServerStatus) - Display and monitor your servers statistics in a beatiful way. * [ServerStatus moejda](https://github.com/mojeda/ServerStatus) - Server Status website script, displays uptime (days), free RAM, free HDD @@ -422,6 +424,7 @@ ils and flask. * [SWMP - Server Web Monitor Page](https://swmp.thefuzz.xyz/) - A responsive, eye-pleasing Linux server statistics dashboard. * [Thruk](http://www.thruk.org/) - Multibackend monitoring web interface with support for Naemon, Nagios, Icinga and Shinken. * [Uchiwa](https://uchiwa.io/) - Simple dashboard for sensu. + * [Vector](https://github.com/Netflix/vector/) - An on-host performance monitoring framework. * [Xymon](https://www.xymon.com/) - Network monitoring inspired by Big Brother. * [Zabbix](http://www.zabbix.com/) - Enterprise-class software for monitoring of networks and applications. * [Zenoss](http://community.zenoss.org) - Application, server, and network management platform based on Zope. From c0ee3b1147a8911728503d05ab81016a9e93fdd8 Mon Sep 17 00:00:00 2001 From: Moshe-Immerman Date: Tue, 6 Jun 2017 16:00:44 +0200 Subject: [PATCH 2/3] add prometheus --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c95eee2..838edf9 100644 --- a/README.md +++ b/README.md @@ -412,6 +412,7 @@ * [Performance Co-Pilot](http://pcp.io) - Lightweight, distributed system performance and analysis framework. * [PhpSysInfo](https://phpsysinfo.github.io/phpsysinfo/) - A customizable PHP script that displays information about your system nicely. * [PHP Server Monitor](https://www.phpservermonitor.org/) - Open source tool to monitor your servers and websites + * [prometheus](https://prometheus.io/) - Power your metrics and alerting with a leading open-source monitoring solution. * [psdash](https://github.com/Jahaja/psdash) - A linux system information web dashboard using psut ils and flask. * [pyDash](https://k3oni.github.io/pydash/) - Small web-based monitoring dashboard for linux. From 643b51fdc0b6183cd73ff3f1189f83f339967bda Mon Sep 17 00:00:00 2001 From: Moshe-Immerman Date: Sun, 11 Jun 2017 10:28:57 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 838edf9..c95eee2 100644 --- a/README.md +++ b/README.md @@ -412,7 +412,6 @@ * [Performance Co-Pilot](http://pcp.io) - Lightweight, distributed system performance and analysis framework. * [PhpSysInfo](https://phpsysinfo.github.io/phpsysinfo/) - A customizable PHP script that displays information about your system nicely. * [PHP Server Monitor](https://www.phpservermonitor.org/) - Open source tool to monitor your servers and websites - * [prometheus](https://prometheus.io/) - Power your metrics and alerting with a leading open-source monitoring solution. * [psdash](https://github.com/Jahaja/psdash) - A linux system information web dashboard using psut ils and flask. * [pyDash](https://k3oni.github.io/pydash/) - Small web-based monitoring dashboard for linux.