Icinga / icingadb-web

Icinga DB Web – UI for Icinga DB – Provides a graphical interface to your Icinga monitoring
GNU General Public License v2.0
67 stars 22 forks source link

Impove Acknowledgment view at Service and remove redundant Downtime Data #578

Closed mafri27 closed 2 years ago

mafri27 commented 2 years ago

Is your feature request related to a problem? Please describe.

At the moment Acknowledgments are shown as Comments (afaik they are comments at the DB). If they are ACKs there is just the Flag ACK and EXPIRE added. But the Information when it will expire is only at the Detailed Comment View. When removing the acknowledging comment the ACK is not removed too.

At the Downtime list the expire time is shown 2 times. On the left and on the right of the line. Is this on purpose?

Describe the solution you'd like

Acknowledgments

current icingaweb2:

image

current icingadb-web:

image

changed icingadb-web: image or image

Downtimes

current: image

changed: image

nilmerg commented 2 years ago

Hi,

you're right, we should show the expire time of comments in the list and host/service detail instead of the creation time if set. (The creation time is less important and then it's in line with what the downtime list shows.)

When removing the acknowledging comment the ACK is not removed too.

This is normal. If you remove the ACK the comment is removed, but the other way round, the ACK is preserved because it's more important.

At the Downtime list the expire time is shown 2 times. On the left and on the right of the line. Is this on purpose?

Yes. Both are two distinctive areas. They just happen to show the same information.