eagle

command module
v0.0.0-...-8769a01 Latest Latest
Warning

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

Go to latest
Published: Oct 26, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

README

eagle

Website, SSL certificates, Port and Ping monitoring

Contentes

  1. Usage
    1. Binaries
      1. Install

Usage

Binaries
Install
  1. Clone eagle repo
$ git clone https://github.com/cloudsark/eagle.git && cd eagle  
  1. Create eagle database & tables schema (MariaDB 10.x)
$ mysql -u root -p
MariaDB [(none)]> CREATE DATABASE eagle;
MariaDB [(none)]> CREATE USER 'eagle' IDENTIFIED BY 'type_your_password_here';
MariaDB [(none)]> GRANT ALL ON eagle.* TO 'eagle'@'localhost';
MariaDB [(none)]> use eagle;
MariaDB [(none)]> source db.sql
  1. Build Docker Image
$ docker build -t eagle-go .  
  1. Run Container
$ docker run --detach --name=eagle-go \ 
                      -e SLACK_TOKEN='' \
                      -e SLACK_CHANNEL='' \
                      -e DB_USER='' \
                      -e DB_PASSWORD='' \ 
                      -e DB_NAME='' \
                      -e DB_HOST='' \
                      -e DB_PORT='' \
                      eagle-go
  1. Check logs
$ docker logs eagle-go .  

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