Operations | Monitoring | ITSM | DevOps | Cloud

Messaging

Deploy ChatOps with Microsoft Teams + Resolve Automation to Modernize Your Service Desk!

Looking for a chat capability for your ITSM tool, and already have Microsoft Teams? Why not use Resolve Automation to power chat ops for Service Desk Transformation. Join Brent Hunter to see how you can quickly integrate common tasks.

Layered store and struct embedding in Go

One of the most important parts of the Mattermost source code is the one responsible for accessing the Mattermost database: the store. Every single database access is handled by the store, so we needed to find a way to extend its functionality while introducing as little complexity as possible. This is the reason behind the current layered approach using struct embedding.

Monitor HiveMQ with Datadog

HiveMQ is an open source MQTT-compliant broker for enterprise-scale IoT environments that lets you reliably and securely transfer data between connected devices and downstream applications and services. With HiveMQ, you can provision horizontally scalable broker clusters in order to achieve maximum message throughput and prevent single points of failure.

Automatically extend Mattermost sessions for less frequent logouts and happier end users

Frequent logouts are a frustrating experience for users, especially on servers with short session lengths configured. In v5.24 and later, you can enable the configuration setting for extending session length with activity to automatically extend sessions and keep users logged in as long as they are active in their Mattermost apps.