Comments
-
Hi Miron I have uploaded a script http://bit.ly/dK8tCU on thwack containing a VB script it does rely on a component on the Orion server OpenSSL this enables parsing of the certificate and the script extracts the relevant days left, I have it working already, script is pretty self explanatory and I have included comments!…
-
I have uploaded an APM template to thwack that will cater for SSL cert expiration, it relies on installing openssl on the orion server, you may want to take a look to verify! Thack template http://bit.ly/dK8tCU re. Dale
-
I am working on a solution for this that utilises a Script monitor and OPEN SSL addin, had it working but it has recently failed, which I think is a script issue ( I am not a coder) will keep you posted! From Success Dale Sprott
-
Miron All that is required is to have Powershell installed on the Orion server, if this is a Windows 2008 then its already there and you can monitor any web server with a certificate. Where it may be confusing is the monitor does not need to be assigned to the server that has the certificate, it can point at anything as…
-
Hi Troy There is no way to have multiple arguments on one monitor, however just copy the script to a new monitor and change the file to the temporary location were the cert is stored, I have the same and use c:\temp\cert1;c:\temp\cert2;c:\temp\cert3. In this way you can have different warning days for each certtificate.…
-
Hi Miron Let me eloborate to my expierence on this, firstly we Have Nagios and Solarwinds at our disposal, Nagios utilises ab open source plugin in order to facilitate this. Due to the lack of out of the box functionality for APM i followed this approach and utilised openssl windows instalablwe on the Orion servert then…
-
Basically all the files ending ascx.cs can be altered in the same fashion it really depends on what dials you wish to change, I think I changed most! re. Dale
-
Script written and posted as embedded in APM template posted on thwack http://bit.ly/dK8tCU relies on a openssl being on Orion server re. Dale
-
This is a bit disappointing to learn as I have recently purchased APM to replace Nagios which has the ability to do this, my main reason on replacement was to get a more polished interface and reporting functionality, my understanding was that in APM3.1 there is a script component to cover specifically this scenerio and to…
-
SSL Cert expire uploaded to APM content, it uses Powershell script to call built in .Net functionality on a Windows box, you can assign the monitor to any windows server with powershell installed (already added in Windows 2008), where the template/monitor is assigned is irrelevant as the script argument (URL) is where it…
-
I have added a template for SSL exipe check to the APM content, unlike the previoussolution I posted which uses VB script and an externalexecutable, this one uses Powershell which can make use of some built in .Net library to chieve the desired result in a cleaner way!
-
I have uploaded a vbscript that relies on openssl being installed on Orion server to check for expiration, may not be the solution you are looking for but at least you don't have to change your firewall to let ssh through to the Linux boxes on thwack here http://bit.ly/dK8tCU re. Dale