mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Added v3 to title, added nfs_client
I added a v3 to the title of the nfsd graph to reduce ambiguity. This is also the initial commit of the nfs_client plugin. It is essentially identical to server. The output of nfsstat for client is somewhat different from server in the labeling of the cache entries. As such, I've left them off here and will add a standalone plugin for nfs_client_cache where the awful, terrible, hideous string parsing will take place without sullying the triviality and simplicity of this working plugin.
This commit is contained in:
parent
d0d72f5daa
commit
e891287fd3
2 changed files with 62 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
=head1 NAME
|
||||
|
||||
nfsd - Plugin to monitor NFS server activity on FreeBSD
|
||||
nfsd - Plugin to monitor NFSv3 server activity on FreeBSD
|
||||
|
||||
=head1 CONFIGURATION
|
||||
|
||||
|
@ -46,7 +46,7 @@ varray=( $values )
|
|||
|
||||
if [ "$1" = "config" ]; then
|
||||
|
||||
echo 'graph_title NFS Server'
|
||||
echo 'graph_title NFSv3 Server'
|
||||
echo 'graph_args --base 1000 -l 0'
|
||||
echo 'graph_vlabel requests / ${graph_period}'
|
||||
echo 'graph_total total'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue