The most recent content from our members.
Hi, Is there any way to add asset inventory via SWIS? Like using create or invoke methods. If possible, can you give an example?
Hi, I want to invoke "DiscoverInterfaceOnNode" method. I get "InvalidNode" error. There is a node having "3" NodeID. When appears that error? When not exist or not having ant interfaces etc.? Briefly, what is the reason of that error?
I need to create multiple custom components to monitor state of several JMX objects exposed by a node running our Java application. These objects may appear and disappear with time. Adding nodes and application(without template) works(with minor problems). But when I try to create new Orion.APM.Component record, I get…
Hello all, I want to thank those that released the SDK. It's a great tool and we've used it extensively. We have a powershell script, using v1.10.16.0 of the SDK, which we use to add nodes, setup pollers, and set the nodes Custom Properties. After upgrading Orion Network Performance Monitor from 11.0.1 to 11.5 values for…
We've been making use of the API for various scripting things, and have had some luck. I built a perl-based script to do some automated tasks, and leveraged the sample code in the SDK. Worked! Now I'm attempting to build a more robust toolkit, but in Ruby. There isn't any ruby sample code in the SDK, so I'm relying on the…
Hi, I try to add interfaces to a node. I use "DiscoverInterfacesOnNode" and "AddInterfacesOnNode" methods. I get every interfaces and passed to XDocument object. I looked up "NPM.DiscoverAndAddInterfacesOnNode.ps1" example file and writing below code block. But I didn't understand how to convert my XDocument object to…
Hi, I just want to add interface on WMI node. I looked up SDK PowerShell samples and developed my own methods. But after I added interface to node (just add interface, not interface pollers), node expand/collapse button is corrupted. I think I miss to add something. There is my code below. Can you give me a suggestion…
Hi all, I added fixed disk volume to WMI node. I successfuly added "V.Details.WMI.Windows", "V.Statistics.WMI.Windows", "V.Status.WMI.Windows" pollers. But I didn't get any statistics about fixed disk. These pictures about that are below. Maybe I just missed something. Can you give me any suggestion why not get statistics…
Hi all, I wonder how to rediscovery nodes via SWIS. I tried that below code but I got error. var swis = new InfoServiceProxy(address, binding, credentials); XmlDocument xdoc = new XmlDocument(); XmlElement[] elem = new System.Xml.XmlElement[1]; XmlElement xel = xdoc.CreateElement("NetObjectID"); xel.InnerText = "N:" +…
Hi all, I wonder to add volume (disk) for any node via SWIS/Orion SDK. Is it possible? If it is possible can you give me an example script?
It looks like you're new here. Sign in or register to get started.