What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

How many sensors do I have?

Votes:

0

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?

prtg reports snmp

Created on Dec 14, 2020 6:45:00 PM



1 Reply

Votes:

0

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:

PS C:\Users\steph> Get-Sensor | Select Id,Name,Type | Group-Object -Property Type

Count Name                      Group                                                                                                                                                                                 
----- ----                      -----                                                                                                                                                                                 
    1 Sensor (clusterstate)     {@{Id=31; Name=Cluster-Zustand; Type=Sensor (clusterstate)}}                                                                                                                          
    2 Sensor (systemstate)      {@{Id=1001; Name=Systemzustand; Type=Sensor (systemstate)}, @{Id=18484; Name=Systemzustand; Type=Sensor (systemstate)}}                                                               
    2 Sensor (corestate)        {@{Id=1002; Name=Serverzustand; Type=Sensor (corestate)}, @{Id=18485; Name=Serverzustand; Type=Sensor (corestate)}}                                                                   

With kind regards,
Stephan Linke, Technical Support Team

Created on Dec 15, 2020 1:33:46 PM by  Stephan Linke [Paessler Support]




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.