Icinga/icingaweb2-module-businessprocess

"Hosts from filter" and "Services from filter"does not work

Gian1110 opened this issue · 7 comments

I'm trying to create a business process with "hosts from filter" and "Services from filter" But it doesn't work. On the first image I don't see any host though I have 9 hosts. On the second image it doesn't even show the filter

filterhost

filterservice

I’m running icinga2 dockerized with the jordan/icinga2 image

Hi,

You are filtering for host App (exact match) and for service ping4 (exact match). Is that correct?

All the best,
Eric

yes, it's true. At First, i filter by host (exact match the host name), then by service (exact match the service name)

yes, it's true. At First, i filter by host (exact match the host name), then by service (exact match the service name)

Do you have a host called App, i.e. object Host "App" { ... }? host_name does not filter for display_name.

yes, it's true. At First, i filter by host (exact match the host name), then by service (exact match the service name)

Do you have a host called App, i.e. object Host "App" { ... }? host_name does not filter for display_name.

yes, i have a host called "App" and display_name is equal to host_name.
I am trying with Display_name but dont work.

Sounds like #349. Oh, and it's service_description, not service_name.

Sounds like #349. Oh, and it's service_description, not service_name.

thanks.
Now the filters work but they don´t show any host/service.
I am writing host name and services name exactly as i have

hi, solved
The problems were:

  1. the format (service_description="ping4") is incorrect, the correct format is service_description=ping4 or service_description=pin* (for part coincidence)
  2. the same for host