Ticket #53: mrtg.cfg
| File mrtg.cfg, 1.1 KB (added by human, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | ###################################################################### |
| 2 | # Multi Router Traffic Grapher -- Example Configuration File |
| 3 | ###################################################################### |
| 4 | # This file is for use with mrtg-2.0 |
| 5 | # |
| 6 | # Note: |
| 7 | # |
| 8 | # * Keywords must start at the begin of a line. |
| 9 | # |
| 10 | # * Lines which follow a keyword line which do start |
| 11 | # with a blank are appended to the keyword line |
| 12 | # |
| 13 | # * Empty Lines are ignored |
| 14 | # |
| 15 | # * Lines starting with a # sign are comments. |
| 16 | |
| 17 | # Where should the logfiles, and webpages be created? |
| 18 | |
| 19 | # Minimal mrtg.cfg |
| 20 | #-------------------- |
| 21 | |
| 22 | HtmlDir: /d/home/jeffs/public_html/mrtg |
| 23 | ImageDir: /d/home/jeffs/public_html/mrtg |
| 24 | LogDir: /d/home/jeffs/mrtg/log |
| 25 | ThreshDir: /d/home/jeffs/mrtg |
| 26 | Title[angel-network]: "Network Traffic Analysis on angel" |
| 27 | Title[angel-disk]: "mass storage utilization on angel" |
| 28 | MaxBytes[angel-network]: 1250000 |
| 29 | MaxBytes[angel-disk]: 1250000 |
| 30 | |
| 31 | # Measure network traffic |
| 32 | Target[angel-network]: ifOutOctets.1&ifOutOctets.2:cvv_test@angel.commercialventvac.com |
| 33 | |
| 34 | # Message disk storage |
| 35 | Target[angel-disk]: HOST-RESOURCES-MIB::hrStorageUsed.6&HOST-RESOURCES-MIB::hrStorageUsed.5:cvv_test@angel.commercialventvac.com |
| 36 |

