The Issue I have is with monitoring the filesystem Disk Usage on SQL servers . The DBAs have an annoying habit of growing the data file to the size of the disk which makes the monitoring a pain. I want to continue gathering performance data on the drive but don't want to see the disk space events for any of the drives except the c:\.
I think i can do this with a new mapping in the Filesystem Event Class. I was trying to apply a rule to grab all the events of this class that have the DeviceClass of '/Devices/Server/Windows/MSSQLServer' then use the Regex to select all events that do not have c:\ and change the events to informational. I also in the near future might want to drop those events. Am I looking in the right direction? Is there any good tutorials about the different uses of event mappings? Thanks -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=20561#20561 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
