Monitoring Disk Space

Started by [email protected], February 16, 2010, 04:09:56 PM

Previous topic - Next topic

[email protected]

Hi,
    Iam able to monitor disk space and getting the alerts through E-mail in the below format Threshold reached for data collection item "Free disk space on {instance}" (Parameter: Disk.Free(c:); Threshold value: 90; Actual value: 5120671744)   , but i want the disk space in M.B , I want the alert to be receive until a person ack it , Can u please help me in configuring this

Thanks,
Subbu                                                                                                                                                                  

Victor Kirhenshtein

You have to options:
1. Convert DCI values to MB on collection time via transformation script;
2. Create separate event for disk space threshold violation, and instead of %4 macro (which is expanded into actual values) call script which will convert this value to MBs.

Best regards,
Victor