Skip to content
Snippets Groups Projects
Commit 7ad1760a authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

add psql-replication

parent 44516e55
No related branches found
No related tags found
1 merge request!52 more psql templates
......@@ -5,7 +5,7 @@
; Opennebula hosts
;
; ----------------------------------------------------------------------
; 2023-06-i12 <axel.hahn@unibe.ch> initial version
; 2023-06-12 <axel.hahn@unibe.ch> initial version
; ======================================================================
......
......@@ -5,7 +5,7 @@
; Opennebula virtual machines
;
; ----------------------------------------------------------------------
; 2023-06-i12 <axel.hahn@unibe.ch> initial version
; 2023-06-12 <axel.hahn@unibe.ch> initial version
; ======================================================================
......
; ======================================================================
;
; POSTGRES replication
;
; ----------------------------------------------------------------------
; 2023-06-13 <axel.hahn@unibe.ch> initial version
; ======================================================================
; ----------------------------------------------------------------------
; graph
; ----------------------------------------------------------------------
[onehost.graph]
check_command = "Postgres-replication"
[onehost.urlparams]
areaAlpha = "0.2"
; areaMode = "first"
areaMode = "stacked"
colorList = "66cc88,888888,ddddee"
; ^ ^ ^
; stream other total
lineWidth = "2"
min = "0"
;max = "100"
yUnitSystem = "binary"
[onehost.metrics_filters]
valstreaming = "$service_name_template$.perfdata.state-streaming.value"
valother = "$service_name_template$.perfdata.state-other.value"
valtotal = "$service_name_template$.perfdata.total.value"
[onehost.functions]
valstreaming = "alias($metric$, 'Streaming')"
valother = "alias($metric$, 'other replication state')"
valtotal = "alias($metric$, ':hidden:')"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment