diff options
author | Renato Botelho <renato@netgate.com> | 2015-07-15 13:41:44 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-07-15 13:41:44 -0300 |
commit | d80e45e5c937c8b7c2571da35c5beab17b667f6d (patch) | |
tree | 846e9d896f9c208d1d14d8fa5c8ca06674a8295e /config | |
parent | 33b4e20672cc85ae1aa9bb7824367b294d7670ae (diff) | |
parent | 8dbf9d10c069ae384ccb1c62248357f16b6f17c5 (diff) | |
download | pfsense-packages-d80e45e5c937c8b7c2571da35c5beab17b667f6d.tar.gz pfsense-packages-d80e45e5c937c8b7c2571da35c5beab17b667f6d.tar.bz2 pfsense-packages-d80e45e5c937c8b7c2571da35c5beab17b667f6d.zip |
Merge pull request #897 from doktornotor/patch-3
Diffstat (limited to 'config')
-rw-r--r-- | config/checkmk-agent/checkmk.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/config/checkmk-agent/checkmk.xml b/config/checkmk-agent/checkmk.xml index 2b4f6996..3709dce1 100644 --- a/config/checkmk-agent/checkmk.xml +++ b/config/checkmk-agent/checkmk.xml @@ -93,13 +93,12 @@ <fieldname>checkmkport</fieldname> <type>input</type> <size>10</size> - <description>Enter port to listen on. Leave empty to use Default prot 6556</description> - <required/> + <description>Enter port to listen on. Leave empty to use Default port 6556.</description> </field> <field> <fielddescr>Hosts.allow</fielddescr> <fieldname>checkmkhosts</fieldname> - <description>Enter hosts(comma separeted) that can communicate with this agent.</description> + <description>Enter hosts (comma separated) that can communicate with this agent.</description> <type>input</type> <size>60</size> </field> @@ -118,4 +117,4 @@ <custom_php_resync_config_command> sync_package_checkmk(); </custom_php_resync_config_command> -</packagegui>
\ No newline at end of file +</packagegui> |