From fdb2ab79eab6af9a81de6468a419acfb76638e54 Mon Sep 17 00:00:00 2001 From: Apurva Dave Date: Thu, 2 Nov 2017 21:21:02 -0700 Subject: [PATCH 1/3] Update README.md I modified the original entry to point to sysdig's monitoring system (versus our open source troubleshooting tool). This seemed to more closely match the other systems in the section (eg prometheus and datadog). --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2287a05..aec7203 100644 --- a/README.md +++ b/README.md @@ -551,8 +551,8 @@ Services to securely store your Docker images. * [Datadog](https://www.datadoghq.com/) - Datadog is a full-stack monitoring service for large-scale cloud environments that aggregates metrics/events from servers, databases, and applications. It includes support for Docker, Kubernetes, and Mesos. * [Meros](https://meros.io) - Analyzes containers resources, captures logs, remote web SSH terminal and powerful DevOps alerts. * [Prometheus](https://prometheus.io/) - Open-source service monitoring system and time series database -* [Sysdig](https://www.sysdig.org/) - An open source troubleshooting tool that provides a rich set of real-time, system-level information. It has container-specific features and is very useful in Docker environments. -* [Site24x7](https://www.site24x7.com/docker-monitoring.html) - Docker MOnitoring for DevOps and IT is a SaaS Pay per Host model +* [Sysdig Monitor](https://sysdig.com/product/monitor) - Sysdig Monitor can be used as either software or a SaaS service to monitor, alert, and troubleshoot containers. It leverages kernel instrumentation to see system calls throughout your system. It has container-specific features and is very useful in Docker environments. +* [Site24x7](https://www.site24x7.com/docker-monitoring.html) - Docker Monitoring for DevOps and IT is a SaaS Pay per Host model * [SPM for Docker][spm] - Monitoring of host and container metrics, Docker events and logs. Automatic log parser. Anomaly Detection and alerting for metrics and logs. [@sematext][sematext] # Useful Resources From d1f8c52961b6ed6f993c030709473032ed88c8f8 Mon Sep 17 00:00:00 2001 From: Apurva Dave Date: Fri, 3 Nov 2017 14:19:32 -0700 Subject: [PATCH 2/3] Update README.md toned down language --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aec7203..d8b6d34 100644 --- a/README.md +++ b/README.md @@ -551,7 +551,7 @@ Services to securely store your Docker images. * [Datadog](https://www.datadoghq.com/) - Datadog is a full-stack monitoring service for large-scale cloud environments that aggregates metrics/events from servers, databases, and applications. It includes support for Docker, Kubernetes, and Mesos. * [Meros](https://meros.io) - Analyzes containers resources, captures logs, remote web SSH terminal and powerful DevOps alerts. * [Prometheus](https://prometheus.io/) - Open-source service monitoring system and time series database -* [Sysdig Monitor](https://sysdig.com/product/monitor) - Sysdig Monitor can be used as either software or a SaaS service to monitor, alert, and troubleshoot containers. It leverages kernel instrumentation to see system calls throughout your system. It has container-specific features and is very useful in Docker environments. +* [Sysdig Monitor](https://sysdig.com/product/monitor) - Sysdig Monitor can be used as either software or a SaaS service to monitor, alert, and troubleshoot containers using system calls. It has container-specific features for Docker and Kubernetes. * [Site24x7](https://www.site24x7.com/docker-monitoring.html) - Docker Monitoring for DevOps and IT is a SaaS Pay per Host model * [SPM for Docker][spm] - Monitoring of host and container metrics, Docker events and logs. Automatic log parser. Anomaly Detection and alerting for metrics and logs. [@sematext][sematext] From 6e957ebe589e0521c7cbcdfca582dfee6e1445ea Mon Sep 17 00:00:00 2001 From: Apurva Dave Date: Mon, 26 Feb 2018 11:39:03 -0800 Subject: [PATCH 3/3] Update README.md fixed URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8b6d34..84008c9 100644 --- a/README.md +++ b/README.md @@ -551,7 +551,7 @@ Services to securely store your Docker images. * [Datadog](https://www.datadoghq.com/) - Datadog is a full-stack monitoring service for large-scale cloud environments that aggregates metrics/events from servers, databases, and applications. It includes support for Docker, Kubernetes, and Mesos. * [Meros](https://meros.io) - Analyzes containers resources, captures logs, remote web SSH terminal and powerful DevOps alerts. * [Prometheus](https://prometheus.io/) - Open-source service monitoring system and time series database -* [Sysdig Monitor](https://sysdig.com/product/monitor) - Sysdig Monitor can be used as either software or a SaaS service to monitor, alert, and troubleshoot containers using system calls. It has container-specific features for Docker and Kubernetes. +* [Sysdig Monitor](https://sysdig.com/product/monitor/) - Sysdig Monitor can be used as either software or a SaaS service to monitor, alert, and troubleshoot containers using system calls. It has container-specific features for Docker and Kubernetes. * [Site24x7](https://www.site24x7.com/docker-monitoring.html) - Docker Monitoring for DevOps and IT is a SaaS Pay per Host model * [SPM for Docker][spm] - Monitoring of host and container metrics, Docker events and logs. Automatic log parser. Anomaly Detection and alerting for metrics and logs. [@sematext][sematext]