Hi All,
I created a custom poller using UDP functionality.
All this poller does is collect some Fan speed information from a digital video recorder and returns the values in RPM.
Now the problem is, these recorders have 4 fan interface cards and the fourth fan is never connected (so every recorder only has three functional fans)
The MIB i am using drags out the table holding the 4 rows, and I use enumeration to show, if any RPM comes in as '0' then show it as Failed.
With that in place, every recorder is now showing the 4th Fan as failed (even though I know as a rule, that there is no 4th fan physically connected)
Is there any way i can stop storing the value for the 4th fan, and then the rest three fan RPM values are stored and displayed.
Looking forward to any response.
Regards