heartilly

command module
v0.0.0-...-25fca43 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2021 License: MIT Imports: 20 Imported by: 0

README

Heartilly

CI Go Report Card

A simple uptime monitoring server.

Features

  • Checks to multiple HTTP endpoints continually
  • Notifications to Slack channel when detecting error(timeout, error response, ...)

Usage

heartilly -c config.toml

Configuration

[notification.slack]
token = "token"
channel = "#general"

[[monitor]]
name = "check"
url = "https://example.com/check"

[[monitor]]
name = "check post"
url = "https://example.com/check_post"
method = "POST"

[[monitor]]
name = "check follow redirect"
url = "https://example.com/check_follow_redirect"
follow = true

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL