Skip to content

Instantly share code, notes, and snippets.

@prasanjit-
Created June 18, 2017 03:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prasanjit-/fca01ff1e7eb153533ee6be6759846c5 to your computer and use it in GitHub Desktop.
Save prasanjit-/fca01ff1e7eb153533ee6be6759846c5 to your computer and use it in GitHub Desktop.
##-Monitoring-#
~ Cadvisor for Docker
sudo docker run \
--volume=/:/rootfs:ro \
--volume=/var/run:/var/run:rw \
--volume=/sys:/sys:ro \
--volume=/var/lib/docker/:/var/lib/docker:ro \
--publish=18888:8080 \
--detach=true \
--name=cadvisor \
google/cadvisor:latest
~ Netdata for Realtime Proc Data (via Galilei)
INSTALL NETDATA MONITORING
git clone https://github.com/seamless-distribution-systems/galilei.git
cd galilei/galieli-netdata-installer
chmod +x linux-netdata_installer.bash
bash linux-netdata_installer.bash
~ Nagios / Icinga (via Ansible or Docker or Chef) - Real World Scenario Project
https://github.com/prasanjit-/icinga_ansible_demo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment