Cristobal M
10/11/22, 9:56:25 AM EDT
Yesterday updated the UN ticket about traffic reports. I was trying to make work the Promethues+Grafana setup but it is complete broken. Then remembered this other nginx-logs graph tool, which is pretty basic but seems to have good info:
Cristobal M
10/11/22, 9:58:46 AM EDT
Bad news are we only have 15 days (some of the dist servers only 7) days of access logs. Since this are Droplets and logs become very large, so at some point we reduced the amount of logs we keep.
Cristobal M
10/11/22, 2:11:12 PM EDT
I'm reviewing last Exensio question, they discovered Saving Collection permissions are not applied until next restart, is this how it worked always?
Cristobal M
10/11/22, 2:11:42 PM EDT
Testing that I also found Download permission from Media tab, may be not applied correctly and it is allowing to download anyways.
Christopher B
10/11/22, 2:17:15 PM EDT
One or Two weeks of data should be fine. I can multiply out a months worth
Christopher B
10/11/22, 2:17:58 PM EDT
Can we get a spreadsheet of all the reports on all the UN nodes?
Christopher B
10/11/22, 2:18:27 PM EDT
Saving Collection might be cached to the user. Perhaps they need to log out?
Cristobal M
10/11/22, 2:21:19 PM EDT
About Collections, yeah I tested almost everything, Clear cache, Page cache, logout login, nothing but restart works.
Christopher B
10/11/22, 2:22:22 PM EDT
Just need unique visitors, total hits and total megs transfered
Cristobal M
10/11/22, 5:22:14 PM EDT
Now working on Modal (emdialog) is not closing when form submited (Upload assets page, create new Collection, it should close the dialog when Collection created) thought was simple thing, but looks like known issue on bootstrap 4
Cristobal M
10/11/22, 5:27:29 PM EDT
I think something is wrong with Bootstrap JS included. Looks like you included 4.3 css, but leave 4.0 JS's
Cristobal M
10/11/22, 6:07:25 PM EDT
I think I fond the issue, you modified the code for open the Dialog, but that code is for Bootstrap 5.
Cristobal M
10/12/22, 11:11:10 AM EDT
I was able to fix it, now there is only one thing with closing the Dialog when Media Viewer is open, it closes both. Old fix not working.
Cristobal M
10/12/22, 11:12:08 AM EDT
I got confused, I thought you want to use bs5, but the change was actually from bs4 to bs4.5.