Navel-IT / navel-collector-manager

Other
0 stars 0 forks source link

Navel::RabbitMQ::Serialize::Data : errors also may need to be send to RabbitMQ #11

Closed le-garff-yoann closed 9 years ago

le-garff-yoann commented 9 years ago

Navel::RabbitMQ::Serialize::Data : errors also may need to be send to RabbitMQ.

Create a codification of events :

Status code Status description
0 OK : connector executed and datas get back.
1 KO : connector source isn't present.
2 KO : connector execution error.
3 KO : the connector thrown an error.

In MongoDB :

[ // collections
    "puppet-report" : [ // a collection
        [], // events OK
        [], // events KO
        [], // events KO
        [] // events KO
    ]
]
le-garff-yoann commented 9 years ago

New routing key format :

le-garff-yoann commented 9 years ago

b485238d33a0e01342da5971d2a032ecc8580e1d 005f70b81690e98c67ab400d22b1b51466219e73