69 results found
-
Add support for SNMPv3 authNoPriv mode in PRTG
As a network engineer managing devices from ISPs and vendors with restricted SNMP configurations, I want PRTG to support SNMPv3 authNoPriv mode (authentication without encryption) so that I can monitor critical infrastructure devices that only allow this security level.
Currently, PRTG only supports SNMPv3 with authPriv (authentication + encryption). Many providers, e.g. Telekom, only offer SNMPv3 in authNoPriv mode.
Example configuration (as provided by Telekom, not changeable):
Mode: authNoPriv
Authentication Protocol: MD5
Privacy (Encryption): NoneSince PRTG does not support authNoPriv, monitoring such devices is currently impossible.
5 votes -
Docker sensor
As a sysadmin or developer I would like to get metrics on the health and performance of the containers within a single Docker runtime so that I can monitor the health of the containers.
15 votes -
Scheduled tasks sensor
As a Windows Admin using PRTG I need to be able to monitor my business processes running as scheduled tasks so that I can ensure my business processes are executing.
Today this is done via external tools and managing them is not ideal. There was a deprecated sensor for this but nothing really took its place. See https://www.reddit.com/r/prtg/comments/1lececg/if_youre_using_scheduledtask2xmlexe_from_prtg/
10 votes -
Enhanced SNMP Interface Speed Monitoring with Built-in ifSpeed Channels
As a Network Engineer, I want to monitor interface speeds (ifSpeed) as additional channels in SNMP Traffic sensors so that I can detect speed mismatches, auto-negotiation failures, and hardware issues without creating multiple custom sensors for each interface.
7 votes -
Windows Update Sensor, which tracks all Windows updates
As a Systems Engineer, I want the Windows Updates Status sensor to detect and report all installed Windows updates — regardless of whether they were deployed via Windows Update Agent, WSUS, SCCM/MECM, manual installation, or any other software distribution method — so that I can have a single, reliable view of the patch status of my Windows systems and ensure compliance without needing to cross-reference multiple tools. The current Windows Update sensor only tracks updates installed by the Windows Update Agent. Updates installed manually or via software distribution are not tracked. The sensor should be expanded to track all installed…
1 vote -
Native Support for Sensors with Client Certificate Authentication
As a Systems Engineer monitoring secure enterprise services, I want built-in HTTP/HTTPS sensors to support client certificate authentication (mutual TLS), so that I can monitor certificate-protected administrative interfaces, APIs, and customer portals without having to create and maintain custom scripts for each endpoint.
In secure environments, many web-based services—especially administrative interfaces, APIs, and customer portals—are only accessible via HTTPS with client certificate authentication. These URLs cannot be accessed using standard HTTP/HTTPS sensors in PRTG, as there is currently no way to specify a client certificate and private key.
Currently, the only workaround is to use custom scripts (e.g., PowerShell or…
3 votes -
Add Numeric Value Extraction to SNMP Custom String v2 Sensor
As a Network Engineer, I want the SNMP Custom String v2 Sensor to support Numeric Value Extraction (just like the legacy SNMP Custom String Sensor), so that I can extract and log numeric values from SNMP string responses (e.g., '25C') and use them for graphing, alerting, and trend analysis in PRTG.
1 vote -
Custom Sensor - add new tag for Value Mode of Channels
As a system administrator I use several custom sensors. For add new channels, the Value Mode can not be defined in custom sensor script e.g. powershell.
https://www.paessler.com/manuals/prtg/custom_sensorsPlease add a new tag "ValueMode" with Average/Minimum/Maximum
https://helpdesk.paessler.com/en/support/solutions/articles/76000063564-what-is-the-value-mode-in-channel-settings-Many thanks!
2 votes -
HPE and Synology Sensor Support on the Multi-Platform Probe
As a Systems Engineer,
I want to be able to use HPE ProLiant and Synology NAS sensors on the multi-platform probe,
so that I can monitor my HPE server hardware and Synology storage devices from Linux-based or containerized probe environments without depending on a Windows remote probe.1 vote -
Enhanced Cisco Catalyst 9800 WLC Monitoring Sensors
As a Network Engineer, I want comprehensive, out-of-the-box sensors for the Cisco Catalyst 9800 Wireless LAN Controller — covering SSID status, per-SSID client counts, per-SSID traffic, WLC high-availability status, and disk space — so that I can proactively manage my wireless infrastructure without relying on manual CLI checks or custom workarounds.
1 vote -
HPE VM Essentials (VME) Cluster Monitoring Sensor
As an IT Infrastructure Manager,
I want native PRTG sensors for HPE VM Essentials (VME) clusters that monitor cluster health, host performance, VM status, and resource utilization,
so that I can maintain unified visibility across my virtualization environment after migrating away from VMware, without relying on manual custom sensor configurations.1 vote -
Native Linux PSI (Pressure Stall Information) Sensor for Improved Resource Pressure Monitoring
As a Systems Engineer managing Linux server infrastructure with PRTG, I want a native Linux PSI sensor that reads CPU, memory, and I/O pressure stall metrics directly from /proc/pressure/, so that I can accurately detect resource contention, identify performance bottlenecks earlier, and replace fragile custom SSH script workarounds with a standardized, maintainable monitoring solution.
Many organizations using PRTG rely on the built-in SNMP Linux Load Average sensor to monitor system load on Linux servers. While this works for basic monitoring, the traditional load average metric has well-known limitations: it only reflects the number of runnable or waiting tasks and does…
1 vote -
Native Podman Container Monitoring Sensor
As a Systems Engineer managing containerized workloads across different operating systems and environments, I want a dedicated Podman container monitoring sensor in PRTG so that I can monitor the health, status, resource usage, and uptime of my Podman containers, with the same depth and ease that the existing Docker sensor provides for Docker environments.
1 vote -
Automated Token Renewal for API Monitoring Sensors
As a Systems Engineer monitoring APIs with PRTG, I want sensors to automatically renew expired authentication tokens so that I don't have to manually update credentials
4 votes -
Support for Monitoring NetApp ASA r2 and AFX Systems in PRTG
As a Storage Administrator
I want PRTG to support monitoring of the new NetApp ONTAP-based systems ASA r2 and AFX
So that I can ensure full visibility and performance tracking of these devices within our existing monitoring environment.Context & Details
NetApp recently introduced two new ONTAP-based platforms:ASA r2: All-Flash SAN Array optimized for block storage.
AFX: High-performance NAS/S3 system designed for AI/ML workloads.Both systems leverage the ONTAP REST API but include specific changes and new endpoints:
ASA r2 introduces endpoints like /api/storage/storage-units and /api/storage/block-volumes for LUNs and NVMe namespaces, and recommends OAuth 2.0 for authentication.
AFX removes…
3 votes -
Enhance RADIUS v2 Sensor to comply with RFC 3579 Message-Authenticator
As a Network Engineer, I want the RADIUS v2 sensor to support RFC 3579 Message-Authenticator validation so that I can monitor RADIUS servers with enhanced security and ensure authentication packet integrity in my network infrastructure. The client (PRTG Sensor) computes the hash (HMAC-MD5) from its own packet and then adds the attribute as a signature to the request. This is required for secure implementations of RADIUS.
4 votes -
OCSP Support for SSL Certificate Monitoring Without CRL Dependency
As a Systems Engineer responsible for monitoring SSL/TLS certificates,
I want PRTG's SSL Certificate sensor (and related sensors) to support OCSP (Online Certificate Status Protocol) as a standalone certificate revocation verification method,
so that I can accurately monitor certificate validity and revocation status even when the Certificate Authority no longer provides a CRL (Certificate Revocation List), avoiding false alerts or "Unable to Check Revocation Status" warnings that undermine the reliability of my monitoring setup.1 vote -
Turn two devices into one - unifying PRTG device credential
As a system administrator, I would like my physical devices to be represented in PRTG by a single virtual device in the UI to make things less confusing for me and my colleagues. Unfortunately, for certain devices and sensor technologies (MQTT, controller-managed devices), I need to create a second device in order to specify the address of the MQTT Broker or other "central" controller for sensor queries. Ideally, PRTG would allow the address of a device's controller to be defined in it's settings so that only one device is sufficient. Having one physical device mapped to one PRTG device would…
6 votes -
Adding a sensor setting for shared mailbox size to the Microsoft 365 mailbox sensor
As an IT Network Administrator, I want the Microsoft 365 Mailbox sensor to display mailbox size in MB/GB and usage percentage against quota limits so that I can proactively alert on approaching capacity limits and prevent shared mailbox outages that disrupt business operations.
4 votes -
Zerto Analytics Portal Integration for DRaaS Protection Monitoring
As an IT Infrastructure Manager responsible for disaster recovery operations,
I want PRTG to integrate with the Zerto Analytics portal to monitor Virtual Protection Groups (VPGs), their size, RPO compliance, and replication health,
so that I can proactively detect drift in DRaaS protection, ensure business continuity compliance, and receive alerts when disaster recovery SLAs are at risk—all from within my unified PRTG monitoring dashboard.1 vote
- Don't see your idea?