Adding tutorial for GJR setup for admins to monitoring tutorial#6798
Adding tutorial for GJR setup for admins to monitoring tutorial#6798TomasVondrak wants to merge 6 commits intogalaxyproject:mainfrom
Conversation
Added Galaxy Job Radar information and joining instructions to the monitoring tutorial.
Updated the description of Galaxy Job Radar and improved clarity on the InfluxDB setup note.
shiltemann
left a comment
There was a problem hiding this comment.
thanks a lot!
Please also add yourself to the CONTRIBUTORS.yaml file and as a contributor on this tutorial :)
|
|
||
| Simplified schema of the full setup: | ||
|
|
||
| <img width="537" height="212" alt="galaxy_data_flow" src="https://github.com/user-attachments/assets/b8d4dc16-8542-4c41-9e1b-b7800781c819" /> |
There was a problem hiding this comment.
Please add any images directly in the GTN.
Markdown syntax is preferred. If you need to set size, you can still do so, e.g.
{: width="537"}
| 1) Your Galaxy needs to be sending data to your InfluxDB via [gxadmin scripts](https://github.com/usegalaxy-eu/infrastructure-playbook/tree/master/roles/usegalaxy-eu.job-radar-stats-influxdb) | ||
| 1) You give us access to read the InfluxDB (we need: `influxdb_password_var_name;influxdb_host;influxdb_port;influxdb_username`) and some basic information about your server (we need: `name;lat;long;`) | ||
| 1) You send us information about your Pulsar servers (we need: `galaxy;pulsar_id;lat;long;node_count;desc`) | ||
| 1) Wait few days and your Galaxy and Pulsars show up at [https://gjr.metacentrum.cz](https://gjr.metacentrum.cz) |
There was a problem hiding this comment.
I assume you want this to render as a list? Then you need periods in stead of parentheses (and I'm adding proper numbering for readability):
| 1) Your Galaxy needs to be sending data to your InfluxDB via [gxadmin scripts](https://github.com/usegalaxy-eu/infrastructure-playbook/tree/master/roles/usegalaxy-eu.job-radar-stats-influxdb) | |
| 1) You give us access to read the InfluxDB (we need: `influxdb_password_var_name;influxdb_host;influxdb_port;influxdb_username`) and some basic information about your server (we need: `name;lat;long;`) | |
| 1) You send us information about your Pulsar servers (we need: `galaxy;pulsar_id;lat;long;node_count;desc`) | |
| 1) Wait few days and your Galaxy and Pulsars show up at [https://gjr.metacentrum.cz](https://gjr.metacentrum.cz) | |
| 1. Your Galaxy needs to be sending data to your InfluxDB via [gxadmin scripts](https://github.com/usegalaxy-eu/infrastructure-playbook/tree/master/roles/usegalaxy-eu.job-radar-stats-influxdb) | |
| 2. You give us access to read the InfluxDB (we need: `influxdb_password_var_name;influxdb_host;influxdb_port;influxdb_username`) and some basic information about your server (we need: `name;lat;long;`) | |
| 3. You send us information about your Pulsar servers (we need: `galaxy;pulsar_id;lat;long;node_count;desc`) | |
| 4. Wait few days and your Galaxy and Pulsars show up at [https://gjr.metacentrum.cz](https://gjr.metacentrum.cz) |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
||
| [CESNET](https://www.cesnet.cz/en) manages a central instance of GJR at [https://gjr.metacentrum.cz](https://gjr.metacentrum.cz) | ||
|
|
||
| **Galaxy Job Radar admins invite any public Galaxy servers to join this effort and share the anonymous data about their jobs with the central instance.** |
There was a problem hiding this comment.
This looks like a heading, but isn't. Please use proper semantic headings where possible. You should check the heading level of this suggestion, rather than accepting the change as-is.
| **Galaxy Job Radar admins invite any public Galaxy servers to join this effort and share the anonymous data about their jobs with the central instance.** | |
| **### Galaxy Job Radar admins invite any public Galaxy servers to join this effort and share the anonymous data about their jobs with the central instance.** |
I have added to monitoring tutorial for admins section where I describe how they can join (for testing and monitoring purposes) Galaxy Job Radar central visualization at CESNET (https://gjr.metacentrum.cz/). We were thinking that this is probably the best place where we can put the tutorial so that any galaxy admin who would like to join the visualization can find the information.