Merge pull request 'Mumble and jitsi checks change' (#4) from mumble_checks into main

Reviewed-on: #4
This commit is contained in:
meaz 2023-10-07 07:47:19 +00:00
commit b87223477f
1 changed files with 2 additions and 2 deletions

View File

@ -78,12 +78,12 @@ UserParameter=prosody[*],cat /tmp/prosody_stats | grep $1 | cut -d' ' -f2-
{% if item.name == 'jitsi' %}
# Jitsi
UserParameter=jitsi[*],cat /tmp/jitsi_stats | grep $1 | cut -d' ' -f2-
UserParameter=jitsi[*],curl -s http://localhost:8888/stats | jq '$1'
{% endif %}
{% if item.name == 'mumble' %}
# Mumble
UserParameter=prmumbleosody[*],cat /tmp/mumble_stats | grep $1 | cut -d' ' -f2-
UserParameter=mumble[*],cat /tmp/mumble_stats | grep $1 | cut -d' ' -f2-
{% endif %}
{% endfor %}