The most recent content from our members.
Anyone know of a way to customize this chart? I only need to see one temperature sensor, the module-1 FRONT. But a Nexus has tons of sensors, they overflow the default setting of 10 components, so I am not able to view the graph of the sensor I am interested in. The chart is already ridiculously tall, so increasing it…
Hey Everyone, I've worked with SolarWinds quite a bit, but not so much with reports and charts. I've been asked a simple question: Can SolarWinds produce a chart like the one below? Suggestions on where to start would be very appreciated, and a pointer to existing content even more so. Thanks in advance!
We made a quick and dirty little PowerShell script that we are executing on all of our polling engines via a PowerShell component monitor. $ScriptBlock = { ( netstat -anob ) | Where-Object { $_ -like '*svchost.exe*' } | Measure-Object | Select-Object -ExpandProperty Count} $count = Invoke-Command -ComputerName…
It looks like you're new here. Sign in or register to get started.