Looking in the interfaces.py file shows this:

                results = i.getRRDValues(['ifHCInOctets',
                                          'ifInOctets',
                                          'ifOutOctets',
                                          'ifHCOutOctets'],
                                         **summary)
                input = results.get('ifHCInOctets',
                                    results.get('ifInOctets', None))
                output = results.get('ifHCOutOctets',
                                     results.get('ifOutOctets', None))

Close to what you have listed, but it looks like the None keyword might be the 
problem?  (I've never even looked at Python stuff before..)




-------------------- m2f --------------------

Read this topic online here:
http://forums.zenoss.com/viewtopic.php?p=29701#29701

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to