You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
656 B
29 lines
656 B
;; |
|
;; statsite.ini -- Statsite Server Configuration |
|
;; |
|
|
|
[statsite] |
|
daemonize = 1 |
|
pid_file = @l_prefix@/var/statsite/run/statsite.pid |
|
bind_address = 127.0.0.1 |
|
port = 8125 |
|
udp_port = 8125 |
|
log_level = INFO |
|
log_facility = local0 |
|
flush_interval = 10 |
|
timer_eps = 0.01 |
|
set_eps = 0.02 |
|
stream_cmd = @l_prefix@/bin/python @l_prefix@/share/statsite/sinks/influxdb.py @l_prefix@/etc/statsite/statsite-influxdb.ini INFO |
|
|
|
[histogram_api] |
|
prefix = api |
|
min = 0 |
|
max = 100 |
|
width = 5 |
|
|
|
[histogram_default] |
|
prefix = |
|
min = 0 |
|
max = 200 |
|
width = 20 |
|
|
|
|