Skip to content
Snippets Groups Projects

2 more psql templates

Merged Hahn Axel (hahn) requested to merge 6010-postgres-monitoring-user into master
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
+ 3
1
@@ -4,6 +4,7 @@
;
; ----------------------------------------------------------------------
; 2023-06-08 <axel.hahn@unibe.ch> initial version
; 2023-06-13 <axel.hahn@unibe.ch> hide total graph
; ======================================================================
@@ -32,10 +33,11 @@ other = "$service_name_template$.perfdata.running-other.value"
idle = "$service_name_template$.perfdata.running-idle.value"
fast = "$service_name_template$.perfdata.running-fastpath.value"
active = "$service_name_template$.perfdata.running-active.value"
; total = "$service_name_template$.perfdata.running-total.value"
total = "$service_name_template$.perfdata.running-total.value"
[psqlserveractivity.functions]
other = "alias($metric$, 'Other')"
idle = "alias($metric$, 'Idle incl. idle in transaction')"
fast = "alias($metric$, 'Fastpath function call')"
active = "alias($metric$, 'Active (values are stacked)')"
total = "alias($metric$, ':hidden:')"
Loading