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";