mirror of https://github.com/CIRCL/AIL-framework
Prod config
parent
781b441bb8
commit
722634adf4
|
@ -9,8 +9,8 @@ sleep 0.1
|
||||||
echo -e $GREEN"\t* Launching ZMQ scripts"$DEFAULT
|
echo -e $GREEN"\t* Launching ZMQ scripts"$DEFAULT
|
||||||
|
|
||||||
screen -S "Script" -X screen -t "Global" bash -c './Global.py; read x'
|
screen -S "Script" -X screen -t "Global" bash -c './Global.py; read x'
|
||||||
sleep 0.1
|
#sleep 0.1
|
||||||
screen -S "Script" -X screen -t "Duplicate" bash -c './Duplicate.py; read x'
|
#screen -S "Script" -X screen -t "Duplicate" bash -c './Duplicate.py; read x'
|
||||||
sleep 0.1
|
sleep 0.1
|
||||||
screen -S "Script" -X screen -t "Attribute" bash -c './Attribute.py; read x'
|
screen -S "Script" -X screen -t "Attribute" bash -c './Attribute.py; read x'
|
||||||
sleep 0.1
|
sleep 0.1
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
subscribe = ZMQ_Global
|
subscribe = ZMQ_Global
|
||||||
publish = Redis_Global
|
publish = Redis_Global
|
||||||
|
|
||||||
[Duplicates]
|
#[Duplicates]
|
||||||
subscribe = Redis_Global
|
#subscribe = Redis_Global
|
||||||
|
|
||||||
[Indexer]
|
[Indexer]
|
||||||
subscribe = Redis_Global
|
subscribe = Redis_Global
|
||||||
|
@ -27,7 +27,7 @@ subscribe = Redis_Words
|
||||||
|
|
||||||
[Categ]
|
[Categ]
|
||||||
subscribe = Redis_Global
|
subscribe = Redis_Global
|
||||||
publish = Redis_CreditCards,Redis_Mail,Redis_Onion,Redis_Web,Redis_Credential,Redis_SourceCode,Redis_Cve
|
publish = Redis_CreditCards,Redis_Mail,Redis_Onion,Redis_Web,Redis_Credential
|
||||||
|
|
||||||
[CreditCards]
|
[CreditCards]
|
||||||
subscribe = Redis_CreditCards
|
subscribe = Redis_CreditCards
|
||||||
|
@ -50,20 +50,20 @@ publish = Redis_Url,ZMQ_Url
|
||||||
[WebStats]
|
[WebStats]
|
||||||
subscribe = Redis_Url
|
subscribe = Redis_Url
|
||||||
|
|
||||||
[Release]
|
#[Release]
|
||||||
subscribe = Redis_Global
|
#subscribe = Redis_Global
|
||||||
|
|
||||||
[Credential]
|
[Credential]
|
||||||
subscribe = Redis_Credential
|
subscribe = Redis_Credential
|
||||||
|
|
||||||
[Cve]
|
#[Cve]
|
||||||
subscribe = Redis_Cve
|
#subscribe = Redis_Cve
|
||||||
|
|
||||||
[Phone]
|
#[SourceCode]
|
||||||
subscribe = Redis_Global
|
#subscribe = Redis_SourceCode
|
||||||
|
|
||||||
[SourceCode]
|
#[Phone]
|
||||||
subscribe = Redis_SourceCode
|
#subscribe = Redis_Global
|
||||||
|
|
||||||
[Keys]
|
#[Keys]
|
||||||
subscribe = Redis_Global
|
#subscribe = Redis_Global
|
||||||
|
|
Loading…
Reference in New Issue