You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I really would love to set this up on my raspberry pi 4, but I run into a problem.
I cloned the repository, executed the init and build command. So good so far.
As soon as I execute the make run command it gets me the following error:
ubuntu@ubuntu:~/internet-monitor$ make run
docker-compose up
Starting internet-monitor_prometheus_1 ...
internet-monitor_alertmanager_1 is up-to-date
monitoring_node_exporter is up-to-date
Recreating internet-monitor_loki_1 ...
Creating internet-monitor_im_1 ...
Creating cadvisor ... error
Starting internet-monitor_prometheus_1 ... done
ERROR: for cadvisor Cannot create container for service cadvisor: error looking up logging plugin loki: plugin loki found but disabled
ERROR: for internet-monitor_im_1 Cannot create container for service im: error looking up logging plugin loki: plugin loki found but disabled
Recreating internet-monitor_loki_1 ... done
ERROR: for internet-monitor_grafana_1 Cannot create container for service grafana: error looking up logging plugin loki: plugin loki found but disabled
ERROR: for cadvisor Cannot create container for service cadvisor: error looking up logging plugin loki: plugin loki found but disabled
ERROR: for im Cannot create container for service im: error looking up logging plugin loki: plugin loki found but disabled
ERROR: for grafana Cannot create container for service grafana: error looking up logging plugin loki: plugin loki found but disabled
ERROR: Encountered errors while bringing up the project.
make: *** [Makefile:12: run] Error 1
Can you assist me what causes this issue?
I have no clue..
The text was updated successfully, but these errors were encountered:
Hi,
I really would love to set this up on my raspberry pi 4, but I run into a problem.
I cloned the repository, executed the init and build command. So good so far.
As soon as I execute the
make run
command it gets me the following error:Can you assist me what causes this issue?
I have no clue..
The text was updated successfully, but these errors were encountered: