Orion SDK --Perl -- Add node issue
Using below Perl code against our standalone NCM setup, I can create new node and attach "SNMP" pollers to it. I can see, through querying SWQL, that the software (NCM 7.2.1) populate node data in...
View ArticlePowerShell or Python ?
Ive taken a few python classes at school a while back and while I enjoyed it I never used it too much in the real world. From doing research and reading various posts I seem to have this feeling that...
View ArticleManage/Unmanage nodes via powershell
Hi, I have tried to follow the below and I am stuckSilence Group of NodesPowershell scripts to automatically unmanage\remanage a node using the Orion SDK This is the script im using # 2014-07-21 Node...
View ArticleSWQL entity for disabling NetFlow/CBQoS?
I have a few hundred routers I need to disable NetFlow collection as well as CBQoS on globally, so naturally I'd like to script it. I've been looking for an entity to call using Python. Can anyone...
View ArticleSWQL connection changed between ForecastCapacity and Nodes.CustomProperties?
Hopefully someone here will have a sense of what might have changed here. Previously, I had reports set up with the "Top Capacity Problems" resource utilizing those nice colored charts to send to...
View ArticleTrying to add a node with the add_node.py script
I get the following errors: Add an SNMP v2c node:/usr/lib/python2.7/site-packages/urllib3/connectionpool.py:769: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate...
View ArticleOrion SDK with PowerShell - manage/unmanage multiple nodes
I've been able to script unmanaging and managing nodes in powershell. However, for 400+ nodes, this ends up taking quite a while. Via script, it takes about 7 minutes to unmanage the nodes and over 10...
View ArticleSetting CreateCorePluginConfiguration details for Orion.Discovery in python
I've been trying to manage adding and removing nodes using the API. My language of choice is python. I have most of the discovery profile details figured out, but am not able to understand how to set...
View ArticlePowershell scripts to automatically unmanage\remanage a node using the Orion SDK
First, I'll share the script. Then, I'll explain why we need it and how it helps us in our environment.To use the script you must have the Orion SDK installed on the monitored node. Take the text...
View ArticleModifying Alert Recipients via SDK
We're trying to amend our active alerts so that they include an additional recipient email address. We'd like to use the Orion SDK to achieve this. If I'm not wrong there are probably 2 ways of doing...
View Article"Invalid Node" error on DiscoverInterfacesOnNode
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,...
View ArticleHow do I limit the scope of a query to the current node?
I am trying the following: SELECT CS.RowID as RowID, IsNull(CS.Status, 0) as ValueFROM Orion.NPM.CustomPollerStatus CSINNER JOIN Orion.NPM.CustomPollerAssignment CA ON CA.CustomPollerAssignmentID =...
View ArticleIPAM + PowerShell
Greetings, Used the following to get an available IP:How to use the IPAM API and get "Free IP Address" Getting an error while trying to update any information:Set-SwisObject : Operation not supported...
View ArticleUpgrade from NMP 11.0.1 to 11.5 breaks SDK 1.10 set CustomProperties
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...
View ArticleUsing Powershell to add nodes with Custom Properties for Device Type
Hello,Running Orion NPM 10.6.0 and SDK 1.7 on Win2k8R2 Can anyone help with adding devices into Orion using Powershell? To complete via NPM Web console, select Management, Edit Node.Select groups,...
View ArticleSWQL queries not working in Custom Query and Custom Reports since NPM v12 but...
Hello World before the upgrade to NPM v12 we were using some custom queries in order to extract IOPs per process from the database and create charts and tables with that. Everything was working...
View ArticleSource entity [NPM.RoutingTable] not found in catalog - how do i get the...
Hi all, Im using sql studio to browse the DB, and i can see that the table is name as such [SolarWindsOrion].[dbo].[NPM_RoutingTable] Converting that into SWQL i would of presumed...
View ArticleSet NCM Credentials
Hello all - I've managed to successfully create nodes using v3, and add that node to NCM with v2. One thing I am not seeing though is how to set the credentials for NCM? I used XmlDocument xdoc = new...
View ArticleSWQL "Group By" command for Custom Query dashboard resource
Trying to display data gathered from a custom script monitor within a custom query resource on our dashboard view - however I can't seem to get the query to actually display grouped data - instead I...
View ArticleQuery nodes based on custom property
Hello, Is there any way to query the Orion nodes with all the custom properties? Thanks.CluM09
View Article