I wonder if the Security log isn't polled ...

hum, from "wineventlog.py":


Code:
    def run(self, srec, zem):
        """Test a single device.
        """
        wql = "select LogFileName from Win32_NTEventLogFile"
        for linfo in srec.query(wql):
            logname = linfo.LogFileName
            if logname == "Security": continue # don't monitor for now
            lastpoll = srec.lastpoll.get(logname, None)




I could be reading this entirely out of context, but...

------------------------
Tim AtLee




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

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

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



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

Reply via email to