2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

gramatical fixes

This commit is contained in:
Ropchan Sergey 2011-02-24 10:53:22 +01:00 committed by Steve Schnepp
parent 4a32c940ca
commit 682405f75a

View File

@ -16,7 +16,7 @@ Monitoring node - lustre client with mounted lustre
=head1 AUTHOR
Ropchan Sergey <fenix.serega@gmai.com>
Ropchan Sergey <fenix.serega@gmail.com>
=head1 LICENSE
@ -43,7 +43,7 @@ my @output = `$lfs_bin df -h`;
&print_values;
if ($ARGV[0] and $ARGV[0] eq "config") {
print "graph_title Lustre cluster storage objects usage\n";
print "graph_title Lustre cluster storage objects usage in percent\n";
print "graph_args --base 1000\n";
print "graph_vlabel % usage\n";
print "graph_scale no\n";