1
0
Fork 0
mirror of https://github.com/monitoring-mixins/website.git synced 2024-12-14 11:37:31 +00:00
Prometheus monitoring mixins
Find a file
paulfantom df43594957
Better tooling
* Use jsonnet-bundler 0.4.0
* Add a Makefile for simplicity
* Use go.mod to lock tools to specific versions
* Use temporary directory to store tooling binaries
* Speed up cloning mixin by remove --filter
2020-08-13 12:49:45 +02:00
assets assets,site/content: regenerate 2020-08-12 20:32:55 +02:00
hack Better tooling 2020-08-13 12:49:45 +02:00
site site/content: import guidelines from https://github.com/monitoring-mixins/docs/pull/10 2020-08-12 20:38:42 +02:00
.drone.yml Better tooling 2020-08-13 12:49:45 +02:00
.gitignore move site from https://github.com/cloudalchemy/mixins to final destination 2020-06-09 07:58:27 +02:00
.gitmodules move site from https://github.com/cloudalchemy/mixins to final destination 2020-06-09 07:58:27 +02:00
LICENSE move site from https://github.com/cloudalchemy/mixins to final destination 2020-06-09 07:58:27 +02:00
Makefile Better tooling 2020-08-13 12:49:45 +02:00
mixins.yaml add coredns mixin 2020-08-12 19:51:22 +02:00
netlify.toml move site from https://github.com/cloudalchemy/mixins to final destination 2020-06-09 07:58:27 +02:00
README.md Better tooling 2020-08-13 12:49:45 +02:00

Monitoring Mixins site

Adding new mixin

  1. Install required software
  2. Add new mixin to mixins.yaml file
  3. Run make

Requirements

  • jq
  • make
  • git
  • golang