diff options
author | doktornotor <jakub.moc@gmail.com> | 2015-07-12 21:38:46 +0200 |
---|---|---|
committer | doktornotor <jakub.moc@gmail.com> | 2015-07-12 21:38:46 +0200 |
commit | 82366dab5308836db3c1478f4b379f2443608eea (patch) | |
tree | 6734820509057aefc8360b148b52f7b83818b769 /config/checkmk-agent | |
parent | 2c68b4b20bc0709ec485f0292648b50aff3ad098 (diff) | |
download | pfsense-packages-82366dab5308836db3c1478f4b379f2443608eea.tar.gz pfsense-packages-82366dab5308836db3c1478f4b379f2443608eea.tar.bz2 pfsense-packages-82366dab5308836db3c1478f4b379f2443608eea.zip |
Cosmetic fixes for Bug #4085
Typo fixes plus do not mark optional setting as required.
Diffstat (limited to 'config/checkmk-agent')
-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> |