diff options
author | M.Gergő | 2020-04-08 01:35:30 +0200 |
---|---|---|
committer | M.Gergő | 2020-04-08 01:35:30 +0200 |
commit | 0b08726600fd051d16e04a824a89c7573eb7a4bc (patch) | |
tree | ae8d5fe70b5fe7102a458e73bb1ea35c4783f863 /nextcloud_munin.php | |
parent | 82506c3cfac8c6e85adc8b0e72aaad8a23bc50e0 (diff) | |
download | munin-nextcloud-0b08726600fd051d16e04a824a89c7573eb7a4bc.tar.gz munin-nextcloud-0b08726600fd051d16e04a824a89c7573eb7a4bc.zip |
count Flashing users
Diffstat (limited to 'nextcloud_munin.php')
-rwxr-xr-x | nextcloud_munin.php | 4 |
1 files 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"); |