Skip to content

bytedance/monitorViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version: V1.0

What's monitorViewer?

monitorViewer includes a python framework for customing monitoring scripts and a set of information dashboards. Users can easily customize their monitoring items based on monitorViewer.

  • Below is a demo of GUI dashboard.

    GUI_demo

  • Below is a demo web dashboard.

    web_demo

Python dependency

Need python3.12.7 Install python library dependency with command

pip install -r requirements.txt

Install

Copy install package into install directory. Execute below command under install directory.

python3 install.py

Configuration

Come into <MONITOR_VIEWER_INSTALL_PATH>/config directory,

  • Update "config.py" for monitorViewer basic configuration.

Generate scripts

  • Suggest to generate custom monitoring script into scripts//<monitor_item>.
  • Use python class "SaveLog" to save log and send alarm, the class is on common/common_monitor.py.
  • Startup scripts with crontab or Jenkins.

View monitor items

  • Execute $MONITOR_VIEWER_INSTALL_PATH/bin/monitor_viewer to run view custom monitoring items (heartbeat/log/alarm).

Start web

  • Execute $MONITOR_VIEWER_INSTALL_PATH/web/run.sh to start web.

Doc

More details please see "docs/monitorViewer_user_manual.pdf"

Update history


Version Date Update content
V1.0 (2024.11) Release original version

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published