]> granicus.if.org Git - icinga2/commitdiff
Change wrong text for emptystate 6389/head
authorCarsten Koebke <carsten.koebke@koebbes.de>
Mon, 25 Jun 2018 05:10:35 +0000 (07:10 +0200)
committerCarsten Koebke <carsten.koebke@koebbes.de>
Mon, 25 Jun 2018 05:10:35 +0000 (07:10 +0200)
doc/10-icinga-template-library.md

index 18b555e24e50a308b844778f19437209f3c367d4..a31ab944587040677a56f8eb9f965ad6e565afc7 100644 (file)
@@ -1906,7 +1906,7 @@ nscp_tasksched_recursive    | **Optional.** Recurse sub folder, defaults to true
 nscp_tasksched_hidden       | **Optional.** Look for hidden tasks, defaults to false.
 nscp_tasksched_warning      | **Optional.** Filter which marks items which generates a warning state, defaults to `exit_code != 0`.
 nscp_tasksched_critical     | **Optional.** Filter which marks items which generates a critical state, defaults to `exit_code < 0`.
-nscp_tasksched_emptystate   | **Optional.** An array of NSClient++ modules to load. Defaults to `[ "CheckDisk" ]`.
+nscp_tasksched_emptystate   | **Optional.** Return status to use when nothing matched filter, defaults to warning.
 nscp_tasksched_perfsyntax   | **Optional.** Performance alias syntax., defaults to `%(title)`
 nscp_tasksched_detailsyntax | **Optional.** Detail level syntax, defaults to `%(folder)/%(title): %(exit_code) != 0`
 nscp_tasksched_arguments    | **Optional.** Additional arguments.