Yes, These probes for bridges one for Solectek and one for Cisco both complain if the signal is below negative 70.
Solectek
Function:
Name: w_rssi_s
Code: if(oid_column("1.3.6.1.4.1.2890.7.6.2.1.5.6.0", 10 ,5),oid_column("1.3.6.1.4.1.2890.7.6.2.1.5.6.0", 10 ,5),"False")
Probe:
name: rssi_soletek
available: w_rssi_s()<>"False"
error: if(w_rssi_s()<>"False", if(w_rssi_s() > -70,"", concatenate("Bridge Trouble = ", w_rssi_s())) , "Can not read status of Soletek bridge")
value: w_rssi_s()
unit: dbm
Cisco 1410
Function:
Name: Wireless_RSSI_a
Code: if(array_size(oid_column("1.3.6.1.4.1.9.9.273.1.3.1.1.3", 10 ,5)), oid_column("1.3.6.1.4.1.9.9.273.1.3.1.1.3", 10, 5) ,"False")
Probe:
name: rssi1410
available: Wireless_RSSI_a()<>"False"
error: if(Wireless_RSSI_a()<>"False", if(Wireless_RSSI_a() > -70,"", concatenate("Bridge Trouble = ", Wireless_RSSI_a())) , "Can not read status of 1410 bridge")
value: Wireless_RSSI_a()
unit: dbm
Example images
w_rssi_s-Function.png
rssi_soletek-Probe.png
HTH,
Lebowski
You do not have the required permissions to view the files attached to this post.