enable codnition updaet when message change for custom plugin

This commit is contained in:
Andy Xie
2018-12-11 13:14:49 +08:00
parent 25bebf554b
commit 33dffe0761
5 changed files with 75 additions and 39 deletions
+1
View File
@@ -6,3 +6,4 @@
* `timeout`: Time after which custom plugins invokation will be terminated and considered timeout.
* `max_output_length`: The maximum standard output size from custom plugins that NPD will be cut and use for condition status message.
* `concurrency`: The plugin worker number, i.e., how many custom plugins will be invoked concurrently.
* `enable_message_change_based_condition_update`: Flag controls whether message change should result in a condition update.