1 |
#---------------------------------------------------------------------------- |
2 |
[YodaDaemon] |
3 |
yodaLog: /home/pamelaprod/manager/logs/yodaMonitor.log |
4 |
pidfileYoda: /home/pamelaprod/manager/logs/yodaMonitor.pid |
5 |
rawReaderLog: /home/pamelaprod/manager/logs/rawReaderMonitor.log |
6 |
pidfileRawReader: /home/pamelaprod/manager/logs/rawReaderMonitor.pid |
7 |
transferLog: /home/pamelaprod/manager/logs/transferMonitor.log |
8 |
pidfileTransfer: /home/pamelaprod/manager/logs/transferMonitor.pid |
9 |
|
10 |
|
11 |
#---------------------------------------------------------------------------- |
12 |
[RawReaderMonitor] |
13 |
folderToMonitor: /home/ntsomz/downlinks/ |
14 |
benchmarkFile: /home/pamelaprod/manager/logs/Benchmark.csv |
15 |
|
16 |
#---------------------------------------------------------------------------- |
17 |
[YodaMonitor] |
18 |
benchmarkFile: /home/pamelaprod/manager/logs/Benchmark.csv |
19 |
|
20 |
#Time delay for polling the DB |
21 |
pollingDelay: 60 |
22 |
|
23 |
# The process will monitor new entries into the specific database. |
24 |
# Notice that for security reason the parameter have to a OWNER-ONLY read file |
25 |
dbConnectionFile: /home/pamelaprod/manager/.dbConnection |
26 |
|
27 |
#---------------------------------------------------------------------------- |
28 |
[TransferMonitor] |
29 |
benchmarkFile: /home/pamelaprod/manager/logs/Benchmark.csv |
30 |
|
31 |
#Time delay for polling the DB |
32 |
pollingDelay: 60 |
33 |
|
34 |
# The process will monitor new entries into the specific database. |
35 |
# Notice that for security reason the parameter have to a OWNER-ONLY read file |
36 |
dbConnectionFile: /home/pamelaprod/manager/.dbConnection |
37 |
|
38 |
# If active YodaMonitor will tranfer the source data file to the specified remote host |
39 |
# Notice that for security reason the parameter have to a OWNER-ONLY read file |
40 |
remoteConnectionFile: /home/pamelaprod/manager/.mephiConnection |
41 |
|
42 |
|
43 |
|
44 |
#---------------------------------------------------------------------------- |
45 |
[YodaProcess] |
46 |
executables: /home/pamelaprod/yoda/bin/ |
47 |
#yodaToStore: /home/pamelaprod/tmp/ |
48 |
|
49 |
yodaUnpackDir: /home/pamelaprod/yoda/filesFromYoda/ |
50 |
|
51 |
#Yoda output files are unpacked temporary here and then moved to yodaUnpackDir |
52 |
yodaTmpUnpack: /home/pamelaprod/tmp/filesFromYoda/ |
53 |
yodaParameter: -c 3 -o %(yodaTmpUnpack)s |
54 |
|
55 |
benchmarkFile: /home/pamelaprod/manager/logs/Benchmark.csv |
56 |
#---------------------------------------------------------------------------- |
57 |
[RawReaderProcess] |
58 |
executables: /home/pamelaprod/rawreader/bin/RawReader.exe |
59 |
|
60 |
#---------------------------------------------------------------------------- |
61 |
# Specify here the QLOOK program you want to be automatically executed by the YodaProcess |
62 |
# The format is |
63 |
# key = name of the executable in the form path/nameExecutable |
64 |
# value = all the parameters (but the file to process!) |
65 |
# The ADD/REMOVE of items can be done HOT, that is is not necessary to stop the YodaDaemon |
66 |
# |
67 |
# Example : |
68 |
# /opt/pamela/oneDir/xxx/extremeQLOOK: 'string', 0, 1234, 'anotherString' |
69 |
[QLOOKs] |
70 |
/home/pamelaprod/yoda/bin/AcCalib: '' |
71 |
/home/pamelaprod/yoda/bin/AcQLOOK: '' |
72 |
/home/pamelaprod/yoda/bin/VarDumpToXML: ' -xslPath /home/pamelaprod/yoda/data/VarDumpTemplate.xsl' |
73 |
/home/pamelaprod/yoda/bin/ArrDumpToXML: ' -xslPath /home/pamelaprod/yoda/data/ArrDumpTemplate.xsl' |
74 |
/home/pamelaprod/yoda/bin/TabDumpToXML: ' -xslPath /home/pamelaprod/yoda/data/TabDumpTemplate.xsl' |
75 |
/home/pamelaprod/yoda/bin/LogToXML: ' -xslPath /home/pamelaprod/yoda/data/LogTemplate.xsl' |
76 |
/home/pamelaprod/yoda/bin/McmdToXML: ' -xslPath /home/pamelaprod/yoda/data/McmdTemplate.xsl' |
77 |
/home/pamelaprod/yoda/bin/physEndRunToXML: ' -xslPath /home/pamelaprod/yoda/data/PhysEndRunTemplate.xsl' |
78 |
/home/pamelaprod/yoda/bin/HeaderScan: '' |
79 |
/home/pamelaprod/yoda/bin/ND_QL: '' |
80 |
/home/pamelaprod/yoda/bin/PacketScan: '' |
81 |
/home/pamelaprod/yoda/bin/S4_Calibration_QL: '' |
82 |
/home/pamelaprod/yoda/bin/S4_QL: '' |
83 |
/home/pamelaprod/yoda/bin/TmtcTemperature: '' |
84 |
#/home/pamelaprod/yoda/bin/TriggerScan: '' |
85 |
/home/pamelaprod/yoda/bin/TrackerQLookBasic: '' |
86 |
/home/pamelaprod/yoda/bin/TrackerQLookExpert: '' |
87 |
/home/pamelaprod/yoda/bin/TrkCalibQLookBasic: '' |
88 |
/home/pamelaprod/yoda/bin/TrkCalibQLookExpert: '' |
89 |
/home/pamelaprod/yoda/bin/FCaloCHKCALIB: '' |
90 |
/home/pamelaprod/yoda/bin/FCaloQLOOK: '' |
91 |
|