Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

servers should report BigBlueButton version #1021

Open
debuglevel opened this issue Sep 22, 2023 · 4 comments
Open

servers should report BigBlueButton version #1021

debuglevel opened this issue Sep 22, 2023 · 4 comments

Comments

@debuglevel
Copy link

debuglevel commented Sep 22, 2023

It would be nice if servers would also return the BigBlueButton version of each server.

The reason this would be useful (at least for us): We are rolling out BBB updates by cordoning 1 of N servers, update it to the newest version, and enable it again. If servers would return the BBB version we could easily check if we did not miss a server.

@ffdixon
Copy link
Member

ffdixon commented Sep 22, 2023

It's a good suggestion.

@pielonet
Copy link
Contributor

Hi @ffdixon ,

If servers output had to be modified, please tell us in advance so that we can modify DiViM-S code accordingly !

@debuglevel
Copy link
Author

In my code I switched from the CLI servers output to the API which has approximately the same data, but is much easier and more stable to parse :). I guess that was not available back then when divims was developed, but might be worth the migration :).

@Ithanil
Copy link
Contributor

Ithanil commented Apr 5, 2024

Hi @ffdixon ,

If servers output had to be modified, please tell us in advance so that we can modify DiViM-S code accordingly !

#1049 will add a line to the output of rake servers (other tasks / API responses are also affected). Maybe it is a good idea to add this suggestion in the same release.

But how to infer the BBB version without SSH access? Am I missing something?

EDIT: This proposal isn't new and BBB still does not provide the necessary information per API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants