Last
Retrieves the list of the latest logins with PID, username and timestamp.:
Query
select * from last;
Additional Query Info
- Version: 1.4.5
- Platform: posix
- Interval: 3600
JSON
{
"queries": {
"Last": {
"query": "select * from last;",
"interval": "3600",
"platform": "posix",
"version": "1.4.5",
"description": "Retrieves the list of the latest logins with PID, username and timestamp.",
"value": ""
}
}
}