Skip to content

Commit

Permalink
renamed glusterfsd to glusterfsd_calls
Browse files Browse the repository at this point in the history
  • Loading branch information
acrollet committed Aug 6, 2010
1 parent 8737bc0 commit 27524ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions glusterfsd → glusterfsd_calls
Expand Up @@ -22,11 +22,11 @@ fi

if [ "$1" = "config" ]; then

echo 'graph_title GlusterFS Server'
echo 'graph_title GlusterFS Server calls'
echo 'graph_args --base 1000 -l 0'
echo 'graph_vlabel requests / ${graph_period}'
echo 'graph_total total'
echo 'graph_category GlusterFS'
echo 'graph_category GlusterFS Calls'
for a in $proc ; do echo "$a.label $a" ; echo "$a.type DERIVE"; echo "$a.min 0"; done
exit 0
fi
Expand Down

0 comments on commit 27524ce

Please sign in to comment.