aghabalasar

package module
v0.0.0-...-2d76ffd Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2017 License: GPL-3.0 Imports: 1 Imported by: 0

README

What is Agha Balasar?

It's a health-check service(written in Go) which sends request to your http services every n seconds to insure everything is fine.

How to Use?

Create a YAML file that contains your services properties:

services:
  - name: google
    request-url: https://www.google.com
    period: 10
    requests-count: 5
    failures-count: 3
    timeout: 1.5
    post: false
    slacks:
      - https://hooks.slack.com/services/blablabla

  - name: bing
    request-url: https://www.bing.com
    period: 20
    requests-count: 4
    failures-count: 5
    timeout: 2
    post: false
    webhooks: # It's not implemented yet
      - https://www.mywebsite.com/my/webhook/url

License

Licensed under the GNU General Public License v3.0.

Author

Arya Hadi ([email protected])

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Version   string
	Commit    string
	BuildTime string
	Title     string
	StartTime time.Time
)

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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