From ac2ae9ce00507f5a0fb74c77ac52d943c299dd09 Mon Sep 17 00:00:00 2001 From: M.Gergő Date: Wed, 8 Apr 2020 01:44:04 +0200 Subject: count Flashing users --- nextcloud_munin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud_munin.php b/nextcloud_munin.php index b25ee08..33188dd 100755 --- a/nextcloud_munin.php +++ b/nextcloud_munin.php @@ -47,7 +47,7 @@ $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 Flash"; + $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.)"; -- cgit v1.2.3