diff options
Diffstat (limited to 'config/checkmk-agent')
-rw-r--r-- | config/checkmk-agent/checkmk.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/checkmk-agent/checkmk.xml b/config/checkmk-agent/checkmk.xml index 3f150bf1..786a7977 100644 --- a/config/checkmk-agent/checkmk.xml +++ b/config/checkmk-agent/checkmk.xml @@ -102,7 +102,7 @@ <description>Enter hosts (comma separated) that can communicate with this agent.</description> <type>input</type> <size>60</size> - </field> + </field> </fields> <custom_php_install_command> checkmk_install(); @@ -112,7 +112,7 @@ </custom_php_validation_command> <custom_delete_php_command> sync_package_checkmk(); - </custom_delete_php_command> + </custom_delete_php_command> <custom_php_resync_config_command> sync_package_checkmk(); </custom_php_resync_config_command> |