Say there's a hostgroup defined on a Nagios server; and that hostgroup has a notification set up to go off when a certain service or services reach a critical state then a notification email will be sent out to a contact stating that it should be looked at. Does this sort of functionalty exist in Nagios XI?
Asked
Active
Viewed 114 times
0
-
What about this isn't basic nagios functionality built into every version of nagios? – chicks May 10 '18 at 13:35
-
@chicks I guess my question about it is how do I access that functionality? Or what is it called? – leeand00 May 11 '18 at 10:24
1 Answers
1
No.
Hostgroups and Servicegroups are for grouping objects in the web interface, and for simplifying configuration (in core, anyway) by allowing services, escalations, dependencies, etc., to be assigned to groups.
What you're describing sounds more like check_multi or possibly check_cluster
(see docs page about monitoring clusters for more info).

Keith
- 4,637
- 15
- 25