1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Whitespace cleanup

* remove trailing whitespace
* remove empty lines at the end of files
This commit is contained in:
Lars Kruse 2018-08-02 02:03:42 +02:00
parent ef851f0c34
commit 17f784270a
604 changed files with 2927 additions and 2945 deletions

View file

@ -3,7 +3,7 @@
=head1 NAME
lustre_df - Plugin to monitor Lustre 1.8.x (cluster FS) storage objects MDT,OST's
lustre_df - Plugin to monitor Lustre 1.8.x (cluster FS) storage objects MDT,OST's
usage in percents
=head1 CONFIGURATION

View file

@ -1,9 +1,9 @@
#!/usr/bin/perl
#!/usr/bin/perl
# -*- perl -*-
=head1 NAME
lustre_df_abs - Plugin to monitor Lustre 1.8.x (cluster FS) storage objects MDT,OST's
lustre_df_abs - Plugin to monitor Lustre 1.8.x (cluster FS) storage objects MDT,OST's
usage in TB and/or G
=head1 CONFIGURATION
@ -49,8 +49,8 @@ if ($ARGV[0] and $ARGV[0] eq "config") {
print "graph_title Lustre cluster storage objects usage in TB\n";
print "graph_args --base 1024 --lower-limit 0\n";
print "graph_vlabel TB\n";
print "graph_category fs\n";
print "graph_category fs\n";
&print_labels;
exit 0;
@ -65,7 +65,7 @@ sub print_labels {
my $name = $2.$3;
print $name.".label ", $name, "\n";
print $name.".min 0\n";
print $name.".cdef ", $name,",1024,*\n";
print $name.".cdef ", $name,",1024,*\n";
}
}

View file

@ -1,9 +1,9 @@
#!/usr/bin/perl
#!/usr/bin/perl
# -*- perl -*-
=head1 NAME
lustre_df_free - Plugin to monitor Lustre 1.8.x (cluster FS) storage objects MDT,OST's
lustre_df_free - Plugin to monitor Lustre 1.8.x (cluster FS) storage objects MDT,OST's
free space in TB and/or G
=head1 CONFIGURATION
@ -49,8 +49,8 @@ if ($ARGV[0] and $ARGV[0] eq "config") {
print "graph_title Lustre cluster storage objects free space in TB\n";
print "graph_args --base 1024 --lower-limit 0\n";
print "graph_vlabel TB\n";
print "graph_category fs\n";
print "graph_category fs\n";
&print_labels;
exit 0;
@ -65,7 +65,7 @@ sub print_labels {
my $name = $2.$3;
print $name.".label ", $name, "\n";
print $name.".min 0\n";
print $name.".cdef ", $name,",1024,*\n";
print $name.".cdef ", $name,",1024,*\n";
}
}

View file

@ -3,7 +3,7 @@
=head1 NAME
lustre_df_inodes - Plugin to monitor Lustre 1.8.x (cluster FS) storage objects MDT,OST's
lustre_df_inodes - Plugin to monitor Lustre 1.8.x (cluster FS) storage objects MDT,OST's
usage inodes in percents
=head1 CONFIGURATION