OPTIONS
--data-dir
A directory to store rrddata and metadata
--port
TCP port listen on. Default is 5125
--host
IP address to listen on
--socket
File path to UNIX domain socket to bind. If enabled unix domain
socket, GrowthForecast does not bind any TCP port
--front-proxy
IP addresses or CIDR of reverse proxy
--allow-from
IP addresses or CIDR to allow access from. Default is empty (allow
access from any remote ip address)
--disable-1min-metrics
don't generate 1min rrddata and graph Default is "1" (enabled)
--disable-subtract
Disable gmode `subtract`. Default is "1" (enabled)
--enable-float-number
Store numbers of graph data as float rather than integer. Default is
"0" (disabled)
--with-mysql
DB connection setting to store metadata. format like
dbi:mysql:[dbname];hostname=[hostnaem] Default is no mysql setting.
GrowthForecast save metadata to SQLite
--web-max-workers
Number of web server processes. Default is 4
--rrdcached
rrdcached address. format is like either of