Alert uniqueness

Hello,

Does every alert has some sort of uniqueness in terms of a key or value to associate it with a specific result ? something similar to Prometheus.

e.g. For “check_disk” plugin , it will alert for any mounted filesystem on a Linux host. When it alerts for “/” is above a defined threshold and the gets subsequently resolved only for “/” filesystems. I’m looking for this relationship to be specific.

I couldn’t find a reference in the documentation.

Please advise,
Thanks

I don’t think so but I let Icinga2 write to InfluxDB and use Grafana for the graphs in Icingaweb2. So I guess I could query in one of them for the combination of check plugin, value and threshold.

Maybe it’s also possible to query in the IDO DB but it’s a bit special.