I'm looking for information on what can be configured based on the URL for perf stack.
I have a dashboard I am building for monitoring several servers in our environment that tie to a single application (over 130 servers for this one critical app)
Beginning with information i found on this link: https://thwack.solarwinds.com/t5/NPM-Documents/Building-Simple-PerfStack-Templates-With-SWQL/ta-p/538500
I have built the basics for the SWQL queries that will dynamically build and display the perfstack views for both built in and some individual components that i am monitoring via SAM templates I have on the related servers. Once I get this all put together I'll make a dedicated post with a how to as i have yet to find anything that shows how to link in components on a server.
My question with this is for an example url i pulled from the above link
http://{orionserver}/ui/perfstack/?presetTime=last12Hours&charts=0_Orion.Nodes_1234-Orion.CPULoad.MinLoad;0_Orion.Nodes_1234-Orion.CPULoad.MaxLoad;0_Orion.Nodes_1234-Orion.CPULoad.AvgLoad;
In the beginning part of the URL I found an extra command that I can add "PRINTABLE=TRUE" this would go in this section so it would like like this.
presetTime=last12Hours&PRINTABLE=TRUE&charts=0
With this change it removes the SolarWinds my dashboard black boarder at the top to give more space on the display. I am looking for documentation on what other commands can be put in here to add extra functionality. My primary objectives right now are to default in a name for the analysis project and also to have it so when i click off the page it does not default to asking me to save the project.
The goal with al of these projects is for them to always be dynamically built and never actually save them as an actual project in the system due to the number of servers in the group, I don't want to have to rebuild all of them every time someone requests a change. A simple update to some SWQL code and all are ready to go.