Questions tagged [mattermost]

Mattermost is an open source, self-hosted team communication service that is an alternative to SaaS messaging services such as Slack.

150 questions
2
votes
1 answer

Problems with bash script thats send ssh logins to Mattermost

My Problem is that my script dont send me the right variables to my Mattermost Channel. I will that my script send when a user login with ssh to my server , with name,ip,ect. And when the login failed send to another channel with information. i have…
Felix123
  • 21
  • 1
2
votes
0 answers

How to generate notifications in Mattermost for all state change in JIRA or Gitlab?

In the latest(4.9) Mattermost, it provides integration with Gitlab and a Beta plugin for JIRA. I followed the documents to finish the integration, and it works, I got notifications for the "create", "close" and "reopen" operation. For the BUG…
Edison
  • 101
  • 1
  • 1
  • 2
2
votes
1 answer

Generating message ID in PostgreSQL for storing Mattermost messages

We are going to migrate from Skype to Mattermost and wish to copy messages for group chats, we managed to parse correctly data from *.db files where Skype stores all the messages and wish to insert that data to PostgreSQL database which will be used…
2
votes
1 answer

Mattermost incoming webhooks error, "Unable to parse incoming data"

Judging by the amount of information out there this does not seem like a common way to execute mattermost webhooks. We have a mattermost installation, we have an older web application used to lookup inventory, we would like to be able to via webhook…
Mark Carpenter Jr
  • 812
  • 1
  • 16
  • 32
2
votes
3 answers

Mattermost: How to view list of files uploaded to a channel

Is there a way to view a list of all the files that people have uploaded/attached to a channel? Perhaps even through the search feature or a slash command? Or maybe there's a simple plugin that adds this functionality? As a comparison, this is a…
rdguam
  • 356
  • 5
  • 10
2
votes
1 answer

How do I promote other users to the System Admin role in Mattermost?

The Mattermost documentation states that a user with the role of System Admin can promote other users to that same role since version 3.0. Looking through the Web UI and browsing the documentation however leaves me clueless how to achieve that. Can…
funky-future
  • 3,716
  • 1
  • 30
  • 43
2
votes
2 answers

nginx: rewriting rule to access Mattermost instance

I have a VPS whose primary interface is accessible via two internet names which I'll give here as personal.me and company.com. I am running a Mattermost server and can access it via personal.me using the following nginx rule: server { …
1
vote
1 answer

Sending message from Mattermost golang bot to any user

How i can send direct message from mattermost bot to user? I find similar question, but it not works for me: package main import ( "github.com/mattermost/mattermost-server/v5/model" ) func main() { client :=…
mocart
  • 389
  • 1
  • 6
  • 16
1
vote
1 answer

Can we send Splunk alerts to private Mattermost channel

I have Splunk alerts working and they send alerts to a public channel. However I want to send alerts to a private channel. Is there a token setting or some configuration that I have to take care as I don't see alerts coming in to the private…
ConfusedProgrammer
  • 479
  • 1
  • 4
  • 14
1
vote
0 answers

Create a button in AlertManager plugin for Mattermost

I am using alertmanager plugin to send aletrs from prometheus. I need to add a button in this file https://github.com/cpanato/mattermost-plugin-alertmanager/blob/main/server/webhook.go, which will be visible in case of successful firing…
rootin
  • 11
  • 1
1
vote
0 answers

Cannot create a client socket with a PROTOCOL_TLS_SERVER context

Today I started coding bot in Mattermost and ran into problem. client = Driver({ "url": "chat my company", 'token': 'token', 'scheme': 'https', 'host': 'chat my company', 'port': 8082, 'basepath': '/api/v4', 'verify':…
kacper1236
  • 144
  • 8
1
vote
1 answer

Mattermost Docker "/config/config.json" Permission denied

I am experimenting with mattermost docker image. I am getting Permission denied from the mattermost official docker image itself. OS :Centos 8 Stream. User : root - running all docker-compose commands using root. Any other docker images(eg…
Dwija
  • 89
  • 11
1
vote
1 answer

How to pass an array with curl command for mattermost

I´m new in Mattermost Rest API world and want to create a direct message channel using curl command. https://api.mattermost.com/#tag/channels/paths/~1channels~1direct/post I tried this command curl -i -X POST -H 'Content-Type: application/json' -d…
Stefan
  • 160
  • 1
  • 11
1
vote
0 answers

Unicode Error when make run server on Mattermost?

After following the instructions here: https://developers.mattermost.com/contribute/server/developer-setup/ I encountered another error: See attached image UnicodeDecodeError I'm new to docker and go, so I'm not sure what this implies. (Or could be…
1
vote
0 answers

The certificate from domain name is not trusted from mattermost android app

I implemented a mattermost server and enabled ssl connection. I can connect to server in browser from my computer and my android phone also from Desktop app. But when i try connect to server from android app , i get this error : "the certificate…
f_y
  • 73
  • 9
1
2
3
9 10