mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 10:28:36 +00:00
Whitespace cleanup
* remove trailing whitespace * remove empty lines at the end of files
This commit is contained in:
parent
ef851f0c34
commit
17f784270a
604 changed files with 2927 additions and 2945 deletions
|
@ -15,11 +15,11 @@ get_data (){
|
|||
|
||||
do_stats () {
|
||||
count=1
|
||||
for I in `get_data`; do
|
||||
[ $count = 3 ] && echo "countb.value $I"
|
||||
[ $count = 6 ] && echo "county.value $I"
|
||||
[ $count = 9 ] && echo "countc.value $I"
|
||||
[ $count = 12 ] && echo "countm.value $I"
|
||||
for I in `get_data`; do
|
||||
[ $count = 3 ] && echo "countb.value $I"
|
||||
[ $count = 6 ] && echo "county.value $I"
|
||||
[ $count = 9 ] && echo "countc.value $I"
|
||||
[ $count = 12 ] && echo "countm.value $I"
|
||||
count=$(($count + 1))
|
||||
done
|
||||
|
||||
|
@ -33,7 +33,7 @@ graph_title HP 2600 pages by cartridge statistics
|
|||
graph_vlabel Count (Pages)
|
||||
graph_category printing
|
||||
graph_info Pages count by color.
|
||||
graph_args -l 0
|
||||
graph_args -l 0
|
||||
graph_scale no
|
||||
line.label ---
|
||||
line.line 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue