Hi All, Struggling with this one - can anyone offer anything, I'm trying to get a table working on a netscaler node page that will list the certificates that the netscaler holds and giving their expiry date whilst not displaying the Netscaler_sslCertKeyName - Label On the Universal Device Poller I see the results of both…
Hi, The native SAM api poller handling is very static requiring manual handling in SW for changes on the target side. With a proxy Python script we could handle changes as well as just installing the script for other sites. Further, the api poller is a SAM function whereas the api data is related to different network…
discoveryProfile = { 'Name': 'discover_one_node.py', 'EngineID': orion_engine_id, 'ObjectSubType': 'SNMP', 'SNMPVersion': 3, 'SNMPV3Username': 'someblahusername', 'SNMPV3PrivMethod': 'AES128', # Set the desired privacy method 'SNMPV3PrivKeyIsPwd': True, # Indicate if the private key is a password 'SNMPV3PrivKey':…
Hi, I'm trying to create a powershell script with orion sdk to update the global thresholds of swap space volume in Orion.Thresholds entity. Using below script but getting an error as the Uri is NULL. $uri = Get-SwisData $swis "SELECT Uri FROM Orion.Thresholds WHERE InstanceId = 13" Set-SwisObject $swis -Uri $uri…
Hi, I need assistance to update speed for the specific set of interfaces of multiple devices in SolarWinds using API. Can someone assist me with the API query for single interface first that can be tested in swagger or any other utility. Also need any sample script to update the speed for set of interfaces of multiple…
So, I can "add" nodes as icmp, snmpv2 and v3 (if I hardcode the id/passwords for it). I can auto-discover a node with single IP and shows up as ICMP. But for the absolutely life of me - including using the python snmpv3 code (linked below) I can't get it. It adds it, but doesn't 'discover' it as snmpv3. Python example I…
On new redhat machines 8.x. I have the following commands and the first time I run it. It's an error. Next time. It works. Time after on same machine, same error? How do I get this to work each time? Odd as nothing else changes. Repeated it dozens and dozens of times. CODE: ########################################## from…
I'm trying to add a customer property ( Device_Source is as shown below) in SNMP trap template which is used in alert action to send the trap to Netcool. <OID OID="1.3.6.1.4.1.11307.10.36" MIB="SNMPv2-SMI" Name="enterprises.11307.10.36" Value="$${N=SwisEntity;M=CustomProperties.Device_Source}" DataType="4"…
Does anyone know who maintains the SWI OrionSDK Git? I have a a pull request for updating the documentation but it needs approval/merging to update. github.com/.../374
Voici la traduction en anglais, avec les fautes corrigées : Hello, I'm new to using SolarWinds and THWACK. I wanted to know if there's a way to apply the natural logarithm (or base-10 logarithm) to a custom poller. I have power values returned by an OID in milliwatts (mW), and I'd like to convert them to dBm using the…
It looks like you're new here. Sign in or register to get started.