Skip to content

Commit

Permalink
Add documentation for the max character setting
Browse files Browse the repository at this point in the history
  • Loading branch information
RincewindsHat committed May 7, 2024
1 parent d9aafae commit 111a503
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/03-Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ hostdowntime_flexible_duration | Sets default value for "Flexible Duration" i
servicedowntime_end_fixed | Sets default value for "End Time" in Schedule Service Downtime dialog for **Fixed** downtime, its 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 | Set default value for "End Time" in Schedule Service Downtime dialog for **Flexible** downtime, its 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 | Set default value for "Flexible Duration" in Schedule Service Downtime dialog for **Flexible** downtime. Format is a [PHP Dateinterval](http://www.php.net/manual/en/dateinterval.construct.php). | **2 hour (PT2H)**.
plugin_output_character_limit | Set maximal number of characters of the plugin output in a host or service which will be displayed. | **10000**


### Example
Expand Down

0 comments on commit 111a503

Please sign in to comment.