From 48d917a50b61a6c818aa06a21fae07e18a10d4a1 Mon Sep 17 00:00:00 2001 From: Ropchan Sergey Date: Thu, 24 Feb 2011 10:54:49 +0100 Subject: [PATCH] gramatical fixes --- plugins/other/lustre_df_indodes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/other/lustre_df_indodes b/plugins/other/lustre_df_indodes index 341a9c94..efb524e1 100755 --- a/plugins/other/lustre_df_indodes +++ b/plugins/other/lustre_df_indodes @@ -16,7 +16,7 @@ Monitoring node - lustre client with mounted lustre =head1 AUTHOR -Ropchan Sergey +Ropchan Sergey =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";