Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Qualys SSL Report Grading for PRTG

License

NotificationsYou must be signed in to change notification settings

MichelZ/prtg-sslreport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Qualys SSL Report Grading for PRTG is a custom PowerShell script that queries the Qualys SSL Labs Service and allows you to grade a (public) web property's SSL Settings

Installation

  • Copy the *.ps1 and *.psm1 files to thePRTG Network Monitor\Custom Sensors\EXEXML folder on your Probe(s) where you want to use the Sensor from.

  • Copy the *.ovl files to thePRTG Network Monitor\lookups\custom folder on your Probe(s) where you want to use the Sensor from.

  • Create a new Sensor of typeEXE/script Advanced (Make sure you use Advanced!)

  • Give the Sensor an appropriate Name (e.g.SSL Grade)

  • SelectQualysSSLReport.ps1 in EXE/Script

  • Use-ServerName %host as a parameter, which uses the hostname of the parent device, or specify a name directly using e.g.-ServerName microsoft.com

  • It's a good idea to set a Mutex to not overwhelm the Qualys API or get throttled when you have multiple sensors with this type. Use e.g.michelz.prtg.qualys.mutex as value

  • Set the timeout to an appropriate value (it's not uncommon that this scan takes 10 minutes - so we recommend at least 600 seconds)

  • Set the scanning interval to something very low, like 6 hours. We don't want to overwhelm the Qualys API or get throttled. The result also doesn't change often.Use at least 1 hour.

Release Notes

DateVersionDescription
2019-11-22Version 0.1Initial Version
2021-03-19Version 0.1.1Updated input from "host" to match parameter name of function "ServerName"
2022-06-07Version 0.1.2Updated error handling
2022-06-07Version 0.1.3Improve cache behavior

[8]ページ先頭

©2009-2025 Movatter.jp