New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

uptime-grove

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uptime-grove

An Uptime plugin that sends notifications to the Grove.io IRC service

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source
              __  .__                                                          
 __ _________/  |_|__| _____   ____             ___________  _______  __ ____  
|  |  \____ \   __\  |/     \_/ __ \   ______  / ___\_  __ \/  _ \  \/ // __ \ 
|  |  /  |_> >  | |  |  Y Y  \  ___/  /_____/ / /_/  >  | \(  <_> )   /\  ___/ 
|____/|   __/|__| |__|__|_|  /\___  >         \___  /|__|   \____/ \_/  \___  >
      |__|                 \/     \/         /_____/                        \/ 

An Uptime plugin that sends notifications to the Grove.io IRC service. Supports sending each of Uptime's notice types to a list of Grove channels.

Installation

Download and install the node package.

$ npm install uptime-grove

To enable the plugin, place the following in ./plugins/index.js

exports.init = function() {
  require('uptime-grove').init();
}

Then configure the plugin with your Uptime site. Here is an example.

grove:
  event:
    up:
      - 'ieuPAr8UIQ24NAeqV1r9s0pHBHR7RTL9wq'
    down:
      - 'ieuPAr8UIQ24NAeqV1r9s0pHBHR7RTL9wq'
    paused:
    restarted:
  dashboardUrl: 'http://localhost:8082'

Much respect due

This code is derived from Paul Dixon's uptime-webhooks.

Keywords

FAQs

Package last updated on 31 Jul 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc