remove mining shit

This commit is contained in:
lza_menace 2022-09-22 11:42:08 -07:00
parent e1ad904f27
commit 447cb9edaf
24 changed files with 3208 additions and 5543 deletions

File diff suppressed because it is too large Load diff

29
files/grafana/grafana.ini Normal file
View 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

View 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

View 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

View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 KiB

BIN
files/static/graf2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 346 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 716 KiB