pingzy

0.0.2 • Public • Published

Pingzy

Ultra cheap website monitoring. Posts downtime notifications to Slack.

15 seconds setup:

sudo npm install -g pingzy
pingzy -h

  Usage: pingzy [options]

  Options:

    -h, --help                               output usage information
    -V, --version                            output the version number
    -u, --urls <items>                       The urls to monitor separated by commas without spaces. (http://mysite.com,https://my.othersite.com)
    -d, --slack-domain [Slack domain]        Your Slack domain as in http://domain.slack.com.
    -t, --slack-url [Slack webhook url]      The Slack webhook url of your webhook integration.
    -c, --slack-channel [Slack channel]      The Slack channel to post to. Default to #general.
    -i, --interval <n>                       The interval in minutes between each check of the urls. Default to 1 minute.
    -l, --log-file [file path]               The log file path. Default to './.tmp/pingzy.log'.
    --verbose                                Set the logging level to verbose.

Example usage:

pingzy --urls http://jokund.com,http://mailin.io --slack-domain flabs  --slack-url https://hooks.slack.com/services/******/******/********* --slack-channel dev

Package Sidebar

Install

npm i pingzy

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • flolagale