The most recent content from our members.
I am polling a GEIST PDU for the state of the Outlets (OID Name: pduOutletSwitchState / MIB 1.3.6.1.4.1.21239.5.2.3.5.1.4) and it returned with numeric values: 1,2,3,4,5 You are supposed to just know that: "Switch state of the outlet: 1 = Outlet is on, 2 = Outlet is off, 3 = Outlet is on, but will turn off after a delay, 4…
There are numerous instances where I am trying to display data using the Custom Chart resource but the unit type will display incorrectly and a I will need to write a SWQL query to fix this. I have a few examples of this: For 'Target - Total Server Memory' the data will display as KB using the 'Bytes' unit type: But in…
I am pulling wireless signal strength for every wireless client using a custom poller that returns a table similar to this: -35 -40 -60 -34 -50 etc, etc. I then use a transform to take the average of the column: columnavg({poller}). It gives the right average, but it still returns a long table and puts the average in for…
Hi all - I have some devices where I am trying to monitor the optical light levels of the optics. The UnDP returns results that are expressed in mW and I would love to display them as dBm. I don't see a function for that in the transform results tool so I am trying: formula = log({custom_poller_rxPower}/10000)*10 takes a…
I have a Dell UPS that I have used "Orion Universal Device Poller" to query OID: 1.3.6.1.4.1.674.10902.2.120.2.6 to get the Present Consumption. It is derived by: "Derived by averaging the watt second consumption over the past hour. " To get the correct reading, I have to: "Use an array of 60 words to store the average…
It looks like you're new here. Sign in or register to get started.