Last active
August 15, 2021 15:24
-
-
Save muokicaleb/f9a626c3f79c944ae2ab5bdd65d17844 to your computer and use it in GitHub Desktop.
This file contains 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 | |
scrape_configs: | |
- job_name: node | |
basic_auth: | |
username: prometheus | |
password: password | |
static_configs: | |
- targets: ['192.168.100.74:9100'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment