1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-25 02:18:08 +00:00

Category Tree: Reduce number of categories

squid -> webserver (squid)
openfire -> chate
nfs -> fs
xastir -> radio
This commit is contained in:
dipohl 2017-02-23 04:29:44 +01:00
parent a4710dc1a4
commit 3ad41d6a4a
8 changed files with 35 additions and 35 deletions

View file

@ -60,7 +60,7 @@ port=${squidport:-3128}
test "$1" = "config" && {
echo 'graph_title Squid Efficiency'
echo 'graph_info This graph shows the proxy efficiency over the last five mins.'
echo 'graph_category squid'
echo 'graph_category webserver'
echo "graph_args --lower-limit 0 --upper-limit 100"
echo 'graph_vlabel %'
echo 'request.label request hits'