Last active
June 9, 2017 08:10
-
-
Save RichiH/c1b2cf6bf87d55a3d6243ce3ade7242c to your computer and use it in GitHub Desktop.
Prometheus / Nageru basic config for Sesse
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| global: | |
| scrape_interval: 15s | |
| evaluation_interval: 15s | |
| scrape_configs: | |
| - job_name: 'prometheus' | |
| scrape_interval: 5s | |
| scrape_timeout: 5s | |
| static_configs: | |
| - targets: ['localhost:9090'] | |
| - job_name: 'nageru' | |
| static_configs: | |
| - targets: | |
| - localhost:9095 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment