Giter Site home page Giter Site logo

dashops's Introduction

DashOps

A control panel for script execution and service monitoring

dashops's People

Contributors

mastersign avatar

Watchers

 avatar  avatar

dashops's Issues

Auto facettes, auto tags

Generate facette values and tags automatically when certain conditions are met.

Examples:

  • If facette host matches regex -production$ set facette environment to production
  • If facette verb is install add tag setup

Support for arbitrary environment variables

A dashboard project should allow setting arbitrary environment variables for all command actions and command monitors.

The command actions and command monitors should support setting individual environment variables.

Default project file

If no command line argument is provided, a file called dashops.yaml in the current working directory, should be loaded as default.

Show full command as secondary info

Provide a way to see the complete expanded command, which is to be executed when pressing an action button.

This could be in the form of a tooltip or as grey text beneath the action description.

Pre- and Post-Execution commands

The dashops configuration should allow running a global pre- and post- execution command.
These commands are run directly before and after every command action and command monitor.

These hooks allow customizing the execution environment of the actual commands.

Navigation targets for hosts, services, and tags

Navigation targets would be helpful to speed administration tasks.

Possible types:

  • Filesystem location
  • URL to show in the browser (e.g. web UIs of service backends, possibly with credentials)
  • Shell window on specific location

Navigation targets are annotated with facettes like actions.

Monitors

Add support for watchdog actions, which are executed repeatedly in an interval. An additional section in the UI to show the current state of the watchdogs.

  • If a watchdog action returns 0 no log is saved and the UI element shows OK.
  • If a watchdog action returns a value unequal 0 for the first time a log is saved and the UI element shows ERROR.
  • If a watchdog action returns a value unequal 0 repeatedly, no log is saved but the UI element keeps showing ERROR.

Add support for action patterns

Implement a way to build actions from lists of facette values.

Example

Facette values

  • a โ†’ [A, B]
  • b โ†’ [X, Y]

Command Pattern

  • Description Template: run ${b} in project ${a}
  • Command Template: %USERPROFILE%\scripts\Project ${a}\run.ps1
  • Argument List: [${b}]

Result Actions

  • run X in project A: %USERPROFILE%\scripts\Project A\run.ps1 X
  • run Y in project A: %USERPROFILE%\scripts\Project A\run.ps1 Y
  • run X in project B: %USERPROFILE%\scripts\Project B\run.ps1 X
  • run Y in project B: %USERPROFILE%\scripts\Project B\run.ps1 Y

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.