docket

module
v0.0.0-...-9172df8 Latest Latest
Warning

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

Go to latest
Published: May 22, 2019 License: MIT

README

Docket

Docket is a job monitoring and schedule reviewer application for SQL Agent. It was born from the simple question, "can we reboot the SSIS server?"

It:

  • Displays recent job runs and color codes their outcome.
  • Displays upcoming job schedule.
  • Displays information about a specific job run.

In the future it will:

  • Be able to monitor multiple servers at once.

To run: docket.exe -db server -r optional sql regex

  • db = database server to monitor
  • r = optional sql regex (e.g. SSIS-%) (default. %)

Dependencies:

  • go get github.com/cspital/go-bindata -- was github.com/jteeuwen/go-bindata but it disappeared

To build:

  • bump version
  • python build.py
  • git add .
  • git commit
  • python deploy.py

TODO

  • Frontend comments and refactoring.
  • Add support for multiple servers.
  • Add serverside outcome caching capabilities? If so, should client also cache or just rely on server cache?

Server => Go | Frontend => Typescript + React | Build => Python

Directories

Path Synopsis
api

Jump to

Keyboard shortcuts

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