From 44516e553146e73e4324bb528600ec5abec28db3 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Tue, 13 Jun 2023 14:29:35 +0200 Subject: [PATCH] psql-activity: hide total graph --- iml_psql-activity.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/iml_psql-activity.ini b/iml_psql-activity.ini index 9ec27c9..0cc0d99 100644 --- a/iml_psql-activity.ini +++ b/iml_psql-activity.ini @@ -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:')" -- GitLab