From 36f79c65735050139dcfe63f07a2cb62de4b751f Mon Sep 17 00:00:00 2001 From: doktornotor Date: Sun, 1 Nov 2015 23:14:32 +0100 Subject: checkmk-agent - fix inetd handling, cleanup - Add stuff required for inetd handling. - Make it possible to actually disable the service - Add deinstall function to clean up after itself on uninstall --- config/checkmk-agent/checkmk.xml | 41 ++++++++++++++++++++++++++++------------ 1 file changed, 29 insertions(+), 12 deletions(-) diff --git a/config/checkmk-agent/checkmk.xml b/config/checkmk-agent/checkmk.xml index b24edca7..6ded083c 100644 --- a/config/checkmk-agent/checkmk.xml +++ b/config/checkmk-agent/checkmk.xml @@ -42,7 +42,7 @@ ]]> checkmk - 0.1.5 + 0.1.6 check_mk Agent /usr/local/pkg/checkmk.inc @@ -63,22 +63,26 @@
Diagnostics
/pkg_edit.php?xml=checkmk.xml + + check_mk + inetd + check_mk Agent + - Config + Settings /pkg_edit.php?xml=checkmk.xml - XMLRPC Sync + Sync /pkg_edit.php?xml=checkmk_sync.xml listtopic - temp - check_mk Agent Configuration + General Settings Enable check_mk Agent @@ -91,19 +95,29 @@ For reference, see project documentation at GitHub. ]]> - Listen Port checkmkport input 10 - Enter port to listen on. Leave empty to use Default port 6556. + 6556 + Enter port to listen on. (Default: 6556) + + + + Listen Interface(s) + checkmkifaces + interfaces_selection + 5 + Select interface(s) to listen on. + loopback + - Hosts.allow + Hosts Allowed checkmkhosts - Enter hosts (comma separated) that can communicate with this agent. + Enter an IP address, subnet or alias for host(s) that can communicate with this agent. (Leave empty to allow any host.) input 60 @@ -111,13 +125,16 @@ checkmk_install(); + + checkmk_deinstall(); + checkmk_validate_input($_POST, $input_errors); - - sync_package_checkmk(); - sync_package_checkmk(); + + checkmk_generate_rules + -- cgit v1.2.3