Comments
-
Nice. Ok, I've found another issue. i have a site that is site.domain.com.au. I want to put the full path in the test for consistency even tho it's a internal system and i could put just site In a browser the certificate comes up as valid. It's issued to site and has a subject alternative name of site and…
-
Hi again. I've worked out how to fix the template I changed these two lines: Issued = [DateTime]$certinfo.GetEffectiveDateString(); Expires = [DateTime]$certinfo.GetExpirationDateString(); to be: Issued = get-date $certinfo.GetEffectiveDateString(); Expires = get-date $certinfo.GetExpirationDateString(); and it all works…
-
Ok, so the new version works with the new (Win 2016, dedicated host to one site on 443) server. WooHoo. Now if i modify your script to allow specific ports and then duplicate to allow multiple sites per host it should be good. Step 1: I'll add a port argument (${Node.caption},443) Step 2: I'll add a variable to line 2 of…
-
Yes, it's a bit odd. I'll give your new version a go in a minute I had modified Chad's version to have 14 sites (13 disabled by default) and also modified it to have the port number as a variable (default script arguments ${Node.Caption},443 with the port variable as $args[1] ) I was moving ahead with the one from Chad…
-
Some are, some aren't, some i'm not allowed to put an agent on or open additional ports I'd prefer to have one system/method that can pole the address for the cert and one report. Thanks
-
Hmmm.. it looks like there was a local firewall rule was blocking the SolarWinds server from getting to the site(s) even tho they are on the same subnet and domain and my PC was on a different subnet. Anyway, that's fixed. I tested the two templates again, Chad's version gave : SSL Certificate Expiration - SNI capable…
-
Oh, cool. I didn't realise i could apply overrides to the template once it was assigned to a node. I have tried both templates applied to the (internal server but setup as an external) node and overridden the arg to be one of the sites on the server and both are failing to connect to the site. chad.every 's version when…
-
First off i'd like to say, without getting weird, love you guys.. I'm learning so much from these forums. Now, just to confirm that i understand/extrapolated correctly, If i had a situation like this: Node1 hosts website 1, 2 & 3 Node2 hosts website 4, 5 & 6 I could either have 2 copies of the template with 3 copies of the…
-
Thanks a lot for the link. Really appreciate it. Now for the dumb questions.. ready? here we go. 1) where/how do i specify the URL that i want to test? I can see the line in the script that has WebRequest -> $WebsiteDomain and that $WebsiteDomain -> $args[0] and it looks like the arg is node.dns which would work for a node…
-
v12 docs Citrix NetScaler SNMP OID Reference
-
Is there a place to report issues/bugs without creating a full blown support case?
-
Thanks a lot. I hadn't found the labs yet and it looks like I have a lot of videos to watch now. :-D
-
Hi, That sounds like a plan. I have the server as a node and i have my SSL template but i can't seem to see how to make the template look at a specific URL. I'm using the original template from SW as the basis to my template. Any hints or screen grabs appreciated. Thanks Ian
-
Really? Looking at a VM node it lists the host that it lives on: and i found a canned report that can list the VMs on a specific host, so the data is there and the system knows what is running where. There is also a field i can select when creating my table report called Host Name which, in the selection screen shows the…
-
Hi, I have created an alert with the trigger like you have above (also found in a few other threads) and it's picking up correctly but i can't seem to find a field/way to get the action to email me a list of the BGP connections (either the affected connections or all of them for the node) and their status. Been trying many…
-
Hi, I'm trying to do this very thing and i have downloaded the UnDP and AlertDefinition you have linked above. I imported the UnDP into the server without issue. When i try to import the AlertDefinition i get an error "Alert import failed with error: Object reference not set to an instance of an object.". I'm looking for a…
-
Hi, as an update on this and in case someone else has the same issue as i did, SolarWinds support managed to import into a test system, then export it and sent it to me. The exported version from their system worked on my system. I would upload the new export but i can't see a way to attach files. Ian
-
Hi, I'm trying to do this very thing and i have downloaded the UnDP and AlertDefinition you have linked above. I imported the UnDP into the server without issue. When i try to import the AlertDefinition i get an error "Alert import failed with error: Object reference not set to an instance of an object.". I'm looking for a…
-
Hi, Reviving this old(ish) tread. This sounds really interesting to me and my current environment. What is the status of this project? any updates to the code version? any idea if/when an RC version could be ready? Thanks Ian