qawemlilo / ping-monitor-slack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@ping-monitor/slack

Options

{
    webhook_url: "",  // Slack webhook url
    icon_url: "",  // Slack notification icon url
    slack_channel: "",  // Slack channel
    notification_color: "",  // default: "#FF0000" , Custom color for notifications
    messages: {
        up: "",  // default: `Up and Running! πŸ‘`
        down: "",  // default: `Downtime Incidence πŸ›‘`
        stopped: "",  // default: `Monitoring Stopped ❌`
        error: "",  // default: `Error/Downtime Incidence πŸ›‘`
        timeout: "",  // default: `Connection Timed Out ⏰`
    }
}

About

License:MIT License


Languages

Language:JavaScript 100.0%