mirror of
https://git.wownero.com/lza_menace/docker-wownero.git
synced 2024-08-15 01:03:31 +00:00
remove mining shit
This commit is contained in:
parent
e1ad904f27
commit
447cb9edaf
24 changed files with 3208 additions and 5543 deletions
9
files/prometheus/config.yaml
Normal file
9
files/prometheus/config.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
global:
|
||||
scrape_interval: 10s
|
||||
evaluation_interval: 10s
|
||||
external_labels:
|
||||
monitor: wownerod-exporter
|
||||
scrape_configs:
|
||||
- job_name: "wownerod"
|
||||
static_configs:
|
||||
- targets: ["exporter:9000"]
|
Loading…
Add table
Add a link
Reference in a new issue