diff options
-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"); |