(Translated by https://www.hiragana.jp/)
GitHub - sebt3/watched.front: Watched Frontent
Skip to content

sebt3/watched.front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

watched.front

Overview

Watched aim to become a performance analysis and a monitoring tool. This is the frontend. Allow to view performance metric and monitoring events generated by the backend

Dependencies

This project is based on the following projects :

Other componants

  • watched.back Centralize the agents metric and monitor them.
  • watched.agent Collect metrics and monitor services forwarding the information over a REST api.

Running instruction

composer install
php -S 0.0.0.0:8080 -t public/

Complete instructions here.

Current status

In between a prototype and a full fleged frontend. At best an alpha status.