Skip to content
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.

thePunderWoman/SiteMonitor

Repository files navigation

Site Monitor using goengine

This application is a Site Monitor written in Go that is based on GoEngine.

Getting Started

db.sql is the database generation script to get you started. You'll need to create a file called ConnectionString.go in the helpers/database folder. It should look like this:

package database

const (
    db_proto = "tcp"
    db_addr  = "dbserveraddress:3306"
    db_user  = "dbusername"
    db_pass  = "dbpassword"
    db_name  = "dbname"
)

After you've created the database, set up permissions, run the generation script and created this file, you should be good to start using the application. You'll find the admin located at /admin.

Credits

Written By: Jessica Janiuk Special Thanks: Alex Ninneman

TO DO

  • Add Internal Auth
  • Add User management

About

A Site Monitor in Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages