good morning

I wonder if there is any way of knowing how many sensors are configured by type wmi probe.

Currently I have 4 probes (one main and three remote) and I need to know how WMI sensors are configured in each.

thanks


Article Comments

Hi,
you will need the object Ids of the different probes (normally the local probe has the id 1). Now use the Search function in the upper right.
When the page with the result is shown, just append the following to the URL and hit enter:

&id=PROBE_ID

for the local probe the complete URL will look like this:

http://YOUR_PRTG_INSTALLATION/search.htm?searchtext=wmi&id=1

The number of sensors shown on the result page is the number of WMI sensors configured for the probe with the give ID.
Best regards


Jan, 2013 - Permalink

Good morning.

I tried the solution mentioned and I get all WMI sensors probes all I have. Add &id=1 to the search does not work.

thanks


Jan, 2013 - Permalink

Where did you try adding the &=1? Please do not add it in the search-field, but later after searching only for 'wmi' to the URL in your browser and then hit "Enter" again.


Jan, 2013 - Permalink

Good morning

Yes, after searching for WMI, the resulting URL I have added &id=1

http://myserver:port/search.htm?searchtext=wmi&id=1

The result is all WMI sensors all probes (local and remote).

thanks


Jan, 2013 - Permalink

I apologize, the 'filter' does indeed not work on the search function sorry. But you can sort the list according to the Probe/Group/Device.


Jan, 2013 - Permalink

Has there been any update on this in the last 6 years? We are wondering if this search could be done in the API and monitored, so we could have a sensor that keeps track of WMI sensors per probe. We just moved from 1 probe to 5 since we had nearly 600 WMI sensors (and were thinking that was slowing it down significantly).


Feb, 2019 - Permalink

Hi there,

The approach is still similar. You still need to identify the Probe's (either Local Probe or Remote Probe) object ID. To do so, select the probe that has the affected sensors. The corresponding object ID of the probe can be found on the right side.

Probe Overview
Click here to enlarge

For WMI-based sensors whose performance impact is high, try to stay below 200 sensors per probe.

To review the current configuration of the WMI- and Windows-based sensors of the affected probe, use the following API call: /sensors.htm?columns=probe,device,name,type,interval,checkbox&filter_type=@sub(wmi)&filter_type=@sub(Windows)&sortby=interval&count=*&id=%id_of_probe% Note: Replace %id_of_probe% with the actual Object ID of the affected probe.

Best regards,
Sebastian


Feb, 2019 - Permalink