The most recent content from our members.
I have a PS script that utilizes both the SDK and the Internet Explorer PS Object. The script does the following: Script Input Arguments: Script Action (Currently just adds, but in the future it would delete, modify custom props, etc...), Node Name, Node's IP Address, Orion Poller name, server profile csv file (contains…
Hi Guys, has anyone had the Issue when Importing Nodes from a file rather than by Network Discovery that those do not get rediscovererd? We have a Support Ticket currently open but it might get "not Supported" since we use the SDK. Any Help/Ideas welcome. Thanks, Holger
Hello folks, I'm in the process of writing a power-shell script to mass create a set of groups with both Parent and Child entities e.g. EU - Parent London - Child Berlin - Child Paris - Child Milan - Child I can mass import groups no problem, however when trying to create the relationships between the Parent and the Child…
Hi Guys, IHAC who is importing Nodes out of a CSV File with Powershell into Orion over the SDK, so far almost everything is working fine but I am struggeling with some NCM Specific Properties. I's like to manually alter the Values for Execute Scripts Using: Request Configs Using: Transfer Configs Using: to the provided…
Hi all, We're using the SDK and a powershell script to create a SNMP node. When I use SWQL Studio to compare the node added via the script to one added via the admin GUI, the details look pretty much identical, except that the SNMP fields like NodeDescription, SysName, Vendor, SysObjectID and so on, never get populated on…
Hi all, SDK 1.4, Orion Core 2011.2.1, APM 4.2.0 SP1, NPM 10.2.1 Using a powershell script (as per the SDK examples) to add a node to Orion as ICMP only node. I can add it just fine, but when you hover over the node under Admin -> Node Management it should display a tooltip with some information on the node, the uptime etc.…
Hi, We are trying to write a utility to dump UDT information from Orion into our logging system for correlation. We have cobbled together the following SWQL query that we want to use for lookups: SELECT DISTINCT…
I've installed the 1.3 SDK and have written a Powershell script to unmanage and remanage nodes using the provided Verbs: Unmanage: $nodename=$args[0] $nodeid = Get-SwisData $swis "SELECT NodeID FROM Orion.Nodes WHERE SysName like '$nodename' or IP_Address like '$nodename'" $now=[DateTime]::Now $later=$now.AddMinutes(15)…
It looks like you're new here. Sign in or register to get started.