aboutsummaryrefslogtreecommitdiff
path: root/eperd/Config.in
blob: 51ec49bab9e69e2ec9c34275849dd444a66b86bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
#
# 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 EVNTP
	bool "evntp"
	default n
	help
	    	standalone version of event-driven ntp

config EVPING
	bool "evping"
	default n
	help
		standalone version of event-driven ping

config EVSSLGETCERT
	bool "evsslgetcert"
	default n
	help
		standalone version of event-driven sslgetcert

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