Comments
-
Imagine how much of an epic fail it would be to select "I don't like thwack points" for the last question. Then don't imagine it, and imagine that you answered the last question correctly and won the Nintendo switch. Good luck everyone
-
What could possibly be more cool than being in a holographic universe... within a holographic universe. Good luck to everyone!
-
It looks like you can edit the URL using: http://YOUR_SERVER/Orion/Admin/AdvancedConfiguration/Global.aspx and entering meraki in the search bar. I was able to change this from api.meraki.com to dashboard.meraki.com but it seems I'm still having an issue.
-
Hello @"surnaihai899" , I don't believe that is possible without node management, however if this operation was run via API/Scripting with a frontend to limit access to the script itself, that could be done.
-
Hello @"sw44" , https://documentation.solarwinds.com/en/success_center/orionplatform/content/core-editing-agent-settings-in-the-control-panel-sw413.htm states that when using server initiated communication, a shared secret must be used. I found the same when installing the agent: it requires a shared secret during install…
-
Absolutely, happy to assist. Another thing to possibly consider (which I don't think is overkill tbh), is to create an alert specifically meant for automating the tagging of custom properties (let's say for production nodes if you identified a logic behind them). No matter how convoluted that logic is, if it is tested and…
-
You will find the "link" icon underneath the Orion.Volumes table (within the Orion Namespace). This means if you have a volume query open (referencing Orion.Volumes v), then v is your alias to Orion.Volumes. You can then reference columns from any of those linked tables like : v.CustomProperties.Comment (assuming Comment…
-
Hello @"martian_monster" , When you copy the SWQL logic from the alert and copy it to SWQL studio, it usually looks something like this (forgive me I'm pulling from memory here): E0.URI, E0.DisplayName FROM Orion.Volumes E0 (or something like this) In order to add a column to view the node name, you would have to use…
-
As an update, this (and above described issues) still occur in 2025.1
-
Can confirm, I literally just tried to do this about 10 minutes ago LOL. Not on 2025.1 yet however and forgot to test in my lab.
-
This is a great function and has so many uses - unfortunately it is not working within web reports. How do I formally request this? I think this would be different than a feature request as it works as a custom query and also works in the Orion SWIS Query page (/Orion/Admin/swis.aspx)
-
Update: didn't get a call back
-
Today message changed from going to voicemail instead to: "We are currently experiencing system problems and cannot answer your call, please try again later"
-
tbh, I haven't tried the callback feature. I have an estimated wait time of 1 HR until call back. Let's see how this works. Crossing my fingers that I actually get a call back.
-
@alth1 I've seen the same exact issue. Were you able to find a resolution? I'm finding at least three posts describing this issue with no resolution: https://thwack.solarwinds.com/thread/110824 https://thwack.solarwinds.com/message/373010#373010 https://thwack.solarwinds.com/thread/101467 I've also added to that list prior…
-
Hello tomas.vrabel, I take that back! You are correct, I was misunderstanding. I was referring to the values in ForecastCapacitySettings: MetricID: 1 - Forecast.Metric.CpuLoad (In thresholds table, MetricID = 1) MetricID: 2 - Forecast.Metric.PercentMemoryUsed (In thresholds table, MetricID = 2) MetricID: 3 -…
-
LOL - I created the same tool, using the same SQL hack. Basically, no more having to extract things out off diffgrams anymore haha.
-
wluther Yes I did, but I only for one row, not multiple (I use this as a counter with a single number) Javascript isn't currently my forte, but I'm working at it. One thing I noticed is that I have to name variables differently as if the same resource is reused (with same variables), one resource breaks.
-
aLTeReGo Thank you for confirming this. I was quietly hoping I was missing something. I just don't see the logic in giving the ability to collect 10 statistics per component, but only being able to alert on one per component. Script monitors are perfect for custom scenarios where we need to pull data from an API. I love…
-
Ha! Perfect timing since I'm going to be revisiting automating dynamic view creation/updating. I'm going to have to start creating some new threads based on new ideas. Thank you for this!!!
-
tomas.vrabel - One last detail, I believe the metrics match with Orion.ForecastMetrics, not ThresholdsNames (which has different metrics)
-
Hello tomas.vrabel, Thanks for your response (and the additional notes you provided). I'm in complete agreement regarding that this is not best practice, my order of preference for using API (or pseudo-API in this case) is the following: 1) Invoke Swis-Verbs 2) CRUD Operations 3) use web services associated with .aspx…
-
Hello allanppadilla, Did you follow RichardLetts suggestions to update your json? 1. It's almost certainly being sent as application/text and the API is expecting application/json Response: I wouldn't worry about this - The "Send a GET or POST request" action is definitely application/json - this can be confirmed with…
-
Hello tdanner, - I appreciate the fast response and I'm severely happy with being able to use JSON for this. Thank you! =swql
-
Hello tszilagyi, I would like to try this out - can you share the complete html? Thank you, =swql
-
Thanks for the quick reply! Maybe i'm incorrect in my assumptions, but I'm thinking of the case where let's say 3 out of those 7 statistics* go into warning/critical. The alerting object in that situation would all point to the same componentID. So that if 'Filecount' was greater than 'X' and went into critical, the…
-
YES! Cheers To.. tdanner - Orion SDK Wiki
-
Hello tomas.vrabel, Just as you said, after removing the entry/row I found in the table you mentioned and reloaded the page, the tabbed interface appeared. I haven't yet invoked the verb via powershell, but I'm confident that when I do set the optional parameter to null, it should work fine. Thank you again!
-
Thank you for getting this updated!
-
tomas.vrabel, So I did a little bit of testing with regards to the behavior using the UI and it's corresponding behavior in SWIS. What I found: 1) When I enable a custom memory/cpu threshold, I do see an entry gets created in Orion.ForecastCapacitySettings, only (as you said) the threshold values are null in that entry.…