Hello!

I installed Icinga2 and Icinga2Web2.

I defined two Hostgroup :

/*-- BEGIN os-nmitna-pec--*/
object HostGroup "os-nmitna-pec" {
  display_name = "Osnovna sola Mirna Pec"
  }
/*-- END os-nmitna-pec--*/
/*-- BEGIN novomesto--*/
object HostGroup "novomesto" {
  display_name = "Novo mesto"
  }
/*-- END novomesto--*/

In one host who belong to two groups:

object Host "rlbravos1novomesto.cpe.arnes.si" {
  address = "100.64.1.4"
  check_command = "hostalive"
  groups = ["os-nmitna-pec" ,"novomesto"]}

Both two groups appear in Icinga2Web2(OverView->Hostgroups), but it can not see the status of the host in this group.

If define only one group in object Host, I can see the status of the host in this group.(OverView->Hostgroups)).

Best regards,

Tadeja Saje

_______________________________________________
icinga-users mailing list
icinga-users@lists.icinga.org
https://lists.icinga.org/mailman/listinfo/icinga-users

Reply via email to