diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-05-07 16:25:02 -0300 |
---|---|---|
committer | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-05-07 16:25:02 -0300 |
commit | 4bdf140b6d9d5b540700b369be8654c02cc50496 (patch) | |
tree | dae9f377a3b4409778e9a13a8fb3efa29329124a /config/checkmk-agent | |
parent | 5dfbc8468fda079f3c597f7875caa2191231bca4 (diff) | |
download | pfsense-packages-4bdf140b6d9d5b540700b369be8654c02cc50496.tar.gz pfsense-packages-4bdf140b6d9d5b540700b369be8654c02cc50496.tar.bz2 pfsense-packages-4bdf140b6d9d5b540700b369be8654c02cc50496.zip |
check_mk Agent - Include package reference on gui
Diffstat (limited to 'config/checkmk-agent')
-rw-r--r-- | config/checkmk-agent/checkmk.xml | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/config/checkmk-agent/checkmk.xml b/config/checkmk-agent/checkmk.xml index cc50a0c5..6f458a1d 100644 --- a/config/checkmk-agent/checkmk.xml +++ b/config/checkmk-agent/checkmk.xml @@ -83,7 +83,9 @@ <fieldname>checkmkenable</fieldname> <type>checkbox</type> <size>60</size> - <description>Enable check_mk Agent on this server. This will check all config options to run check_mk binary on your system.</description> + <description><![CDATA[Enable check_mk Agent on this server. This will check all config options to run check_mk binary on your system.<br> + <strong>Reference:</strong><br>https://github.com/sileht/check_mk/tree/master/doc<br><br> + <strong>Latest check_mk version:</strong> fetch -o /usr/local/bin/check_mk_agent 'http://git.mathias-kettner.de/git/?p=check_mk.git;a=blob_plain;f=agents/check_mk_agent.freebsd;hb=HEAD']]></description> <required/> </field> <field> @@ -100,15 +102,7 @@ <description>Enter hosts(comma separeted) that can communicate with this agent.</description> <type>input</type> <size>60</size> - </field> - <field> - <fielddescr>Hosts.allow</fielddescr> - <fieldname>checkmkhosts</fieldname> - <description><![CDATA[https://github.com/sileht/check_mk/tree/master/doc]]></description> - <type>info</type> - <size>60</size> - </field> - + </field> </fields> <custom_php_install_command> checkmk_install(); |