Comments
-
Any plan in India?
-
Hi Like the above can you show how to build a table with Nodename, Status, Scheduled unmange from , scheduled unmange to , By which account. Only for future scheduled
-
I have one scenario i need to check one command in the cisco interface configuration: In the configuration need to check 1) if the interface is belongs to VLAN above 128 to 600 2) if yes need to check port security command present in that interface alone (if present need to share the log output) 3) If yes need to remove…
-
In which table we can see the XHR historical status?
-
kindly help me to build REX for the below mention scenarios * I need to check the interface config for some configuration if present need to push other configs * To compare the configs if some note present as per template need to add. If anything present extra need to remove. I have created simple REX scripts to push…
-
Do we have any alternate solution to achieve this via SWIS ?
-
Am able to see only the GUI getting change between Legacy and New PerfStack
-
Yes am looking for the TCP waterfall objects with its responsecode in query or logs .
-
I got the solution for this question.
-
Do solarwinds supporting Aruba SD WAN devices ? Model EC-XS 201571-002 Rev A i need to monitor the tunnel status but OID not available in solarwinds MIB DB. Please add the EC-XS 201571-002 Rev A OID's in solarwinds MIB DB.
-
Thanks@"KMSigma.SWI" The description you gave was vivid.
-
1.2.840.113554.* is need to add in MIB DB
-
Am looking for a different solution. Currently, I have a HIGH CPU alert that will generate along with the top 10 processes with its CPU utilization. Similar to that, I need to generate a memory alert with 10 top processes with its memory utilization.
-
Thanks this help a lot. I wasn't thinking about this method.
-
Am unable to save the credentials even though test sucess
-
Am checking on orion.apm.component.ComponentStatus.TimeStamp but in GUI it always showing the future time that value am not able to get from DB
-
Yes but still getting response code 401
-
Using powershell..
-
Thank you very much for this. Can you include the future scheduled mute also in this query.
-
I have enabled the option to store disappear AP's in DB and am performing the testing. In the mail am not getting the list of AP's am getting like Affected AP's swis://XXXXXX/Orion/Orion.Nodes/NodeID=3413/AccessPoints/ID=7027 how to resolve this ?? If any AP decommission then its also present in DB i will also trigger in…
-
Still am not getting the output
-
Pls find the below mention snap as per your request
-
I try the same script in NPM for network devices by modify the custom property but its not working
-
Am running the script via solar winds alert manually there it shows successful but am not getting any message in slack channel that time am getting the error WARNING - The underlying connection was closed: An unexpected error occurred on a send in log folder.
-
i try via solarwinds alert that time am getting that error.
-
When i try to execute the script via solarwinds portal by the external program alert feature by C:\windows\system32\windowspowershell\v1.0\powershell.exe -ExecutionPolicy unrestricted -command "D:\Slack\Slack_Alert_Trigger_Action_Node.ps1 '${N=SwisEntity;M=DisplayName}' '${N=SwisEntity;M=Status;F=Status}'…
-
Hi Leon, Instead of creating the separate DB table shall i de-select this option RemoveDisappearedAPs then it will store disappear AP in db ??. After that the bulk AP down alert will work ????
-
Yes correct IsWanInterface is an custom property for the interfce which we created and we gave the option Yes or No selection in that still the below script is not working. SELECT (no.caption + ' - ' + interf.interfacename) as [Node Name], interf.interfacename as [Interface Name], it.datetime, it.in_averagebps as [Average…
-
Hi, once i run * $webhook = '<YOURWEBHOOK>' * $slackJSON = @{ } * $slackJSON.channel = '#general' * $slackJSON.username = 'OrionAlert' * $slackJSON.text = 'Text message here to test the send' * $webReq = @{ * Uri = $webhook * ContentType = 'application/json' * Method = 'Post' * body = ConvertTo-Json $slackJSON * } Am not…
-
Above mention is the whole query what am trying to use.