acng Katgorie hinzugefügt

This commit is contained in:
Michael Grote 2021-09-16 14:50:10 +02:00
parent 1593e83a7a
commit 972cdd2040

2
extern/acng vendored
View file

@ -127,6 +127,7 @@ sub print_config{
print << 'EOC'; print << 'EOC';
multigraph acng_bytes multigraph acng_bytes
echo "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}
@ -148,6 +149,7 @@ EOV
print << 'EOC'; print << 'EOC';
multigraph acng_requests multigraph acng_requests
echo "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}