gmr / consulate

Python client for the Consul HTTP API
http://consulate.readthedocs.org
BSD 3-Clause "New" or "Revised" License
342 stars 100 forks source link

Filter nodes out, with maintenance state #124

Open linuxmail opened 4 years ago

linuxmail commented 4 years ago

Hello,

I use a plugin for Icinga2 ( monitoring) which checks the health of our services via Consul. Problem is, that I have no idea, how to filter out the nodes, which are in maintenance mode. Can someone give me an hint, how to filter out the nodes, which are in maintenance mode ?

Thanks :-)