File System Capacity Check V3 Format (sp5 And Higher)

by Jun 8, 2007

This Custom Monitor is for Service Pack 5 and Up Only

Up.time V3 File System Capacity Plugin Monitor

This pluggable monitor is the original up.time v3 file system capacity monitor. This monitor will allow you to monitor unix based file systems with the old v3 method and compare them with regular expression.

Details on how to install the custom monitor are listed in the README.txt document bundled in each package. If anything is not clear, don't hesitate to ask us.

FileSystem Field Template:

incl#,,,#,,,@,

Here are some examples on how to use this monitor using the FileSystem Field:

1 – Only check / , /var

incl#^/$#^/var$

2 – Only include / , /var but have var checked at 10 and 20 percent thresholds

incl#^/$#^/var$,10,20

3 – Check ALL drives but use 10 and 20 percent thresholds for /var and 30 and 50 percent for /.

^/var$,10,20#^/$,30,50

4 – Check all drives but skip any containing “u0″, use 10/20 percent for /var and 30/50 percent for /

^/var$,10,20#^/$,30,50#@,u0

5 – Check all drives but skip u01 and u02, check /var at 10 and 20 percent

@,u01#^/var$,10,20#@,u02

I have attached 2 files, a windows version and one for unix variants.

The Windows version is fscapv3win.zip
The unix variant version is fscapv3unix.tar.gz