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

WiFi signal strenght

Votes:

0

Is there a sensor to monitor the signal strength of the WiFi card/adapter?

It seems like such a sensor is part of the mobile probe as described here: https://www.paessler.com/blog/2013/11/20/prtg/help-us-beta-test-our-new-mobile-probes

We're looking to monitor the WiFi signal strength on several PCs on which we've installed a remote probe.

Any help on how to accomplish that is greatly appreciated.

signal-strenght wifi wireless

Created on Feb 25, 2014 4:29:17 PM



3 Replies

Votes:

0

It looks like this information is available through WMI which means you would be able to query this with a Powershell script then format it to show the values in PRTG. You can see how to format this under Setup->PRTG API->Custom Sensors

How to query Wifi Signal Strength WMI Powershell

Created on Feb 26, 2014 1:11:52 PM by  Greg Campion [Paessler Support]



Votes:

0

I've reviewed the link you've provided;

That script seems to ouput the signal strenght in "bars", just like the number of bars you'd see for example on your cell phone or your computer.

What we're looking to obtain is the actual "dbm" value, exactly like the WIFI Signal sensor of the PRTG mobile probe does.

Any suggestion on how to retrieve that info is certainly appreciated.

Created on Feb 27, 2014 4:00:16 PM



Votes:

0

If I'm not mistaken, you could just use the original output since that seems to be in dBm and just present that into PRTG. It would actually make the script much simpler since you wouldn't have to convert the signal strength and could put the result into a simple EXE result. Please mind that not all Wifi adapter manufacturers make it so that the drivers report this information to WMI and it's possible that you could get no result from the Machine's WMI system.

Created on Feb 28, 2014 10:17:46 AM by  Greg Campion [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.