Hi all,
I'm trying to get stats with mod_statsdx and I'm using this config:
{mod_statsdx, [{hooks,traffic}]},
{mod_stats2file, [{interval, 5},
{type, txt},
{split, true},
{basefilename, "/tmp/stats"},
{hosts, ["192.168.14.68"]}
]},
Problem is that /tmp/stats* file is not updated in 5 minutes interval. Any idea what could the problem be?
Thanks.