The most recent content from our members.
Hi, looking at the sample code on GitHub there is a method call "GetOneAlert". We are trying to do something real similar, but we want to get all alerts that are currently not acknowledged so that we can then run the ClearAlert verb against them. We have modified the SWQL query already to now pull back all non-acknowledged…
Description The attached Windows executable (installer, C# source, and Visual Studio project included) will unmanage/remanage/suppress/resume alerts for either a single node or for all members of a Solarwinds group. If run against a group, the program will unmanage* or mute** all items in the group (Nodes, Applications,…
Hi, I am new to Solarwinds, and got task to create an application to upload files to SolarWind Webclient ftp server. I tried the following code in C# Code FtpWebRequest request = (FtpWebRequest)WebRequest.Create(ftpPath+"/"+ fileName); request.Method = WebRequestMethods.Ftp.UploadFile; // This example assumes the FTP site…
We just got a developer that will be working to develop helpful programs to aid us in administering our Orion environment. For now though we use a lot of PowerShell scripts that I write to automate many tasks, usually those tasks are automating custom properties. One issue I run into often is my PowerShell scripts take a…
Hi, I have a question. Can be added a node via SWIS (Orion SDK) ? Can you help me about that? -like sample code- (I'm working on ASP .Net / C# project about that subject.) Thanks.
Hi, we have an XML parser custom written in C#. It connects to the Orion API, retrieves a string, parses it, and populates a SQL table with the results. It was my understanding that the API has switched over from XML to JSON. I am wondering why the parser still works perfectly and if there are any changes upcoming that…
Overview Over the past month or so I have been tasked with building web app that would push configuration changes to multiple devices in a multi-stage approach, track the user making the changes and enforce a strict process on these changes. I figured I would share some of the code I put together to make this all happen…
I am trying to generate a reasonably formatted email of the top 10 process during a CPU alert. I have found several references to RealTimeProcessPoller and I do have it working. However my process list below looks less than ideal. I am looking for something like this NameProcess…
In my another post (http://thwack.solarwinds.com/docs/DOC-171082) I added a search function in Solarwinds Page header , also modified the search results page to show some direct links related to the nodes, such as Edit Node, List Resources, etc., but not the unmanage/re-manage links. Solarwinds build-in unmanage node page…
I am trying to copy the contents of a Solarwinds web page into my application. Can it be done using C# with the WebClient class, similiar to using Curl in the PHP world ? Issue is I can't authenticate, after passing my login credentials my results are always the Solarwinds login screen. Any suggestions ?
It looks like you're new here. Sign in or register to get started.