Comments
-
We moved to opsgenie and couldn't be happier! Their customer service is fantastic (usually respond within 15 minutes 24/7) they will assist with any questions you might have
-
Is this a spelling mistake or a rendering error? Azure . I dont want to get a red X this early in the month
-
Looking at the description of the service, I don't think I understand what value OpsGenie brings me over and above the alerts I currently get from NPM, et seq, and Pingdom. Can someone point me at what I am missing?
-
I still have a red X. I didn't get reset
-
Did Solarwinds Remove support for Cisco firmware updates in NCM 8.0? If not, maybe the wording of the question should be revised.
-
Same here
-
I still got it wrong on the second try. What are you expecting?
-
So the product wasn't renamed to 404? Because that would be some edgy branding.
-
I had not! That might work out well. I'll play with it and see. Thanks!
-
Yeah, I get that, but the challenge is that we have ~3000 total devices, of which about 50 are managed by an agent. I'd like to be able to do a update nodes set engineid=1 where nodeid %2 = 0; update nodes set engineid=2 where nodeid %2=1; Or something similar using the SDK. If I run that now, my devices that are managed…
-
Makes sense. THough I would expect the semicolon should be after the previous statement in the batch, and not be required at the beginning of a script. In either case, it works now, so I'll update my documentation and move on with life. Thanks again!
-
Is this possible via the SDK? Its a pain to do this manually for each node. The only way I can think to do this en masse is to change the polling method, update the table and change the polling method back. The advice in Polling Engine Load Balancing · solarwinds/OrionSDK Wiki · GitHub doesn't push the change to the agents.
-
I did not.
-
Thanks. It wasn't in Node details, but I've customized that view. All I had to do was add the Power Control Unit Status widget, and it was good. I appreciate the help.
-
I actually did something similar for my inventory. I am not using the IPAM API, but I am using the SWIS API to pull from NPM so I can leverage my custom attributes, groups, and other attributes. I think I actually got inspiration from your repo when I wrote it. I did start writing a custom module to add/remove/edit Nodes…
-
Odd, but that worked! Thanks so much! Is that a bug w/ the SQL parser?
-
This is what my script looks like. You should be able to a Find/Replace for these YOUR_WORLDMAPID - Replace with the ID of your Map YOUR_API_KEY - Replace with your apikey <script type="text/javascript"> $(document).ready(function(){ /*…
-
In the code, you will need to add your openweathermap api key to the urls. You will need to register on their website and get an apikey. Its free Then in the code the easiest way to do it is to do a find and replace find: .png replace: .png?appid=<Your api key> That fixed it for me. You will need to wait about 10-15…
-
I would love to see a better answer for this. The "Correct Answer" poses a question: Why not just create a rule to send an email for the specific Syslog message? Here are three answers to the question: 1. E-Mail is not an ideal solution for alerts, and certainly not the only method that should be available, nor so I want…
-
Done SolarwindsDiagnostics 20171026 Main ORION01.zip
-
I took a stab at writing an ansible module to work with solarwinds nodes. Its not fully tested, but it does work for some test cases. I am neither an expert on ansible, nor python, so any help/advice/comments are welcome. GitHub - jdchaiken/solarwinds-Node_Module
-
This would be a really helpful feature. We would like it as well. I think adding a view limitation by "Tag" would probably work for us. We have a set of "Approved" scripts for our helpdesk to run against our devices (bounce a port, etc.)
-
When I need to do this sort of thing I typically convert the IP Address to a binary value and do operations there. I haven't tried using bitwise operators to mask the binary, but it should work. This is what I use: IP String to Binary ALTER FUNCTION [dbo].[fnIPv4toBin](@ip AS VARCHAR(15)) RETURNS BINARY(4) AS BEGIN DECLARE…
-
Update: Also tried the template from this thread Ironport template? to no avail
-
Where is that view? I'm on 2018.2 HF2 and don't get any of that information. I also don't see a widget to add or a pre-defined view to assign it to? I would love to use this functionality.
-
Thanks. I'll try the 3 part table name. So it sounds like you can successfully use CTE in your queries then?
-
Probably because I edited it to remove sensitive information when I pasted. Looks like I removed the quote It does run fine in mine unmolested. .