Skip to content

6.2.3 RPM Collector

rod edited this page Aug 15, 2019 · 1 revision

python

RPM collector uses the NETCONF broker for getting RPM probes result. Two different services are used for this:

  • RPM Collector Producer: periodically sends corresponding RPC requests specifying the queue name where RPC replies will be sent on.
  • RPM Collector Receiver: subscribes to the queue where RPC replies are sent, parses the data and sends it to another Rabbitmq queue for further processing.
Clone this wiki locally