One service Definition that checks more than one services

I’m trying to find a way to create one service definition that will monitor 3 services and flag a failure if 2 or more fail.

example.

Host A, B, and C runs http services.

I created a “Host ABC” and want a service definition that monitors the HTTP service on A, B, and C and will will be flaged as failed if 2 or more of them fail.

Or if you have a better solution for this.
Thanks,

create a custom plugin… check the services and have return values set as required :slight_smile: