From cf961d81d6a5d773bde8284be6ef1d442bc0f548 Mon Sep 17 00:00:00 2001 From: Marcello Coutinho Date: Tue, 7 May 2013 12:47:30 -0300 Subject: check_mk_agent for nagios - first package files --- config/checkmk-agent/checkmk_sync.xml | 129 ++++++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 config/checkmk-agent/checkmk_sync.xml (limited to 'config/checkmk-agent/checkmk_sync.xml') diff --git a/config/checkmk-agent/checkmk_sync.xml b/config/checkmk-agent/checkmk_sync.xml new file mode 100644 index 00000000..221a73eb --- /dev/null +++ b/config/checkmk-agent/checkmk_sync.xml @@ -0,0 +1,129 @@ + + + + + + + + Describe your package here + Describe your package requirements here + Currently there are no FAQ items provided. + checkmksync + 1.1 + checkmk: Sync + /usr/local/pkg/checkmk.inc + + + Config + /pkg_edit.php?xml=checkmk.xml + + + XMLRPC Sync + /pkg_edit.php?xml=checkmk_sync.xml + + + + + + listtopic + temp + Enable checkmk configuration sync + + + Sync Option + synconchanges + Automatically sync check_mk configuration changes. + select + + auto + + + + + + + + Sync timeout + synctimeout + Select sync max wait time + select + + 250 + + + + + + + + + + Remote Servers + none + rowhelper + + + IP Address + ipaddress + IP Address of remote server + input + 20 + + + + User Name + username + user name of remote server + input + 20 + + + Password + password + Password for remote server. + password + 20 + + + + + + + checkmk_sync_on_changes(); + + + unset($_POST['temp']); + + \ No newline at end of file -- cgit v1.2.3 From 5dfbc8468fda079f3c597f7875caa2191231bca4 Mon Sep 17 00:00:00 2001 From: Marcello Coutinho Date: Tue, 7 May 2013 16:19:20 -0300 Subject: check_mk agent - fix menu call --- config/checkmk-agent/checkmk_sync.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/checkmk-agent/checkmk_sync.xml') diff --git a/config/checkmk-agent/checkmk_sync.xml b/config/checkmk-agent/checkmk_sync.xml index 221a73eb..6603991d 100644 --- a/config/checkmk-agent/checkmk_sync.xml +++ b/config/checkmk-agent/checkmk_sync.xml @@ -42,7 +42,7 @@ Currently there are no FAQ items provided. checkmksync 1.1 - checkmk: Sync + Check_mk Agent: Sync /usr/local/pkg/checkmk.inc -- cgit v1.2.3