GitHub
10/14/2024, 1:57 PMSELECT user || ' (' || tty || ')' AS username FROM logged_in_users WHERE type = 'user' ORDER BY time LIMIT 1; to get the username of the node.
However, after our testing, it will always return empty results, and all last users shown unknown. Is there something updated with the query?
jmpsec/osctrlGitHub
10/18/2024, 8:38 AM