-
Notifications
You must be signed in to change notification settings - Fork 161
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
bbb_recordings_published error #23
Comments
The correct way to approach this is to figure out of BBB is reporting the wrong value in it's XML API or if the exporter has a bug. I just updated the documentation with the instructions how to view the XML API responses the exporter gets from BBB. I suggest you take a look if the XML API response contains these published recordings or not. |
Have you managed to figure out your issue? |
Sorry for late response. I was too busy with other stuff.
They both report the same value. But here is the catch (output from the BBB-exporter);
Seems like I could not enable the debug mode (I hate docker, never care to learn it in detail). But when I traced logs of it, I saw this;
|
I suggest you update to the recently released v0.3.0 and if you don't like Docker, we have a Systemd installation guide. You can also add The error you posted seems like:
|
I always deploy with "BBB_EXPORTER_VERSION=latest docker-compose up -d". Nice touch on systemd installation. That wasn't there when I setup the systems (or I missed them). If I got some spare time, I will switch to systemd (old habits die hard, I still miss SysVinit scripts :) )
That's right. bbb_meetings, bbb_meetings_participants, bbb_meetings_listeners etc seems to be fine.
Don't think that's the issue because of 2 reasons;
|
Im not sure if Yes you are correct, the systemd installation guide was added recently. Good luck debugging, do report back with your findings :). |
Are you still experiencing this issue in v0.4.0? |
Closing this for now. If you experience the issue again, reopen this issue or open another one. |
We have a similar problem. bbb_recordings_deleted has the following value: -4481.0, but the folders in /var/bigbluebutton/deleted/presentation/: 7 and API https:///bigbluebutton/api/getRecordings?state=deleted also give 7 records. I turned on the debug mode, I do not see anything problematic in the logs. I used the v0.6.0 exporter image, I also tried to run both v0.5.1 and v0.5.2, but the result is the same. The path /var/bigbluebutton is available to the exporter because bbb_recordings_published and bbb_recordings_unpublished are correct. Before that, we migrated the bbb server from the bbb22 version to the bbb24 version and copied only /var/bigbluebutton/published/, /var/bigbluebutton/unpublished/ and /var/bigbluebutton/recording/raw/ from the old server due to the large volume of records. Could this somehow affect bbb_recordings_deleted? What else can be done to solve this problem? |
One of my servers declare bbb_recordings_published is 0. But bbb-record shows published records and /var/bigbluebutton/published/presentation has 996 folders.
If you reqire any additional data, please let me know...
The text was updated successfully, but these errors were encountered: