2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

Merge branch 'categories'

netapp -> san
This commit is contained in:
dipohl 2017-02-22 19:45:32 +01:00
commit 1c26d0c9cf
18 changed files with 14 additions and 14 deletions

View File

@ -33,7 +33,7 @@ if len(sys.argv) == 2 and sys.argv[1] == "config":
print 'graph_title CIFS usage on '+servername print 'graph_title CIFS usage on '+servername
print 'graph_args --base 1000 -l 0' print 'graph_args --base 1000 -l 0'
print 'graph_vlabel number' print 'graph_vlabel number'
print 'graph_category netapp' print 'graph_category san'
print 'graph_info This graph shows CIFS usage on '+servername print 'graph_info This graph shows CIFS usage on '+servername
print 'cifsConnectedUsers.label ConnectedUsers' print 'cifsConnectedUsers.label ConnectedUsers'

View File

@ -84,7 +84,7 @@ if (defined $ARGV[0] and $ARGV[0] eq "config")
print "graph_title $host CIFS sessions\n"; print "graph_title $host CIFS sessions\n";
print "graph_args --base 1000 --lower-limit 0 --rigid\n"; print "graph_args --base 1000 --lower-limit 0 --rigid\n";
print "graph_vlabel CIFS\n"; print "graph_vlabel CIFS\n";
print "graph_category netapp\n"; print "graph_category san\n";
print "graph_info This graph shows CIFS sessions status for the $host.\n"; print "graph_info This graph shows CIFS sessions status for the $host.\n";
print "graph_order "; print "graph_order ";
foreach (sort keys %oids) foreach (sort keys %oids)

View File

@ -91,7 +91,7 @@ if (defined $ARGV[0] and $ARGV[0] eq "config")
print "graph_title $host CIFS calls\n"; print "graph_title $host CIFS calls\n";
print "graph_args --base 1000 --lower-limit 0 --rigid\n"; print "graph_args --base 1000 --lower-limit 0 --rigid\n";
print "graph_vlabel calls / \${graph_period}\n"; print "graph_vlabel calls / \${graph_period}\n";
print "graph_category netapp\n"; print "graph_category san\n";
print "graph_info This graph shows cifs calls for the $host NetApp equipment.\n"; print "graph_info This graph shows cifs calls for the $host NetApp equipment.\n";
print "graph_order "; print "graph_order ";
foreach (sort keys %oids) foreach (sort keys %oids)

View File

@ -34,7 +34,7 @@ if len(sys.argv) == 2 and sys.argv[1] == "config":
print 'graph_scale no' print 'graph_scale no'
print 'graph_info This graph shows how CPU time is spent.' print 'graph_info This graph shows how CPU time is spent.'
print 'graph_period second' print 'graph_period second'
print 'graph_category netapp' print 'graph_category san'
print 'usage.label cpu_usage ' print 'usage.label cpu_usage '
print 'usage.draw STACK' print 'usage.draw STACK'

View File

@ -93,7 +93,7 @@ if (defined $ARGV[0] and $ARGV[0] eq "config")
print "graph_title $host CPU \n"; print "graph_title $host CPU \n";
print "graph_args --base 1000 -r --lower-limit 0 --upper-limit 100\n"; print "graph_args --base 1000 -r --lower-limit 0 --upper-limit 100\n";
print "graph_vlabel CPU \n"; print "graph_vlabel CPU \n";
print "graph_category netapp\n"; print "graph_category san\n";
print "graph_info This graph shows cpu busy value for the $host in percent.\n"; print "graph_info This graph shows cpu busy value for the $host in percent.\n";
print "graph_order "; print "graph_order ";
foreach (sort keys %oids) foreach (sort keys %oids)

View File

@ -63,7 +63,7 @@ sub do_collect
sub do_config_root sub do_config_root
{ {
# graph_category netapp # To show plugin in Gallery also in this category # graph_category san # To show plugin in Gallery also in this category
my ($host) = @_; my ($host) = @_;

View File

@ -135,7 +135,7 @@ sub do_config_vol
} }
print "graph_args --base 1024 --lower-limit 0\n"; print "graph_args --base 1024 --lower-limit 0\n";
print "graph_vlabel bytes\n"; print "graph_vlabel bytes\n";
# graph_category netapp # To show plugin in Gallery also in this category # graph_category san # To show plugin in Gallery also in this category
print "graph_category disk\n"; print "graph_category disk\n";
print "graph_order df64UsedKBytes df64SnapShotUsedKBytes df64SisSavedKBytes df64TotalKBytes df64SnapShotTotalKBytes df64TotalAndSnapTotalKBytes \n"; print "graph_order df64UsedKBytes df64SnapShotUsedKBytes df64SisSavedKBytes df64TotalKBytes df64SnapShotTotalKBytes df64TotalAndSnapTotalKBytes \n";

View File

