Hi
We have a docker swarm consisting of serveral nodes and need to monitor a stack (several services) which can be on any of the docker swarm nodes.
Using the REST Custom sensor as suggested [here](https://kb.paessler.com/en/topic/77233-docker-swarm) does not work as it does not support JWT as stated [here](https://kb.paessler.com/en/topic/84933-rest-custom-sensor-with-jwt).
Now my question is, how can we monitor if a stack / service inside a docker swarm is running?
Add comment