mod_statsdx: Fix operating system statistics
This commit is contained in:
parent
f445f6aa31
commit
214339814f
|
@ -804,7 +804,7 @@ received_response(From, {xmlel, <<"iq">>, Attrs, Elc}) ->
|
||||||
|
|
||||||
Client = get_tag_cdata_subtag(El, <<"name">>),
|
Client = get_tag_cdata_subtag(El, <<"name">>),
|
||||||
Version = get_tag_cdata_subtag(El, <<"version">>),
|
Version = get_tag_cdata_subtag(El, <<"version">>),
|
||||||
OS = get_tag_cdata_subtag(El, "os"),
|
OS = get_tag_cdata_subtag(El, <<"os">>),
|
||||||
{Client_id, OS_id} = identify(Client, OS),
|
{Client_id, OS_id} = identify(Client, OS),
|
||||||
|
|
||||||
ConnType = get_connection_type(User, Host, Resource),
|
ConnType = get_connection_type(User, Host, Resource),
|
||||||
|
|
Loading…
Reference in New Issue