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

psql-activity: hide total graph

parent a2e0d42c
No related branches found
No related tags found
1 merge request!52 more psql templates
......@@ -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:')"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment