I am pulling the module table from a Cisco 6509 chassis and would like to alert when a module is changed. I have created a custom property for each of the 9 modules and populated with the current values. What I would like is to compare the value pulled for each index in the module table against each of the module custom properties. However, it appears that I can't do the comparison I want since I can't see the index of each module to compare against the related custom property. It looks like I will have to do a custom poller for each index in the modules table then do the comparison. Is that true or am I missing something.