Jannos-443 / PRTG-PKI-CRL

PRTG Sensor script to monitor a certificate revocation list (CRL)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PRTG-PKI-CRL.PS1

About The Project

Project Owner: Jannos-443

PRTG Sensor script to monitor a certificate revocation list (CRL)

Free and open source: MIT License

Sensor is a Updated Fork from https://github.com/dwydler/Powershell-Skripte/tree/master/Paessler/PRTG

  1. Place # PRTG-PKI-CRL.ps1 under C:\Program Files (x86)\PRTG Network Monitor\Custom Sensors\EXEXML

  2. Create new sensor

    Settings Value
    EXE/Script Advanced PRTG-PKI-CRL.ps1
    Parameters -url "http://crl.usertrust.com/USERTrustRSACertificationAuthority.crl"
    Scanning Interval 15 minutes

Usage

check status auf crl and delta crl if available

-url "http://crl.usertrust.com/USERTrustRSACertificationAuthority.crl"

check status of crl only

-url "http://crl.usertrust.com/USERTrustRSACertificationAuthority.crl" -IgnoreDeltaCRL

check status of crl and error if delta crl could not be fetched

-url "http://crl.usertrust.com/USERTrustRSACertificationAuthority.crl" -ErrorOnMissingDelta

Image

About

PRTG Sensor script to monitor a certificate revocation list (CRL)

License:MIT License


Languages

Language:PowerShell 100.0%