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
I am trying the container with a docker-compose file as below.
When I put the SNMP_NODES in comment, the container starts without any problems.
However when I would try to use the SNMP_nodes, the container seems to stop somewhere.
Maybe I made a mistake somewhere, but I don't see it.
Can somebody see what the mistake is ?
It took the container +/- 10 minutes to run munin-node-configure --shell --snmp for the SNMP_NODES defined in the environment.
As no output is generated in the logs at that moment one has the impression that the container is blocked.
If you want to see if the container is running / processing something you can check with
docker exec -it munin-server /bin/bash to enter the console.
Once on the console you can execute top to see the top processes running in the container
Hi,
I am trying the container with a docker-compose file as below.
When I put the SNMP_NODES in comment, the container starts without any problems.
However when I would try to use the SNMP_nodes, the container seems to stop somewhere.
Maybe I made a mistake somewhere, but I don't see it.
Can somebody see what the mistake is ?
Kind regards
Tore
The text was updated successfully, but these errors were encountered: