I have a cluster of N nodes which contains some distributed information. The query i want to monitor with nagios make sense to execute only on one node of the cluster (any). But i don't want to overload one particular node, so i want nagios to select every time random node from the list of nodes.
So, I would expect to see something like:
define service{
service_description Recent document time for the cluster
hostgroup_name random
...
}
where random hostgroup somehow defines random node from a predefined list of cluster nodes.
Is this possible to do with nagios3? Any suggestions?
