Skip to content

rmalveis/simple-environment-monitor-system

 
 

Repository files navigation

Simple Environment Monitor System

Join the chat at https://gitter.im/diegorubin/simple-environment-monitor-system PyPI version Build Status

Installation

Directly from PyPI:

pip install sems

Using pip but from source

pip install git+https://github.com/diegorubin/simple-environment-monitor-system.git@master

or clone from the source (for the brave):

git clone https://github.com/diegorubin/simple-environment-monitor-system.git
cd simple-environment-monitor-system
python setup.py install

Usage

For installation using pip (PyPI or source)

sems-start 

For installation from the source, go to the source project path and run

python main.py

Settings

To change settings use variables of environments. The settings avaibles are:

Variable Name Description Default Value
SEMS_DATABASE Complete path to file used like database. <current_path>/db.json
SEMS_SERVER_PORT Port number where the server responds. 8888
SEMS_LOG_LEVEL Log Level for application. Avaliable values are INFO, DEBUG, ERROR or CRITICAL. INFO
SEMS_LOG_PATH Path to log files. <current_path>/log
SEMS_DEBUG Run tornado application in debug mode. To enable uses True as value. False
SEMS_WEB_POLLING_INTERVAL Monitor polling interval. Default value is one minute. 60000

Sems

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 45.5%
  • JavaScript 26.0%
  • HTML 22.9%
  • CSS 4.5%
  • Other 1.1%