Archive for the ‘Mattermost’ Category

Mattermost – gives healthcare, biotech and pharmaceutical firms complete control over their communication and it’s also open source so you can customize it to your exact requirements and to work with your existing equipment

Samstag, September 7th, 2019

Mattermost Secure enterprise-wide messaging – increase productivity and accelerate decision-making by connecting all employees with a centralized messaging service that lives behind your firewall

Mattermost 5.14.2 – is now available

Mittwoch, September 4th, 2019

Mattermost – an introduction to incoming webhooks

Mittwoch, September 4th, 2019

Simple Incoming Webhook – let’s learn how to create a simple incoming webhook that posts the following message to Mattermost

Linux
curl -i -X POST -H ‚Content-Type: application/json‘ -d ‚{„text“: „Hello, World!“}‘ http://<Mattermost Server>:8065/hooks/<generated key>
Windows 10
curl -i -X POST -H „Content-Type: application/json“ -d „{\“text\“: \“Hello, World!\“}“ http://<Mattermost Server>:8065/hooks/<generated key>

 

Mattermost – offers an open source, developer-focused alternative to Microsoft Team’s group chat software

Mittwoch, September 4th, 2019

Raspberry Pi – installing Mattermost on Raspbian Buster

Mittwoch, September 4th, 2019

A complete Mattermost installation consists of 3 major components: a proxy server, a database server, and the Mattermost server. You can install all components on 1 machine, or you can install each component on its own machine

# apt-get install mariadb-server
# systemctl start mysql
# mysql -p
 MariaDB> create user ‚Mattermost’@’localhost‘ identified by ‚<password>‘;
 MariaDB> create database mattermost;
 MariaDB> grant all privileges on mattermost.* to ‚Mattermost’@’localhost‘;
 MariaDB> exit
# cd /tmp
# mkdir Download
# cd Download
# wget https://github.com/SmartHoneybee/ubiquitous-memory/releases/download/v5.14.2/mattermost-v5.14.2-linux-arm.tar.gz
# tar -xvzf mattermost*.gz
# mv mattermost /opt
# useradd –system –user-group Mattermost
# chown -R Mattermost:Mattermost /opt/mattermost
# chmod -R g+w /opt/mattermost
# cd /opt/mattermost/config
# vi config.json
 „SqlSettings“: {
        „DriverName“: „mysql“,
        „DataSource“: „Mattermost:<password>@tcp(localhost:3306)/mattermost? … 
    },
# touch /lib/systemd/system/mattermost.service
# vi /lib/systemd/system/mattermost.service
[Unit]
Description=Mattermost
After=network.target
After=mysql.service
Requires=mysql.service
[Service]
Type=notify
ExecStart=/opt/mattermost/bin/mattermost
TimeoutStartSec=3600
Restart=always
RestartSec=10
WorkingDirectory=/opt/mattermost
User=Mattermost
Group=Mattermost
LimitNOFILE=49152
[Install]
WantedBy=multi-user.target
# systemctl daemon-reload
# systemctl status mattermost.service
mattermost.service – Mattermost
  Loaded: loaded (/lib/systemd/system/mattermost.service; disabled; vendor preset: enabled)
  Active: inactive (dead)
# systemctl start mattermost.service
# curl http://localhost:8065
# systemctl enable mattermost.service
https://docs.mattermost.com/install/install-debian.html

Mattermost 5.15.0-RC1 – ready for testing

Mittwoch, September 4th, 2019

Mattermost – a step-by-step guide to integrating a Mattermost chat server with a Zabbix monitoring server

Dienstag, September 3rd, 2019

Zabbix Matter Most Bot – Mattermost monitoring and integration with Zabbix

Mattermost – the enterprise messaging workspace

Montag, September 2nd, 2019

Rasperry Pi – installing Mattermost on Debian Stretch

Samstag, Juli 27th, 2019

Mattermost – is a flexible open source messaging platform that enables secure team collaboration