Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

die-coder/PingdomRocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PingdomRocket

Overview

Install this webhook to get Pingdom notifications to Rocket.Chat.

Installation

Download

Download or copy the PingdomRocket.js content.

Create a new Incoming WebHook

Create a new Webhook and set all needed informations.

Configure Pingdom

Follow the instructions on Pingdom help.

Configuration

You can change a little bit of configuration.

var config = {
	author: 'Pingdom', // Author and Alias Name
	channel: '#server', // Channel to post
	upcolor: '#228B22', // Color for UP messages
	downcolor: '#8B0000', // Color for DOWN messages
	interactive: {
		enabled: false, // Change the Bot avatar depending on the status.
		upemoji: ':white_check_mark:', // Emoji for up messages
		downemoji: ':negative_squared_cross_mark:' // Emoji for down messages
	},
	emoji: ':Pingdom:' // you need to create a new emoji for this
};

Custom Emoji

You can create a custom emoji with the Pingdom logo. Download here

Releases

No releases published

Packages

No packages published