Hello, good morning, I have a question .. It is possible to get a report of how many sensors and what type are installed in the prtg console, for example snmp type sensors I have 100, wmi type sensors I have 45 etc. It's possible?
How many sensors do I have?
Modified on 2025-06-10 15:17:13 +0200
Disclaimer:
The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.
The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.
This can be done using PRTGapi and PowerShell:
Get-Sensor | Select Id,Name,Type | Group-Object -Property Type
The output will look something like this:With kind regards,
Stephan Linke, Technical Support Team
Dec, 2020 - Permalink