1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

plugin categories: fixed emc_vnx_file_ and opentracker_

This commit is contained in:
Lars Kruse 2018-03-29 02:54:31 +02:00
parent 2449118cb7
commit 95e2c12485
2 changed files with 2 additions and 2 deletions

View file

@ -61,7 +61,7 @@
EMC VNX 5300 FileResolve EMC VNX 5300 FileResolve
These are NFS (v3,v4) Graphs. These are NFS (v3,v4) Graphs.
Graph category NFS: Graph category FS:
EMC VNX 5300 NFSv3 Calls per second EMC VNX 5300 NFSv3 Calls per second
EMC VNX 5300 NFSv3 uSeconds per call EMC VNX 5300 NFSv3 uSeconds per call
EMC VNX 5300 NFSv3 Op % EMC VNX 5300 NFSv3 Op %

View file

@ -86,7 +86,7 @@ $graphs{conn} = {
config => { config => {
args => '--lower-limit 0', args => '--lower-limit 0',
vlabel => 'Connections', vlabel => 'Connections',
category => 'opentracker', category => 'filetransfer',
title => 'Current Connections', title => 'Current Connections',
info => 'Current Connections to OpenTracker', info => 'Current Connections to OpenTracker',
}, },