- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Monitored Device Report including discovery date
I saw a couple of similar posts, but nothing really conclusive. Has anyone came up with the optimal way to do this? It seem like it would be a common request in larger environments
Thanks everyone,
B
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi,
start with lsmaint -directory
then use lsdata -statistics
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi,
I am out of office, but my advice is:
- go to Reports|Network|System and one of reports there should include such data.
If you want to have only list of discovered devices, I would do following:
1. Go to EventViewer and find out MessageID of event about device discover (device: NIC System)
2. Go to Overview|Configuration|Messages|Messages to parse (then NIC system) and look for MessageID discovered in previous step. There is writen in which table I will find interesting me events.
3. Go to Reports to create report you want.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Go to Reports Tab
Choose Ad Hoc Reports -> Network -> System -> Audit
Create a new report – call it “New Devices Added”
Choose NIC System table with the following fields: Date/Time, Address, Node and Device
At the SQL Where clause write: MessageID = ‘400024’
At the column headings change the Device to “Discovered As”
Tick the checkbox for:
Date & Time range, DNS resolution and enable preprocess filters
That’s it – run the report on NIC_ALL at the time range that you like…
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
