Hmmm, there are several methods for this I think - generally if you only want events from C:\ then you probably can't use the exclude filesystems from monitoring entirely as that's a blacklist and you want a whitelist (c:\).

Instead, I think you'll have to generate the events but move them. Something like:

if evt.component != 'C:\' and evt.severity != 0:
   evt.severity = 0

As an event transform in the Perf/Filesystem event class.
--
James Pulver
Information Technology Area Supervisor
LEPP Computer Group
Cornell University



martonem wrote:
I get events about disks full from /Perf/Filesystem.
All of my disks are under log control and will not fill up - with the exception of the C:\ drive.
How can I discard an event from /Perf/Filesystem when component not like C:\ ??

I don't know the Python statements for this...
Where do I enter it?

THANKS!




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

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

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



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

Reply via email to