Skip to content

Commit 3e7a4da

Browse files
fix(plex): Updated dashboard
1 parent 2198069 commit 3e7a4da

1 file changed

Lines changed: 7 additions & 20 deletions

File tree

examples/dashboards/Media Server.json

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"editable": true,
1919
"fiscalYearStartMonth": 0,
2020
"graphTooltip": 0,
21-
"id": 1,
21+
"id": 2,
2222
"links": [],
2323
"panels": [
2424
{
@@ -593,14 +593,13 @@
593593
"datasource": {
594594
"uid": "$datasource"
595595
},
596-
"description": "TX and RX across all servers (bits/sec).",
596+
"description": "Plex transmit bandwidth (bits/sec).",
597597
"fieldConfig": {
598598
"defaults": {
599599
"color": {
600600
"fixedColor": "blue",
601601
"mode": "thresholds"
602602
},
603-
"links": [],
604603
"mappings": [],
605604
"min": 0,
606605
"thresholds": {
@@ -633,15 +632,15 @@
633632
"id": 4200,
634633
"options": {
635634
"colorMode": "value",
636-
"graphMode": "area",
635+
"graphMode": "none",
637636
"justifyMode": "auto",
638637
"orientation": "auto",
639638
"percentChangeColorMode": "standard",
640639
"reduceOptions": {
641640
"calcs": [
642641
"last"
643642
],
644-
"fields": "/^(TX|RX)$/",
643+
"fields": "/^TX$/",
645644
"values": false
646645
},
647646
"showPercentChange": false,
@@ -655,25 +654,13 @@
655654
"uid": "$datasource"
656655
},
657656
"editorMode": "code",
658-
"expr": "8 * sum(rate(transmit_bytes_total{job=~\"$job\", instance=~\"$instance\"}[$__rate_interval]))",
657+
"expr": "8 * sum(rate(transmit_bytes_total{job=~\"$job\", instance=~\"$instance\"}[45s]))",
659658
"format": "time_series",
660-
"intervalFactor": 2,
661659
"legendFormat": "TX",
662660
"refId": "A"
663-
},
664-
{
665-
"datasource": {
666-
"uid": "$datasource"
667-
},
668-
"editorMode": "code",
669-
"expr": "8 * sum(rate(process_network_receive_bytes_total{job=~\"$job\", instance=~\"$instance\"}[$__rate_interval]))",
670-
"format": "time_series",
671-
"intervalFactor": 2,
672-
"legendFormat": "RX",
673-
"refId": "B"
674661
}
675662
],
676-
"title": "Network Bandwidth (Total)",
663+
"title": "Network TX",
677664
"type": "stat"
678665
},
679666
{
@@ -1976,5 +1963,5 @@
19761963
"timezone": "browser",
19771964
"title": "PPE Media Server",
19781965
"uid": "426b8c74a8b8d5403b4b3a29656c8342",
1979-
"version": 16
1966+
"version": 6
19801967
}

0 commit comments

Comments
 (0)