aboutsummaryrefslogtreecommitdiff
path: root/eperd/Config.in
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2015-05-15 10:23:51 +0200
committerBjørn Mork <bjorn@mork.no>2015-05-15 10:23:51 +0200
commit02013228914a1d17e8df15d4e2b7950469395a5c (patch)
tree48d2fbe2f5a5adb60cbeabc26fadaec8e0fa82ed /eperd/Config.in
parent9b3dbb454e8f8a463d5fe4541ee2001585527bc6 (diff)
ripe-atlas-fw: imported version 45204520
Signed-off-by: Bjørn Mork <bjorn@mork.no>
Diffstat (limited to 'eperd/Config.in')
-rw-r--r--eperd/Config.in56
1 files changed, 56 insertions, 0 deletions
diff --git a/eperd/Config.in b/eperd/Config.in
new file mode 100644
index 0000000..f547875
--- /dev/null
+++ b/eperd/Config.in
@@ -0,0 +1,56 @@
+#
+# For a description of the syntax of this configuration file,
+# see scripts/kbuild/config-language.txt.
+#
+
+menu "Eperd"
+
+config EOOQD
+ bool "Eooqd"
+ default n
+ select FEATURE_SUID
+ select FEATURE_SYSLOG
+ help
+ Eooqd runs Atlas measurements just once.
+
+config EPERD
+ bool "Eperd"
+ default n
+ select FEATURE_SUID
+ select FEATURE_SYSLOG
+ help
+ Eperd periodically runs Atlas measurements. It is based on crond.
+
+config EVHTTPGET
+ bool "evhttpget"
+ default n
+ help
+ standalone version of event-driven httpget
+
+config EVPING
+ bool "evping"
+ default n
+ help
+ standalone version of event-driven ping
+
+config EVTDIG
+ bool "evtdig"
+ default n
+ depends on EPERD
+ help
+ tiny dig event driven version. support only limited queries id.sever
+ txt chaos. RIPE NCC 2011
+
+config FEATURE_EVTDIG_DEBUG
+ bool "Enable debug support in evtdig"
+ default n
+ depends on EVTDIG
+ help
+ extra debug info. Also may cause segfault or/and memory leak. Add at your own risk.
+
+config EVTRACEROUTE
+ bool "evtraceroute"
+ default n
+ help
+ standalone version of event-driven traceroute
+endmenu