Commit Graph

123 Commits

Author SHA1 Message Date
ce6904a495 fixed formatting of the index 2017-10-15 23:32:07 +02:00
fe6c9fa803 updated README for Mac Users and added a table of contents 2017-10-15 23:23:53 +02:00
abf7684761 fixed formatting of the node-exporter command and changed the network to host as recommend by docs 2017-10-12 06:42:49 +02:00
26811c27b9 Merge branch 'yayitswei-patch-1' into version-2 2017-10-12 06:38:44 +02:00
9b983d1064 Merge branch 'patch-1' of git://github.com/yayitswei/prometheus into yayitswei-patch-1 2017-10-12 06:38:32 +02:00
6c23008635 Merge branch 'pengjia-version-2' into version-2 2017-10-12 06:36:17 +02:00
8f903a43b1 Merge branch 'version-2' of https://github.com/pengjia/prometheus into pengjia-version-2 2017-10-12 06:35:39 +02:00
4d0f9ad25d Update nodeexporter deploy mode to global 2017-10-09 18:18:37 -07:00
b5634ff49b Created Contribution file 2017-10-09 21:39:00 +02:00
144aad585f Added an Issue Template
Finally, adding an issue template to make troubleshooting easier
2017-10-09 21:27:59 +02:00
a0058ac659 Code of Conduct added 2017-10-09 17:09:59 +02:00
e19871a8af Added MIT License 2017-10-09 17:08:22 +02:00
8e2a33aa7a FIX: correct the command to start the node-exporter service 2017-10-09 22:49:25 +08:00
726a4d9741 updated README and compose file 2017-09-29 07:36:33 +02:00
0dd341b1cf removed deprecated container_name from compose file 2017-09-19 23:00:36 +02:00
f5d6df9d1d Merge branch 'huegelc-huegelc-patch-expose-consoles' into version-2 2017-09-12 15:22:51 +02:00
75c0e603f3 added node as job in order to enable console visualizations 2017-09-12 15:21:25 +02:00
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
b186431c15 Merge branch 'LeoWinterDE-version-2' into version-2
Mereged the auto restart policy to services: Prometheus, node-exporter, and cAdvisor. Grafana is not required to maintain monitoring.
2017-09-12 14:53:43 +02:00
544147dbf5 Update docker-compose.yml
expose /consoles in docker container
2017-09-10 17:59:30 +02:00
b7036aa48b Add auto restart to node-expolorer 2017-08-28 01:45:57 +02:00
1647b230f0 Add auto restart 2017-08-28 01:43:02 +02:00
4b4436a766 Merge pull request #52 from minac/patch-1
Update README
2017-08-17 12:44:34 +02:00
86f7ad8a0b Update README
Changed the Slack integration part according to their new interface. Fixed a typo. I hope this helps!
2017-08-17 11:40:16 +01:00
cb704e380b Merge branch 'llitfkitfk-swarm-mode' into version-2
Merging the Swarm support
2017-08-17 09:57:21 +02:00
a4f7bcea80 add instruction for swarm mode deploy 2017-08-16 17:05:29 +08:00
886a882a25 cleanup: swarm mode & single host use same docker-compose.yml 2017-08-16 16:31:12 +08:00
c5efc5517c remove unnecessary config 2017-08-11 18:24:51 +08:00
7b5657d006 update docker-compose.yml to support swarm mode 2017-08-11 17:53:45 +08:00
832be55eea updated README with projects using this Repo 2017-08-09 12:08:01 +02:00
5e8c1c8bba updated README with projects using this Repo 2017-08-09 12:07:44 +02:00
b553a533b9 Merge branch 'version-2' of github.com:vegasbrianc/prometheus into version-2 2017-08-08 11:52:24 +02:00
bdf397bbe5 updated README with Security section and production security considerations 2017-08-08 11:52:11 +02:00
4caab3eb9b Merge pull request #49 from wfhu/version-2
New grafana template with service filter
2017-08-08 11:12:28 +02:00
11b315c7bd share -> export -> save to file
get the template by this method : share -> export -> save to file
2017-08-08 14:42:18 +08:00
5dd8ed179b New grafana template with service filter
Add an improved grafana template with filter of docker service name.
2017-08-07 21:05:13 +08:00
95b05e0a3d Build image was using wrong branch
Fixed Travis build logo
2017-07-12 08:58:05 +02:00
932ac65617 Update README.md 2017-07-12 08:56:02 +02:00
b48f9599d4 Fixed Travis build status 2017-07-12 08:54:50 +02:00
d3cffdc1dc fixed status 2017-06-21 21:49:07 +02:00
b1b9ae0488 added Travis status 2017-06-21 14:46:57 +02:00
aaacbf3309 added travis testing to this awesome project 2017-06-21 14:42:09 +02:00
95332e35cb Merge pull request #39 from nikosch86/node-exporter-fix
fix node exporter usage/definition/parameters
2017-06-20 09:36:35 +02:00
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
4d2cf49437 Merge pull request #35 from butlerx/bugfix/readme-format
Fix markdown formatting errors
2017-04-03 14:02:06 +02:00
43eaea546c Fix markdown formatting errors 2017-04-01 12:14:44 +01:00
1a14f9c8b5 Merge pull request #34 from benclapp/extend-nodeexporter
Adding more machine metrics to Node-Exporter
2017-03-26 22:07:10 +02:00
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
8bcc471b2b Merge pull request #26 from bamarni/patch-1
small typo
2016-11-27 20:31:30 +01:00
10f76307a1 small typo 2016-11-26 12:58:35 +01:00