Hello,
I have prepared a full video tutorial for adding custom Syslog and Trap widgets for Node & Interface Details Views.
You can also use below description and attached TXT file will all the queries.
First Node Details widget will allow you to jump directly from Node Details view to Log Viewer Dashboard and start the log analysis:
In order to create above widget, please add "User Links" widget and include below hyperlinks:
Log Viewer (Syslog & Traps) - Last Hour
/ui/orionlog/logviewer/now/1hours/${NodeID}
Log Viewer (Syslog & Traps) - Last 24 Hours
/ui/orionlog/logviewer/now/24hours/${NodeID}
Log Viewer (Syslog & Traps) - Last 7 Days
/ui/orionlog/logviewer/now/7days/${NodeID}
Below Node Details widgets are simple counters based on predefined filters, which can be changed. In order to add them, please use Custom Query widget.
Below Node Details Custom Query widget is showing only linkDown and linkUp traps. It is also finding correlated monitored network interface in NPM.
If an interface is not monitored, then you will see "not monitored" and decide, if it should be added.
Node Details Custom Query widgets for Last 300 Syslog and Trap messages.
Interface Details Custom Query for Last 300 Traps. This widget is finding traps based on Interface Index.
Interface Details Custom Query widget for Last 300 Syslog messages. This widget is finding Syslog based on Interface Name or IfName.
So, in this example, for syslog "flapping between port Gi1/0/2 and port Gi1/0/7", you will actually see this message in both interfaces in Interface Details View.
This is very handy and I highly recommend it.
Kind regards, Marcin.
Top Comments