From ca59fc712955745320249f083b53158725497fb3 Mon Sep 17 00:00:00 2001 From: Marc Falzon Date: Sun, 29 Jun 2014 10:09:49 +0200 Subject: [PATCH 1/5] Add Denyhosts in Security --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6381550..69ab642 100644 --- a/README.md +++ b/README.md @@ -313,6 +313,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v ## Security *Security tools.* +* [Denyhosts](http://denyhosts.sourceforge.net/) - Thwart SSH dictionary based attacks and brute force attacks. * [Fail2Ban](http://www.fail2ban.org/wiki/index.php/Main_Page) - Scans log files and takes action on IPs that show malicious behavior. ## SMTP From 20c59011723955829a82ac96e44ec64a45b711a0 Mon Sep 17 00:00:00 2001 From: Marc Falzon Date: Sun, 29 Jun 2014 10:11:48 +0200 Subject: [PATCH 2/5] Add missing reference to Packaging/Queueing in ToC --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 69ab642..2f3ec35 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [Network Configuration Management](#network-configuration-management) * [Newsletter](#newsletters) * [NoSQL](#nosql) + * [Packaging](#packaging) + * [Queuing](#queuing) * [RDBMS](#rdbms) * [Security](#security) * [SMTP](#smtp) From 926b06f5f7e45cf7d75e88aee0e2306cb75ec008 Mon Sep 17 00:00:00 2001 From: Marc Falzon Date: Sun, 29 Jun 2014 10:15:59 +0200 Subject: [PATCH 3/5] Add Gearman in Queuing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2f3ec35..33f55d5 100644 --- a/README.md +++ b/README.md @@ -296,6 +296,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v ## Queuing * [BeanstalkD](http://kr.github.io/beanstalkd/) - A simple, fast work queue. +* [Gearman](http://gearman.org/) - Fast multi-language queuing/job processing platform. * [NSQ](http://nsq.io/) - A realtime distributed messaging platform. * [RabbitMQ](http://www.rabbitmq.com/) - Robust, fully featured, cross distro queuing system. * [ZeroMQ](http://zeromq.org/) - Lightweight queuing system. From 91d46f34c9a19e498996b29dfb368ac15fc50e7f Mon Sep 17 00:00:00 2001 From: Marc Falzon Date: Sun, 29 Jun 2014 10:18:05 +0200 Subject: [PATCH 4/5] Add GoAccess in Statistics --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 33f55d5..b8f3a3b 100644 --- a/README.md +++ b/README.md @@ -351,6 +351,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v *Analytics software.* * [Analog](http://www.analog.cx/) - The most popular logfile analyser in the world. +* [GoAccess](http://goaccess.io/) - Open source real-time web log analyzer and interactive viewer that runs in a terminal. * [Piwik](http://piwik.org/) - Free and open source web analytics application. * [Webalizer](http://www.webalizer.org/) - Fast, free web server log file analysis program. From 18654dea14c91f1240a4ea8bbe894de9dac3079a Mon Sep 17 00:00:00 2001 From: Marc Falzon Date: Sun, 29 Jun 2014 10:20:31 +0200 Subject: [PATCH 5/5] Add KairosDB in Metrics --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b8f3a3b..02faa13 100644 --- a/README.md +++ b/README.md @@ -244,10 +244,11 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [Collectl](http://collectl.sourceforge.net/) - High precision system performance metrics collecting tool. * [Dashing](http://dashing.io/) - Ruby gem that allows for rapid statistical dashboard development. An all HTML5 approach allows for big screen displays in data centers or conference rooms. * [Diamond](https://github.com/BrightcoveOS/Diamond) - Python based statistic collection daemon. -* [Grafana](http://grafana.org/) - A Graphite & InfluxDB Dashboard and Graph Editor. * [Ganglia](http://ganglia.sourceforge.net/) - High performance, scalable RRD based monitoring for grids and/or clusters of servers. Compatible with Graphite using a single collection process. +* [Grafana](http://grafana.org/) - A Graphite & InfluxDB Dashboard and Graph Editor. * [Graphite](http://graphite.readthedocs.org/en/latest/) - Open source scaleable graphing server. * [InfluxDB](http://influxdb.com/) - Open source distributed time series database with no external dependencies. +* [KairosDB](https://code.google.com/p/kairosdb/) - Fast distributed scalable time series database, fork of OpenTSDB 1.x. * [OpenTSDB](http://opentsdb.net/) - Store and server massive amounts of time series data without losing granularity. * [RRDtool](http://oss.oetiker.ch/rrdtool/) - Open source industry standard, high performance data logging and graphing system for time series data. * [Statsd](https://github.com/etsy/statsd/) - Application statistic listener.