-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.conf
42 lines (35 loc) · 1.2 KB
/
config.conf
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
# config file for RCrawler
# directory where log files will be stored
logsDir=/Users/davide/Desktop/Code/RUBY/RCrawler/logs/
# header placed at the beginning of an output file as a result of an HTTP operation
httpFileHeader=# duration(ms) code size(Bytes) epoch(ms) timeFromDayStart(ms)
# variables related to alerts
sendAlerts=false
alertTemplateLocation=/Users/davide/Desktop/Code/RUBY/RCrawler/alerts/template1.txt
maxPingsBeforeAlert=10
maxHTTPBeforeAlert=5
# variables related to running multiple instances of RCrawler with a single config file
operationsPerInstance=10
# variables for InfluxDB
dbName=RCrawler_devel
dbHost=localhost
# list of operations to perform
# format is: <operation>,<destination>,<interval>,<reps>
# operation can be PING or HTTP
#PING,n1.meraki.cn,1,10
#PING,n1.meraki.com,1,10
#PING,n3.meraki.cn,5,100000
#HTTP,http://n1.meraki.cn,1,100000
#HTTP,http://n2.meraki.cn,5,100000
#HTTP,http://n3.meraki.cn,5,100000
PING,n1.meraki.com,1,10
PING,n2.meraki.com,1,10
PING,n3.meraki.com,1,10
PING,n4.meraki.com,1,10
PING,n5.meraki.com,1,10
PING,n6.meraki.com,1,10
PING,n7.meraki.com,1,10
PING,n8.meraki.com,1,10
PING,n9.meraki.com,1,10
PING,n10.meraki.com,1,10