HiI would like to change the setting of the "All Alerts" widget. I would like him to sort on the parameter "active time" and not on Severitie.
I would also like it to display just the alerts that start with Safenet or Netword or whatever.
We also want use the modern "All Alerts" widget, but not with this sorting!
Our casenumer 00298223.
Does anyone know in which file this widget is stored? I would like to adapt myself.
collombons & roga I recently had the same issue myself, needing to sort by active time, seeing the most recent on top. I could not figure a way to get the widget to save the sort order, so I went digging.
Anyone looking for a workaround, just edit the following file, and change the default.
(This will change the default sort on all of the "all alert" widgets, but at least they will not change... or at least not until you re-run config wizard.)
\inetpub\SolarWinds\ui\modules\widgets\js\widgets.min.js
Search for:
sortBy:this.swAlertsService.sortColumns
Now you just need to change the number for "sortColumns" (the default is 7, for "Severity")
Additionally, you can change the default "desc" to "asc" to sort them with newest alerts on top, and oldest on bottom.
This modification worked for me, using the following product versions:Orion Platform 2018.4 HF3, SCM 1.1.0, NCM 7.9, NPM 12.4, DPAIM 11.1.1, VMAN 8.4.0, SAM 6.8.0, NetPath 1.1.4
Remember, running the config wizard will revert the setting(s) back to default.
Thank you,
-Will
Additionally, this will need to be changed on any/all additional web servers you have running.
wluther! Thank you!
Hi wluther - Just to confirm it is working with the following lab environment:
Thank you for the update/verification, dgsmith80.