Comments
-
Don't forget to update the map if you add or change a device at a location!
-
Ideally, scale should be adjustable, a bit like gauges are. (minimum value, maximum value). Also, it would be nice to have warning and error thresholds, where that zone of the chart would have a specific color (like yellow and red) background.
-
I totally agree with you JustinY, this would be awesome. I would add battery lifetime management. Some ups will provide the last time the battery was changed so we can plan batteries replacement. I would also make sure this nice feature would be adapted for PDUs.
-
Pretty please, give some love to the Network Discovery!!!
-
It would be a plus to have the option to preload or load on collapse, especially for graphs/charts. I have a page with about 45 custom charts, and it takes 30-40 seconds to load. We use that only for special events or investigating, and no more than 3 graphs at a time... a collapse option would be more than welcome!
-
In the meantime, this could be a use case for the alert engine. Let's say you have a custom property in each node with the group name or id. You could create an alert that would act upon node membership. Not ideal, but doable!
-
Nope. As you mentioned, the client currently needs an internet connection to visualize the maps. This is exactly why we have issues with that as most of our stations are in a closed network
-
Got it wrong too... I was using the long version (all 3 functions), not the usual term...
-
SWUGs bookings should based on who's in town ;) What about a just before Labour day weekend in George, WA? I'd pay from my own pocket to go. ;)
-
Here's a workaround: MOD/HACK - NPM 12 Notification on Paused Alert Actions
-
This should also be available in Service Manager. Pausing alerts as an option before shutting down services to prevent thousands of triggered alerts..
-
So many things needed... at least we're on the good track
-
Cant wait for this to happen!
-
Love it! The efficiency-and-save-our-ass bounty will be part of my next discussion with management
-
In the subnet selection, If I enter an IP with a 255.255.255.255 subnet mask, it will return an error during discovery (but will not be stated when I click next on that page). When I contacted support, I was told I could not do that, as it is not a subnet, which is kinda wrong. Because of that we have to make 2 discovery…
-
DanielleH : Could you change this FR status as "implemented"?
-
for item #4, you can vote here: http://thwack.solarwinds.com/ideas/3013
-
I suggest you upvote this FR: thwack.solarwinds.com/.../native-dell-idrac-npm-monitoring
-
I was able to find the following Icon names: * api * api-value * appinsight-application * application * application-monitor * application-template * baseline * baseline-mismatch * blog * capacity * chart-pie * conditional_block * config-file * config-profile * cpu * dashboard * database * datastore * dpa-database *…
-
I found my rant I made 2 years ago.. that experience discouraged me from doing any other attempt so far... How was your SCP certification exam taking experience? I never heard back from proctoring company and lost my voucher that year... That said... I'd be happy if I was to hear that things have changed, and people made…
-
Thank you very much for this post... I've been raging behind my keyboard for the past hour or two, trying to have UnDP table values displayed as a real table.
-
I had an issue with custom (aka Studio) pollers, but if you face this, support has a quick fix handy. I have another issue in VNQM regarding RPM probes being worked at. Appart from that, my upgrade was good an easy.
-
Yes, SDK does not allow modifying the thresholds (at least for now)... You would need a Threshold URI to do so and all of those are null in the db. That said, I was able to modify them in batch via SQL. If no custom threshold is configured on an item, you need to insert a row into the dbo.Thresholds Database.
-
@"KMSigma.SWI" Running a "full version", but not the same build as yours This might be a bug....
-
It looks like our wish is (about to be) granted: That said, When querying any of the threshold tables, the URI column is always returned empty... Do you know what would be the format of that URI if I wanted to build it myself?
-
I suggest you start there: [mention:7562dde88e3442358b41bc1c39c70191:6b577b8c04704e209d29b6772bf67243] Have a great journey :)
-
See Cant connect to SWIS client and ensure you download the latest SDK from GitHub
-
You can leverage custom properties on Nodes, Interfaces, groups to discriminate which alarms gets triggered during a specific period. As an example, you set a "Is_Critical" boolean custom property on a node. You use this custom property in the trigger conditions of an alarm. (i.e if Is_Critical = True AND off-hours THEN…
-
Pagerduty would be great for that indeed. If you need something self-hosted, where the person acknowledge the alarm via a phone call, a Davicom Cortex unit could be the brain that execute that. It's really powerful and you can have multiple automation processes done. Depending on your business rules complexity, some custom…
-
AFAIK, SolarWinds indeed always triggers PoSh 5.x. As a workaround, you can invoke PS7 from a PS5 script. To also help, you can use the #requires statement at the beginning of your script. https://superuser.com/questions/1555730/how-to-execute-powershell-script-as-powershell-7-from-command-prompt…