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
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
# Kernel Memory usage stats.
|
||||
# Author: alex@trull.org
|
||||
#
|
||||
# Author: alex@trull.org
|
||||
#
|
||||
# Based on the short script at http://wiki.freebsd.org/ZFSTuningGuide (20080820)
|
||||
#
|
||||
# Parameters:
|
||||
|
@ -45,7 +45,7 @@ if [ "$1" = "config" ]; then
|
|||
echo 'text.info kmem text'
|
||||
echo 'text.draw AREA'
|
||||
echo 'data.label data'
|
||||
echo 'data.info kmem data'
|
||||
echo 'data.info kmem data'
|
||||
echo 'data.draw STACK'
|
||||
echo 'total.label total'
|
||||
echo 'total.info kmem total'
|
||||
|
@ -61,4 +61,4 @@ echo "data.value $DATA"
|
|||
echo "total.value $TOTAL"
|
||||
echo "max.value $MAX"
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue