The most recent content from our members.
Does SWQL have a single character wildcard? I've been working with the SDK for a while and find string parsing to be the greatest difficulty. I'm still trying to find a way to work around for the lack of IP Address sorting. SWQL functions for IP Addresses https://thwack.solarwinds.com/ideas/10592 I generally find I need…
Enhance SWQL to include PAD for text manipulation PAD([LEADING|TRAILING|BOTH] ARG [WITH CHARACTER] [TO LENGTH]) Example: SELECT N.IPAddress AS IP , N.DnsBackward , PAD(LEADING ARRAYVALUEAT(SPLITSTRINGTOARRAY(REPLACE(IP,'.','|§|§|')),0) WITH '0' TO 3) AS O1 , PAD(LEADING…
Hello, I'm trying to paste the following link into my configuration change template: string @MTGP = 'hsdtoolbox/.../themachinethatgoesping.php' + @FullNet The result continues to be that the "/t" is always removed. ! http://hsdtoolbox ools hemachinethatgoesping.php?expand=1.1.1.1/24 I've tried to escape the forward slash…
Hello, It is my first report here so please point me if I ommited something important. I have tried to create gauge "time since last battery replacement" as I see "date of last battery replacement" in SNMP field available via Universal Device Poller (!UDP). I found no easy way to convert date in format of mm/dd/yy to days…
It's nice that we have the availability within NCM to add Arrays as input parameters for change scripts however I would really like the ability to manipulate them within the context of the script itself. For example it would be nice to modify/create an array based the results of a logical test within the script as it's…
I would like to be able to make custom calls in configuration templates for logic performed many times. Example: Validate IP address entered from a user prompt. Example: Change /CIDR to mask. Example: Lookup CDP on a port. Call would look as it does in VB, Powershell, ETC. Does not matter to me. Example of what I use now:…
It looks like you're new here. Sign in or register to get started.