Skip to content

alertmanager, cadvisor, grafana, nodeexporter, prometheus

Notifications You must be signed in to change notification settings

rickrussell/monitoring-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

monitoring-stack

alertmanager, blackbox, cadvisor, grafana, nodeexporter, prometheus, use wmi_exporter for windows hosts

pull, set variables, deploy

$ export SLACK_WEBHOOK_URL='https://hooks.slack.com/services/<>/<>/<>'
$ export ROOT_URL=http:https://grafana:3000
$ export DEFAULT_INSTANCE_NAME=grafana
$ export ADMIN_USER=admin
$ export ADMIN_PASSWORD="beans&rice!"
$ export GF_SECURITY_ADMIN_USER=admin
$ export GF_SECURITY_ADMIN_PASSWORD="beans&rice!"
$ export GF_USERS_ALLOW_SIGN_UP=false

or put them in an .env file and source it..

Bring up containers with docker-compose

$ docker-compose up -d

notes

I've only included 2 alert.rules to keep it minimal, service_down and HighCPULoad

About

alertmanager, cadvisor, grafana, nodeexporter, prometheus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published