Some of my users (Openshift team) are looking at how they run their service monitors.
Given the dynamic "ebb & flow" of hosts in their environment, they were asking after the notion of "parent/child" for service monitors.
Essentially the same sort of thing that is on offer from a HOST monitor perspective (EG: "manage parents" button).
Is this something that is / will be available within xi / CCM?
I see this is apparently supported via the nagios core offering, at some point in the 4.x release cycle.
https://assets.nagios.com/downloads/nag ... ml#service
Code: Select all
parents:
This directive is used to define a comma-delimited list of short names of the "parent" services for this particular service.
Parent services are typically other services that need to be available in order for a check of this service to occur.
For example, if a service checks the status of a disk using SSH, the disk check service would have the SSH service as a parent.
If the service has no parent services, simply omit the "parents" directive.
More complex service dependencies may be specified with service dependency objects.
Thoughts?
Signed,
- Rowan