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 |
#folderToMonitor: /home/kusanagi/tmp/pit/ |
28 |
#---------------------------------------------------------------------------- |
29 |
[TransferMonitor] |
30 |
benchmarkFile: /home/pamelaprod/manager/logs/Benchmark.csv |
31 |
|
32 |
#Time delay for polling the DB |
33 |
pollingDelay: 60 |
34 |
|
35 |
# The process will monitor new entries into the specific database. |
36 |
# Notice that for security reason the parameter have to a OWNER-ONLY read file |
37 |
dbConnectionFile: /home/pamelaprod/manager/.dbConnection |
38 |
|
39 |
# If active YodaMonitor will tranfer the source data file to the specified remote host |
40 |
# Notice that for security reason the parameter have to a OWNER-ONLY read file |
41 |
remoteConnectionFile: /home/pamelaprod/manager/.mephiConnection |
42 |
|
43 |
|
44 |
|
45 |
#---------------------------------------------------------------------------- |
46 |
[YodaProcess] |
47 |
#Define here the directory where the YODA executable is avaliable |
48 |
executables: /home/pamelaprod/yoda/bin/ |
49 |
#yodaToStore: /home/pamelaprod/tmp/ |
50 |
|
51 |
yodaUnpackDir: /home/pamelaprod/yoda/filesFromYoda/ |
52 |
|
53 |
#Yoda output files are unpacked temporary here and then moved to yodaUnpackDir |
54 |
yodaTmpUnpack: /home/pamelaprod/tmp/filesFromYoda/ |
55 |
yodaParameter: -c 3 -o %(yodaTmpUnpack)s |
56 |
|
57 |
benchmarkFile: /home/pamelaprod/manager/logs/Benchmark.csv |
58 |
|
59 |
# This variable define if the process have to overwrite, if exists, olf files. |
60 |
# Possible values [True|False] (default False) |
61 |
overwriteFiles: False |
62 |
#---------------------------------------------------------------------------- |
63 |
[RawReaderProcess] |
64 |
executables: /home/pamelaprod/rawreader/bin/RawReader.exe |
65 |
|
66 |
#---------------------------------------------------------------------------- |
67 |
# Specify here the QLOOK program you want to be automatically executed by the YodaProcess |
68 |
# The format is |
69 |
# key = name of the executable in the form path/nameExecutable |
70 |
# value = all the parameters (but the file to process!) |
71 |
# The ADD/REMOVE of items can be done HOT, that is is not necessary to stop the YodaDaemon |
72 |
# |
73 |
# Example : |
74 |
# /opt/pamela/oneDir/xxx/extremeQLOOK: 'string', 0, 1234, 'anotherString' |
75 |
[QLOOKs] |
76 |
/home/pamelaprod/yoda/bin/VarDumpToXML: -xslPath /home/pamelaprod/yoda/data/VarDumpTemplate.xsl |
77 |
/home/pamelaprod/yoda/bin/ArrDumpToXML: -xslPath /home/pamelaprod/yoda/data/ArrDumpTemplate.xsl |
78 |
/home/pamelaprod/yoda/bin/TabDumpToXML: -xslPath /home/pamelaprod/yoda/data/TabDumpTemplate.xsl |
79 |
/home/pamelaprod/yoda/bin/LogToXML: -xslPath /home/pamelaprod/yoda/data/LogTemplate.xsl |
80 |
/home/pamelaprod/yoda/bin/McmdToXML: -xslPath /home/pamelaprod/yoda/data/McmdTemplate.xsl |
81 |
/home/pamelaprod/yoda/bin/PhysEndRunToXML: -xslPath /home/pamelaprod/yoda/data/PhysEndRunTemplate.xsl |
82 |
/home/pamelaprod/yoda/bin/HeaderScan_QL: '' |
83 |
/home/pamelaprod/yoda/bin/Packet_QL: '' |
84 |
/home/pamelaprod/yoda/bin/S4_Calibration_QL: '' |
85 |
/home/pamelaprod/yoda/bin/S4_QL: '' |
86 |
/home/pamelaprod/yoda/bin/TmtcTemperature_QL: '' |
87 |
/home/pamelaprod/yoda/bin/OrbitalRate: -map /home/pamelaprod/pamela/data/terra4.png |
88 |
#/home/kusanagi/pamela/bin/ND_QL: '' |
89 |
#/home/kusanagi/pamela/bin/AcCalib: '' |
90 |
#/home/kusanagi/pamela/bin/AcQLOOK: '' |
91 |
#/home/kusanagi/pamela/bin/TriggerScan: '' |
92 |
#/home/kusanagi/pamela/yoda/bin/TrackerQLookBasic: '' |
93 |
#/home/kusanagi/pamela/yoda/bin/TrackerQLookExpert: '' |
94 |
#/home/kusanagi/pamela/yoda/bin/TrkCalibQLookBasic: '' |
95 |
#/home/kusanagi/pamela/yoda/bin/TrkCalibQLookExpert: '' |
96 |
#/home/kusanagi/pamela/yoda/bin/FCaloCHKCALIB: '' |
97 |
#/home/kusanagi/pamela/yoda/bin/FCaloQLOOK: '' |
98 |
|