I have experienced this issue with 2 different devices that I have created Custom Pollers.
I have created 2 Custom Pollers to grab the current TEMP and HUMIDITY from a Liebert HVAC.
Here are the OIDs.
1.3.6.1.4.1.476.1.42.3.4.1.2.3.1.3.1 = DC_LIEBERT_TEMP
1.3.6.1.4.1.476.1.42.3.4.2.2.3.1.3.1 = DC_LIEBERT_HUMIDITY
As far as getting the data on the NPM Orion Website I am having no issues. It it where I want to setup Advanced Alerts to report when each of these measurements exceed a certain threshold.
However, the RATE return within Advanced Alert is always the first RATE returned from the DC_LIEBERT_TEMP OID even if I have the selected the CD_LIEBERT_HUMIDITY POLLER NAME
EX: ADVANCED ALERT SETUP
# 1 - TEMPERATURE LEVEL ALERTING
POLLER NAME is equal to DC_LIEBERT_TEMP
RATE is greater than or equal to 78
**Current RATE from Orion is 67
**RATE Returned from Advanced Alerting is 67
# 2 - HUMIDITY LEVEL ALERTING
POLLER NAME is equal to DC_LIEBERT_HUMIDITY
RATE is greater than of equal to 60
**Current RATE from ORION is 43
**RATE Returned from Advanced Alerting is 67
Is there something that I am not doing correctly to setup the Custom Pollers or even the Advanced Alerting for this information?
Daniel