mirror of
https://github.com/0x1d/drift-keeper.git
synced 2025-12-15 18:58:21 +01:00
Various changes
This commit is contained in:
@@ -10,6 +10,9 @@ alerting:
|
||||
timeout: 10s
|
||||
api_version: v1
|
||||
scrape_configs:
|
||||
- job_name: node
|
||||
static_configs:
|
||||
- targets: ['node-exporter:9100']
|
||||
- job_name: keeper
|
||||
honor_timestamps: true
|
||||
scrape_interval: 15s
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
basic_auth_users:
|
||||
# bcrypt "prompass"
|
||||
# e.g. htpasswd -bnBC 10 "" prompass | tr -d ':\n'
|
||||
prom: $2y$10$oWtHm79bh0D1CnNC4brGiOU7y6MbYa6cgklF/g6ek9YZYkgXfeOIu
|
||||
Reference in New Issue
Block a user