From 7255305f055031666465dc428235a46a017f0e0c Mon Sep 17 00:00:00 2001 From: Arseniy Kuznetsov Date: Mon, 4 Dec 2023 15:03:10 +0100 Subject: [PATCH] kid control metrics --- mktxp/cli/config/mktxp.conf | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/mktxp/cli/config/mktxp.conf b/mktxp/cli/config/mktxp.conf index 8c0829b8..18b9af3d 100644 --- a/mktxp/cli/config/mktxp.conf +++ b/mktxp/cli/config/mktxp.conf @@ -48,6 +48,8 @@ capsman = True # CAPsMAN general metrics capsman_clients = True # CAPsMAN clients metrics + kid_control_devices = False # Kid Control metrics + user = True # Active Users metrics queue = True # Queues metrics diff --git a/setup.py b/setup.py index a1aed82b..44a8a581 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name='mktxp', - version='1.2.1', + version='1.2.2', url='https://github.com/akpw/mktxp',