mirror of
https://github.com/zaphar/Heracles.git
synced 2025-07-23 04:29:48 -04:00
18 lines
582 B
YAML
18 lines
582 B
YAML
|
---
|
||
|
- title: Test Dasbboard 1
|
||
|
graphs:
|
||
|
- title: Node cpu
|
||
|
source: http://heimdall:9001
|
||
|
query: 'node_cpu_seconds_total{job="nodestats"}'
|
||
|
- title: Node memory
|
||
|
source: http://heimdall:9001
|
||
|
query: 'node_memory_MemFree_bytes{instance="andrew:9002",job="nodestats"}'
|
||
|
- title: Test Dasbboard 2
|
||
|
graphs:
|
||
|
- title: Node cpu
|
||
|
source: http://heimdall:9001
|
||
|
query: 'node_cpu_seconds_total{job="nodestats"}'
|
||
|
- title: Node memory
|
||
|
source: http://heimdall:9001
|
||
|
query: 'node_memory_MemFree_bytes{instance="andrew:9002",job="nodestats"}'
|