Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.13 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.13 KB

Smonit

Build Status Tag License Code style: black

Collect and monitor salt activities.

Roadmap

Check the list here.

Requirements

  • Python >= 3.6
  • influxdb >= 1.7.6
  • salt-master >= 2018.3.2
  • redis >= 4.0.9

Install

  • pip install pipenv
  • pipenv install --system --deploy

For stable version, please check releases section.

Usage

  • Run bash start.sh dev/prod

Tests

Soon.

Contribute

Contributions are always welcome.

  • Fork the repo
  • Create a pull request against master
  • Be sure tests pass (if exists)

Check GitHub Flow for details.

Authors