Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 648 Bytes

slack.md

File metadata and controls

20 lines (13 loc) · 648 Bytes

Slack

Slack is a cloud-based set of proprietary team collaboration software tools and online services.

Create a Slack Webhook

A webhook is required to post alerts to a slack.

  1. Follow slack's guide to setting up an incoming webhook.
  2. Copy the Webhook URL
  3. Turn on slack alerts and enter the URL in to the LinuxGSM settings. (~/lgsm/config-lgsm/<gameserver>/common.cfg)
# Slack Alerts | https://docs.linuxgsm.com/alerts/slack
slackalert="on"
slackwebhook="your webhook url"