From 0b08726600fd051d16e04a824a89c7573eb7a4bc Mon Sep 17 00:00:00 2001 From: M.Gergő Date: Wed, 8 Apr 2020 01:35:30 +0200 Subject: count Flashing users --- nextcloud_munin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextcloud_munin.php b/nextcloud_munin.php index 4ae4d8f..b25ee08 100755 --- a/nextcloud_munin.php +++ b/nextcloud_munin.php @@ -47,8 +47,8 @@ $time_req = time()-60*$set['diff_minutes']; $ret['data']['users_web']['info'] = "Clients logged in by webpage."; $ret['data']['users_app']['label'] = "By App"; $ret['data']['users_app']['info'] = "Connected clients with an app."; - $ret['data']['users_flash']['label'] = "Web(<5min)"; - $ret['data']['users_flash']['info'] = "Rapid web users (succesfully logged out in less than 5 minutes)"; + $ret['data']['users_flash']['label'] = "Web Flash"; + $ret['data']['users_flash']['info'] = "Rapid web users (Successfully logged in, and out, in less than 5 minutes.)"; mysqli_set_charset($l, "utf8"); -- cgit v1.2.3