Enable multiple workers for alarm-gen

Change-Id: I31464193406b3f1e12c3a75e24b5557f9c755564
Closes-Bug: PROD-16431
diff --git a/README.rst b/README.rst
index e3a8576..8e3f7df 100644
--- a/README.rst
+++ b/README.rst
@@ -866,6 +866,18 @@
           pci: 0000:81:00.1
       ...
 
+Increase number of alarm-gen workers
+------------------------------------
+
+Port prefix will increment used ports by workers starting with 5901.
+
+.. code-block:: yaml
+
+    collector:
+      alarm_gen:
+        workers: 1
+        port_prefix: 59
+
 Contrail client
 ---------------