summaryrefslogtreecommitdiff
path: root/example/site_check_mk/files/submission.mk
diff options
context:
space:
mode:
authorMatt Taggart <taggart@riseup.net>2016-05-30 16:40:10 -0700
committerMatt Taggart <taggart@riseup.net>2016-05-30 16:40:10 -0700
commit1095c6616dc9cd0aaedf611b7da3c1fc56dd2e5f (patch)
tree1aad763aa4a09ae4b6d5444d6ffb53fdb55bc50c /example/site_check_mk/files/submission.mk
parentdc9d8cca10d64ab7027f6c876a3bc89e19cf4639 (diff)
provide an example site_check_mk with basic examples to get users started
Diffstat (limited to 'example/site_check_mk/files/submission.mk')
-rw-r--r--example/site_check_mk/files/submission.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/example/site_check_mk/files/submission.mk b/example/site_check_mk/files/submission.mk
new file mode 100644
index 0000000..cead6c3
--- /dev/null
+++ b/example/site_check_mk/files/submission.mk
@@ -0,0 +1,4 @@
+# default is "pipe", but file is more efficient (and default in newer versions)
+check_submission = "file"
+# the default in the debian package is wrong
+check_result_path = "/var/lib/nagios3/spool/checkresults/"