I was really surprised and disappointed to see multiple posts in the API forum saying there is no API that can be used to add nodes with pre-installed agents. At our site we have decided, for security reasons, to use Orion agents in passive mode (server-initiated polling) for monitoring all Windows servers. And we install…
Kevin (KMSigma) suggested I move this to a separate thread... I know where to find the Volume Utilisation section in SWQL Studio but I am struggling with identifying the rest That said, I think the top one is here: "Orion.HardwareHealth.HardwareCategoryStatus". Purpose: the main aim here is so that I can learn to play…
I would like to use the self-signed certs, can you merge?
So, first up... we have a LAB server so I can destroy it as much as I want... and as we are getting more and more pressured to automate, automate, automate I now need to start looking at how to do things, via a script. Then I can test on the LAB server before deploying for real. One of our common issues is that we get…
I trying to figure out how to update the dynamic query definition of an existing container.
Orion does not yet have a way to perform a complete bulk export (full backup) of all alert rules from the web console UI. So as of today, the only option is to use the OrionSDK. There are several use cases on why an Orion admin might need to perform a complete alert rule export. 1. When migrating from one Orion instance to…
Hello Expert , I want to install SwisPowerShell module on Solarwinds server. can someone help me to get this done. Regards Sangram
Hi, I need help to find the foreigner key to join the table. For example, I know I can do a join to get datastores linked to a host or a cluster. And I also see the chain icon shows "dataSotres(Orion,VIM,Datastores)." as in the screenshot. But how can I find the foreigner key to link them? I don't see the same keys in…
import requests import solarwinds from datetime import datetime, timedelta def main(): hostname = 'Solarwinds-Orion' username = 'xxxxx' password = 'xxxxx' verify = '/temp/solarwinds.pem' swis = solarwinds.SolarWinds(hostname, username, password, verify) results =…
I'm trying to use LastBoot in a query and it displays in UTC, how can I covert to my EDT? Do I just do the math and subtract 5 or is there a better SWQL way to do it? Here is my current query: SELECT TOP 20 NodeID, IPAddress, Caption, SysName, Status, PolledStatus, StatusLED, StatusDescription, StatusIcon, LastBoot,…
It looks like you're new here. Sign in or register to get started.