@ -82,7 +82,7 @@ if (defined $ARGV[0] and $ARGV[0] eq "config")
print "graph_title $host Disk throughput\n"; print "graph_title $host Disk throughput\n";
print "graph_args --base 1024\n"; print "graph_args --base 1024\n";
print "graph_vlabel Bytes/\${graph_period} write (-) / read (+)\n"; print "graph_vlabel Bytes/\${graph_period} write (-) / read (+)\n";
# graph_category netapp # To show plugin in Gallery also in this category # graph_category san # To show plugin in Gallery also in this category
print "graph_category disk\n"; print "graph_category disk\n";
print "graph_info This graph shows DiskUtil calls for the $host NetApp equipment.\n"; print "graph_info This graph shows DiskUtil calls for the $host NetApp equipment.\n";
print "graph_order misc64DiskWriteBytes misc64DiskReadBytes\n"; print "graph_order misc64DiskWriteBytes misc64DiskReadBytes\n";

View File

@ -84,7 +84,7 @@ if (defined $ARGV[0] and $ARGV[0] eq "config")
print "graph_title $host NDMP \n"; print "graph_title $host NDMP \n";
print "graph_args --base 1000 --lower-limit 0 --rigid\n"; print "graph_args --base 1000 --lower-limit 0 --rigid\n";
print "graph_vlabel NDMP status\n"; print "graph_vlabel NDMP status\n";
print "graph_category netapp\n"; print "graph_category san\n";
print "graph_info This graph shows NDMP status for the $host NetApp equipment.\n"; print "graph_info This graph shows NDMP status for the $host NetApp equipment.\n";
print "graph_order "; print "graph_order ";
foreach (sort keys %oids) foreach (sort keys %oids)

View File

@ -82,7 +82,7 @@ if (defined $ARGV[0] and $ARGV[0] eq "config")
print "graph_title $host Network interface traffic\n"; print "graph_title $host Network interface traffic\n";
print "graph_args --base 1000\n"; print "graph_args --base 1000\n";
print "graph_vlabel Bytes in (-) / out (+) per \${graph_period}\n"; print "graph_vlabel Bytes in (-) / out (+) per \${graph_period}\n";
# graph_category netapp # To show plugin in Gallery also in this category # graph_category san # To show plugin in Gallery also in this category
print "graph_category network\n"; print "graph_category network\n";
print "graph_info This graph shows net stats for the $host NetApp equipment.\n"; print "graph_info This graph shows net stats for the $host NetApp equipment.\n";
print "graph_order misc64NetRcvdBytes misc64NetSentBytes\n"; print "graph_order misc64NetRcvdBytes misc64NetSentBytes\n";

View File

@ -120,7 +120,7 @@ if (defined $ARGV[0] and $ARGV[0] eq "config") {
print "graph_title $host NFSv3 calls\n"; print "graph_title $host NFSv3 calls\n";
print "graph_args --base 1000\n"; print "graph_args --base 1000\n";
print "graph_vlabel calls / \${graph_period}\n"; print "graph_vlabel calls / \${graph_period}\n";
# graph_category netapp # To show plugin in Gallery also in this category # graph_category san # To show plugin in Gallery also in this category
print "graph_category nfs\n"; print "graph_category nfs\n";
print "graph_info This graph shows NFSv3 calls for the $host NetApp equipment.\n"; print "graph_info This graph shows NFSv3 calls for the $host NetApp equipment.\n";
print "graph_order "; print "graph_order ";

View File

@ -85,7 +85,7 @@ if (defined $ARGV[0] and $ARGV[0] eq "config")
print "graph_title $host OPS \n"; print "graph_title $host OPS \n";
print "graph_args --base 1000 --lower-limit 0 --rigid\n"; print "graph_args --base 1000 --lower-limit 0 --rigid\n";
print "graph_vlabel OPS \n"; print "graph_vlabel OPS \n";
print "graph_category netapp\n"; print "graph_category san\n";
print "graph_info This graph shows OPS for the $host NetApp equipment.\n"; print "graph_info This graph shows OPS for the $host NetApp equipment.\n";
print "graph_order misc64CifsOps misc64NfsOps iscsi64Ops fcp64Ops misc64HttpOps\n"; print "graph_order misc64CifsOps misc64NfsOps iscsi64Ops fcp64Ops misc64HttpOps\n";
foreach my $k (sort keys %config) foreach my $k (sort keys %config)

View File

@ -112,7 +112,7 @@ sub do_config_vol
} }
print "graph_args --base 1000 --lower-limit 0 --rigid\n"; print "graph_args --base 1000 --lower-limit 0 --rigid\n";
print "graph_vlabel reallocate_status status\n"; print "graph_vlabel reallocate_status status\n";
print "graph_category netapp\n"; print "graph_category san\n";
foreach my $state ("reallocating", "redirecting", "quiesce", "debug") foreach my $state ("reallocating", "redirecting", "quiesce", "debug")
{ {
print "$state.label $state\n"; print "$state.label $state\n";

View File

@ -110,7 +110,7 @@ sub do_config_vol
} }
print "graph_args --base 1000 --lower-limit 0 --rigid\n"; print "graph_args --base 1000 --lower-limit 0 --rigid\n";
print "graph_vlabel sis status\n"; print "graph_vlabel sis status\n";
print "graph_category netapp\n"; print "graph_category san\n";
print "graph_order sisInitialising sisRunning sisPending sisDebug\n"; print "graph_order sisInitialising sisRunning sisPending sisDebug\n";
foreach my $state ("debug", "initialising", "running", "pending") foreach my $state ("debug", "initialising", "running", "pending")
{ {