You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is probably a problem of the mattermost server self. The desctop client shows the actual version. But the curl command displays X-Version-Id: 5.28.0.5.28.1
curl displays first database schema version followed by the build number.
This results in icinga2 warning messages if -p (mattermost_patch) is enabled - nevertheless the patch is installed.
Howto correct the line
curl -i https://mm.beispiel.de 2>/dev/null | grep 'X-Version-Id' | grep -oE '([0-9]{1,}.)+[0-9]{1,}'
to show just the build number?
The text was updated successfully, but these errors were encountered:
muristan
changed the title
mattermost server doesn't show actual patched version
check_mattermost doesn't show actual patched version
Oct 28, 2020
Mattermost Team Edition
Mattermost: Vers. 5.28.1 Database schema version: 5.28.0
curl -i https://mm.beispiel.de 2>/dev/null | grep 'X-Version-Id' | grep -oE '([0-9]{1,}.)+[0-9]{1,}'
5.28.0.5.28.1.46
This is probably a problem of the mattermost server self. The desctop client shows the actual version. But the curl command displays X-Version-Id: 5.28.0.5.28.1
curl displays first database schema version followed by the build number.
This results in icinga2 warning messages if -p (mattermost_patch) is enabled - nevertheless the patch is installed.
Howto correct the line
curl -i https://mm.beispiel.de 2>/dev/null | grep 'X-Version-Id' | grep -oE '([0-9]{1,}.)+[0-9]{1,}'
to show just the build number?
The text was updated successfully, but these errors were encountered: