module Bigbrother

Defined in:

bigbrother.cr
bigbrother/app.cr
bigbrother/check.cr
bigbrother/check/failure.cr
bigbrother/check/host_ip.cr
bigbrother/check/http.cr
bigbrother/check/response.cr
bigbrother/cli.cr
bigbrother/config.cr
bigbrother/notifier.cr
bigbrother/notifier/console.cr
bigbrother/notifier/telegram.cr
bigbrother/version.cr

Constant Summary

VERSION = "0.1.0"
VERSION_DATE = {{ (`date +%F`).stringify.chomp }}
VERSION_SHA1 = {{ (`git rev-parse --short HEAD 2>/dev/null || echo \"??????\"`).stringify.chomp }}

Class Method Summary

Class Method Detail

def self.run(argv) #

[View source]