This documentation relates to QuickBuild 5.0.x
Select here if you are using a different version

Configuring Monitoring Disks

You are viewing an old version (v. 7) of this page.
The latest version is v. 9, last edited on Feb 27, 2013 (view differences | )
<< View previous version | view page history | view next version >>

By default, QuickBuild will only monitor the disk where node storage directory is on. You may want to specify the disks yourself, so you need:

  1. Go to Administration page
  2. Select Plugin Management tab
  3. Configure Grid Measurement Plugin
  4. In Monitor Disk field, input something like:
    ${node.getAttribute("monitorDisks")}
    
  5. Go to Grid page, and select Active Nodes tab
  6. Choose your node which you want
  7. Choose User Attribute tab
  8. Input something like:
    monitorDisks=C:/,D:/,E:/
    

Since 5.0.9, you may also use match pattern to specify your monitoring disks, for example:
* or ** to monitor all disks/partitions on your agents/nodes, or use ant style pattern to include or exclude your disks like:

**,-/dev

The above pattern means you want to monitor all partitions except /dev.

Please refer to File Pattern Reference for more about how to specify your path pattern.

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.