The “Notification”-history in icingaweb2/monitoring/list/notification has a “Sent to”-column where you can see the receivers of notifications. This column is missing in /icingaweb2/icingadb/notifications.
I didn’t manage to add columns with “&columns=” in the URL, e.g. “&columns=user.name_ci”.
The resulting php-error-message is: “Can’t require column ‘columns’ in model ‘Icinga\Module\Icingadb\Model\NotificationHistory’. Column not found.”
“user.name_ci” can be used to query the notifications so I assumed this column can be added to the output.
Any hints how to achieve this?
- Icinga DB Web version (System - About): 1.0.2
- Icinga Web 2 version (System - About): 2.11.4
- Web browser: Firefox / Edge
- Icinga 2 version (
icinga2 --version
): 2.14.0 - Icinga DB version (
icingadb --version
): 1.1.1 - PHP version used (
php --version
): 8.0.29 - Server operating system and version: SLES 15 SP4