Bugfix Kategorie
This commit is contained in:
parent
e58712dd6f
commit
a7f17eacb8
1 changed files with 2 additions and 2 deletions
4
extern/acng
vendored
4
extern/acng
vendored
|
@ -127,7 +127,7 @@ sub print_config{
|
||||||
|
|
||||||
print << 'EOC';
|
print << 'EOC';
|
||||||
multigraph acng_bytes
|
multigraph acng_bytes
|
||||||
echo "graph_category acng"
|
graph_category acng
|
||||||
graph_title Apt-Cacher NG bytes
|
graph_title Apt-Cacher NG bytes
|
||||||
graph_order origin client
|
graph_order origin client
|
||||||
graph_vlabel bytes per ${graph_period}
|
graph_vlabel bytes per ${graph_period}
|
||||||
|
@ -149,7 +149,7 @@ EOV
|
||||||
print << 'EOC';
|
print << 'EOC';
|
||||||
|
|
||||||
multigraph acng_requests
|
multigraph acng_requests
|
||||||
echo "graph_category acng"
|
graph_category acng
|
||||||
graph_title Apt-Cacher NG requests
|
graph_title Apt-Cacher NG requests
|
||||||
graph_order origin client
|
graph_order origin client
|
||||||
graph_vlabel requests per ${graph_period}
|
graph_vlabel requests per ${graph_period}
|
||||||
|
|
Loading…
Reference in a new issue