Hi Guys,
Does anyone have the documentation or path to editing tooltips in soarlwinds and showing specific properties while hovering around the specific devices.
I dont think those are editable without getting into the IIS server with the webdev hat on(Hoping i'm wrong, might be)
Assuming we are talking about custom properties you are incorrect. When they rolled out the feature to add custom props to the tooltip it grabs the first 5 properties for that entity type. Of course that is usually the OOTB props and a lot of people didn't realize we can control which ones show up. I wrote this sql query a few years back to manage the node tooltip, it could be expanded to cover any entity type though
github.com/.../SQL_to_update_NodePropertiesOnTooltip.sql
But where and how to run these queries to show limited custom properties on tool tips in manage nodes page also for example can I run the query separately to get a separate view of tooltip for entities in maps.
Youd adjust them to match your needs and run them in SSMS or the database manager, these are making changes to the database directly. There is not a way to set different tooltips for different parts of the GUI, its going to be the same anywhere in the UI.
In older versions with the Atlas diagrams there used to be a way to set different tooltips for different objects and that would only apply within atlas diagrams, but atlas is deprecated so its really not worth messing with since it will be removed eventually.
Excellent correction thank you!