mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #3963 from crcro/nfs-v3-stats-fix
nfs-v3-stats fixes
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
global $config;
|
||||
|
||||
$graphs = array(
|
||||
'nfs-v3-stats' => 'NFS v3 Statistics',
|
||||
'nfs-io' => 'IO',
|
||||
'nfs-fh' => 'File handler',
|
||||
'nfs-rc' => 'Reply cache',
|
||||
'nfs-ra' => 'Read ahead cache',
|
||||
'nfs-net' => 'Network stats',
|
||||
'nfs-rpc' => 'RPC Stats',
|
||||
'nfs-v3-stats_stats' => 'NFS v3 Statistics',
|
||||
'nfs-v3-stats_io' => 'IO',
|
||||
'nfs-v3-stats_fh' => 'File handler',
|
||||
'nfs-v3-stats_rc' => 'Reply cache',
|
||||
'nfs-v3-stats_ra' => 'Read ahead cache',
|
||||
'nfs-v3-stats_net' => 'Network stats',
|
||||
'nfs-v3-stats_rpc' => 'RPC Stats',
|
||||
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user