mocdaniel / dashing-icinga2

Dashing dashboard for Icinga 2 using the REST API
MIT License
204 stars 47 forks source link

no-services-for-down-hosts-show-display-name-for-services-and-hosts #114

Closed betrZHAW closed 3 years ago

betrZHAW commented 3 years ago

For our purpose we had to make some optimizations:

  1. Show display name for hosts and services.
  2. If a host is down only the display name of the host is listetd, but no service.
  3. If a host or a service has a scheduled downtime, it is ignored.

Maybe some others could benefit from our changes as well.

mocdaniel commented 3 years ago

Thank you for your contribution @betrZHAW, some very useful improvements. :)