From e90f897c598e218604d43cc1bd137af820df7454 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 22 Jul 2024 17:22:53 +0200 Subject: [PATCH] doc: Mention the new `plugin_output_character_limit` setting --- doc/03-Configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/03-Configuration.md b/doc/03-Configuration.md index a5e0d1809..72122f28a 100644 --- a/doc/03-Configuration.md +++ b/doc/03-Configuration.md @@ -88,6 +88,7 @@ configuration file `/etc/icingaweb2/modules/icingadb/config.ini`. | servicedowntime_end_fixed | Sets the value for "End Time" in the Schedule Service Downtime dialog for a **Fixed** downtime. It is calculated as now + this setting. Format is a [PHP Dateinterval](http://www.php.net/manual/en/dateinterval.construct.php). | **1 hour (PT1H)**. | | servicedowntime_end_flexible | Sets the value for "End Time" in the Schedule Service Downtime dialog for a **Flexible** downtime. It is calculated as now + this setting. Format is a [PHP Dateinterval](http://www.php.net/manual/en/dateinterval.construct.php). | **1 hour (PT1H)**. | | servicedowntime_flexible_duration | Sets the value for "Flexible Duration" in the Schedule Service Downtime dialog for a **Flexible** downtime. Format is a [PHP Dateinterval](http://www.php.net/manual/en/dateinterval.construct.php). | **2 hour (PT2H)**. | +| plugin_output_character_limit | Sets the maximum number of characters to display in plugin output. | **10000** | ### Example