All Projects → sematext → Sematext Agent Docker

sematext / Sematext Agent Docker

Licence: apache-2.0
Sematext Docker Agent - host + container metrics, logs & event collector

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Sematext Agent Docker

Spm Agent Mongodb
Sematext Agent for monitoring MongoDB
Stars: ✭ 7 (-96.39%)
Mutual labels:  monitoring, devops, metrics, devops-tools, agent
Swagger Stats
API Observability. Trace API calls and Monitor API performance, health and usage statistics in Node.js Microservices.
Stars: ✭ 559 (+188.14%)
Mutual labels:  monitoring, devops, metrics
Awesome Sre Tools
A curated list of Site Reliability and Production Engineering Tools
Stars: ✭ 186 (-4.12%)
Mutual labels:  monitoring, devops, devops-tools
Ostent
Ostent is a server tool to collect, display and report system metrics.
Stars: ✭ 171 (-11.86%)
Mutual labels:  monitoring, devops, metrics
Automatron
Infrastructure monitoring framework turning DevOps runbooks into automated actions
Stars: ✭ 381 (+96.39%)
Mutual labels:  monitoring, devops, devops-tools
Inspectit
inspectIT is the leading Open Source APM (Application Performance Management) tool for analyzing your Java (EE) applications.
Stars: ✭ 513 (+164.43%)
Mutual labels:  monitoring, metrics, agent
Myperf4j
High performance Java APM. Powered by ASM. Try it. Test it. If you feel its better, use it.
Stars: ✭ 2,281 (+1075.77%)
Mutual labels:  monitoring, metrics, agent
Riemann
A network event stream processing system, in Clojure.
Stars: ✭ 4,099 (+2012.89%)
Mutual labels:  monitoring, logging, metrics
Dd Agent
Datadog Agent Version 5
Stars: ✭ 1,224 (+530.93%)
Mutual labels:  monitoring, devops, agent
Amon
Amon is a modern server monitoring platform.
Stars: ✭ 1,331 (+586.08%)
Mutual labels:  monitoring, metrics, agent
Illuminati
This is a Platform that collects all the data accuring in your Application and shows the data in real time by using Kibana or other tools.
Stars: ✭ 106 (-45.36%)
Mutual labels:  logging, log, agent
Kube State Metrics
Add-on agent to generate and expose cluster-level metrics.
Stars: ✭ 3,433 (+1669.59%)
Mutual labels:  monitoring, metrics, kubernetes-monitoring
Exceptionless
Exceptionless server and jobs
Stars: ✭ 2,107 (+986.08%)
Mutual labels:  monitoring, logging, log
Spm Agent Nodejs
NodeJS Monitoring Agent
Stars: ✭ 51 (-73.71%)
Mutual labels:  monitoring, devops, agent
Scouter
Scouter is an open source APM (Application Performance Management) tool.
Stars: ✭ 1,792 (+823.71%)
Mutual labels:  monitoring, metrics, agent
Tobs
tobs - The Observability Stack for Kubernetes. Easy install of a full observability stack into a k8s cluster with a CLI tool or Helm charts.
Stars: ✭ 186 (-4.12%)
Mutual labels:  monitoring, metrics, kubernetes-monitoring
Dockbix Agent Xxl
🐳 Dockerized Zabbix agent with Docker metrics and host metrics support for CoreOS, RHEL, CentOS, Ubuntu, Debian, Fedora, Boot2docker, Photon OS, Amazon Linux, ...
Stars: ✭ 177 (-8.76%)
Mutual labels:  monitoring, devops
Anteater
Anteater - CI/CD Gate Check Framework
Stars: ✭ 174 (-10.31%)
Mutual labels:  devops, devops-tools
Monolog Bridge
Provides integration for Monolog with various Symfony components.
Stars: ✭ 2,238 (+1053.61%)
Mutual labels:  logging, log
Marmot
Marmot workflow execution engine
Stars: ✭ 174 (-10.31%)
Mutual labels:  devops, devops-tools

This image is deprecated

Please use sematext/agent for monitoring and sematext/logagent for log collection.

Both images are available as Docker certified images:

See the following posts for more details:

Sematext Agent for Docker

Sematext Docker Certified build status

Sematext Agent for Docker collects Metrics, Events and Logs from the Docker API for Docker Monitoring & Logging & Hosted Elastic Stack. Works with CoreOS, Rancher, Docker Swarm, Kubernetes, Apache Mesos, Hashicorp Nomad, Amazon ECS, ... see the installation.

Quickstart

  1. Get free Sematext account

  2. Create a Monitoring App of type "Docker" for Docker metrics. Copy its App Token.
    Optionally, create a Logs App

  3. Run the image using individual App tokens for your Monitoring and Logs Apps

    docker pull sematext/sematext-agent-docker
    docker run -d --name sematext-agent-docker -e SPM_TOKEN=YOUR_SPM_TOKEN -e LOGSENE_TOKEN=YOUR_LOGSENE_TOKEN -v /var/run/docker.sock:/var/run/docker.sock sematext/sematext-agent-docker
    

    You’ll see your Docker metrics in Sematext Cloud after about a minute.

  4. Watch metrics, search container logs, use anomaly detection for logs and metrics, create email reports and much more ...

Certified and Public images

There are several places to obtain Sematext Docker Agent images:

  1. Docker Certified images in Docker Store
docker pull store/sematext/sematext-agent-docker
  1. Red Hat certified images in Red Hat Container Catalog
docker login registry.connect.redhat.com
docker pull registry.connect.redhat.com/sematext/sematext-agent-docker
  1. Public images from Docker Hub
docker pull docker.io/sematext/sematext-agent-docker

Support

  1. Sematext Docker Agent Homepage
  2. Sematext Docker Agent Documentation
  3. Chat with us via Sematext Cloud UI or drop an e-mail to [email protected]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].