aboutsummaryrefslogtreecommitdiff
path: root/eperd/Config.in
diff options
context:
space:
mode:
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