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
3138
files/grafana/dashboards/node_dashboard.json
Normal file
3138
files/grafana/dashboards/node_dashboard.json
Normal file
File diff suppressed because it is too large
Load diff
29
files/grafana/grafana.ini
Normal file
29
files/grafana/grafana.ini
Normal file
|
@ -0,0 +1,29 @@
|
|||
[analytics]
|
||||
reporting_enabled = false
|
||||
check_for_updates = false
|
||||
|
||||
[auth]
|
||||
disable_login_form = false
|
||||
|
||||
; [auth.anonymous]
|
||||
; enabled = true
|
||||
; org_role = Admin
|
||||
|
||||
[dashboards]
|
||||
min_refresh_interval = 1m
|
||||
default_home_dashboard_path = /var/lib/grafana/dashboards/node_dashboard.json
|
||||
|
||||
[paths]
|
||||
provisioning = /etc/grafana/provisioning
|
||||
|
||||
[server]
|
||||
root_url = https://127.0.0.1
|
||||
enable_gzip = true
|
||||
read_timeout = 2m
|
||||
|
||||
[snapshots]
|
||||
external_enabled = false
|
||||
|
||||
[security]
|
||||
admin_user = admin
|
||||
admin_password = admin
|
12
files/grafana/provisioning/dashboards/all.yaml
Normal file
12
files/grafana/provisioning/dashboards/all.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
apiVersion: 1
|
||||
|
||||
providers:
|
||||
- name: 'fs'
|
||||
orgId: 1
|
||||
folder: ''
|
||||
type: 'file'
|
||||
updateIntervalSeconds: 30
|
||||
allowUiUpdates: true
|
||||
options:
|
||||
path: '/var/lib/grafana/dashboards'
|
||||
foldersFromFilesStructure: true
|
12
files/grafana/provisioning/datasources/all.yaml
Normal file
12
files/grafana/provisioning/datasources/all.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
apiVersion: 1
|
||||
|
||||
datasources:
|
||||
- name: prometheus
|
||||
type: prometheus
|
||||
access: proxy
|
||||
orgId: 1
|
||||
url: http://prometheus:9090
|
||||
isDefault: true
|
||||
version: 1
|
||||
editable: false
|
||||
timeInterval: 30s
|
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"]
|
BIN
files/static/graf1.png
Normal file
BIN
files/static/graf1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 214 KiB |
BIN
files/static/graf2.png
Normal file
BIN
files/static/graf2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 346 KiB |
BIN
files/static/wownerod-grafana.png
Normal file
BIN
files/static/wownerod-grafana.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 716 KiB |
Loading…
Add table
Add a link
Reference in a new issue