Top 10 Alerting Nodes
Hi, I am looking to retrieve the top 10 alerting nodes (i.e. node 1 had 10 alerts, node 2 had 9 alerts etc.) via the API/SWQL Could anyone assist on how I would go about this? I have been looking at...
View ArticleUpdating account password through API ?
I've been looking at the db structure. According to the Accounts table, there are 2 columns related to the password : "password" and "password-hash" Question : Is the password purely managed by SQL ?...
View ArticleAdding node with DNS instead of IP
Searched around the forums and google for a bit and not coming up with an answer as to why this might not be working for me. How do I add nodes that use DHCP instead of a static IP? Below is a snippet...
View ArticleAdd pollers and interfaces via SDK
Howdy, When we add a node manually via the Orion GUI, setting the interfaces and pollers are steps in the process.I have been able to script adding nodes, but must then go in to set the poller and...
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 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 Articlehow to input 'y' or 'yes' with powershell script to NCM
Hello, Teamis anybody who can give me an idea how to input the 'yes' or 'y' command when waiting for the user input.want to automate the Nexus 3048 ios upgrade process with powershell script with NCM....
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 ArticleAutomatization for add nodes in server.
Guys, I need help for to make the action for my customer.when he add a server um your enviroment , the orion server identify this server and add a new node.How we can automatiation this ?
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 ArticleShould I use discovery or swis verb to add child objects/pollers to agent...
We added several hundred agent-based nodes and found our discovery profile with the check for update agents does not get through all of them adding volumes and interfaces- maybe just the first dozen or...
View ArticleIs there a swql function to query the database?
Is there a swql function to query the database?
View ArticleAutomatization for add nodes in server.
Guys, I need help for to make the action for my customer.when he add a server um your enviroment , the orion server identify this server and add a new node.How we can automatiation this ?
View ArticleAPI created ICMP node never gets polled
I'm using PS and the API to add nodes from a CSV, and set custom properties. Here is the content of the CSV:Code, Hostname, IpAddr, Department, Env,...
View ArticlePowerShell Add Server Node - Details
I am playing with the CRUD.AddNode.PS1 Example script to get a Server added to SAM. I can get my server added but, I am not getting the information in the Node Details pane. I wait for polling to...
View Articlehow to input 'y' or 'yes' with powershell script to NCM
Hello, Teamis anybody who can give me an idea how to input the 'yes' or 'y' command when waiting for the user input.want to automate the Nexus 3048 ios upgrade process with powershell script with NCM....
View ArticlePython Add Node Error
I'm getting an error message when I run the following node: ===============================================================================================#!/usr/bin/pythonfrom __future__ import...
View Articlepython orionsdk.SwisClient.(invoke, update) method examples
Hi, Are there any more examples of using the Orionsdk.SwisClient.invoke( or update) methods than what's at the wiki page for python Orionsdk? I need to push data from an external script into the...
View ArticleSWQL how to join multiple custom properties into group reports
Hi guys, just joined the forum. Been searching on how to get container data to merge in with custom properties table. I would normally do this on the web report, but I can't link the custom group...
View ArticlePython command to create dependencies
in a old post found the following command: but what's the existing one please $swis = Connect-Swis -UserName admin -Password '' New-SwisObject $swis Orion.Dependencies...
View Article