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

Category Tree: Reduce number of categories

cacti -> munin (cacti) [Monitoring the monitoring.. nagios and monit
already there. shall we use a new name for the category then?]
san -> fs (netapp)
san -> cpu (netapp)
nfs -> fs
This commit is contained in:
dipohl 2017-02-23 04:00:39 +01:00
parent 0147f80574
commit a4710dc1a4
17 changed files with 16 additions and 16 deletions

View file

@ -50,7 +50,7 @@ if [ "$1" = "config" ]; then
echo 'graph_args --base 1000 -l 0'
echo 'graph_vlabel requests / ${graph_period}'
echo 'graph_total total'
echo 'graph_category NFS'
echo 'graph_category fs'
for a in $labels; do echo "$a.label $a" ; echo "$a.type DERIVE"; echo "$a.min 0"; done
exit 0
fi