@cryptotaxi247 / netdata-1 / commits / 17fb46ea0

update logind dashboard info (#13597)

Ilya Mashchenko committed Aug 31, 2022 at 18:26 UTC 17fb46ea04012bb50ecf9a726a29f5436038caf3
1 file changed +9 -8
web/gui/dashboard_info.js
+9 -8
@@ -534,7 +534,7 @@ netdataDashboard.menu = {
534 'logind': {
535 title: 'Logind',
536 icon: '<i class="fas fa-user"></i>',
537 - info: undefined
537 + info: 'Keeps track of user logins and sessions by querying the <a href="https://www.freedesktop.org/software/systemd/man/org.freedesktop.login1.html" target="_blank">systemd-logind API</a>.'
538 },
539
540 'powersupply': {
@@ -5921,15 +5921,16 @@ netdataDashboard.context = {
5921 },
5922
5923 'logind.sessions': {
5924 - info: 'Shows the number of active sessions of each type tracked by logind.'
5924 + info: 'Local and remote sessions.'
5925 },
5926 -
5927 - 'logind.users': {
5928 - info: 'Shows the number of active users of each type tracked by logind.'
5926 + 'logind.sessions_type': {
5927 + info: '<p>Sessions of each session type.</p><p><b>Graphical</b> - sessions are running under one of X11, Mir, or Wayland. <b>Console</b> - sessions are usually regular text mode local logins, but depending on how the system is configured may have an associated GUI. <b>Other</b> - sessions are those that do not fall into the above categories (such as sessions for cron jobs or systemd timer units).</p>'
5928 },
5930 -
5931 - 'logind.seats': {
5932 - 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.'
5929 + 'logind.sessions_state': {
5930 + info: '<p>Sessions in each session state.</p><p><b>Online</b> - logged in and running in the background. <b>Closing</b> - nominally logged out, but some processes belonging to it are still around. <b>Active</b> - logged in and running in the foreground.</p>'
5931 + },
5932 + 'logind.users_state': {
5933 + info: '<p>Users in each user state.</p><p><b>Offline</b> - users are not logged in. <b>Closing</b> - users are in the process of logging out without lingering. <b>Online</b> - users are logged in, but have no active sessions. <b>Lingering</b> - users are not logged in, but have one or more services still running. <b>Active</b> - users are logged in, and have at least one active session.</p>'
5934 },
5935
5936 // ------------------------------------------------------------------------