Re: [bigbluebutton-dev] Grafana Metrics

95 views
Skip to first unread message

Kernel Subbiah

unread,
Jul 9, 2022, 1:31:44 AM7/9/22
to bigblueb...@googlegroups.com
Dear Jerome,

You can follow this to setup your BBB monitoring dashboard.

And below are the nginx configurations we have under monitoring.nginx 

# BigBlueButton Exporter (metrics)
location /metrics/ {
    auth_basic "BigBlueButton Exporter";
    auth_basic_user_file /etc/nginx/.htpasswd;
    proxy_pass http://127.0.0.1:9688/;
    include proxy_params;
}

# BigBlueButton monitoring
location /monitoring/ {
  proxy_pass http://127.0.0.1:3001/;
  include proxy_params;
}

Hope this helps

Thanks and Regards,


On Tue, Jul 5, 2022 at 1:20 PM Jerome Loubens <loubens...@gmail.com> wrote:
Hello
I had set up Grafana to monitor my BigBlueButton servers.
Today my Grafana server is in V8.3.3, and I wanted to update it to version 9.
I was able to do it without worries, he took over my Dashboard, but that's a disaster.
initially I had a problem with Origine Not Allowed, so I followed the procedure by adding
# proxy_set_header Host $http_host;
proxy_set_header Host example.com;
in my Nginx site.
I can therefore now have access to certain data such as the name of my instances, but not to the numerical values.
For example I can't know how many people are connected to my server, I know it's UP but I don't have more details.
Has anyone tested Grafana 9 with Prometheus services?
Thanks

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/CAK6nA62ckbDBu43x4%3D13P%3Dk5f3UhNxxmiZMYZYU08c3seFnQQw%40mail.gmail.com.

Jerome Loubens

unread,
Jul 11, 2022, 4:03:06 AM7/11/22
to BigBlueButton-dev
Hello
Thank you for this information, I was able to find the solution because the information was hidden in this menu while on the previous version it was checked.
Thank you for the answer.
options BBB GRAFANA.jpg

Reply all
Reply to author
Forward
0 new messages