Hi all,
how can I build service hierarchy? I mean how can I organize services in a tree so when upper one fails I do NOT get alarm for services bellow. Just one alarm for parent service.
Example: Each host has a PING test. When host goes down I get many alerts for all services on that host. I want to get just one - PING FAILED.
I’m working on the same problem actually. In my case, it’s not just services, but I have “virtual” servers under the primary host. When the main host dies, I get as many as 30 alerts.