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

No time series data on FKNMS dash #53

Closed
dotis opened this issue Jul 31, 2023 · 1 comment
Closed

No time series data on FKNMS dash #53

dotis opened this issue Jul 31, 2023 · 1 comment
Assignees
Labels
bug Something isn't working client-fknms

Comments

@dotis
Copy link
Collaborator

dotis commented Jul 31, 2023

The display of time series data on the FKNMS dash has failed and we are getting the "bad gateway" error. This may be related to 52.

@dotis dotis assigned 7yl4r and dotis Jul 31, 2023
@7yl4r 7yl4r added bug Something isn't working client-fknms labels Aug 1, 2023
@7yl4r
Copy link
Member

7yl4r commented Aug 1, 2023

This error shows when the InfluxDB can't be reached. Checking in on the server I found the instance is down:

tylarmurray@fknms-dashboard-04:~$ docker container ls -a
CONTAINER ID   IMAGE                                      COMMAND                  CREATED        STATUS                      PORTS                                                 NAMES
[...]
1353c06aedc5   influxdb:1.8                               "/entrypoint.sh infl…"   5 weeks ago    Exited (137) 39 hours ago                                                         influxdb
[...]

Nothing in the logs:

docker logs influxdb

I couldn't find any other logfiles in the directory.

Started the container back up using docker compose:

tylarmurray@fknms-dashboard-04:~/mbon-dashboard-server$ docker compose up -d
[+] Building 0.0s (0/0)                                                                                                                                                              
WARN[0000] Found orphan containers ([erddap]) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up. 
[+] Running 11/11
 ✔ Container nginx                                      Running                                                                                                                 0.0s 
 ✔ Container grafana                                    Running                                                                                                                 0.0s 
 ✔ Container mbon-dashboard-server-postgres-1           Healthy                                                                                                                 0.5s 
 ✔ Container mbon_data_uploader                         Running                                                                                                                 0.0s 
 ✔ Container influxdb                                   Started                                                                                                                 0.6s 
 ✔ Container mbon-dashboard-server-redis-1              Healthy                                                                                                                 0.5s 
 ✔ Container mbon-dashboard-server-airflow-scheduler-1  Running                                                                                                                 0.0s 
 ✔ Container mbon-dashboard-server-airflow-init-1       Started                                                                                                                 0.8s 
 ✔ Container mbon-dashboard-server-airflow-worker-1     Running                                                                                                                 0.0s 
 ✔ Container mbon-dashboard-server-flower-1             Running                                                                                                                 0.0s 
 ✔ Container mbon-dashboard-server-airflow-webserver-1  Running                                                                                                                 0.0s 

Checked after 3 min and all looks good again.


Another mystery docker container shutdown like #51. I remain unsure why.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working client-fknms
Projects
None yet
Development

No branches or pull requests

2 participants