- CheckMates
- :
- Products
- :
- Quantum
- :
- Management
- :
- Re: Logged-in smart console users history
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Logged-in smart console users history
Is it possible to see a history of the logged-in smart console users on the management server on the CLI level?
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I don't know if this is the right thing for you?
You can read out the history of the logged-in users directly from the database:
# psql_client -c "select adminname,ip,time,applicationname from lastloginrecord where applicationname = 'SmartConsole'" cpm postgres
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I don't know if this is the right thing for you?
You can read out the history of the logged-in users directly from the database:
# psql_client -c "select adminname,ip,time,applicationname from lastloginrecord where applicationname = 'SmartConsole'" cpm postgres
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Exactly what I was looking for.
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Nice!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is only thing I found in api guide:
https://sc1.checkpoint.com/documents/latest/APIs/?#cli/show-users~v1.8%20
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can also search Audit Logs to see who logged (or not - wrong credentials) into SmartConsole.
Using SmartView you can export the data to .csv file.
Jozko Mrkvicka
