From 17fb46ea04012bb50ecf9a726a29f5436038caf3 Mon Sep 17 00:00:00 2001 From: Ilya Mashchenko Date: Wed, 31 Aug 2022 18:26:17 +0300 Subject: update logind dashboard info (#13597) --- web/gui/dashboard_info.js | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'web') diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js index 2e835aae0a..b84a762075 100644 --- a/web/gui/dashboard_info.js +++ b/web/gui/dashboard_info.js @@ -534,7 +534,7 @@ netdataDashboard.menu = { 'logind': { title: 'Logind', icon: '', - info: undefined + info: 'Keeps track of user logins and sessions by querying the systemd-logind API.' }, 'powersupply': { @@ -5921,15 +5921,16 @@ netdataDashboard.context = { }, 'logind.sessions': { - info: 'Shows the number of active sessions of each type tracked by logind.' + info: 'Local and remote sessions.' }, - - 'logind.users': { - info: 'Shows the number of active users of each type tracked by logind.' + 'logind.sessions_type': { + info: '

Sessions of each session type.

Graphical - sessions are running under one of X11, Mir, or Wayland. Console - sessions are usually regular text mode local logins, but depending on how the system is configured may have an associated GUI. Other - sessions are those that do not fall into the above categories (such as sessions for cron jobs or systemd timer units).

' }, - - 'logind.seats': { - info: 'Shows the number of active seats tracked by logind. Each seat corresponds to a combination of a display device and input device providing a physical presence for the system.' + 'logind.sessions_state': { + info: '

Sessions in each session state.

Online - logged in and running in the background. Closing - nominally logged out, but some processes belonging to it are still around. Active - logged in and running in the foreground.

' + }, + 'logind.users_state': { + info: '

Users in each user state.

Offline - users are not logged in. Closing - users are in the process of logging out without lingering. Online - users are logged in, but have no active sessions. Lingering - users are not logged in, but have one or more services still running. Active - users are logged in, and have at least one active session.

' }, // ------------------------------------------------------------------------ -- cgit v1.2.3