You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We import hosts and host groups from out internal host database. Host groups have an internal ID number and a human readable "label", essentially the group name. We use the ID as the icinga group name and the label as display name. Which is perfect in Icinga itself. In IcingaDB Web filters you can use host.display_name. But in the director display names do not show up in in searches and assign rule suggestions.
Search for host group by display name:
Assign rule suggestions with ID - found without display name:
Assign rule suggestions with group display name - group not found:
That makes it slightly more time-consuming, error-prone and inconvenient to write assign rules or quickly look up, which host groups a service is assigned to.
Previously we used the labels as group names, by if someone renamed a group name and forgot to edit the service assign rules, services were lost.
Possible Solution
Show display names in assign rule suggestions. Make searching by display names possible. The last one could make the searches more crowded in setups many display names and names of many different hosts are similar, but you could make that an optional setting.
Situation
We import hosts and host groups from out internal host database. Host groups have an internal ID number and a human readable "label", essentially the group name. We use the ID as the icinga group name and the label as display name. Which is perfect in Icinga itself. In IcingaDB Web filters you can use
host.display_name
. But in the director display names do not show up in in searches and assign rule suggestions.Search for host group by display name:
Assign rule suggestions with ID - found without display name:
Assign rule suggestions with group display name - group not found:
That makes it slightly more time-consuming, error-prone and inconvenient to write assign rules or quickly look up, which host groups a service is assigned to.
Previously we used the labels as group names, by if someone renamed a group name and forgot to edit the service assign rules, services were lost.
Possible Solution
Show display names in assign rule suggestions. Make searching by display names possible. The last one could make the searches more crowded in setups many display names and names of many different hosts are similar, but you could make that an optional setting.
Steps to Reproduce (for bugs)
See screenshots.
Your Environment
icinga2 --version
): r2.14.2-1The text was updated successfully, but these errors were encountered: