Révision 17f78427
Whitespace cleanup
- remove trailing whitespace
- remove empty lines at the end of files
| plugins/lustre/lustre_df_absfree | ||
|---|---|---|
| 1 |
#!/usr/bin/perl
|
|
| 1 |
#!/usr/bin/perl |
|
| 2 | 2 |
# -*- perl -*- |
| 3 | 3 |
|
| 4 | 4 |
=head1 NAME |
| 5 | 5 |
|
| 6 |
lustre_df_free - Plugin to monitor Lustre 1.8.x (cluster FS) storage objects MDT,OST's
|
|
| 6 |
lustre_df_free - Plugin to monitor Lustre 1.8.x (cluster FS) storage objects MDT,OST's |
|
| 7 | 7 |
free space in TB and/or G |
| 8 | 8 |
|
| 9 | 9 |
=head1 CONFIGURATION |
| ... | ... | |
| 49 | 49 |
print "graph_title Lustre cluster storage objects free space 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