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:
parent
4a32c940ca
commit
682405f75a
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue