Révision 17f78427
Whitespace cleanup
- remove trailing whitespace
- remove empty lines at the end of files
| plugins/weather/wfrog | ||
|---|---|---|
| 19 | 19 |
# 1. Install wfrog, get it up running with your weather station |
| 20 | 20 |
# 2. Locate your wfrog.csv file (wfrog creates after 10 mins) |
| 21 | 21 |
# 3. cd /etc/munin/plugins/ |
| 22 |
# 4. ln -s /usr/share/munin/plugins/wfrog wfrog_temp
|
|
| 23 |
# 4. ln -s /usr/share/munin/plugins/wfrog wfrog_pressure
|
|
| 22 |
# 4. ln -s /usr/share/munin/plugins/wfrog wfrog_temp |
|
| 23 |
# 4. ln -s /usr/share/munin/plugins/wfrog wfrog_pressure |
|
| 24 | 24 |
# 5. etc.. |
| 25 | 25 |
# 6. reload munin-node ;-) |
| 26 | 26 |
|
| ... | ... | |
| 35 | 35 |
my $interesting; |
| 36 | 36 |
|
| 37 | 37 |
if ($0 =~ m#wfrog_(\w+)#) {
|
| 38 |
$interesting = $1;
|
|
| 38 |
$interesting = $1; |
|
| 39 | 39 |
} |
| 40 | 40 |
|
| 41 | 41 |
else {
|
Formats disponibles : Unified diff