mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
make sure we have the initial listeners stat
svn path=/icecast/trunk/icecast/; revision=9721
This commit is contained in:
parent
0f6d8ba821
commit
af9bc6bfb8
@ -598,6 +598,7 @@ static void source_init (source_t *source)
|
||||
source->listeners = 0;
|
||||
stats_event_inc (NULL, "source_total_connections");
|
||||
stats_event (source->mount, "slow_listeners", "0");
|
||||
stats_event_args (source->mount, "listeners", "%lu", source->listeners);
|
||||
stats_event (source->mount, "listener_peak", "0");
|
||||
stats_event_time (source->mount, "stream_start");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user