kmod-midori / srvmon

A simple yet useful server status monitoring tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SrvMon

A simple yet useful server status monitoring tool.

Authentation

This application does not have a complete user management system as it is meant to be lightweight. Anyone with such requirements should resort to a more complete system.

Project setup

poetry install
npm install
npm run build # Compiles and minifies the frontend for production
flask db upgrade

Compiles and hot-reloads for frontend development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

A simple yet useful server status monitoring tool.

License:MIT License


Languages

Language:Python 52.6%Language:Vue 39.4%Language:JavaScript 6.4%Language:HTML 0.9%Language:Mako 0.5%Language:Shell 0.2%