Commit Graph

31 Commits

Author SHA1 Message Date
Brian Christner 726a4d9741
updated README and compose file 2017-09-29 07:36:33 +02:00
Brian Christner 0dd341b1cf
removed deprecated container_name from compose file 2017-09-19 23:00:36 +02:00
Brian Christner 80b35e19ce
Merge branch 'huegelc-patch-expose-consoles' of https://github.com/huegelc/prometheus into huegelc-huegelc-patch-expose-consoles 2017-09-12 15:01:40 +02:00
Christian Hügel 544147dbf5 Update docker-compose.yml
expose /consoles in docker container
2017-09-10 17:59:30 +02:00
Leo Winter b7036aa48b Add auto restart to node-expolorer 2017-08-28 01:45:57 +02:00
Leo Winter 1647b230f0 Add auto restart 2017-08-28 01:43:02 +02:00
llitfkitfk 886a882a25 cleanup: swarm mode & single host use same docker-compose.yml 2017-08-16 16:31:12 +08:00
llitfkitfk c5efc5517c remove unnecessary config 2017-08-11 18:24:51 +08:00
llitfkitfk 7b5657d006 update docker-compose.yml to support swarm mode 2017-08-11 17:53:45 +08:00
Nikolaus 4a71bfb08b make bind mounts readonly, you don't want some node-exporter vulnerability lead to write access on your node
fix collector.sysfs mistakenly use /host/sysfs eventhough sysfs is mounted on /host/sys
fix ignored mountpoints to work with bind mounts
add ignored fs-types to not display a lot of useless NaN and 0 metrics for mounts related to docker
put CLI arguments for command parameter in one value definition, seems like a bug in docker compose, only the first element in an array of commands is used
2017-04-16 10:29:29 +04:00
Ben Clapp cfc8d45b1d Adding volumes and commands to node-exporter
- Allows the collection of metrics from the host system
2017-03-01 20:49:36 +13:00
paul 7d246ab608 add slack integration 2016-07-27 18:27:31 +08:00
paul 29dc390edf add alertmanager 2016-07-27 16:09:16 +08:00
Brian Christner 1a1fd33b9c 1 - added Import Dashboard screenshot
2 - commited last changes for docker-compose
3 - this should be it for now
2016-07-14 14:19:55 +02:00
Brian Christner 92b8d032ea 1 - Added networks to the docker-compose file to seperate internal and external services
2 - Added a container_name to prometheus for easier lookups in the Grafana Datasource
2016-07-14 09:21:08 +02:00
cypherpunk 560d90d537 removed grafana version pinning 2016-07-13 15:47:57 +02:00
cypherpunk 9c6a93eddc refactored compose to use grafana over promdash, added node-exporter for host metrics and use upstream prometheus 2016-07-13 14:33:55 +02:00
Brian Christner f57c24e2be changed compose file to download image from DockerHub instead of building 2016-06-28 10:34:13 +02:00
vegasbrianc a775354c09 final touches on labeling containers 2015-11-18 11:39:11 +01:00
vegasbrianc b22c48809f removed special characters from compose file and moved everything to labels 2015-11-18 11:29:15 +01:00
vegasbrianc 1129344fd8 wow a lot of changes happend since I set this up in October. I locked down the Prometheus version to 0.16.1, fixed the docker-compose to align the new config commands, and updated the prometheus.yml format to the new standard. 2015-11-18 10:52:09 +01:00
vegasbrianc d75036ea45 wow a lot of changes happend since I set this up in October. I locked down the Prometheus version to 0.16.1, fixed the docker-compose to align the new config commands, and updated the prometheus.yml format to the new standard. 2015-11-18 10:51:04 +01:00
Brian Christner f7cc744eb2 Update docker-compose.yml
Updated the docker-compose file container variables.  It appears the docker-compose configuration option container_name changed to name in the latest version of docker-compose.
2015-11-17 16:24:31 +01:00
Brian Christner 0d96bcb81a Update docker-compose.yml
Added links to the Prometheus container to exporter and cadvisor so comms is up right from the build
2015-11-09 14:03:57 +01:00
Ville Väänänen 52b83a311f fix typo 2015-09-23 00:58:37 +03:00
Brian Christner 6a1b6c7e2a Update docker-compose.yml
Added cAdvisor container
2015-08-20 11:35:21 +02:00
root eaca8b49d0 finally fixed the compose file. Changed the Dockerfile to pull the Prometheus image then inject the yml config changes 2015-08-18 23:28:12 +02:00
root dc8f124b58 still broke 2015-08-18 16:58:23 +02:00
root df0a31125e updated compose file fixing some bugs 2015-08-18 15:40:02 +02:00
Brian Christner 988c6c97c0 updated service names removing minus in compose and yml files 2015-08-18 14:40:38 +02:00
Brian Christner bf34f627cf created docker-prometheus compose file and edited the Prometheus yml file 2015-08-18 14:36:46 +02:00