Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 6d082fd

Browse files
authored
Merge pull request #8 from astrobl1904/develop
Refactor Paessler PRTG module name
2 parents 947f594 + fe91659 commit 6d082fd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Custom Sensors/python/starttls_certificate_sensor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
from cryptography.hazmat.backends import default_backend
3535
from cryptography.hazmat.primitives import hashes
3636

37-
from prtg.sensor.result import CustomSensorResult
38-
from prtg.sensor.units import ValueUnit
37+
from paesslerag_prtg_sensor_api.sensor.result import CustomSensorResult
38+
from paesslerag_prtg_sensor_api.sensor.units import ValueUnit
3939

4040
class Protocol(Enum):
4141
"""Application Layer protocols

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ This repository contains a PRTG Python Script Advanced sensor to monitor SSL Cer
44

55
## Sensor Summary
66

7-
Script Language: Python 3.7+
8-
Version: 1.0.0
7+
Script Language: Python 3.9+
8+
Version: 2.0.0
99
Author: Andreas Strobl <astroblx@asgraphics.at>
10-
Verified PRTG Version: 22.2.76.1705
11-
Dependencies: cryptography >=37.0.0, prtg == 1.0.0
10+
Verified PRTG Version: 22.2.77.2204
11+
Dependencies: cryptography >=37.0.0, paesslerag_prtg_sensor_api >= 1.0.2
1212

1313
## Sensor Description
1414

1515
This custom _Python Script Advanced_ sensor will monitor SSL certificates that require a protocol handshake prior to reading certificate data, and exposes the collected data in channels similar to PRTG's built-in _SSL Certificate_ sensor.
1616

17-
As of version v1.0.0 this sensor supports the following application layer protocols:
17+
All versions of this sensor support the following application layer protocols:
1818

1919
* `SMTP`: Simple Mail Transfer Protocol, [RFC 5321](https://www.rfc-editor.org/rfc/rfc5321)
2020
* `LMTP`: Local Mail Transfer Protocol, [RFC 2033](https://datatracker.ietf.org/doc/html/rfc2033)

0 commit comments

Comments
 (0)