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/lustre/lustre_df_abs
1
#!/usr/bin/perl 
1
#!/usr/bin/perl
2 2
# -*- perl -*-
3 3

  
4 4
=head1 NAME
5 5

  
6
lustre_df_abs - Plugin to monitor Lustre 1.8.x (cluster FS) storage objects MDT,OST's 
6
lustre_df_abs - Plugin to monitor Lustre 1.8.x (cluster FS) storage objects MDT,OST's
7 7
usage in TB and/or G
8 8

  
9 9
=head1 CONFIGURATION
......
49 49
    print "graph_title Lustre cluster storage objects usage in TB\n";
50 50
    print "graph_args --base 1024 --lower-limit 0\n";
51 51
    print "graph_vlabel TB\n";
52
    print "graph_category fs\n"; 
53
    
52
    print "graph_category fs\n";
53

  
54 54
    &print_labels;
55 55

  
56 56
    exit 0;
......
65 65
		my $name = $2.$3;
66 66
                print $name.".label ", $name, "\n";
67 67
	        print $name.".min 0\n";
68
		print $name.".cdef ", $name,",1024,*\n"; 
68
		print $name.".cdef ", $name,",1024,*\n";
69 69
	}
70 70

  
71 71
    }

Formats disponibles : Unified diff