1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-26 19:08:12 +00: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 =head1 AUTHOR
Ropchan Sergey <fenix.serega@gmai.com> Ropchan Sergey <fenix.serega@gmail.com>
=head1 LICENSE =head1 LICENSE
@ -43,7 +43,7 @@ my @output = `$lfs_bin df -h`;
&print_values; &print_values;
if ($ARGV[0] and $ARGV[0] eq "config") { 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_args --base 1000\n";
print "graph_vlabel % usage\n"; print "graph_vlabel % usage\n";
print "graph_scale no\n"; print "graph_scale no\n";