Skip to content

cbc-univie/cluster-monitoring

Repository files navigation

Temperature Monitoring

Dashboard of the clusters

Installation

tempmon can be easily installed:

git clone https://github.com/cbc-univie/cluster-monitoring.git
cd cluster-monitoring
conda env create -f devtools/conda_envs/dash.yml

Then follow the link provided in the terminal.

If you need some parts in your own scripts, e.g. to get the datafiles in a pandas DataFrame, you can install the package and import it to your scripts:

pip install .

Usage

To view the Dashboard:

cd tempmon
python app.py

To use parts in a script (after pip install .):

from tempmon.utils import generate_dfs

# generate dataframes for rs02 and rs10
df_rs02, df_rs10 = generate_dfs()

Maintainers

  • cbc-univie

Copyright

©️ 2024, cbc-univie

Acknowledgements

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages