This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

"Long Time" for your Events Summary page

This is just some super simple HTML hacknslash, I just thought I'd share. This really added some visibility into the up/down process, and how NPM handles events.

The Events Summary page only gives you the time of an event in the MM/dd/yy h:mm format, so I've adjusted it to MM/dd/yy h:mm:ss tt

MAKE A BACKUP FIRST, JUST IN CASE. Then edit the "C:\inetpub\SolarWinds\Orion\NetPerfMon\Events.aspx" as described below.

BEFORE:

pastedImage_2.png

AFTER:

pastedImage_11.png

The snippet of code that needs editing is near the bottom, search for the phrase "EventTime". "{0:g}" should be changed to "{0:MM/dd/yy h:mm:ss tt}" as seen here:

pastedImage_12.png

Events.aspx