Révision 17f78427
Whitespace cleanup
- remove trailing whitespace
- remove empty lines at the end of files
| plugins/load/load_extended | ||
|---|---|---|
| 1 | 1 |
#!/bin/sh |
| 2 |
#
|
|
| 2 |
# |
|
| 3 | 3 |
# Plugin to monitor the load average on a system. |
| 4 | 4 |
# |
| 5 | 5 |
# Usage: Link or copy into /etc/munin/node.d/ |
| ... | ... | |
| 50 | 50 |
fi |
| 51 | 51 |
|
| 52 | 52 |
# If run with the "config"-parameter, give out information on how the |
| 53 |
# graphs should look.
|
|
| 54 |
|
|
| 53 |
# graphs should look. |
|
| 54 |
|
|
| 55 | 55 |
if [ "$1" = "config" ]; then |
| 56 | 56 |
# The host name this plugin is for. (Can be overridden to have |
| 57 | 57 |
# one machine answer for several) |
| ... | ... | |
| 69 | 69 |
# Graph category. Defaults to 'other' |
| 70 | 70 |
echo 'graph_category system' |
| 71 | 71 |
# The fields. "label" is used in the legend. "label" is the only |
| 72 |
# required subfield.
|
|
| 72 |
# required subfield. |
|
| 73 | 73 |
echo 'load1.label load 1 min avg' |
| 74 | 74 |
echo 'load1.draw AREA' |
| 75 | 75 |
echo 'load5.label load 5 min avg' |
Formats disponibles : Unified diff