Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re[2]: counters
Здравствуйте, theromis1.
Вы писали 1 марта 2013 г., 1:23:43:
> пример я обновил
> location ~* /stats/get_counter/(?P<id>.*)$ {
> counter_get host_counter $counter $id;
> return 200 $counter;
> }
> location ~* /stats/counter_get/(?P<id>.*)$ {
> counter_get host_counter $counter $id;
> return 200 $counter;
> }
> location ~* /stats/counter_drop/(?P<id>.*)$ {
> counter_drop host_counter $id;
> }
А что counter_get и counter_drop делают?
--
С уважением,
Михаил mailto:postmaster@xxxxxxxxxxxxx
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru
|