All Projects → kjanshair → docker-prometheus

kjanshair / docker-prometheus

Licence: other
A minimal Prometheus Server, Node Exporter, BlackBox Exporter and Grafana implementation with `docker-compose`.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to docker-prometheus

Dockprom
Docker hosts and containers monitoring with Prometheus, Grafana, cAdvisor, NodeExporter and AlertManager
Stars: ✭ 4,489 (+6222.54%)
Mutual labels:  grafana, prometheus, alertmanager
loki exporter
Prometheus exporter to collect metrics and run queries against the Grafana Loki API.
Stars: ✭ 28 (-60.56%)
Mutual labels:  grafana, prometheus, alertmanager
Prometheus Book
Prometheus操作指南
Stars: ✭ 2,637 (+3614.08%)
Mutual labels:  grafana, prometheus, alertmanager
Awesome Prometheus Alerts
🚨 Collection of Prometheus alerting rules
Stars: ✭ 3,323 (+4580.28%)
Mutual labels:  grafana, prometheus, alertmanager
microservices-observability
🎉 Microservices Observability - Log Aggregation, Distributed Tracking, Metrics
Stars: ✭ 40 (-43.66%)
Mutual labels:  grafana, prometheus
epiphany
Cloud and on-premises automation for Kubernetes centered industrial grade solutions.
Stars: ✭ 114 (+60.56%)
Mutual labels:  grafana, prometheus
cloud-computer
☁️ The Cloud Native Computer
Stars: ✭ 5 (-92.96%)
Mutual labels:  grafana, prometheus
jarvis
🍿 Simple Home Media Stack
Stars: ✭ 28 (-60.56%)
Mutual labels:  grafana, prometheus
grafana-infinity-panel
Grafana Infinity Panel plugin. Visualize data in infinite ways using data viz APIs such as Vega
Stars: ✭ 17 (-76.06%)
Mutual labels:  grafana, prometheus
laracom
laracom driven by go micro services
Stars: ✭ 37 (-47.89%)
Mutual labels:  grafana, prometheus
chia-monitor
🍃 A comprehensive monitoring and alerting solution for the status of your Chia farmer and harvesters.
Stars: ✭ 131 (+84.51%)
Mutual labels:  grafana, prometheus
octane-exporter
Export Laravel Octane metrics using this Prometheus exporter.
Stars: ✭ 14 (-80.28%)
Mutual labels:  grafana, prometheus
remote-storage-wars
Prometheus remote storages playground
Stars: ✭ 22 (-69.01%)
Mutual labels:  grafana, prometheus
cdn-up-and-running
CDN Up and Running - an introduction about how modern CDNs works
Stars: ✭ 131 (+84.51%)
Mutual labels:  grafana, prometheus
dockerize-and-ansible
🐳 Build & Deploy the containerized Dev & Prod Env
Stars: ✭ 20 (-71.83%)
Mutual labels:  prometheus, alertmanager
tilt-pitch
Simple replacement for the Tilt Hydrometer mobile apps and TiltPi with lots of features
Stars: ✭ 32 (-54.93%)
Mutual labels:  grafana, prometheus
metrics-server-exporter
Metrics Server Exporter
Stars: ✭ 58 (-18.31%)
Mutual labels:  grafana, prometheus
iota-nelson-node
IOTA Nelson docker-compose file with prometheus and grafana dashboard
Stars: ✭ 39 (-45.07%)
Mutual labels:  grafana, prometheus
alertmanager-dingtalk-hook
alertmanager dingtalk webhook simple server 🍋 🍊 🍒 🍰 🍇 🍉 🍓 🌽 🍑
Stars: ✭ 67 (-5.63%)
Mutual labels:  prometheus, alertmanager
k3s-gitops
GitOps principles to define kubernetes cluster state via code
Stars: ✭ 103 (+45.07%)
Mutual labels:  grafana, prometheus

Build Status

Prometheus Monitoring

This repository contains minimal Prometheus Server, NodeExporter, BlackBoxExporter, AlertManager and Grafana implementation for monitoring various services. You can use this repository to monitor a bare-metal Linux instance or to monitor Apache, NGINX or other HTTP based services using Prometheus.

Monitoring a Bare-Metal Linux Server

To monitor a stand-alone Linux Server, you have to checkout against the tag v1.0 of the repository. Where all the configurations for monitoring a stand-alone Linux Server are available. Just docker-compose up -d and you're good to go. (You have to map alerts manually against tag v1.0)

Monitoring HTTP-based Web Services

The v1.1 tag of the repository monitors 2 HTTP-based Web Services by default: An Apache httpd server and NGINX server both running in Docker Containers. If either or both of them goes down, an Prometheus will fire alerts in the form emails specified in the config.yml file in the AlertManager folder.

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].