diff --git a/iml_psql-activity.ini b/iml_psql-activity.ini
index 9ec27c9d44ae6a8129ba993634098c42d6dad7ef..0cc0d997169e082bbffb5ca87a486c331146e390 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:')"