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 | 15 | simandl | DRIVE=/dev/root,root-filesystem |
15 | DRIVE=/dev/sda1,/mnt/sda1 |
||
16 | DRIVE=/dev/sda3,/opt |