No commit activity in last 3 years
No release in over 3 years
This plugin will send notification to Typetalk.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0
~> 10.0

Runtime

= 0.4.0
 Project Readme

Alerty::Plugin::Typetalk

Alerty plugin for Typetalk

Installation

$ gem install alerty-plugin-typetalk

Type

typetalk

Configuration

token: Typetalk token
topic_id: Typetalk topic id
template: Template text. You can use placeholders listed below.

Placeholders

${hostname}: hostname which rans the command
${command}: a given command
${exitstatus}: exitstatus of the executed command
${output}: output of the executed command

Example configuration

log_path: STDOUT
log_level: debug
plugins:
  - type: typetalk
    token: xxxxxxxxxxxxxxxxxxxx
    topic_id: 12345
    template: "FAILURE: [${hostname}] ${command}\n${output}"