1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-26 02:48:28 +00:00

gramatical fixes

This commit is contained in:
Ropchan Sergey 2011-02-24 10:54:49 +01:00 committed by Steve Schnepp
parent 970a0c3560
commit 48d917a50b

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 -i`;
&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 inodes usage in percent\n";
print "graph_args --base 1000\n";
print "graph_vlabel % usage\n";
print "graph_scale no\n";