I would like to create a sensor that monitors a pool of redundant servers that will alert if the number of healthy servers is less than 5. I would like to do this without coming up with a list of every sensor ID, so that it would be dynamic if additional servers were added.
example: health check on webserver1, webserver2, webserver3, webserver4, webserver5, webserver6, webserver7 all tagged 'pool1'
if number of down webservers with tag pool1 > 3 custom sensor goes to Down.
Thanks
-chuck
Add comment