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 | 27 | simandl | DRIVE=/dev/md124,home |
15 | 30 | simandl | DRIVE=/dev/md126,/ |
16 | | | DRIVE=/dev/md125,boot |
17 | | | DRIVE=/dev/md127, |
18 | | | DRIVE=/dev/md0,raid |