The most recent content from our members.
Hello Is there a way to capture custom properties value already updated on a node in a script template as a variable I tried and failed. I have a Custom Properties "Z_ResponsibleTeam" updated on the node. I wanted to see whether i can use the property in a script. Any suggestion how we can do that? Regards Anirban
This is a bit of an odd one. I was just curious if anyone else has noticed any issues with exporting data from custom charts. I have had an open support case for a while now, but so far nothing has come of it.
This article shows how to setup this script as an alert action. Please take time to review the main overview article if you have not already done so: Slack Alert Integration - Overview . The main overview article contains information necessary to completely setup this script. This script is specifically designed for node…
Overview I've created some Powershell scripts that call into Slack's API and pass the necessary info from Orion. This works great to receive alerts to a specific Slack channel. Prerequisites: * Need to install Powershell v3 or greater on your Solarwinds Orion server. We specifically use the Invoke-RestMethod cmdlet. You…
Currently you are required to always have a statistic in the output script. I request that it be a .message or .statistic Currently the way you configure the script Write-host "Message.MsgsSent: Message Sent"; write-host "statistic.MsgsSent: $(Status.MSgsSent)"; It would be nice to be able to just out put the string data…
Need a script to create a custom script to change PSK for a specific SSID on a weekly basis. Will need a variable line, since password will be changed weekly, so I can only update variable value for the scheduled job. Below are the CLI commands I am trying to accomplish. Also, when I add yes or empty line at the end,…
Hello, Is it possible to generate a custom report based on the output of the following Cisco command: show hardware profile tcam resource template default Basically, we would like to run this report against our data center Nexus switches and ensure that the tcam doesn't fill up. We recently had an issue due to flow exports…
SAM allows you to use any scripting language that you prefer to gather metrics and other information that you wish to monitor. Since Orion lives on Windows there are several scripting languages that you can use "out of the box." However, if you wish to use another, non-native, scripting language, all you need to do is…
Solarwinds allows the user to add a Powershell Script components to an Application template. It is possible to pass arguments to the script by providing the values in the Script Arguments field: It appears that the Script Arguments field does not handle certain characters, such as the equals sign ("=") correctly. If the…
Good Afternoon from the Midwest, I am having a problem getting the output from my script to act the way that i want it to. Here is the script: $ErrorActionPreference = "silentlycontinue"; $service = Get-Service -name MSSQL$*, MSSQLSERVER*, SQLAGENT$*, ReportWriter$*, SQLSERVERAGENT -Exclude ReportWriter$CRM_DEV,…
It looks like you're new here. Sign in or register to get started.