Hello,

At the beginning of the file Products/ZenReports/plugins/memory.py, maybe we 
should remove the space in 'memAvailSwap ' into 'memAvailSwap' for fetchNames 
to get the information on Memory Available Swap. I got 'None' for it until I 
remove the space.


Code:

import Globals
from Products.ZenReports import Utils, Utilization

class memory:
    "The memory usage report"

    def run(self, dmd, args):
        summary = Utilization.getSummaryArgs(dmd, args)
        reversedSummary = Utilization.reversedSummary(summary)

        report = []
        freeNames = ['memAvailReal', 'memBuffer', 'memCached']
        fetchNames = ['memoryAvailableKBytes', 'memAvailSwap ', ] + freeNames




Thank you.




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

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

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



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

Reply via email to