]> granicus.if.org Git - icinga2/commitdiff
Fix whitespace in documentation
authorJean Flach <jean-marcel.flach@icinga.com>
Mon, 7 Aug 2017 11:44:34 +0000 (13:44 +0200)
committerJean Flach <jean-marcel.flach@icinga.com>
Mon, 7 Aug 2017 11:44:34 +0000 (13:44 +0200)
fixes #5427

doc/10-icinga-template-library.md

index 178d31db115cdd2cbaa96d7d69e418e69db81147..4747fe586df11b13cc04953de47647950a941eb2 100644 (file)
@@ -789,17 +789,17 @@ Additional switches can be used to control which state becomes what.
 
 Custom attributes passed as [command parameters](03-monitoring-basics.md#command-passing-parameters):
 
-Name                   | Description
-------------------------|---------------------------------------------------------------
-negate_timeout         | **Optional.** Seconds before plugin times out (default: 11).
-negate_timeout_result  | **Optional.** Custom result on Negate timeouts, default to UNKNOWN.
-negate_ok              | **Optional.** OK, WARNING, CRITICAL or UNKNOWN.
-negate_warning         |               Numeric values are accepted.
-negate_critical                |               If nothing is specified, 
-negate_unknown         |               permutes OK and CRITICAL.
-negate_substitute      | **Optional.** Substitute output text as well. Will only substitute text in CAPITALS.
-negate_command         | **Required.** Command to be negated.
-negate_arguments       | **Optional.** Arguments for the negated command.
+Name                  | Description
+----------------------|---------------------------------------------------------------
+negate_timeout        | **Optional.** Seconds before plugin times out (default: 11).
+negate_timeout_result | **Optional.** Custom result on Negate timeouts, default to UNKNOWN.
+negate_ok             | **Optional.** OK, WARNING, CRITICAL or UNKNOWN.
+negate_warning        |               Numeric values are accepted.
+negate_critical       |               If nothing is specified,
+negate_unknown        |               permutes OK and CRITICAL.
+negate_substitute     | **Optional.** Substitute output text as well. Will only substitute text in CAPITALS.
+negate_command        | **Required.** Command to be negated.
+negate_arguments      | **Optional.** Arguments for the negated command.
 
 ### nrpe <a id="plugin-check-command-nrpe"></a>