I have been tasked to create a weekly report showing who has logged into the Orion web console, when they did it, and what they viewed. Does anybody know how to geneate a report like this? I am running V9.0
Thanks
This isn't possible with anything built into Orion but you could do this using an IIS log file analyzer and report writer like WebTrends or AWStats.
This SQL queuery which someone on here helped me get this.
select AccountID, LastLogin from accounts order by AccountID
Thanks for your help, that worked great.
I think Orion should add a feature like this to the product, but it should also go one step further and be a proper aduit trail. We should all be able to run a report and find out what has been done, i.e. who deleted or added that node to both the poller and the maps. There also needs to be more intergration between the poller and maps, for example if I deleate a node it should also be deleted from the map. I do not really want to do this work twice.
I must say that with every release things are improving in the right direction and it is difficult to keep everybody happy, but the look and feel should have just as much importance as it function.
I agree, it would be nice to have more of an audit trial to see who is doing what so when something stops working you can look at a log to see what has been done to a device. Maybe in a future release.