pandik

command module
v0.1.1-0...-fb9e40d Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2013 License: MIT Imports: 11 Imported by: 0

README

Pandik

Monitoring tool for web services. Self-hosted pingdom alternative.

Installation

If you have go tools installes to your system, enter the command bellow to your terminal.

$ go get github.com/oguzbilgic/pandik

Or you can just download the compiled binary to your computer.

Configuration

Pandik uses ~/.pandik.json file for configuration by default, but you can overwrite this by using -c command file with path to your configuration file. Here is a sample configuration file:

{
  "api": {
    "format": "json",
    "port": 9571
  },
  "monitors": [
    {
      "type": "http-status",
      "url": "webapp.com",
      "freq": "5m"
    }
  ],
  "notifiers": [
    {
      "type": "web",
      "address": "mydomain.com/callback"
    }
  ]
}

Usage

Locate your configuration file and run the comman bellow

$ pandik -c /path/to/configuration.json

To run pandik as a deamon on your system use the -d flag

$ pandik -d -c /path/to/configuration.json

By default pandik uses ~/.pandik.log for deamon's log file, but this can be overwritten by -l flag

$ pandik -d -l /path/to/log.file -c /path/to/configuration.json

License

The MIT License (MIT)

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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