hotsanic |
Subversion Repositories: |
Line No. | Rev | Author | Line |
---|---|---|---|
1 | 1 | simandl | # You may configure partitions you would like to monitor. |
2 | # multiple lines are of course allowed. |
||
3 | # |
||
4 | # for a local drive enter: |
||
5 | # DRIVE=<device>,<description> |
||
6 | # |
||
7 | # for a remote (e.g. NFS or SNMP) drive enter: |
||
8 | # DRIVE=<server>:<path>,<description> |
||
9 | # DRIVE=SNMP:<host>:<community>:<device>,<description> |
||
10 | # |
||
11 | # Note: Be sure you have no '_' in host or community |
||
12 | # when using SNMP. |
||
13 | # |
||
14 | DRIVE=/dev/hda1,root-filesystem |
||
15 | DRIVE=/dev/hdb3,/mnt/disk1 |
||
16 | DRIVE=/dev/hda3,/mnt/disk2 |