; ====================================================================== ; ; 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:')"