mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-04-15 21:59:47 -04:00
I propose to add a new option for setting a default comment for acknowledging problems (`acknowledge_comment_text`), similar to the existing `hostdowntime_comment_text` and `servicedowntime_comment_text` options. This originally was a pull request for Icinga Web 2 (https://github.com/Icinga/icingaweb2/pull/5365). I was asked to implement this in Icinga DB Web as well. *However, since I'm not using Icinga DB Web myself, this is untested.* Beside adding the new feature, I also fixed a copy-and-paste error for the `servicedowntime_comment_text` option. |
||
|---|---|---|
| .. | ||
| AcknowledgeProblemForm.php | ||
| AddCommentForm.php | ||
| CheckNowForm.php | ||
| DeleteCommentForm.php | ||
| DeleteDowntimeForm.php | ||
| ProcessCheckResultForm.php | ||
| RemoveAcknowledgementForm.php | ||
| ScheduleCheckForm.php | ||
| ScheduleHostDowntimeForm.php | ||
| ScheduleServiceDowntimeForm.php | ||
| SendCustomNotificationForm.php | ||
| ToggleObjectFeaturesForm.php | ||