Enabled plugin timeout for --check-host + fixes

This commit is contained in:
Patrick Van der Veken
2018-05-12 21:57:27 +02:00
parent e0a642cc4a
commit 1ab55020d0
3 changed files with 20 additions and 10 deletions
+5 -3
View File
@@ -10,10 +10,12 @@
# [default: init]
display_style=init
# specify the list of HC plugins that need to be executed (plugin configuration file is optional)
# [hc:HC plugin name:HC plugin configuration file]
# specify the list of HC plugins that need to be executed. All parameters are
# optional except 'HC plugin name'
# [hc:HC plugin name:HC plugin configuration file:HC title:HC plugin run timeout]
hc:plugin1
hc:plugin2
hc:plugin2::Test plugin
hc:plugin3:::180
#******************************************************************************