Mentions légales du service

Skip to content
Snippets Groups Projects
Gaetan Lepage's avatar
Gaétan Lepage authored
6a3c8441
History
Name Last commit Last update
backend
public
.gitignore
LICENSE
README.md

cluster-monitor-2

  • Backend: backend/:
    • cluster_monitor_cron.sh: the cron job script ran by each node to publish its state on its local drive.
    • robotlearn-cluster-monitor.service: Systemd service that runs on the master node. It reads the state of each node and hosts an aggregated JSON.
  • Frontend: public/:
    • Very basic HMTL/CSS/JS that produces a decent layout from the raw stats.json data.