Révision 17f78427
Whitespace cleanup
- remove trailing whitespace
- remove empty lines at the end of files
| plugins/network/ipt_basic_ | ||
|---|---|---|
| 22 | 22 |
# Revisions: |
| 23 | 23 |
# 2006.01.00 - First release. |
| 24 | 24 |
# 2006.11.26 - Use -j RETURN in rules, and sort interfaces |
| 25 |
#
|
|
| 25 |
# |
|
| 26 | 26 |
# |
| 27 | 27 |
# Magic markers (optional - used by munin-config and some installation |
| 28 | 28 |
# scripts): |
| ... | ... | |
| 94 | 94 |
echo 'graph_args --base 1000' |
| 95 | 95 |
echo 'graph_category network' |
| 96 | 96 |
echo 'graph_info This graph shows the traffic of the interfaces in bits per second, and should be precise above 50Mbps as well. All forwarded traffic is measured in the incoming counter of the given interface.' |
| 97 |
|
|
| 97 |
|
|
| 98 | 98 |
for iface in $IFACES; do |
| 99 | 99 |
echo "$iface.label ${iface}_received"
|
| 100 | 100 |
echo "$iface.type DERIVE" |
Formats disponibles : Unified diff