Projet

Général

Profil

Révision 17f78427

ID17f784270ae966ee9a13e9f5104a5b8f925b639e
Parent ef851f0c
Enfant d4320aea, 5b2396a9

Ajouté par Lars Kruse il y a plus de 7 ans

Whitespace cleanup

  • remove trailing whitespace
  • remove empty lines at the end of files

Voir les différences:

plugins/disk/lvm_snap_used
3 3
# Plugin to monitor the % of allocated area of a LVM snapshot
4 4
#
5 5
# Parameters:
6
# 	
6
#
7 7
# 	config
8 8
# 	autoconf
9 9
#
......
12 12
#
13 13
#%# family=auto
14 14
#%# capabilities=autoconf
15
# 
15
#
16 16
# 2011/05/20 - pmoranga - initial version
17 17
#
18 18
# 2012/01/27 - Sébastien Gross
......
35 35

  
36 36

  
37 37
if [ "$1" = "config" ]; then
38
	echo 'graph_title Allocated space for snapshot' 
38
	echo 'graph_title Allocated space for snapshot'
39 39
	echo 'graph_vlabel %'
40 40
	echo 'graph_category disk'
41 41
	echo 'graph_args -l 0 -u 100 -r'
......
48 48
    origin="$(echo $line | awk '{print $5}')"
49 49
    origin="$(clean_fieldname "$origin")"
50 50
    percent="$(echo $line | awk '{print $6}')"
51
    
51

  
52 52
    if [ "$1" = "config" ]; then
53 53
        echo "$id.label $name snapshot of $origin"
54 54
    else

Formats disponibles : Unified diff