Comments
-
I havent test the above mention EEM but i have tested are implemented the EEM script for monitoring the active Nat session using the below mention EEM scripts it working fine. 1. Create expression owner snmp mib expression owner nat name 1 description Total active translations value type integer32 2. EEM applet event…
-
Like the same way i applied the filter for custom property but its not working showing invalid query. Kindly help me to apply this query with custom property filter.
-
Hi m-milligan Am using your query but in that some utc and account ID is empty can you suggest for this.
-
Thank you very much for this. Can you include the Current status column and future scheduled mute also in this query.
-
In that above query how can i add the filter to interface custom property ??
-
Can you share overall modified query.
-
Hi @"AlexSoul" , For my requirement am building a automation script which will do many steps automaically in orion and in third party application for that one step is to edit the Application & component and its setting, SO i have posted here but now i have figured it out and created the full script as per the requirment…
-
Am getting the general audit log but am looking something like if I have changed the trigger condition of an alert to new that also I need to get in alert. Example CPU threshold is 80 now I changed to 90 in alert for this i need an alert it need to tell old value and new value.
-
If i need to change the process name in SAM template process monitoring via powershell script then how i need to do ??
-
If I need to run below command in all the servers present in solarwinds. Get-Service | Where-Object {$_.Status -eq "Running"} And output I need to get for this command. How I can execute and get the output??
-
Hi @"mrxinu" Am looking for the report which need to show the availability % of a node for 30 days in a column and unmanage span total duration of that node within that same 30 days in a column and a custom property in a column. Example: Node, Availability, unmanaged duration, Env ABC, 99%, 10 hours, x XYZ, 90%, 10 hours…
-
Hi @"jonathon.privett" Let me clarify my question my question is not for to mind read the Admin. Weather x service is installed currently or not that need to check. If I assign a process monitoring template if the service is not installed or down that template is showing down state. Currently am using a small script to get…
-
Thanks for the reply @"christopher.t.jones123" same am using in multiple PS1 alerts, but here my request is different. I need to run a command in all the servers in SAM and need to get output as report. Like how we run the SWQL in report and getting the output like that am looking for.
-
* will take a strong in group filter. I got the answer thank you for the reply.
-
I have done SNMPv3 in the below mention way. #Collect the stored SNMPv3 ID from Orion DB so that your credentials will not expose $Sv3_Id= Get-SwisData $swis "SELECT ID FROM Orion.Credential Where Name='xxx' #Convert to SNMPv3 without credentials $Sv3p= @{ IP = 1234 SNMPVersion = 3 ObjectSubtype ="SNMP" Community = "xxx" }…
-
$targetNodeProps["Community"]=<Your node's SNMP read community string> SNMPv3 does not have community string
-
Where I can pass the Authentication and encryption key for SNMPv3 ? Or can I pass the SNMPv3 credential ID to this ICMP node ?
-
I need to do this using single account only. Can I add a account as AD account and windows account then I can apply read-only to all for AD and Admin account for windows with limitation???
-
Am not able to fetch the data for HTML response. Required data is present in one portion of the HTML output. .parsehtml.outertext if I pass in that portion it present. After that I can't do anything.
-
Need to do this only using powershell
-
I gave the example similar like what am getting in output first two caption contain 01 that need to remove but third one no need to change.
-
I need to monitor the Linux service in SAM. That server is added in SNMP without using creds how to monitor the service status.
-
I have raised a case below is the response from TAC. Case # - 00206275 We are not able to monitor CBQOS for cisco switch The problem with the device from the most recent walk is this. While it has most of the OIDs, there is a hardware limitation Cisco confirmed and it's only tied to this model. The Class-map will always…
-
I guess this description is some kind of mess so i have overwrites the node description details in DB by doing the node Unmanage and manage again then this wearied description got erased
-
SELECT TOP 100 A.DisplayName,P.Name, C.IPAddress,L.LastUpdate, C.MAC, CONCAT(C.SignalStrength,' dbm') as Signal_Strength, C.SSID FROM Orion.Wireless.AccessPoints A INNER JOIN Orion.Wireless.Clients C on A.ID=C.AccessPointID INNER JOIN Orion.Packages.Wireless.Clients P on P.InterfaceID=C.InterfaceID INNER JOIN…
-
For last 10 mins ?
-
How i will identify this using solarwinds automatically ??
-
I have installed the NCMSA now my question is how it will work. My server dont have internet connection then how it will connect with cisco API ??? What are requirements to enable the smart advisory in full fledged ?
-
My time zone is CET and the server also in that same time zone.
-
While using Below REX it not checking 128 to 300 VLAN but checking all ^interface FastEthernet.*\n(.*\n)*.*switchport access vlan [128 -300].*\n(.*\n)*.* In the below REX it not checking the correct interface (which i have verified manually and updated in NCM configs) ^interface FastEthernet.+\nswitchport access vlan…