Skip to content

Instantly share code, notes, and snippets.

@ethan-riskiq
Created November 19, 2018 22:51
Show Gist options
  • Save ethan-riskiq/25a2168b8143c8a59c807c41344154dc to your computer and use it in GitHub Desktop.
Save ethan-riskiq/25a2168b8143c8a59c807c41344154dc to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
[root@mon1 ~]# /usr/lib64/nagios/nagios-plugins/check_kafka.py -v -v -v -H br04:6667 -w 5 -c 10 --topic nagios
/usr/lib64/python2.6/site-packages/cryptography/__init__.py:26: DeprecationWarning: Python 2.6 is no longer supported by the Python core team, please upgrade your Python. A future version of cryptography will drop support for Python 2.6
DeprecationWarning
2018-11-19 14:48:09,674 - cli.py[main:165](2800) - INFO - Hari Sekhon check_kafka.py version 0.3.9 => CLI version 0.3 => Utils version 0.10.20
2018-11-19 14:48:09,674 - cli.py[main:166](2800) - INFO - https://github.com/harisekhon/nagios-plugins
2018-11-19 14:48:09,674 - cli.py[main:167](2800) - INFO - verbose level: 3 (DEBUG)
2018-11-19 14:48:09,675 - utils.py[log_option:2155](2800) - INFO - timeout: 10
2018-11-19 14:48:09,675 - cli.py[main:170](2800) - DEBUG - setting timeout alarm (10)
2018-11-19 14:48:09,675 - utils.py[log_option:2155](2800) - INFO - brokers: br04:6667
2018-11-19 14:48:09,676 - utils.py[log_option:2155](2800) - INFO - topic: nagios
2018-11-19 14:48:09,677 - utils.py[log_option:2155](2800) - INFO - partition: 0
2018-11-19 14:48:09,683 - utils.py[log_option:2155](2800) - INFO - acks: 1
2018-11-19 14:48:09,683 - threshold.py[__init__:50](2800) - DEBUG - warning threshold simple = upper
2018-11-19 14:48:09,684 - threshold.py[__init__:51](2800) - DEBUG - warning threshold positive = True
2018-11-19 14:48:09,684 - threshold.py[__init__:52](2800) - DEBUG - warning threshold integer = True
2018-11-19 14:48:09,684 - threshold.py[__init__:53](2800) - DEBUG - warning threshold min = None
2018-11-19 14:48:09,684 - threshold.py[__init__:54](2800) - DEBUG - warning threshold max = None
2018-11-19 14:48:09,684 - threshold.py[__parse_threshold__:72](2800) - DEBUG - warning threshold given = '5'
2018-11-19 14:48:09,686 - threshold.py[__parse_threshold__:106](2800) - DEBUG - warning threshold upper boundary = 5.0
2018-11-19 14:48:09,686 - threshold.py[__parse_threshold__:107](2800) - DEBUG - warning threshold lower boundary = None
2018-11-19 14:48:09,686 - utils.py[log_option:2155](2800) - INFO - warning: 5
2018-11-19 14:48:09,687 - threshold.py[__init__:50](2800) - DEBUG - critical threshold simple = upper
2018-11-19 14:48:09,709 - threshold.py[__init__:51](2800) - DEBUG - critical threshold positive = True
2018-11-19 14:48:09,709 - threshold.py[__init__:52](2800) - DEBUG - critical threshold integer = True
2018-11-19 14:48:09,709 - threshold.py[__init__:53](2800) - DEBUG - critical threshold min = None
2018-11-19 14:48:09,709 - threshold.py[__init__:54](2800) - DEBUG - critical threshold max = None
2018-11-19 14:48:09,710 - threshold.py[__parse_threshold__:72](2800) - DEBUG - critical threshold given = '10'
2018-11-19 14:48:09,710 - threshold.py[__parse_threshold__:106](2800) - DEBUG - critical threshold upper boundary = 10.0
2018-11-19 14:48:09,710 - threshold.py[__parse_threshold__:107](2800) - DEBUG - critical threshold lower boundary = None
2018-11-19 14:48:09,710 - utils.py[log_option:2155](2800) - INFO - critical: 10
2018-11-19 14:48:09,711 - pubsub_nagiosplugin.py[run:117](2800) - INFO - subscribing
2018-11-19 14:48:10,494 - check_kafka.py[subscribe:216](2800) - DEBUG - partition assignments: set([])
2018-11-19 14:48:10,494 - check_kafka.py[subscribe:222](2800) - DEBUG - assigning partition 0 to consumer
2018-11-19 14:48:10,494 - check_kafka.py[subscribe:225](2800) - DEBUG - partition assignments: set([TopicPartition(topic='nagios', partition=0)])
2018-11-19 14:48:10,494 - check_kafka.py[subscribe:227](2800) - DEBUG - getting current offset
2018-11-19 14:48:10,728 - check_kafka.py[subscribe:235](2800) - DEBUG - recorded starting offset '1270519'
2018-11-19 14:48:10,728 - pubsub_nagiosplugin.py[run:119](2800) - INFO - publishing message "Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542667689.65 (Mon Nov 19 14:48:09 2018) with random token 'tVw2xAQPg1p4DYmNP8EC'"
2018-11-19 14:48:10,728 - check_kafka.py[publish:239](2800) - DEBUG - creating producer
2018-11-19 14:48:11,102 - check_kafka.py[publish:250](2800) - DEBUG - producer.send()
2018-11-19 14:48:11,103 - check_kafka.py[publish:257](2800) - DEBUG - producer.flush()
2018-11-19 14:48:11,129 - pubsub_nagiosplugin.py[run:124](2800) - INFO - published in 0.401 secs
2018-11-19 14:48:11,130 - pubsub_nagiosplugin.py[run:129](2800) - INFO - consuming message
2018-11-19 14:48:11,130 - check_kafka.py[consume:262](2800) - DEBUG - consumer.seek(1270519)
2018-11-19 14:48:11,130 - check_kafka.py[consume:265](2800) - DEBUG - consumer.poll(timeout_ms=4500.0)
2018-11-19 14:48:12,977 - check_kafka.py[consume:267](2800) - DEBUG - msg object returned: {TopicPartition(topic=u'nagios', partition=0): [ConsumerRecord(topic=u'nagios', partition=0, offset=1270519, timestamp=1542389394725, timestamp_type=0, key='check_kafka.py-EtLI6ftw22NlcLgnrUr1', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542389393.4 (Fri Nov 16 09:29:53 2018) with random token 'DjfGe2b5834InBoNvOBw'", checksum=-982288368, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1270520, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542389455.5259 (2018-11-16 09:30:55) with random token: HSEfYo3i9BBxrKaXby1y', checksum=921378062, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1270521, timestamp=1542389459688, timestamp_type=0, key='check_kafka.py-qBR7d3pkQbxM5RYYipI8', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542389458.09 (Fri Nov 16 09:30:58 2018) with random token 'TF9stZ9qUWTn3rVYkLDH'", checksum=236868780, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270522, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542389460.17316 (2018-11-16 17:31:00) with random token: 0AgYoh2fuYMw1mbDK1o6', checksum=453628796, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270523, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542389460.26968 (2018-11-16 17:31:00) with random token: rZunrhlgVSQ7F9KMm46s', checksum=-1524170302, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270524, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542389502.78591 (2018-11-16 09:31:42) with random token: AxgxXqPWYDIeccnSFKEt', checksum=2137776519, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270525, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542389502.89407 (2018-11-16 09:31:42) with random token: 8RMf3VEDSBH0nNMPp0OO', checksum=145707217, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270526, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542389528.29868 (2018-11-16 17:32:08) with random token: tI5DgXPyAbpSvPdhOYUt', checksum=-1375564630, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270527, timestamp=1542389568618, timestamp_type=0, key='check_kafka.py-34FHtuJOUyfJBsxai4bN', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542389564.31 (Fri Nov 16 09:32:44 2018) with random token 'Bw8EHYbUPbRw6229ExN1'", checksum=840452442, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270528, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542389601.27418 (2018-11-16 09:33:21) with random token: jIJeRcyRRPQtkbMhY9f5', checksum=-304950738, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270529, timestamp=1542389651179, timestamp_type=0, key='check_kafka.py-vcYfvwAQxZdfQCtgBLcG', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542389648.95 (Fri Nov 16 09:34:08 2018) with random token 'fQLvz3R06LucXeZvSEHs'", checksum=604756363, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270530, timestamp=1542389725252, timestamp_type=0, key='check_kafka.py-UiwB6bQGpl5ycD31kNWS', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542389723.83 (Fri Nov 16 09:35:23 2018) with random token 'afUWRhOUS8mSxrDlKTbE'", checksum=425871286, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270531, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542389760.2346 (2018-11-16 17:36:00) with random token: I44hJJztYaTMTjIJKfWf', checksum=628279609, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270532, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542389760.23465 (2018-11-16 17:36:00) with random token: dqY4jGRSVKePn4ImXMzS', checksum=611471687, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270533, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542389779.68357 (2018-11-16 09:36:19) with random token: nNt8smzowRzFWjoLSejv', checksum=-1564092872, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270534, timestamp=1542389782929, timestamp_type=0, key='check_kafka.py-76p8J97BxN1IUFOMjX0N', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542389781.47 (Fri Nov 16 09:36:21 2018) with random token 'TZGGIK7Nw3OiHVQSy1Fq'", checksum=-1603954426, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270535, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542389826.30005 (2018-11-16 09:37:06) with random token: 2GZoPX0NChHXkjUPmVAF', checksum=1409391291, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270536, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542389827.00816 (2018-11-16 09:37:07) with random token: sjfCCbBEqTVWN3V6GZlC', checksum=-296330412, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270537, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542389828.11629 (2018-11-16 17:37:08) with random token: LAVArGifhOT5aVVZ6zMv', checksum=1629607978, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270538, timestamp=1542389884044, timestamp_type=0, key='check_kafka.py-Vg07J8D9vbmdHo9iPST9', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542389883.12 (Fri Nov 16 09:38:03 2018) with random token 'mfBymeVxL9jTsF8hvceN'", checksum=-316341051, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270539, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542389919.85735 (2018-11-16 09:38:39) with random token: tml2V175YZ46x3EvwgVW', checksum=-658020515, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270540, timestamp=1542389968173, timestamp_type=0, key='check_kafka.py-WwWujYSKjGjXEyygwwwi', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542389966.01 (Fri Nov 16 09:39:26 2018) with random token 'dntKcisztXK9Qi2Ix1VO'", checksum=-791393809, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270541, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542390060.3343 (2018-11-16 17:41:00) with random token: gfWialhVggksvvmI3ACz', checksum=-2003320608, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270542, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542390060.33982 (2018-11-16 17:41:00) with random token: 8N9hHmULsLMfymsy9PfZ', checksum=1859903398, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270543, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542390095.45679 (2018-11-16 09:41:35) with random token: q7VlJ4gkLxsoaj1vZVxv', checksum=-40251421, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270544, timestamp=1542390101317, timestamp_type=0, key='check_kafka.py-0XQ5fudZt8qtkcCsu6Hc', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542390099.73 (Fri Nov 16 09:41:39 2018) with random token 'LqjMc2IUwARnaTDbELGu'", checksum=-2071769121, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270545, timestamp=1542390114270, timestamp_type=0, key='check_kafka.py-3D7qHioxk2Fj9gXWrz60', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542390113.34 (Fri Nov 16 09:41:53 2018) with random token 'BM5EAjCwfoTXISdVobkm'", checksum=935225499, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270546, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542390128.21728 (2018-11-16 17:42:08) with random token: fOqnXTBEOCNPo12OSO4b', checksum=-788576246, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270547, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542390147.75097 (2018-11-16 09:42:27) with random token: RP2Hf5OvodWyhMQt1zFy', checksum=-258305627, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270548, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542390148.29525 (2018-11-16 09:42:28) with random token: mg2HJSr8s2haBkEMTIi9', checksum=118573739, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270549, timestamp=1542390205435, timestamp_type=0, key='check_kafka.py-bcs9Yn23n0FoJmljKoSW', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542390204.39 (Fri Nov 16 09:43:24 2018) with random token '6pUKps0V8qfqhR4P4D9t'", checksum=262122776, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270550, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542390245.5701 (2018-11-16 09:44:05) with random token: IaieasGqg1H6N8gT2Gtd', checksum=-269803059, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1270551, timestamp=1542390293076, timestamp_type=0, key='check_kafka.py-KI5LdSLteoIU184FJiNW', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542390291.13 (Fri Nov 16 09:44:51 2018) with random token 'z1v5fVd6DZrdDiQEckHj'", checksum=-1930696608, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270552, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542390361.25594 (2018-11-16 17:46:01) with random token: fhLokZkLvFZYJkC4maBO', checksum=-1741382738, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270553, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542390361.27012 (2018-11-16 17:46:01) with random token: PyEWWUL1v254RXq79iqU', checksum=225471964, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270554, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542390424.68573 (2018-11-16 09:47:04) with random token: 7dSv9ls4A1SqtpHbBmRT', checksum=-738849710, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270555, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542390428.2489 (2018-11-16 17:47:08) with random token: wZqIB7Ay1ufkWVG00kJ5', checksum=1411794528, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270556, timestamp=1542390429146, timestamp_type=0, key='check_kafka.py-RaCGZU1A9OLQgxWPLZtq', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542390427.34 (Fri Nov 16 09:47:07 2018) with random token 'mtN0tJW9lBtu894qkbiG'", checksum=1792647453, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270557, timestamp=1542390444790, timestamp_type=0, key='check_kafka.py-LrBynZCzVsejvtPci9ES', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542390443.96 (Fri Nov 16 09:47:23 2018) with random token 'vmOLzrX0Z3MheSgPyKPr'", checksum=217829513, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270558, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542390475.58017 (2018-11-16 09:47:55) with random token: fCzxHFLTbM6Dfaj0p0wh', checksum=-54947790, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270559, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542390476.05261 (2018-11-16 09:47:56) with random token: RtAErmQO1FOWfEJTFL7C', checksum=398811517, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270560, timestamp=1542390531087, timestamp_type=0, key='check_kafka.py-l9yaAB3FP0r4xQpCg2VT', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542390529.97 (Fri Nov 16 09:48:49 2018) with random token 'Db8xScnwuWOmaHBZNp89'", checksum=-1859524748, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270561, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542390570.34828 (2018-11-16 09:49:30) with random token: KddNhJd9TFmWKmQJoC0J', checksum=-295629581, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270562, timestamp=1542390616767, timestamp_type=0, key='check_kafka.py-DNrbuUrEAv2Wxt2lLkZi', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542390615.18 (Fri Nov 16 09:50:15 2018) with random token '0nkssck7b347du6aF4xK'", checksum=-254437358, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270563, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542390660.32861 (2018-11-16 17:51:00) with random token: 7k0tUuJwOix45sHT8xXh', checksum=696428840, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270564, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542390660.33013 (2018-11-16 17:51:00) with random token: LrDB0vACGVOc82JAUYJB', checksum=1585788041, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270565, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542390728.21122 (2018-11-16 17:52:08) with random token: jXTHZTAsYhd1zHEP7ZVG', checksum=1532599011, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270566, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542390742.20136 (2018-11-16 09:52:22) with random token: tZ0Doxg35opJZpwUNElz', checksum=-695591338, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270567, timestamp=1542390744428, timestamp_type=0, key='check_kafka.py-OobzXlJlBGf13pfqjsBv', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542390743.51 (Fri Nov 16 09:52:23 2018) with random token 'CLC9c9l0rcx5IZ4QrSJ5'", checksum=-1648322020, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270568, timestamp=1542390759938, timestamp_type=0, key='check_kafka.py-HyvqHb0kin5iy0x259CJ', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542390758.36 (Fri Nov 16 09:52:38 2018) with random token '8RU1ZQaZsQn8ZOZspn0s'", checksum=1949131304, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270569, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542390784.15154 (2018-11-16 09:53:04) with random token: qIlMRwHuzK4kjG0tGccb', checksum=824310650, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270570, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542390785.88236 (2018-11-16 09:53:05) with random token: er4mcbaVb6t81AG4fteS', checksum=-1848016776, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270571, timestamp=1542390844779, timestamp_type=0, key='check_kafka.py-psFkTCz4ioe5gA05lVNM', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542390843.14 (Fri Nov 16 09:54:03 2018) with random token 'xzav3XjSSw86RqWhRmrF'", checksum=-1875780063, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270572, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542390880.13021 (2018-11-16 09:54:40) with random token: apxrfRDFxJnAojq73cUR', checksum=761055497, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270573, timestamp=1542390930397, timestamp_type=0, key='check_kafka.py-ayogbYkHq6ICoxofOutb', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542390928.55 (Fri Nov 16 09:55:28 2018) with random token 'g5CdywGkQfUImHABuKrz'", checksum=1674694198, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270574, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542390960.29924 (2018-11-16 17:56:00) with random token: JXBdEzI4iyiIBzsqJTwK', checksum=-363435092, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270575, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542390960.29916 (2018-11-16 17:56:00) with random token: 3oFRd4MtFlqCprfUbRpX', checksum=-873289251, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270576, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542391028.18773 (2018-11-16 17:57:08) with random token: LcmDMvZTtkb1Og0snc2g', checksum=-1667946144, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270577, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542391056.18249 (2018-11-16 09:57:36) with random token: JVjMkh65poemeYyWL5s1', checksum=-1662879146, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270578, timestamp=1542391059194, timestamp_type=0, key='check_kafka.py-LYpwhhRsdHbHp41FTFBp', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542391058.09 (Fri Nov 16 09:57:38 2018) with random token 'nlFxRlgVGQdIUdJYLmp8'", checksum=1108645784, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270579, timestamp=1542391074422, timestamp_type=0, key='check_kafka.py-x7R6zMzRb9BOy2J8qMHh', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542391073.44 (Fri Nov 16 09:57:53 2018) with random token 'GQFctm3zRDDJsVfhhlcv'", checksum=-2019887315, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270580, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542391099.44944 (2018-11-16 09:58:19) with random token: rqMjRPP2AvKAHK4AqPNM', checksum=-1487042367, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270581, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542391101.67658 (2018-11-16 09:58:21) with random token: XwMcl3LAUWsaQog8rb7C', checksum=-1830648562, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270582, timestamp=1542391163235, timestamp_type=0, key='check_kafka.py-6K2dvl9wLosI3x7VqbTV', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542391161.29 (Fri Nov 16 09:59:21 2018) with random token 'xz9lVh06y9JcQo3GuDVF'", checksum=1419720714, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270583, timestamp=1542391252475, timestamp_type=0, key='check_kafka.py-Qmfz9PvHm94XlAyNLN3z', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542391250.92 (Fri Nov 16 10:00:50 2018) with random token '4HdH76yR2NpI2xCT8Sua'", checksum=1237947312, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270584, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542391260.24918 (2018-11-16 18:01:00) with random token: G8DL7iK1NUw8sosteGaT', checksum=751369293, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270585, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542391260.2498 (2018-11-16 18:01:00) with random token: 1ZLfuHtBY8xlEUUUQepy', checksum=290029478, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270586, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542391328.32393 (2018-11-16 18:02:08) with random token: qxLP82eaeC4ZYfp9mPXu', checksum=637181936, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270587, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542391375.26057 (2018-11-16 10:02:55) with random token: P4wvlYCju1uklcj6hKms', checksum=-1920901857, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270588, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542391384.17816 (2018-11-16 10:03:04) with random token: 21SuMytndfyUutjZFTIZ', checksum=1397537122, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270589, timestamp=1542391387865, timestamp_type=0, key='check_kafka.py-3N73uGexgOuhHoYEf6BZ', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542391385.78 (Fri Nov 16 10:03:05 2018) with random token 'iqotEjtAQpoeoomdRWup'", checksum=386894093, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270590, timestamp=1542391401403, timestamp_type=0, key='check_kafka.py-SyBtDYeP72gt3hhSLtQx', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542391400.06 (Fri Nov 16 10:03:20 2018) with random token 'uhI9NZOe3VrBIo1PRkFs'", checksum=2041484501, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270591, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542391429.81783 (2018-11-16 10:03:49) with random token: e9S2Sf2yjTzoltP4FuUC', checksum=-1466601980, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270592, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542391430.04213 (2018-11-16 10:03:50) with random token: uAs6OWkUqZXsm7BbWs3R', checksum=-501714747, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270593, timestamp=1542391489845, timestamp_type=0, key='check_kafka.py-nzq1UKj2WaUNQXn9wa7s', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542391488.19 (Fri Nov 16 10:04:48 2018) with random token 'bz9DIQCobp1yq5rtmlgd'", checksum=1110889438, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270594, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542391560.25446 (2018-11-16 18:06:00) with random token: lb0zHoVBBwf5GZSMDa7B', checksum=-1842383445, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270595, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542391560.2545 (2018-11-16 18:06:00) with random token: X7RvCf3a2hCrEfj1Kdgd', checksum=-1900245053, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270596, timestamp=1542391576270, timestamp_type=0, key='check_kafka.py-yXxFyqbQsOluoWPWfBEM', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542391574.29 (Fri Nov 16 10:06:14 2018) with random token 'aqA6mhWCYqNI9Oq8nEtB'", checksum=-693131348, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270597, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542391628.13209 (2018-11-16 18:07:08) with random token: OUiMa3hbfx1CCy8LDuXI', checksum=502395444, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270598, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542391701.28554 (2018-11-16 10:08:21) with random token: N4X0CyWQl0nLnI0XWGTp', checksum=169982150, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270599, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542391708.0232 (2018-11-16 10:08:28) with random token: 01qhNxu4kQCCxiMmLEJD', checksum=857123392, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1270600, timestamp=1542391710396, timestamp_type=0, key='check_kafka.py-BjsLzdj0T0BxoCSdSaVd', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542391709.0 (Fri Nov 16 10:08:29 2018) with random token 'X0iGa6nwbhDvgmY7VQAb'", checksum=-432832431, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1270601, timestamp=1542391725774, timestamp_type=0, key='check_kafka.py-xzY9RmBdTuDf4IayDZ3w', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542391724.5 (Fri Nov 16 10:08:44 2018) with random token 'ygY3bzO1BrUiPB4mDaeN'", checksum=-348397529, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1270602, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542391755.82222 (2018-11-16 10:09:15) with random token: oDQHSAsY43udxM6MJVsr', checksum=-1295895748, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270603, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542391755.83233 (2018-11-16 10:09:15) with random token: hx9RCeBG24IaaDjD6eUz', checksum=-318212740, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270604, timestamp=1542391814111, timestamp_type=0, key='check_kafka.py-nbtxTPYBGcgLN30rfwuJ', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542391812.81 (Fri Nov 16 10:10:12 2018) with random token 'eruTYjzAF54uPlpmDuyQ'", checksum=-2079895710, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270605, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542391860.21843 (2018-11-16 18:11:00) with random token: oUIonWNhXdvSste6QrsJ', checksum=-1273396689, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270606, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542391860.21975 (2018-11-16 18:11:00) with random token: rL6TLgNEjwCr7EmqZqgH', checksum=-1570326991, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270607, timestamp=1542391896493, timestamp_type=0, key='check_kafka.py-Qn3gjiVTbSq4vHidBaco', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542391894.52 (Fri Nov 16 10:11:34 2018) with random token 'beRg1UOhonllCygaPA6a'", checksum=-403783686, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270608, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542391928.35674 (2018-11-16 18:12:08) with random token: tRQuHihoCokMWv9FX9GL', checksum=-1176650868, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270609, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542392023.74477 (2018-11-16 10:13:43) with random token: eVeTxfkcWRLUZrTONnT4', checksum=-179625593, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270610, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542392030.85989 (2018-11-16 10:13:50) with random token: xAYX5ltG03PEwI75Uo5o', checksum=-1720991476, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270611, timestamp=1542392033554, timestamp_type=0, key='check_kafka.py-YaCbtFKTjtHBL2eYZcmX', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542392032.11 (Fri Nov 16 10:13:52 2018) with random token 'QPvGUmrTPtaFpAohykUj'", checksum=2088496746, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270612, timestamp=1542392050746, timestamp_type=0, key='check_kafka.py-287RaBDMTJw1qGLZT6Zr', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542392049.46 (Fri Nov 16 10:14:09 2018) with random token 'cu31rCkF8DAZSxi9cBji'", checksum=-1059436267, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270613, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542392076.25435 (2018-11-16 10:14:36) with random token: T4hk03tBJQfV9uwmJe2z', checksum=197592968, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270614, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542392076.49567 (2018-11-16 10:14:36) with random token: dgJja8Tdylaa6YfA0cS4', checksum=-709871129, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270615, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542392160.54924 (2018-11-16 18:16:00) with random token: On5FRKhpxbop8J8uxhSm', checksum=-48640997, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270616, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542392160.55322 (2018-11-16 18:16:00) with random token: wjpfVlk0sWxgXFBASkAB', checksum=415245693, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270617, timestamp=1542392221546, timestamp_type=0, key='check_kafka.py-b57bnRZuGs0oCa2NZUJQ', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542392219.63 (Fri Nov 16 10:16:59 2018) with random token 'i87NtCQIXUvj8o9BBeiF'", checksum=1052539287, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270618, timestamp=1542392224441, timestamp_type=0, key='check_kafka.py-diaQHj4PY3rF5XDm1sys', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542392222.79 (Fri Nov 16 10:17:02 2018) with random token '8omQh8dhJpAo5wuOw12i'", checksum=-1798875914, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270619, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542392228.11994 (2018-11-16 18:17:08) with random token: R9r7AQ0rhMa3wJk9Ptmg', checksum=-215413526, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270620, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542392342.30086 (2018-11-16 10:19:02) with random token: ywngWEIisop9CdikRr1O', checksum=342973050, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270621, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542392352.71982 (2018-11-16 10:19:12) with random token: coraRShZNUwKcw5OQwFN', checksum=-1885590038, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270622, timestamp=1542392354329, timestamp_type=0, key='check_kafka.py-eIw8ELBMRmfr1x5PSN8y', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542392353.63 (Fri Nov 16 10:19:13 2018) with random token 'mGoSPKPMSSdRSpZDUyZ1'", checksum=-1930205566, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270623, timestamp=1542392373071, timestamp_type=0, key='check_kafka.py-kNOZwpiO2j5wMzBc8MQJ', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542392371.94 (Fri Nov 16 10:19:31 2018) with random token 'nKqp9F6MpP1AkbZaxRrX'", checksum=-2039476259, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270624, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542392395.67507 (2018-11-16 10:19:55) with random token: uI7mw3Zavm85AUyrvxnZ', checksum=153075421, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270625, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542392395.82733 (2018-11-16 10:19:55) with random token: QFGcJvzfRMoWi68O6Fk4', checksum=1756412348, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270626, timestamp=1542392453505, timestamp_type=0, key='check_kafka.py-5PJjfKySqYcg8WbnI33F', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542392452.42 (Fri Nov 16 10:20:52 2018) with random token 'V8xjKP9stYGLWkFMhQqI'", checksum=2133378570, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270627, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542392460.18969 (2018-11-16 18:21:00) with random token: VNoPooGFrJWs7LEAWJvM', checksum=1077716958, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270628, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542392460.1945 (2018-11-16 18:21:00) with random token: 7RLgLSZaONYXC99qZf1C', checksum=1273840183, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270629, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542392528.3242 (2018-11-16 18:22:08) with random token: gLYXzC796UjGPmEHwH4E', checksum=145227045, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270630, timestamp=1542392540977, timestamp_type=0, key='check_kafka.py-2CbgHsw6e2agO2gJEzmg', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542392538.68 (Fri Nov 16 10:22:18 2018) with random token 'OhjMK46xhfWAOBxXpfkh'", checksum=-798831834, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270631, timestamp=1542392542830, timestamp_type=0, key='check_kafka.py-myYdc0GUteYSOI0JDVhu', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542392541.32 (Fri Nov 16 10:22:21 2018) with random token 'Q8AdnZNXsXwEO9vPjPeA'", checksum=648939773, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270632, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542392674.57791 (2018-11-16 10:24:34) with random token: YA4ADxvF9LpWlWQd8CKF', checksum=363501891, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270633, timestamp=1542392677738, timestamp_type=0, key='check_kafka.py-76VV7udVS656gXc6gtSG', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542392676.7 (Fri Nov 16 10:24:36 2018) with random token 'vUskK1Eb0RUbNN0dSK7T'", checksum=-1808694236, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1270634, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542392719.32378 (2018-11-16 10:25:19) with random token: weMChdL7uQXl0VL0PYEm', checksum=1742498572, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270635, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542392719.48343 (2018-11-16 10:25:19) with random token: MA95kZtr6IjTmMfmji8H', checksum=-810138652, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270636, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542392750.85365 (2018-11-16 10:25:50) with random token: j9yFeoOoW4ZXFTX7eZ6R', checksum=-1770551820, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270637, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542392760.31586 (2018-11-16 18:26:00) with random token: m25uf4qlbyzFOOoHpxGO', checksum=1749176954, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270638, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542392760.31405 (2018-11-16 18:26:00) with random token: JVL8Ra8iJIKOP5DUN23g', checksum=-1064819389, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270639, timestamp=1542392779083, timestamp_type=0, key='check_kafka.py-TfCFPGOCgN3YTr7xje97', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542392777.7 (Fri Nov 16 10:26:17 2018) with random token 'akTl4uEDZWfL2AnkA53b'", checksum=-882596810, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1270640, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542392828.20081 (2018-11-16 18:27:08) with random token: cXg8O6OhgdEF34W9xdiq', checksum=2028281406, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270641, timestamp=1542392865539, timestamp_type=0, key='check_kafka.py-X74eRN7Eoy4zlth9L89y', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542392863.98 (Fri Nov 16 10:27:43 2018) with random token 'WEmZ7Gwmmmf8k40xwENA'", checksum=1501374022, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270642, timestamp=1542392867977, timestamp_type=0, key='check_kafka.py-ITCUfjFH9yq6RkEXt2gp', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542392866.32 (Fri Nov 16 10:27:46 2018) with random token '5SOOWeDs4J0A0FBrq5tT'", checksum=1324608985, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270643, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542392994.93811 (2018-11-16 10:29:54) with random token: t6SiAmzJezXHY6VJcPQ8', checksum=1148145064, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270644, timestamp=1542392999966, timestamp_type=0, key='check_kafka.py-irXiDbGxr0L6KtddIude', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542392998.45 (Fri Nov 16 10:29:58 2018) with random token '78jfl92E9mAmu4OCR99l'", checksum=1152627633, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270645, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542393046.98852 (2018-11-16 10:30:46) with random token: JlJwbh1V5qPcYu03jFm0', checksum=126113760, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270646, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542393047.12162 (2018-11-16 10:30:47) with random token: GQ3kZde1qSzMiwujU0ks', checksum=785187435, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270647, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542393060.57765 (2018-11-16 18:31:00) with random token: 4nZks1DjJLvbYGwg5Ssb', checksum=-788563615, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270648, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542393060.5764 (2018-11-16 18:31:00) with random token: 3lUh7vh7wpefNqezBMue', checksum=-1997937289, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270649, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542393079.2341 (2018-11-16 10:31:19) with random token: 7Pp3a6FUmcVC0AAN7Afj', checksum=-2066851649, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1270650, timestamp=1542393106812, timestamp_type=0, key='check_kafka.py-qgVKwzSl8FqHJXLziPi0', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542393105.22 (Fri Nov 16 10:31:45 2018) with random token 'Xu0UbwUPqB77iI4gQa4O'", checksum=-883565354, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270651, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542393128.24079 (2018-11-16 18:32:08) with random token: D4GmnhD17kEwWI7Q0NcL', checksum=1443216707, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270652, timestamp=1542393194545, timestamp_type=0, key='check_kafka.py-6xJbQDAJypIful6LwXRa', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542393193.34 (Fri Nov 16 10:33:13 2018) with random token 'zCLaqyK4YF2IiZLZZNAr'", checksum=-1573183186, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270653, timestamp=1542393194537, timestamp_type=0, key='check_kafka.py-2Yl5JAd5cKceN7Hl06zK', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542393193.04 (Fri Nov 16 10:33:13 2018) with random token 'MY73yXoZeWuS2XiUpZrt'", checksum=1095425406, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270654, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542393319.95893 (2018-11-16 10:35:19) with random token: ol16WaJnQPo61lQkMCfj', checksum=1605539477, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270655, timestamp=1542393323257, timestamp_type=0, key='check_kafka.py-B7yQy11bs266LOHuVW0d', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542393321.75 (Fri Nov 16 10:35:21 2018) with random token '0M7VUqRprrBmcehZ6r5m'", checksum=273443429, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270656, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542393360.25754 (2018-11-16 18:36:00) with random token: ri9tvaPAzyo0YBwsofls', checksum=-266951229, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270657, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542393360.2568 (2018-11-16 18:36:00) with random token: I3pOpTpiVp9ySmPZH82O', checksum=-1929078824, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270658, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542393366.29836 (2018-11-16 10:36:06) with random token: BmurmoGRffLBPeMoucrQ', checksum=1784092422, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270659, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542393366.47677 (2018-11-16 10:36:06) with random token: 7NJ3LbUPg0F3xQRLaJWa', checksum=-1811258685, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270660, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542393396.68643 (2018-11-16 10:36:36) with random token: EL9haFfFx9dN4TAU7FDS', checksum=262644989, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270661, timestamp=1542393422280, timestamp_type=0, key='check_kafka.py-dsV6Zh58F4NW5T5WpTXi', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542393420.88 (Fri Nov 16 10:37:00 2018) with random token '3bvy9sAyU8xxAnj66xXj'", checksum=-1049142329, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270662, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542393428.1412 (2018-11-16 18:37:08) with random token: urX7YmCKZad0deESEB4l', checksum=-515801643, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270663, timestamp=1542393512336, timestamp_type=0, key='check_kafka.py-Xu9SUFbXraKjdZCVwBkd', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542393510.56 (Fri Nov 16 10:38:30 2018) with random token 'Bpr8D6wzT05AfA8H5Cjb'", checksum=401554028, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270664, timestamp=1542393512642, timestamp_type=0, key='check_kafka.py-WnztVy6XvtkZA6KRbXmZ', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542393510.46 (Fri Nov 16 10:38:30 2018) with random token 'GXosVOC8VRunEBHDS1a3'", checksum=1318083359, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270665, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542393642.57578 (2018-11-16 10:40:42) with random token: k7PIFQuDXNUXzq21rlRi', checksum=1771239857, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270666, timestamp=1542393645362, timestamp_type=0, key='check_kafka.py-s75kYUy6z9tmOtXVhNr0', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542393644.43 (Fri Nov 16 10:40:44 2018) with random token 'eT1YWTmgGLSSoTOLyLUB'", checksum=-1986822698, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270667, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542393660.31874 (2018-11-16 18:41:00) with random token: 7wAxxjX1NqXCRSEK1xfs', checksum=408179707, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270668, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542393660.31873 (2018-11-16 18:41:00) with random token: 3HA1t8PKosXmHOL5rnDc', checksum=-795160580, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270669, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542393686.55607 (2018-11-16 10:41:26) with random token: 7876iVMlZahGs1CO1SP1', checksum=1807822164, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270670, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542393687.12893 (2018-11-16 10:41:27) with random token: xPingCBR0e5Yv3cZWUT2', checksum=-2039878825, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270671, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542393715.76031 (2018-11-16 10:41:55) with random token: yA5xEagA42vIc6N15QQR', checksum=1307434579, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270672, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542393728.19982 (2018-11-16 18:42:08) with random token: DbLt5vruDoDA0rOzGc9H', checksum=-932822647, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270673, timestamp=1542393743397, timestamp_type=0, key='check_kafka.py-hFhfLgcuu7s1lgs807Jv', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542393742.25 (Fri Nov 16 10:42:22 2018) with random token 'QWsl4LxWZWcjoRH7EOkt'", checksum=-557694266, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270674, timestamp=1542393834382, timestamp_type=0, key='check_kafka.py-2EYoEeAdHWwmoKJQZNkL', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542393832.72 (Fri Nov 16 10:43:52 2018) with random token 'zX9DFRqepH1zWIhekWsP'", checksum=-1480356001, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270675, timestamp=1542393834853, timestamp_type=0, key='check_kafka.py-DxA9ZDTx3JgQoXJWQAbS', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542393833.21 (Fri Nov 16 10:43:53 2018) with random token '1yLnMtaA8aNdysas99ET'", checksum=1210344429, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270676, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542393961.30012 (2018-11-16 18:46:01) with random token: s7jhjDrC6J4FJWHEotn9', checksum=1237781489, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270677, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542393961.30112 (2018-11-16 18:46:01) with random token: PIWZG2fFmi9RpidaWyDC', checksum=-1183936042, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270678, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542393962.26836 (2018-11-16 10:46:02) with random token: B6mdWt4Ph4z2VYtAmqz5', checksum=2103154199, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270679, timestamp=1542393965012, timestamp_type=0, key='check_kafka.py-tFYrTz2AWNaldAc1nUDw', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542393964.13 (Fri Nov 16 10:46:04 2018) with random token 'asaLQ9kTDa2CUdij0NPx'", checksum=-1392836410, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270680, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542394007.40451 (2018-11-16 10:46:47) with random token: gzxIh0IhyTcMrn2VXGLH', checksum=223614208, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270681, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542394007.39011 (2018-11-16 10:46:47) with random token: DaFcFG4pLL4ZzsFeGB8E', checksum=-1112267126, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270682, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542394028.22415 (2018-11-16 18:47:08) with random token: dSnWkKRhtJyqpEpmlybd', checksum=-641210546, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270683, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542394039.53957 (2018-11-16 10:47:19) with random token: Mus08LYyFZ5kMpbu1Jx6', checksum=-865718683, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270684, timestamp=1542394063903, timestamp_type=0, key='check_kafka.py-9de246wnp6vRiYRaYzHp', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542394063.01 (Fri Nov 16 10:47:43 2018) with random token 'nPP8IUY3uQPkDAiuiPjQ'", checksum=-2105521256, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270685, timestamp=1542394153401, timestamp_type=0, key='check_kafka.py-ovpDEmkth0TvPVjJAgAQ', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542394151.14 (Fri Nov 16 10:49:11 2018) with random token 'xpX0v8emktFn5Mkfx9Bi'", checksum=190380426, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270686, timestamp=1542394154116, timestamp_type=0, key='check_kafka.py-8QlIz4dAHvk9m4QSk8ED', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542394152.45 (Fri Nov 16 10:49:12 2018) with random token 'FdSCjG65yu1c5X38e1uu'", checksum=1392103561, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270687, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542394260.29098 (2018-11-16 18:51:00) with random token: paT0xlk9QDEIkI6wcMc2', checksum=438956786, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270688, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542394260.29592 (2018-11-16 18:51:00) with random token: r4lo8Hw5H3Q4IVhFSOC4', checksum=1674260973, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270689, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542394280.71198 (2018-11-16 10:51:20) with random token: tZy41k86H7iiirfyNxfA', checksum=-1078195444, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270690, timestamp=1542394283389, timestamp_type=0, key='check_kafka.py-dO5HWSC9Uc5Qm2IKbNQ7', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542394282.43 (Fri Nov 16 10:51:22 2018) with random token 'jMBTHw7pLwMixeYvtWAm'", checksum=1617009961, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270691, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542394319.80744 (2018-11-16 10:51:59) with random token: 6olB1NUGf9EsBF1N03Y7', checksum=-1691129311, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270692, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542394319.98241 (2018-11-16 10:51:59) with random token: kdq4OoNKdTrx2IG1se7p', checksum=-935372838, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270693, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542394328.16899 (2018-11-16 18:52:08) with random token: QtNj3bmk9qye2BK4hPkp', checksum=-1629454274, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270694, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542394355.36732 (2018-11-16 10:52:35) with random token: cmr7XLq5x4oYHqm3jh73', checksum=1320631522, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270695, timestamp=1542394382215, timestamp_type=0, key='check_kafka.py-sedv1ooFfAO0qiUQFWEj', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542394381.34 (Fri Nov 16 10:53:01 2018) with random token 'niBThQH1Wjb1Vivz2xf7'", checksum=518330122, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270696, timestamp=1542394465052, timestamp_type=0, key='check_kafka.py-UzH01nZ7TrSbnyJPMANg', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542394463.81 (Fri Nov 16 10:54:23 2018) with random token 'AVlHvYRWC9HIquPSbHgl'", checksum=-1710059595, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270697, timestamp=1542394465323, timestamp_type=0, key='check_kafka.py-rajy75NREhCPYLsxPE5T', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542394463.91 (Fri Nov 16 10:54:23 2018) with random token '650krcFCQEHxWLaxVlb9'", checksum=-636974951, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270698, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542394560.24023 (2018-11-16 18:56:00) with random token: gcnZSoNCHAIx6xTYGCEo', checksum=-1069435485, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270699, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542394560.23972 (2018-11-16 18:56:00) with random token: QVtAa1DbWwlHzhZmd74q', checksum=366200820, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270700, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542394598.08016 (2018-11-16 10:56:38) with random token: cLLicnpqzWwYejkZ0oTd', checksum=-1332519658, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270701, timestamp=1542394600142, timestamp_type=0, key='check_kafka.py-Y5PCDSvioBBr5EkJnerD', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542394599.15 (Fri Nov 16 10:56:39 2018) with random token 'UkTvUpByL9cfIA47xn0S'", checksum=432915063, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270702, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542394628.13497 (2018-11-16 18:57:08) with random token: 8oGYw5EdtzPfGCDOhPej', checksum=-1635392581, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270703, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542394636.16719 (2018-11-16 10:57:16) with random token: IK1tZVMXiCEj6CUu43JJ', checksum=-2091236852, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270704, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542394636.57575 (2018-11-16 10:57:16) with random token: mjfs0XO7MJA05ri6JpBX', checksum=354603566, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270705, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542394673.22984 (2018-11-16 10:57:53) with random token: 4z8RzAsIFAJ5NRAP1Y9q', checksum=-59345976, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270706, timestamp=1542394703487, timestamp_type=0, key='check_kafka.py-Q43WZkH5yOx39lsdzmMh', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542394701.4 (Fri Nov 16 10:58:21 2018) with random token 'SRmMf318h0KbUalpOrlZ'", checksum=-1763482433, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1270707, timestamp=1542394791127, timestamp_type=0, key='check_kafka.py-H8hfBPS24fwgUpS5bCED', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542394789.12 (Fri Nov 16 10:59:49 2018) with random token 'dtRFDgkKlpGiwoo6V783'", checksum=-1847368661, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270708, timestamp=1542394792322, timestamp_type=0, key='check_kafka.py-PRtRK23WACRC3arxmN3i', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542394790.35 (Fri Nov 16 10:59:50 2018) with random token 't1sxLKEqiw9Iuw2UKUVZ'", checksum=-156127129, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270709, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542394860.40512 (2018-11-16 19:01:00) with random token: EkMSHvvbquPVsmhGlBAU', checksum=1398953911, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270710, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542394860.40234 (2018-11-16 19:01:00) with random token: ASK67cVtHbyxGZFh06N4', checksum=348651825, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270711, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542394925.20964 (2018-11-16 11:02:05) with random token: sMpHgzQYZYelCJQVWdI7', checksum=227694122, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270712, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542394928.21476 (2018-11-16 19:02:08) with random token: Ua40Gho4bv4mw127ZgB7', checksum=1240289283, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270713, timestamp=1542394928688, timestamp_type=0, key='check_kafka.py-ZMBZu3ZCPEHhG2ipN0MD', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542394926.81 (Fri Nov 16 11:02:06 2018) with random token 'NdhsZhUO4jhVHd4UtgRD'", checksum=789069644, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270714, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542394967.28558 (2018-11-16 11:02:47) with random token: VQ4ZNwm96qzXPh7EqEna', checksum=1032204768, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270715, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542394967.4711 (2018-11-16 11:02:47) with random token: YTZHc6F6QvqIdS63AFHp', checksum=1938104351, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1270716, timestamp=1542395094684, timestamp_type=0, key='check_kafka.py-zFblprjRAI0Bky5zvIOP', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542395092.85 (Fri Nov 16 11:04:52 2018) with random token 'YmRpXZwbCXweSSkRA6xs'", checksum=1827485553, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270717, timestamp=1542395096147, timestamp_type=0, key='check_kafka.py-PNiqpKLOp3URF0QS0Hlu', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542395094.75 (Fri Nov 16 11:04:54 2018) with random token 'oElrXLHwJtmVoGlD2HYb'", checksum=-1031143584, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270718, timestamp=1542395096675, timestamp_type=0, key='check_kafka.py-yIaNvrx6hi5Q7ReWomDm', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542395095.01 (Fri Nov 16 11:04:55 2018) with random token 'vVje9VEyOx2kqU4F2SC3'", checksum=1183551402, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270719, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542395114.99016 (2018-11-16 11:05:14) with random token: BFnSNQEeFxlTCVHrxxVW', checksum=-1802246036, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270720, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542395160.38787 (2018-11-16 19:06:00) with random token: 9ZIOvjsQdgsBJvNzBcbR', checksum=339321788, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270721, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542395160.39095 (2018-11-16 19:06:00) with random token: UFhp0b2aauwdxEaOrnFQ', checksum=-1410236438, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270722, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542395228.26868 (2018-11-16 19:07:08) with random token: tdoUaNn8kelRmNjHxjbq', checksum=1829909793, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270723, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542395239.28063 (2018-11-16 11:07:19) with random token: KnCHBMyIpQK3gQt6Rhj5', checksum=580538980, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270724, timestamp=1542395242493, timestamp_type=0, key='check_kafka.py-VD974eBVuohsnRcxQUzG', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542395241.0 (Fri Nov 16 11:07:20 2018) with random token 'jnBqXARJVw3QW1nhjn4l'", checksum=-114837575, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1270725, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542395283.67968 (2018-11-16 11:08:03) with random token: fSLkKA532iLIa4wnemRb', checksum=-1987986126, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270726, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542395283.8694 (2018-11-16 11:08:03) with random token: 2YQ6mL0x9SbJjUHRNwea', checksum=-1555145680, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1270727, timestamp=1542395399840, timestamp_type=0, key='check_kafka.py-zFaKVYNYyJPXMubv7G6c', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542395398.4 (Fri Nov 16 11:09:58 2018) with random token 'OqGB88kpIKhFZgmiacg5'", checksum=-775870673, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1270728, timestamp=1542395400255, timestamp_type=0, key='check_kafka.py-5rETC7Z4F7GBtLyGfP7O', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542395398.25 (Fri Nov 16 11:09:58 2018) with random token '0eWAIFIIONd5Np4I9jUJ'", checksum=211696061, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270729, timestamp=1542395400266, timestamp_type=0, key='check_kafka.py-0gWu1JcwMTzqXg9j2sEK', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542395398.7 (Fri Nov 16 11:09:58 2018) with random token 'NsilasGLFsMjvt8zLSpJ'", checksum=829794385, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1270730, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542395424.85055 (2018-11-16 11:10:24) with random token: zJkpwPxnOxUG2qSGmxbB', checksum=1240145336, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270731, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542395460.28901 (2018-11-16 19:11:00) with random token: tvf4ucw38habm3L8vnuL', checksum=-768841048, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270732, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542395460.2893 (2018-11-16 19:11:00) with random token: qHDumiaatRLQMjMdsozU', checksum=-659840906, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270733, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542395528.18749 (2018-11-16 19:12:08) with random token: mDjC20GdsmEVUPLI5OGB', checksum=106005623, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270734, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542395552.22409 (2018-11-16 11:12:32) with random token: wcy9EA58ordholNBZHOF', checksum=356986178, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270735, timestamp=1542395554380, timestamp_type=0, key='check_kafka.py-ZTYTmew51w1reXhwydD2', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542395553.59 (Fri Nov 16 11:12:33 2018) with random token 'biPY50tTDKDhpP5RmavO'", checksum=-2126911933, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270736, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542395595.02651 (2018-11-16 11:13:15) with random token: 8koEwuY0cpNcqJRqxvle', checksum=791615115, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270737, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542395595.30385 (2018-11-16 11:13:15) with random token: twG0tDQAg0ziJoF5a3Jv', checksum=1903640463, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270738, timestamp=1542395712029, timestamp_type=0, key='check_kafka.py-xxCpWWe3qNOBov5BkNo3', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542395710.91 (Fri Nov 16 11:15:10 2018) with random token 'YhQNY48zP3rUE9hBRyu9'", checksum=-1704483734, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270739, timestamp=1542395712375, timestamp_type=0, key='check_kafka.py-18wabWzk8DbhYtSwHLlb', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542395711.06 (Fri Nov 16 11:15:11 2018) with random token 'dBhnGiT7GR5xTKNoFHBa'", checksum=750607864, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270740, timestamp=1542395712805, timestamp_type=0, key='check_kafka.py-ZSPjvOSxWxoUU98fJuXd', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542395711.17 (Fri Nov 16 11:15:11 2018) with random token 'FvmsLTLpAwbpTmWE13Cb'", checksum=-10155220, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270741, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542395734.78951 (2018-11-16 11:15:34) with random token: 7RiunxM3m22gqzQzXpDe', checksum=1337897316, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270742, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542395760.3419 (2018-11-16 19:16:00) with random token: D9oWP5yVav1kf6M6xCHX', checksum=-1435430805, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270743, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542395760.35047 (2018-11-16 19:16:00) with random token: EhR9Fyn0lIvsM9P65IPY', checksum=-910247618, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270744, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542395828.1678 (2018-11-16 19:17:08) with random token: a9q6bqadqZOeWtdFfV73', checksum=-838467767, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270745, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542395862.39256 (2018-11-16 11:17:42) with random token: NIQ1H9xGjGYzsqIo5iLY', checksum=966725980, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270746, timestamp=1542395865847, timestamp_type=0, key='check_kafka.py-kS6TxwfTLfk4s7Y6oLa4', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542395864.45 (Fri Nov 16 11:17:44 2018) with random token 'wNAFtwhQRVLHVdFi2b3i'", checksum=110059577, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270747, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542395903.78413 (2018-11-16 11:18:23) with random token: 01R1645cC1BW682LOuiS', checksum=-1789244740, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270748, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542395903.83106 (2018-11-16 11:18:23) with random token: BPR2kVZPeB1Tm5DyhuZf', checksum=936386896, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270749, timestamp=1542396026114, timestamp_type=0, key='check_kafka.py-vTmJyiNNtVnafiiyUI4d', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542396025.06 (Fri Nov 16 11:20:25 2018) with random token 'jWtLKSxt7Xdn4WjnPt6L'", checksum=-1774855666, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270750, timestamp=1542396026366, timestamp_type=0, key='check_kafka.py-R0LYjbUJao5uytvQ8BOv', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542396025.1 (Fri Nov 16 11:20:25 2018) with random token 'NPx8l22bEbPT5vpNsFw5'", checksum=-1584931344, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1270751, timestamp=1542396026620, timestamp_type=0, key='check_kafka.py-JtefgLCpGqG6r4XTEsMZ', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542396025.06 (Fri Nov 16 11:20:25 2018) with random token 'A3aAt4pnXUDVpdaIw8Xm'", checksum=-1233314484, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270752, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542396048.47209 (2018-11-16 11:20:48) with random token: 2c8rYkR73RfIMNzanBWP', checksum=124862072, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270753, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542396060.24994 (2018-11-16 19:21:00) with random token: F6RHVu1GucddaAW1YdJM', checksum=2055159191, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270754, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542396060.24297 (2018-11-16 19:21:00) with random token: MoQEuauoB1tsWsEIR7UY', checksum=1017558306, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270755, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542396128.12879 (2018-11-16 19:22:08) with random token: X1M6lGp9PUSNG6l7eRjk', checksum=-963753488, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270756, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542396181.72077 (2018-11-16 11:23:01) with random token: VVzQgOACS24l18BDPm4S', checksum=-1051286092, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270757, timestamp=1542396184848, timestamp_type=0, key='check_kafka.py-b5PGyIXkQ5TFaOt8JNTt', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542396182.96 (Fri Nov 16 11:23:02 2018) with random token '8rnkkCFa4HMdECkKb1r4'", checksum=-712216968, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270758, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542396218.63303 (2018-11-16 11:23:38) with random token: 1tJJr96OXfTS6UI212PC', checksum=1076839983, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270759, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542396219.05228 (2018-11-16 11:23:39) with random token: 6FODYG0MmBTcadgVaLi1', checksum=336641276, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270760, timestamp=1542396342202, timestamp_type=0, key='check_kafka.py-OLKps3jIg5HdfbrlDdah', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542396341.01 (Fri Nov 16 11:25:41 2018) with random token 'fdzl8fWpmjnLBT3eRBSQ'", checksum=550514005, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270761, timestamp=1542396346314, timestamp_type=0, key='check_kafka.py-QqU6ZYGEfpsndWVHjZo6', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542396340.94 (Fri Nov 16 11:25:40 2018) with random token 'ZfeUEmGCXzLg9Ni0jiAn'", checksum=1304730222, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270762, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542396360.22499 (2018-11-16 19:26:00) with random token: mAlA6coUmb2HqitZlo4w', checksum=1367828828, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270763, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542396360.22852 (2018-11-16 19:26:00) with random token: C8T6RM2fWN74GrNxm9Vt', checksum=-1968107151, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270764, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542396363.06967 (2018-11-16 11:26:03) with random token: BBxA9JUdSShVgSt9Ejwe', checksum=-1913304691, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270765, timestamp=1542396412448, timestamp_type=0, key='check_kafka.py-kMWQTRrDJjIo4Io5OnWy', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542396411.38 (Fri Nov 16 11:26:51 2018) with random token 'LwpO0orWm1QDjdIG42gY'", checksum=-1180098112, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270766, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542396428.35991 (2018-11-16 19:27:08) with random token: zZCZHAG4t02JVn4v2RGj', checksum=-1066086937, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270767, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542396495.44371 (2018-11-16 11:28:15) with random token: wVLpAPjXisRHW5EZOuYs', checksum=847999637, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270768, timestamp=1542396497468, timestamp_type=0, key='check_kafka.py-NX82yJYaGwUtQOHuDZ3R', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542396496.54 (Fri Nov 16 11:28:16 2018) with random token 'KQOFsqJtwbxTneirenB0'", checksum=-1561265375, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270769, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542396532.14576 (2018-11-16 11:28:52) with random token: t7VeatRuDWUo9b8bAFNZ', checksum=552151715, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270770, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542396532.47501 (2018-11-16 11:28:52) with random token: xi0MKuKBGbiyLxAQJ5br', checksum=1873577949, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270771, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542396660.45953 (2018-11-16 19:31:00) with random token: 8bCv0M20YsQrve2R1x6g', checksum=1875709051, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270772, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542396660.46376 (2018-11-16 19:31:00) with random token: C8vijUE6GUj8as3f1Y4n', checksum=1880139194, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270773, timestamp=1542396665370, timestamp_type=0, key='check_kafka.py-jVF3M77FUwm7o8k9hWxL', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542396663.61 (Fri Nov 16 11:31:03 2018) with random token 'OVJui6QsxPTJJ0Gv98T2'", checksum=-961498552, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270774, timestamp=1542396673522, timestamp_type=0, key='check_kafka.py-6mfQSPuTXX0JXWZ9xqMV', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542396664.48 (Fri Nov 16 11:31:04 2018) with random token 'AI6w9KsDhSqiVGT1Spxp'", checksum=433948226, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270775, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542396684.91835 (2018-11-16 11:31:24) with random token: cuMDxDnvnCczDfDQA9b2', checksum=-101503115, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270776, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542396728.27671 (2018-11-16 19:32:08) with random token: qCRiP8WQ4K7IFAGdCvIR', checksum=-195080154, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270777, timestamp=1542396734710, timestamp_type=0, key='check_kafka.py-qWmI53XSAixFOvGwo60S', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542396733.63 (Fri Nov 16 11:32:13 2018) with random token 'uuahSqgiFCowEGU1XWvq'", checksum=32355288, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270778, timestamp=1542396749672, timestamp_type=0, key='check_kafka.py-k0wWsaMF5b2q3n5VwIAy', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542396748.34 (Fri Nov 16 11:32:28 2018) with random token 'giJsoeC6QD5MUznio68k'", checksum=-1830321253, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270779, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542396817.28015 (2018-11-16 11:33:37) with random token: yovgHoQGLhWsdG312Yre', checksum=-1078181004, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270780, timestamp=1542396819429, timestamp_type=0, key='check_kafka.py-GuSOPxebMKx0iBfyjrVW', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542396818.46 (Fri Nov 16 11:33:38 2018) with random token 'ce6zGeRXnupxzzyWhQCV'", checksum=-2018869497, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270781, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542396856.74262 (2018-11-16 11:34:16) with random token: W8uEHcIXGBMMN9yYH7qA', checksum=1080876622, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270782, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542396856.96153 (2018-11-16 11:34:16) with random token: ZrWmokTR1q2l1tGRhhsb', checksum=-978361501, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270783, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542396960.40369 (2018-11-16 19:36:00) with random token: X9lN2VlZqlMBJm5lns6A', checksum=-93263481, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270784, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542396960.40749 (2018-11-16 19:36:00) with random token: hXwp0eJsKzWdMxuxSEx3', checksum=-907574180, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270785, timestamp=1542396985594, timestamp_type=0, key='check_kafka.py-rMlxIiXeAjnFCeLMAFAR', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542396984.29 (Fri Nov 16 11:36:24 2018) with random token 'XPnI8lSM7Swv2rMR1FhL'", checksum=348062692, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270786, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542397005.45123 (2018-11-16 11:36:45) with random token: dlOQwVbj8Gu3qOkRn3yJ', checksum=1634266790, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270787, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542397028.29384 (2018-11-16 19:37:08) with random token: CWNCJPfdblkTrrOT5rQy', checksum=-978209580, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270788, timestamp=1542397061072, timestamp_type=0, key='check_kafka.py-mWDdgvgJFgIfmbBeE5MY', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542397059.21 (Fri Nov 16 11:37:39 2018) with random token 'ERdJMIizXtS76KkTGM6B'", checksum=-1017723230, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270789, timestamp=1542397072408, timestamp_type=0, key='check_kafka.py-LD0V39lL9OpuJTjUVrqX', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542397071.14 (Fri Nov 16 11:37:51 2018) with random token 'wy4zKpIYn2WpAPHSNkrC'", checksum=2133865694, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270790, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542397139.47491 (2018-11-16 11:38:59) with random token: tFPPnNJeYUPjxvoUMPTc', checksum=1919880706, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270791, timestamp=1542397141525, timestamp_type=0, key='check_kafka.py-oASbfcAQfdRxWFVFDIfN', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542397140.7 (Fri Nov 16 11:39:00 2018) with random token 'Lno7Pq9ZEBYxf5puGe6S'", checksum=1839009913, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1270792, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542397177.17675 (2018-11-16 11:39:37) with random token: JUVdGASwTzXrbk19j38E', checksum=-2050350054, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270793, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542397177.56067 (2018-11-16 11:39:37) with random token: 91UdzHxOyS0Bat34UcT1', checksum=816779028, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270794, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542397260.29587 (2018-11-16 19:41:00) with random token: ZbmYndNzO6s2EZPGdiE6', checksum=588670800, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270795, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542397260.29919 (2018-11-16 19:41:00) with random token: SCNajcqwG0WUmuLlPbrQ', checksum=-1992993217, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270796, timestamp=1542397309173, timestamp_type=0, key='check_kafka.py-7lMlBZaHB7ds4wLyP6H7', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542397307.08 (Fri Nov 16 11:41:47 2018) with random token 'f1RZhXFem14Kie8oK7Wm'", checksum=-172815164, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270797, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542397327.64416 (2018-11-16 11:42:07) with random token: fIMf0IQY17UbdABjONqL', checksum=1922907516, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270798, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542397328.17609 (2018-11-16 19:42:08) with random token: H6IO5MWefmEwIJti8RwJ', checksum=-369075302, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270799, timestamp=1542397380357, timestamp_type=0, key='check_kafka.py-0pvH9RDTl0DAkdWGeU44', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542397378.83 (Fri Nov 16 11:42:58 2018) with random token 'K8Wfs2QHbiVaWvTPZb4i'", checksum=1378730533, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270800, timestamp=1542397390884, timestamp_type=0, key='check_kafka.py-kz3IFyn3oaXFtl5M0XEp', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542397389.96 (Fri Nov 16 11:43:09 2018) with random token 'KsrcnJ0gXvWFvZYF5RgH'", checksum=447425290, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270801, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542397460.19671 (2018-11-16 11:44:20) with random token: 3qWjYAGPyS3vG4wTL78y', checksum=2079679587, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270802, timestamp=1542397462043, timestamp_type=0, key='check_kafka.py-xVduvXYaEUVjYMjpmm1a', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542397461.35 (Fri Nov 16 11:44:21 2018) with random token 'na5DQvGqRuD7Zlx9nrg6'", checksum=730260532, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270803, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542397484.10142 (2018-11-16 11:44:44) with random token: XEQG43deFheJ9inZs0Qs', checksum=961445558, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270804, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542397484.29375 (2018-11-16 11:44:44) with random token: XJ9oEzqPmaTXBXLF6TmM', checksum=-26540553, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270805, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542397561.21491 (2018-11-16 19:46:01) with random token: kYLcKNgrgcf4GbyqO6JD', checksum=-1399408698, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270806, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542397561.22126 (2018-11-16 19:46:01) with random token: YyBTjvipCZEsZ5uhoKuE', checksum=-2122130814, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270807, timestamp=1542397621720, timestamp_type=0, key='check_kafka.py-K3FzIEQQl9ZLqSX1ISha', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542397619.99 (Fri Nov 16 11:46:59 2018) with random token 'ARDcnV2jXCQ3K0tnkwmJ'", checksum=-1034671413, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270808, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542397628.22108 (2018-11-16 19:47:08) with random token: 6C5s2oKhSsYVMbBW398j', checksum=-1077271487, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270809, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542397639.45311 (2018-11-16 11:47:19) with random token: yVAWt05Kq75BISgYAE60', checksum=-407621719, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270810, timestamp=1542397692201, timestamp_type=0, key='check_kafka.py-90v98CFkO8WlLyvKtQQg', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542397690.95 (Fri Nov 16 11:48:10 2018) with random token 'KUaZSh94M6mrsxGMrVIn'", checksum=-1587390661, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270811, timestamp=1542397705589, timestamp_type=0, key='check_kafka.py-Vpggj4ADaE4yYghcJDp5', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542397704.45 (Fri Nov 16 11:48:24 2018) with random token 'RmDAdOE9mPzufw4FxHbm'", checksum=-591941413, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270812, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542397772.8718 (2018-11-16 11:49:32) with random token: 5cCbbshSfr7GP4ZFfDu5', checksum=1736040547, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1270813, timestamp=1542397774669, timestamp_type=0, key='check_kafka.py-qGsCTJ924fEzJHb084ak', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542397773.85 (Fri Nov 16 11:49:33 2018) with random token '7COA76HXe0DmUV3h4wzH'", checksum=-1950587607, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270814, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542397800.57413 (2018-11-16 11:50:00) with random token: OkxuAIdXwhrHrTD0UGcn', checksum=-505247703, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270815, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542397800.6796 (2018-11-16 11:50:00) with random token: lnCxp45w9lqLZfZFt2kx', checksum=-1414954188, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1270816, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542397860.30253 (2018-11-16 19:51:00) with random token: Ic0WNy0JPkRF6AM0xCHP', checksum=431385365, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270817, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542397860.2984 (2018-11-16 19:51:00) with random token: y7qjKjyEwJw7lc19axxY', checksum=1738872386, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270818, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542397928.18928 (2018-11-16 19:52:08) with random token: pd5Wr8y0rSW5I5cMNBX3', checksum=-2032414758, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270819, timestamp=1542397932068, timestamp_type=0, key='check_kafka.py-tQVQO1crZDBpMLmjWW3C', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542397931.01 (Fri Nov 16 11:52:11 2018) with random token 'WBLSpBCmSQPU2Z4e9q32'", checksum=1511810440, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270820, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542397952.18016 (2018-11-16 11:52:32) with random token: pEa2CIQ55HVuOSaiK2Ei', checksum=565441474, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270821, timestamp=1542398006902, timestamp_type=0, key='check_kafka.py-hYIalFAaQ9oeL6pgG58Z', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542398005.59 (Fri Nov 16 11:53:25 2018) with random token '1vJqGsAsWJWuAtb9mhgL'", checksum=-2006755830, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270822, timestamp=1542398017676, timestamp_type=0, key='check_kafka.py-T5BGog7F5B3i7coPKGzQ', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542398016.25 (Fri Nov 16 11:53:36 2018) with random token 'bTcRen7k0Zl6bFRJu5nM'", checksum=1940413189, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270823, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542398086.00012 (2018-11-16 11:54:46) with random token: H4RsPnOwrLqLKMCqdCwz', checksum=-1939797653, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270824, timestamp=1542398089121, timestamp_type=0, key='check_kafka.py-Dek3VRbYyClibmKZz1TJ', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542398087.26 (Fri Nov 16 11:54:47 2018) with random token 'eVuZAJvg195ItfMIwVjQ'", checksum=-1202779658, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270825, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542398117.90151 (2018-11-16 11:55:17) with random token: UPgnQNGIpoEpPfPnmo1W', checksum=847354088, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270826, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542398119.26687 (2018-11-16 11:55:19) with random token: 8TWIRpXhniDVgDe0OVJO', checksum=-1767528757, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270827, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542398160.2465 (2018-11-16 19:56:00) with random token: t1WtLSdfMEi8JvVBKQlj', checksum=-643104653, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270828, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542398160.24168 (2018-11-16 19:56:00) with random token: JGlNcuV3HbmLG4q9jl2g', checksum=2037075662, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270829, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542398228.13627 (2018-11-16 19:57:08) with random token: AG1H9b7sz25V10nK4tOT', checksum=351796119, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270830, timestamp=1542398232111, timestamp_type=0, key='check_kafka.py-KBPzo0kREgAjV16qqTJc', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542398230.94 (Fri Nov 16 11:57:10 2018) with random token 'GCZ1MPz8Zmx7HrfKdF1u'", checksum=-806507851, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270831, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542398256.60502 (2018-11-16 11:57:36) with random token: d3OHt2rHk4IAkpQn1QQ2', checksum=372264443, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270832, timestamp=1542398310668, timestamp_type=0, key='check_kafka.py-iNpv3O3sOKyCTMQDUY6Y', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542398309.79 (Fri Nov 16 11:58:29 2018) with random token 'RCPxhEOlH6OUfIKVW6FY'", checksum=-396133662, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270833, timestamp=1542398322958, timestamp_type=0, key='check_kafka.py-Oh5B8t4qFP1em7prC9mQ', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542398321.67 (Fri Nov 16 11:58:41 2018) with random token '13Oqsh8AfJPgP9Sa8aUr'", checksum=220253703, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270834, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542398395.84196 (2018-11-16 11:59:55) with random token: Wb7GepM9IlXMBboThNFN', checksum=1050793746, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270835, timestamp=1542398400159, timestamp_type=0, key='check_kafka.py-ZG25Mq5KX5fitHmpdWoj', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542398398.23 (Fri Nov 16 11:59:58 2018) with random token 'OFdx30CnuLMslk8l6GEO'", checksum=-1809799958, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270836, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542398433.92468 (2018-11-16 12:00:33) with random token: MSVZp21uRG9sSSOpGe4h', checksum=-471504999, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270837, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542398434.65994 (2018-11-16 12:00:34) with random token: V4v6qKyBqrE1aL4fhlLM', checksum=989610007, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270838, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542398460.41574 (2018-11-16 20:01:00) with random token: veNJlGCS85Q992WIouYC', checksum=-2142669997, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270839, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542398460.41806 (2018-11-16 20:01:00) with random token: dv3uYuCMprUHonCuXvdd', checksum=-99537089, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270840, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542398528.22089 (2018-11-16 20:02:08) with random token: Kz0JxznMfKWTBHMN1Fk3', checksum=-1008686795, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270841, timestamp=1542398552669, timestamp_type=0, key='check_kafka.py-684lCZi64lyn192IhCRX', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542398551.26 (Fri Nov 16 12:02:31 2018) with random token '70REVKR8uijR1CCyVEYO'", checksum=-1744072178, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270842, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542398569.01089 (2018-11-16 12:02:49) with random token: 5FVFjDN2fVSbsYMAA5Xi', checksum=-1797180185, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270843, timestamp=1542398621236, timestamp_type=0, key='check_kafka.py-9QQPmAOPoCjJhTWdExYE', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542398620.46 (Fri Nov 16 12:03:40 2018) with random token 'UhEVVUSgT3xGDtpKBBnE'", checksum=1655570793, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270844, timestamp=1542398630811, timestamp_type=0, key='check_kafka.py-CBiyr10mSpQnn5XFNnqP', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542398629.94 (Fri Nov 16 12:03:49 2018) with random token '3FdeyfimMfispIuz8fPC'", checksum=573509883, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270845, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542398702.06464 (2018-11-16 12:05:02) with random token: rIbE1p2tJzkrlTK5YeSU', checksum=-529498656, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270846, timestamp=1542398704860, timestamp_type=0, key='check_kafka.py-XFOJxdJSAIzj4gOmepSB', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542398703.4 (Fri Nov 16 12:05:03 2018) with random token '4UpmwHewKDX26e8jfHZa'", checksum=755030959, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1270847, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542398742.15061 (2018-11-16 12:05:42) with random token: CpFp1ZjJrcXehk9IKNoW', checksum=-14457359, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270848, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542398742.28258 (2018-11-16 12:05:42) with random token: RaYtE9mQ9vyQRS56g3ET', checksum=117352267, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270849, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542398760.30615 (2018-11-16 20:06:00) with random token: pTG3UaXTnEwgOIYTqwXk', checksum=265158874, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270850, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542398760.30419 (2018-11-16 20:06:00) with random token: Rn5JeyV68AnH3JXHe0PH', checksum=-1419753506, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270851, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542398828.30874 (2018-11-16 20:07:08) with random token: ZQ4aNn9EW0dhIJ2V4Gn5', checksum=-1934913082, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270852, timestamp=1542398859771, timestamp_type=0, key='check_kafka.py-PGTQByDq5jVu30TG5cx0', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542398857.89 (Fri Nov 16 12:07:37 2018) with random token '0SKsJ071CAwDPXywXvQ3'", checksum=-1309636578, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270853, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542398878.87362 (2018-11-16 12:07:58) with random token: HQ4p4gGHkLzge5osSCMb', checksum=856907028, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270854, timestamp=1542398933649, timestamp_type=0, key='check_kafka.py-HyYTpk0dbhRbzGoXko1o', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542398932.43 (Fri Nov 16 12:08:52 2018) with random token 'uZnkuFylebjIxmsi4Aw4'", checksum=-814823117, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270855, timestamp=1542398942731, timestamp_type=0, key='check_kafka.py-YjKMVVOgWZSd7aA2rtoz', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542398941.86 (Fri Nov 16 12:09:01 2018) with random token 'ne44eitnepe7MskM3TEx'", checksum=1148181895, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270856, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542399017.9852 (2018-11-16 12:10:17) with random token: 9m6vJRpCrGN5EGM2qx7u', checksum=398785578, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1270857, timestamp=1542399020288, timestamp_type=0, key='check_kafka.py-GmBSVQt0i9Am4smAnezQ', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542399019.3 (Fri Nov 16 12:10:19 2018) with random token 'HshwwcvbSWyOw8didu4T'", checksum=590302989, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1270858, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542399060.09734 (2018-11-16 12:11:00) with random token: gacynwrix24MXivYWT7W', checksum=1041660757, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270859, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542399060.12188 (2018-11-16 12:11:00) with random token: FaufMpeiRloKFkpripDy', checksum=-845860960, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270860, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542399060.36721 (2018-11-16 20:11:00) with random token: lPvgWDjIbBmq5WtuV7Ej', checksum=-459352288, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270861, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542399060.37468 (2018-11-16 20:11:00) with random token: PYYsLDoVj5cZPtZw2Y1Z', checksum=-133931532, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270862, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542399128.25113 (2018-11-16 20:12:08) with random token: yRtvhXpixGUH5fO2kXEL', checksum=-2078664550, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270863, timestamp=1542399182471, timestamp_type=0, key='check_kafka.py-Y22wWHCwcuPLKEwOkqAr', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542399180.86 (Fri Nov 16 12:13:00 2018) with random token 'qAOBAxhHJDNWPzfA6iRB'", checksum=-693223021, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270864, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542399200.0819 (2018-11-16 12:13:20) with random token: wI59BXdnzgKfR2kbyAJL', checksum=-1105534743, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1270865, timestamp=1542399252273, timestamp_type=0, key='check_kafka.py-HToq7tCwkkHbmHgnZRyz', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542399251.11 (Fri Nov 16 12:14:11 2018) with random token 'husz3oXbzqrnCRu8s1SK'", checksum=-1585088552, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270866, timestamp=1542399260397, timestamp_type=0, key='check_kafka.py-62b5o62rdKO9OujXbMgj', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542399259.13 (Fri Nov 16 12:14:19 2018) with random token 'FZqnYL9jO9HyfoPUUBks'", checksum=1808112005, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270867, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542399327.65309 (2018-11-16 12:15:27) with random token: pp61gA63V5EVnECdHzv2', checksum=-1671760399, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270868, timestamp=1542399330123, timestamp_type=0, key='check_kafka.py-WQZdGp7uLaChJ5qdIDIg', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542399329.17 (Fri Nov 16 12:15:29 2018) with random token 'g7jfCayd3Ym7tnHZPAza'", checksum=1962447690, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270869, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542399360.5402 (2018-11-16 20:16:00) with random token: LMfdqDWsUJ6X11mnHu97', checksum=1271151289, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270870, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542399360.632 (2018-11-16 20:16:00) with random token: bREL0UqebVs4Ebt9HunP', checksum=512250707, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1270871, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542399363.48552 (2018-11-16 12:16:03) with random token: KugjMQOJQKs8z2UeYZXZ', checksum=-1715664207, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270872, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542399363.50458 (2018-11-16 12:16:03) with random token: Pp1LCJ7PKsHIvPRqyBaZ', checksum=-1861565062, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270873, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542399428.15448 (2018-11-16 20:17:08) with random token: LJfytDFYpqbxUiqxZjXx', checksum=1309878104, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270874, timestamp=1542399491425, timestamp_type=0, key='check_kafka.py-l7Vq6p4k88KK68JlLcSg', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542399489.98 (Fri Nov 16 12:18:09 2018) with random token 'ZzAlzEmr35wGlL9Ljt95'", checksum=-1843268231, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270875, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542399512.05179 (2018-11-16 12:18:32) with random token: e6qodTsB0gcoI195Yb1D', checksum=-756414271, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270876, timestamp=1542399567470, timestamp_type=0, key='check_kafka.py-1U8Y4MhrZCAH4o0zDiwA', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542399566.24 (Fri Nov 16 12:19:26 2018) with random token 'bf6yf9Nt2LUM6I73925h'", checksum=-319002638, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270877, timestamp=1542399575745, timestamp_type=0, key='check_kafka.py-Xae4RNaHgGuAnrZVb910', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542399574.53 (Fri Nov 16 12:19:34 2018) with random token 'gxab6F7QLWp7p2RFNiVA'", checksum=402556207, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270878, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542399646.43231 (2018-11-16 12:20:46) with random token: H4ycgQSyUZCztqGKM2GB', checksum=1425814727, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270879, timestamp=1542399649174, timestamp_type=0, key='check_kafka.py-FefXGkxPooTHKfvXZlYH', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542399647.96 (Fri Nov 16 12:20:47 2018) with random token 'h82g90XAAZEapoWa4ra5'", checksum=1421369703, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270880, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542399660.25395 (2018-11-16 20:21:00) with random token: TEFU3XdxRJGkwBOmV7Cb', checksum=1132948983, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270881, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542399660.256 (2018-11-16 20:21:00) with random token: WMvqFID0QXVJdTVommd1', checksum=1963406472, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1270882, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542399677.14822 (2018-11-16 12:21:17) with random token: kMxeUhhvbaHSclLWrdy1', checksum=2110603488, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270883, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542399677.19131 (2018-11-16 12:21:17) with random token: f8b1Umqg9fzdUauhdwoC', checksum=117044074, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270884, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542399728.14128 (2018-11-16 20:22:08) with random token: LK5nqJ8wzi9TwF1dKTSv', checksum=1480872728, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270885, timestamp=1542399802388, timestamp_type=0, key='check_kafka.py-4cZ9HK2HH8wSIrrnPuxA', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542399801.11 (Fri Nov 16 12:23:21 2018) with random token 'LGrkrwikQE7N4a0jV9g9'", checksum=961863694, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270886, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542399825.26813 (2018-11-16 12:23:45) with random token: Z8nfmtbPB50peIC1IqpF', checksum=-2051487558, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270887, timestamp=1542399882212, timestamp_type=0, key='check_kafka.py-YpI8CxE3Er9RF3s3gCjH', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542399880.96 (Fri Nov 16 12:24:40 2018) with random token 'gzQpbZTKXutZ4T7v24gt'", checksum=-583752856, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270888, timestamp=1542399890467, timestamp_type=0, key='check_kafka.py-sLthl0winqSFuFD57ocl', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542399889.39 (Fri Nov 16 12:24:49 2018) with random token 'odjyqsPJXutKZN2txssQ'", checksum=1530687345, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270889, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542399956.62192 (2018-11-16 12:25:56) with random token: eMhwpoKTKNd4vkK4vd4X', checksum=231212648, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270890, timestamp=1542399960010, timestamp_type=0, key='check_kafka.py-tvKxTXbbx4lo8dpVCp7M', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542399958.78 (Fri Nov 16 12:25:58 2018) with random token 'ybrB8YoAHolhJfzKToNi'", checksum=2093694039, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270891, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542399960.17297 (2018-11-16 20:26:00) with random token: 1jZapydx7ybSfWdDXgBu', checksum=1301360888, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270892, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542399960.16879 (2018-11-16 20:26:00) with random token: FRHhoGksPgXVfrCg9Hcv', checksum=1972399088, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270893, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542399989.6095 (2018-11-16 12:26:29) with random token: lqKPilqgfMCEj0r0Mu6u', checksum=-1078145118, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1270894, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542399989.93001 (2018-11-16 12:26:29) with random token: VOB8p6blVno5KMbbrcw9', checksum=-886134081, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270895, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542400028.30768 (2018-11-16 20:27:08) with random token: hApFW6Docw526Y3NMk2R', checksum=-1102703411, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270896, timestamp=1542400113115, timestamp_type=0, key='check_kafka.py-KKvPT3gR5P7tCVXzq8uK', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542400111.45 (Fri Nov 16 12:28:31 2018) with random token 'CUwwUQUcxVSADvmP5UJX'", checksum=1853532262, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270897, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542400136.67609 (2018-11-16 12:28:56) with random token: vyfTBuVaQv0afITFFp8O', checksum=-1462074069, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270898, timestamp=1542400195641, timestamp_type=0, key='check_kafka.py-OWgKgDGqcYkbqV5gaF9O', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542400194.24 (Fri Nov 16 12:29:54 2018) with random token 'n01WlLizQ2CF3o6sm2Cd'", checksum=1412347173, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270899, timestamp=1542400203255, timestamp_type=0, key='check_kafka.py-EwL6r7TCNWXtU8NvHxCK', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542400201.38 (Fri Nov 16 12:30:01 2018) with random token '9YocG6HCJkabE3Dyw07z'", checksum=-1892147861, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270900, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542400260.36243 (2018-11-16 20:31:00) with random token: lmdVnDVe8nm9nDPoOuhN', checksum=168697686, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270901, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542400260.34586 (2018-11-16 20:31:00) with random token: 9vJSkj12kbT8ayk4YMDg', checksum=900469415, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270902, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542400275.53417 (2018-11-16 12:31:15) with random token: 8V8YsfE9kKem4FWg8Lp6', checksum=268441789, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270903, timestamp=1542400278284, timestamp_type=0, key='check_kafka.py-NHZptT5agVR7wN6zRBBS', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542400277.28 (Fri Nov 16 12:31:17 2018) with random token '0d0CCjTpPhT8kdDTLKKO'", checksum=-2065761115, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270904, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542400310.61737 (2018-11-16 12:31:50) with random token: X1TiwqyfVPUXfpEgjPb8', checksum=613099549, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270905, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542400310.80434 (2018-11-16 12:31:50) with random token: ZeBXE0Ij9Ed8ZUQ6wryq', checksum=-1972464999, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270906, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542400328.17621 (2018-11-16 20:32:08) with random token: Z0dvlnLyiJyka0wFtSs8', checksum=-1589810082, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270907, timestamp=1542400438835, timestamp_type=0, key='check_kafka.py-SyjoXfj7GrmbjmFPqNhG', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542400437.53 (Fri Nov 16 12:33:57 2018) with random token 'SbrNGWErLsyvnR6DgYx7'", checksum=-1331635754, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270908, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542400461.96686 (2018-11-16 12:34:21) with random token: FuesCs8SXHmXuccXyRBJ', checksum=-1906546148, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270909, timestamp=1542400518736, timestamp_type=0, key='check_kafka.py-GSWF9gZSeZh9MYIRGbva', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542400517.63 (Fri Nov 16 12:35:17 2018) with random token 'ynVZ0F5gEZxQ5u84huEi'", checksum=-1734833195, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270910, timestamp=1542400522380, timestamp_type=0, key='check_kafka.py-TOZvPEwpTUQBO35AFlNl', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542400521.2 (Fri Nov 16 12:35:21 2018) with random token 'GEueP861ma9LsfYakoog'", checksum=-1377510206, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1270911, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542400560.25824 (2018-11-16 20:36:00) with random token: iCIVj9S2iclFjHk7D0Q1', checksum=532703020, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270912, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542400560.25701 (2018-11-16 20:36:00) with random token: GzDhOYh6qXLBCJmgkjDB', checksum=2028469670, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270913, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542400589.53247 (2018-11-16 12:36:29) with random token: rzPALKEHItbB6szJPplH', checksum=1788476986, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270914, timestamp=1542400591710, timestamp_type=0, key='check_kafka.py-EV4LiX6FMl2gWyTtL1Ml', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542400590.7 (Fri Nov 16 12:36:30 2018) with random token 'iYkkvSLBjWh1N5IY7Jvs'", checksum=1394408860, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1270915, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542400627.55384 (2018-11-16 12:37:07) with random token: uLgd1jGeWU1nebjtOpKS', checksum=-955864979, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270916, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542400627.58676 (2018-11-16 12:37:07) with random token: 9TzBTUGIFTYu0o0NK3Ul', checksum=-479359979, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270917, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542400628.14981 (2018-11-16 20:37:08) with random token: anIsAzowuoWadFfuR0rA', checksum=1602072717, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270918, timestamp=1542400839166, timestamp_type=0, key='check_kafka.py-BUZPRCy8APjpWCLWcf92', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542400838.25 (Fri Nov 16 12:40:38 2018) with random token '6M2GgXSoKvVFfdiQXWzH'", checksum=439309376, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270919, timestamp=1542400848362, timestamp_type=0, key='check_kafka.py-Oo2rJt9LMtUN4V9ZJg6h', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542400846.63 (Fri Nov 16 12:40:46 2018) with random token '4yXrVxcAo286Utwoy3wi'", checksum=-20739873, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270920, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542400860.45512 (2018-11-16 20:41:00) with random token: 1BndtjtHJVZPNy2FL0WD', checksum=-1050550760, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270921, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542400860.45393 (2018-11-16 20:41:00) with random token: LI8Jevu1KkYmeDDjAsJE', checksum=-1192736035, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270922, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542400869.35421 (2018-11-16 12:41:09) with random token: XI18yfkyT6i7edmExCpT', checksum=1152976459, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270923, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542400914.70228 (2018-11-16 12:41:54) with random token: fUkPYibFNzy97dINwWAs', checksum=96481819, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270924, timestamp=1542400917024, timestamp_type=0, key='check_kafka.py-UeFoTR4IEZGKlKUy5qa2', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542400915.71 (Fri Nov 16 12:41:55 2018) with random token '49wsqexHBfwl8ZWxLPmn'", checksum=1442448186, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270925, timestamp=1542400925190, timestamp_type=0, key='check_kafka.py-gTDysgMGsmdEEwWMUsCm', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542400923.44 (Fri Nov 16 12:42:03 2018) with random token 'Ww22FFjPlYugWxZPdSfr'", checksum=277688824, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270926, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542400928.31931 (2018-11-16 20:42:08) with random token: E8c4MCmxZVIizwsEo3MN', checksum=-1288138800, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270927, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542400950.39274 (2018-11-16 12:42:30) with random token: 3vL3KHRDFgvV9O2JQzdF', checksum=1882730068, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270928, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542400950.48402 (2018-11-16 12:42:30) with random token: NSkoXA75IaHDEOOWI6If', checksum=601229512, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270929, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542401161.34201 (2018-11-16 20:46:01) with random token: bG9kPFvKuES7o37IPw18', checksum=1606450937, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270930, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542401161.38238 (2018-11-16 20:46:01) with random token: VLV5vF6OpqWQbo4jfAHR', checksum=1299076712, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270931, timestamp=1542401162343, timestamp_type=0, key='check_kafka.py-W0oE2FgGIcbAR1thTMKJ', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542401161.03 (Fri Nov 16 12:46:01 2018) with random token 'PzuP8aiZzveASTsEpGLI'", checksum=2075955202, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270932, timestamp=1542401172161, timestamp_type=0, key='check_kafka.py-SuGuHnZadsHeAIjjkVha', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542401171.04 (Fri Nov 16 12:46:11 2018) with random token 'HY0BLmQN3VrGkCzyusNa'", checksum=632120037, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270933, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542401189.70966 (2018-11-16 12:46:29) with random token: T7DBRqKrdVP4oOiCW8Rh', checksum=1019225607, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270934, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542401228.12058 (2018-11-16 20:47:08) with random token: hILfVQCXcoVBQAmrpmIF', checksum=2058283469, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270935, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542401238.03437 (2018-11-16 12:47:18) with random token: zZlTEW8tDkGzFXLoGb8i', checksum=1813263503, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270936, timestamp=1542401240435, timestamp_type=0, key='check_kafka.py-AUmEA3F6wMrRxuU0iHwZ', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542401239.66 (Fri Nov 16 12:47:19 2018) with random token '6hWmIS6quSYMRjzuf7Zw'", checksum=-803966793, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270937, timestamp=1542401247924, timestamp_type=0, key='check_kafka.py-hKfJ7YdiO1i5D2g3dTzX', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542401246.18 (Fri Nov 16 12:47:26 2018) with random token '8n98cVrVhZhaFcwYOuCC'", checksum=400926455, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270938, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542401273.80464 (2018-11-16 12:47:53) with random token: yx8d6qTIr7D1aE4bc0DI', checksum=396476777, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270939, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542401273.88139 (2018-11-16 12:47:53) with random token: TO1ChFNxRqlYJCZc56Lm', checksum=-1691084628, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270940, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542401460.27743 (2018-11-16 20:51:00) with random token: uFtbOUeFaXecARDme3qv', checksum=-759162475, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270941, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542401460.27743 (2018-11-16 20:51:00) with random token: VBsqPPO9fNUI3xPtUw5u', checksum=1171850163, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270942, timestamp=1542401481705, timestamp_type=0, key='check_kafka.py-MEjYz4r9BHlN2GS0r15h', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542401480.78 (Fri Nov 16 12:51:20 2018) with random token 'zKdF1DIPc4UOQRIswuOU'", checksum=1854795957, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270943, timestamp=1542401492057, timestamp_type=0, key='check_kafka.py-3l1QbVlCWi551DMBqyq0', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542401491.04 (Fri Nov 16 12:51:31 2018) with random token '9EXf8NMaD7VOK3gK7lUE'", checksum=-1256958822, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270944, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542401510.07192 (2018-11-16 12:51:50) with random token: BO1t9vvo2tZplMrmeW9D', checksum=-1774234967, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270945, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542401528.15271 (2018-11-16 20:52:08) with random token: Zd1yiDO0m6dm01uE0ZXu', checksum=-1834140234, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270946, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542401564.67484 (2018-11-16 12:52:44) with random token: sztP4rXwYkH8lk2qEKUf', checksum=27467051, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270947, timestamp=1542401567217, timestamp_type=0, key='check_kafka.py-FysHdgjli4JlHK0tN78M', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542401566.22 (Fri Nov 16 12:52:46 2018) with random token 'g7Ynirdth1NyiQPiMg36'", checksum=349724571, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270948, timestamp=1542401578028, timestamp_type=0, key='check_kafka.py-LOimigfKg0ZK5gc3xGQG', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542401576.2 (Fri Nov 16 12:52:56 2018) with random token 'H1WCu5ecZ74QgAcGsvOn'", checksum=-517287476, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1270949, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542401599.38415 (2018-11-16 12:53:19) with random token: VJFGzTAiYyWLlEE9ycVy', checksum=888781269, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270950, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542401599.47207 (2018-11-16 12:53:19) with random token: FemTUhTlwnxR8X0kowAj', checksum=-1111532441, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270951, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542401760.25022 (2018-11-16 20:56:00) with random token: viI9YzbHMQPayF2DJJ2B', checksum=-790940525, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270952, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542401760.24194 (2018-11-16 20:56:00) with random token: RH6scJO58nVYnEGg9YYA', checksum=261977840, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270953, timestamp=1542401805720, timestamp_type=0, key='check_kafka.py-j8sV9DtH6gRW9ccdcefX', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542401804.4 (Fri Nov 16 12:56:44 2018) with random token 'bnRfbOLPf9fsaAKw5sH6'", checksum=-522554526, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1270954, timestamp=1542401812170, timestamp_type=0, key='check_kafka.py-MbwlT0oVI0K9fHceFllH', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542401811.13 (Fri Nov 16 12:56:51 2018) with random token 'Lbxv0sEGtD3zrqXRoiXa'", checksum=2084898214, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270955, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542401828.13422 (2018-11-16 20:57:08) with random token: WdnqOFB1HP1JgDRW5iSl', checksum=131558586, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270956, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542401833.23765 (2018-11-16 12:57:13) with random token: x1jUwaRxZygTr78demhv', checksum=293915089, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270957, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542401882.40305 (2018-11-16 12:58:02) with random token: L0mo1zZXrtBdYi7U5cL4', checksum=-1203758706, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270958, timestamp=1542401885288, timestamp_type=0, key='check_kafka.py-5LbSMjGUC6NrdMj1F5w7', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542401883.97 (Fri Nov 16 12:58:03 2018) with random token 'IOMhwTrfN4KFGQPexPIy'", checksum=-345695235, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270959, timestamp=1542401892879, timestamp_type=0, key='check_kafka.py-OUjXeZBVX27mCzdaN5G9', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542401891.46 (Fri Nov 16 12:58:11 2018) with random token 'gS4Vq0DUXDCIwSTodYLY'", checksum=-1483670423, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270960, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542401918.16398 (2018-11-16 12:58:38) with random token: F0pKvaMV5k8qAOPLql2Y', checksum=-490105340, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270961, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542401918.28637 (2018-11-16 12:58:38) with random token: B8rBn72RkgTz9xMniTuL', checksum=1634222578, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270962, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542402060.3129 (2018-11-16 21:01:00) with random token: MJwxUIrj8f5g9ZeFJ6MS', checksum=1378602277, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270963, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542402060.30174 (2018-11-16 21:01:00) with random token: DpqDNcuispoc6XowSNzr', checksum=1965160410, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270964, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542402128.13611 (2018-11-16 21:02:08) with random token: K0xMZ8xFrRAqYAaCXYJK', checksum=-276385280, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270965, timestamp=1542402129951, timestamp_type=0, key='check_kafka.py-0EucUqqDyM7dpp6jadsl', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542402128.36 (Fri Nov 16 13:02:08 2018) with random token 'El1oIv9n7ykwNFcIMLmO'", checksum=-1369688598, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270966, timestamp=1542402137119, timestamp_type=0, key='check_kafka.py-iLaWlN1OYDDr4Wn12Pxu', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542402135.61 (Fri Nov 16 13:02:15 2018) with random token 'VaP23lmA5AktsRMfSHzw'", checksum=768009859, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270967, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542402159.84289 (2018-11-16 13:02:39) with random token: wX5CpGVC7xZQUZfNlZyS', checksum=-727275685, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270968, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542402207.63274 (2018-11-16 13:03:27) with random token: 1XBQeWUTgPvSXt045Z3g', checksum=-1133122394, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270969, timestamp=1542402209572, timestamp_type=0, key='check_kafka.py-GcT83N6SUQp1XkoxYOaR', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542402208.56 (Fri Nov 16 13:03:28 2018) with random token 'oBT8bSm8c1OMoAjp3WFQ'", checksum=705926722, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270970, timestamp=1542402220989, timestamp_type=0, key='check_kafka.py-CaKOl2UCp2xfKwm8ALP3', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542402219.45 (Fri Nov 16 13:03:39 2018) with random token 'h3r0cTPu6IexKVdNRVrX'", checksum=-1829481637, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270971, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542402243.10964 (2018-11-16 13:04:03) with random token: PaDSLd5jKdHyurWlTNQi', checksum=1372224058, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270972, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542402243.23885 (2018-11-16 13:04:03) with random token: ebUIWvhdanijCjloorCh', checksum=-1812868817, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270973, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542402360.23228 (2018-11-16 21:06:00) with random token: DPteLh8a3Pz4qilSVv6M', checksum=693720501, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270974, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542402360.24056 (2018-11-16 21:06:00) with random token: 3vPqyFUMdHtZTPTX9c5m', checksum=-384399230, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270975, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542402428.11601 (2018-11-16 21:07:08) with random token: CYgiW6WYxFzC1egRBsiZ', checksum=-11394970, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270976, timestamp=1542402447532, timestamp_type=0, key='check_kafka.py-MqEdEGaoGr6TbAwQ7q24', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542402445.76 (Fri Nov 16 13:07:25 2018) with random token 'T5q7hFzJtLegDp7AevxB'", checksum=-1354150491, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270977, timestamp=1542402455725, timestamp_type=0, key='check_kafka.py-U3q6UOCBjnh1DzWBrpBq', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542402454.66 (Fri Nov 16 13:07:34 2018) with random token 'ZJRwPmIRAK58xYmckjZg'", checksum=-2036903181, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270978, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542402477.77402 (2018-11-16 13:07:57) with random token: SrBr1IIzhqSzDnWvZcs5', checksum=1890922405, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270979, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542402523.45729 (2018-11-16 13:08:43) with random token: vNt1O2LpFIGUPDRbY2c1', checksum=-499120193, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270980, timestamp=1542402525827, timestamp_type=0, key='check_kafka.py-Id9O3zTm3WFWmReVyQ35', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542402524.69 (Fri Nov 16 13:08:44 2018) with random token 'JVuBY2cmy2ZcSO9uhq8R'", checksum=282587786, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270981, timestamp=1542402533886, timestamp_type=0, key='check_kafka.py-SYWqq3LuKFQ6kvl4yiDt', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542402532.72 (Fri Nov 16 13:08:52 2018) with random token 'Z0oLu1JlyK3ECad9UnEk'", checksum=-753859321, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270982, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542402561.93258 (2018-11-16 13:09:21) with random token: HnAF6Resd9BMZAo4UaUY', checksum=-1593407345, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270983, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542402561.96194 (2018-11-16 13:09:21) with random token: HYVRQx8VQJ09xttzblYv', checksum=349593990, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270984, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542402660.22732 (2018-11-16 21:11:00) with random token: lYyCkFLkWj3oNravMegq', checksum=1618957956, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270985, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542402660.22791 (2018-11-16 21:11:00) with random token: Z2sBmy4JhVh7hoISIhEQ', checksum=-1408979638, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270986, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542402728.14981 (2018-11-16 21:12:08) with random token: 4EZbsiIAd0TiekFuc9VN', checksum=2025681617, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270987, timestamp=1542402761523, timestamp_type=0, key='check_kafka.py-P5bOvS5DeFsiRcvcloXM', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542402760.75 (Fri Nov 16 13:12:40 2018) with random token 'BIqzoOn5gZypAFecQcOU'", checksum=329693625, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270988, timestamp=1542402771877, timestamp_type=0, key='check_kafka.py-wYu1IAW8iwBBceJ8s4po', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542402771.05 (Fri Nov 16 13:12:51 2018) with random token 'FZxgLwBnjoUwTjvnHWVY'", checksum=-1639650867, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270989, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542402793.54545 (2018-11-16 13:13:13) with random token: Q5POkldBhE7of3j3WaKL', checksum=1221787229, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270990, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542402839.82363 (2018-11-16 13:13:59) with random token: CnABUwVkoRsYCK4s3UWZ', checksum=-1368093425, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270991, timestamp=1542402842169, timestamp_type=0, key='check_kafka.py-vlDa5rjNeNblbYG5R1Sg', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542402841.36 (Fri Nov 16 13:14:01 2018) with random token 'kMP6jwCoiwWMAqUekkoc'", checksum=-1700099925, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270992, timestamp=1542402851407, timestamp_type=0, key='check_kafka.py-K5kUQXeAO33DeW1ymvSa', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542402850.31 (Fri Nov 16 13:14:10 2018) with random token 'DEZqVjsVN18kK0GToZJQ'", checksum=1784971539, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270993, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542402878.42525 (2018-11-16 13:14:38) with random token: jb1zBLr39SgSY0woLoJj', checksum=448159453, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270994, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542402878.51482 (2018-11-16 13:14:38) with random token: jMHNMPTwvvSfYbnGmghT', checksum=-1169034996, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1270995, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542402960.40399 (2018-11-16 21:16:00) with random token: AnCiaDsARQOB2P1u7g6D', checksum=987046677, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270996, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542402960.39498 (2018-11-16 21:16:00) with random token: yBb41bvt2E3xBPRI8qfE', checksum=1006854277, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270997, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542403028.21561 (2018-11-16 21:17:08) with random token: KY4jdj4SeFTFx5pu6UZF', checksum=-755632420, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1270998, timestamp=1542403082089, timestamp_type=0, key='check_kafka.py-Zpvvt5iiaV5lQGfwuzJU', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542403080.65 (Fri Nov 16 13:18:00 2018) with random token 'qsn971XoiZ23YvbOS579'", checksum=-161231355, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1270999, timestamp=1542403090499, timestamp_type=0, key='check_kafka.py-Bx6jOovnDdGbHw8UCgtM', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542403089.65 (Fri Nov 16 13:18:09 2018) with random token '19dlJ23MLW23z9LjRqiB'", checksum=1671287922, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271000, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542403111.19994 (2018-11-16 13:18:31) with random token: VHZIsXSJM4GBM0Cx7m4k', checksum=649119608, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271001, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542403155.67315 (2018-11-16 13:19:15) with random token: gRSFxZIwxwczxYQoYuhw', checksum=1310543137, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271002, timestamp=1542403158036, timestamp_type=0, key='check_kafka.py-2lVEPpdyfgwdFesxDlIQ', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542403157.12 (Fri Nov 16 13:19:17 2018) with random token 'bf9K03uM2BN2emYjkret'", checksum=-1387147763, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271003, timestamp=1542403164222, timestamp_type=0, key='check_kafka.py-v0bFYPO2C4TdQR4jIb6t', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542403162.46 (Fri Nov 16 13:19:22 2018) with random token 'AsUaAIqZuaa37fpPRJrR'", checksum=-282195695, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271004, timestamp=1542403170354, timestamp_type=0, key='check_kafka.py-P1aiUCNgZ3mBbhy9AH2Z', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542403168.74 (Fri Nov 16 13:19:28 2018) with random token '1ccCIXOtJ3wmoT3uqMww'", checksum=2053981853, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271005, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542403196.48965 (2018-11-16 13:19:56) with random token: T5z5EUG7JERm2pGNUj75', checksum=492683791, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271006, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542403196.53261 (2018-11-16 13:19:56) with random token: 6vRRvta3k2HtZFCLYepf', checksum=941940642, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271007, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542403260.30876 (2018-11-16 21:21:00) with random token: CpTc9OAEvGUSjUPfXX7o', checksum=2113964974, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271008, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542403260.30889 (2018-11-16 21:21:00) with random token: OonzELs2vbRojwSyG79F', checksum=1094255502, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271009, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542403328.20043 (2018-11-16 21:22:08) with random token: aStQTdxETM5ByPV0TXmr', checksum=-1297906218, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271010, timestamp=1542403404670, timestamp_type=0, key='check_kafka.py-iGAzZgvxQHhq89p9FdL1', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542403403.66 (Fri Nov 16 13:23:23 2018) with random token 'jUTbHGB0nEsnI4eL5KcG'", checksum=-1749954970, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271011, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542403429.4741 (2018-11-16 13:23:49) with random token: 9hhvQ8bW8KZNiR77mlHo', checksum=-380569419, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1271012, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542403473.81415 (2018-11-16 13:24:33) with random token: VoiL5OiKTfuLAxZhF6Za', checksum=-1190038296, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271013, timestamp=1542403484009, timestamp_type=0, key='check_kafka.py-ymOgR3THY9Civt3VnRIy', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542403475.62 (Fri Nov 16 13:24:35 2018) with random token 'XL0W0ZjFCllPrrFEjygn'", checksum=-1008731628, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271014, timestamp=1542403490082, timestamp_type=0, key='check_kafka.py-4HkmNcGeptHYMbMX3QgW', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542403489.18 (Fri Nov 16 13:24:49 2018) with random token 'GiZIovRcJRvQf8KM5Qim'", checksum=-531476877, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271015, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542403513.16799 (2018-11-16 13:25:13) with random token: QNKblYvTnsPO7MrYxOL3', checksum=-1574684714, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271016, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542403513.27128 (2018-11-16 13:25:13) with random token: AaXPfG76peXt5oEw772L', checksum=1639803524, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271017, timestamp=1542403554689, timestamp_type=0, key='check_kafka.py-me15bRn0lVuUDRnpGXZi', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542403553.58 (Fri Nov 16 13:25:53 2018) with random token '2sJED04nAnA6xVZWYWAi'", checksum=889080682, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271018, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542403560.30599 (2018-11-16 21:26:00) with random token: 1QkQnM78ywxh8uBtUBvp', checksum=-464655408, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271019, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542403560.30635 (2018-11-16 21:26:00) with random token: CfxO5jz6srIaiNvbwNem', checksum=1073483862, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271020, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542403628.19581 (2018-11-16 21:27:08) with random token: pDXEyeTJZH0hLxBt6V9q', checksum=1121467295, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271021, timestamp=1542403712757, timestamp_type=0, key='check_kafka.py-9C46adxx7B3lfHiGBo6Z', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542403711.67 (Fri Nov 16 13:28:31 2018) with random token 'mHOprrnkl9IZKcA16y7a'", checksum=-1622641506, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271022, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542403742.71956 (2018-11-16 13:29:02) with random token: aismn3BbZiEmkQzoWqvO', checksum=1026489615, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271023, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542403787.53194 (2018-11-16 13:29:47) with random token: EnZ05qilMwcQn5ALn7W7', checksum=-798066517, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271024, timestamp=1542403791085, timestamp_type=0, key='check_kafka.py-0h43bx7NbpWK6j7OIWbg', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542403790.16 (Fri Nov 16 13:29:50 2018) with random token 'vJcK8isoFyVesPG82dam'", checksum=1296522988, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271025, timestamp=1542403805866, timestamp_type=0, key='check_kafka.py-HBnIo0XMOlVP5ppqKR3e', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542403804.02 (Fri Nov 16 13:30:04 2018) with random token '2LfhzGy8ks4c7g2y2jkx'", checksum=2052976888, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271026, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542403832.54977 (2018-11-16 13:30:32) with random token: fqiXxLtbUO7pPAc0D0Rc', checksum=1355008208, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271027, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542403832.69037 (2018-11-16 13:30:32) with random token: DfKWHqxhtv3nie84K9N4', checksum=-1960475045, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271028, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542403860.35132 (2018-11-16 21:31:00) with random token: KYZcAgTmNbKKr3YaNmZe', checksum=-899835567, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271029, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542403860.3411 (2018-11-16 21:31:00) with random token: LLja7nUxjE1hp74ROYYU', checksum=1147862334, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271030, timestamp=1542403871265, timestamp_type=0, key='check_kafka.py-qC4O3ZKNArAhyAWzdJWV', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542403870.47 (Fri Nov 16 13:31:10 2018) with random token 'QKERFfYaib8u02A2dpDG'", checksum=-959839745, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271031, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542403928.16323 (2018-11-16 21:32:08) with random token: MCCjKhHnCBXE3YH9haIV', checksum=-797913900, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271032, timestamp=1542404030616, timestamp_type=0, key='check_kafka.py-ovgenkccZatCzchzYEns', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542404029.82 (Fri Nov 16 13:33:49 2018) with random token 'r2dAVrFYmzo5wT3qgkW4'", checksum=-1890613010, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271033, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542404061.82746 (2018-11-16 13:34:21) with random token: QjCsPKF1W5ADZB25OTsw', checksum=-1010903352, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271034, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542404106.18292 (2018-11-16 13:35:06) with random token: 66wj1LyJWo8wjUXtbLuf', checksum=-350163765, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271035, timestamp=1542404110141, timestamp_type=0, key='check_kafka.py-eXsenvHYE1upENenGhO7', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542404109.18 (Fri Nov 16 13:35:09 2018) with random token 'pBhyR41zXSnnji5Suc4u'", checksum=-1489196049, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271036, timestamp=1542404110646, timestamp_type=0, key='check_kafka.py-H2O9cksjU83bkReXiipA', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542404109.4 (Fri Nov 16 13:35:09 2018) with random token '1Y2RXDEaxkzvB4kFoTrl'", checksum=-2065516254, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271037, timestamp=1542404123230, timestamp_type=0, key='check_kafka.py-0vl0ihI5jSVVdeI4y77O', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542404121.74 (Fri Nov 16 13:35:21 2018) with random token 'plOKhJ91SrsfKzD0lnap'", checksum=-1894870627, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271038, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542404150.59155 (2018-11-16 13:35:50) with random token: 5Fvi3NOVYZF5EftItJoI', checksum=-735840365, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271039, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542404150.62326 (2018-11-16 13:35:50) with random token: 3RseBKXJyijoe9OOJ9w3', checksum=-1829285424, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271040, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542404160.37594 (2018-11-16 21:36:00) with random token: QGdg4lnhoyJGfjcj1Ky1', checksum=-2058863760, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271041, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542404160.38068 (2018-11-16 21:36:00) with random token: WgJWQhsetroHPatAprJS', checksum=-1190930627, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271042, timestamp=1542404196231, timestamp_type=0, key='check_kafka.py-BnU1IKqVC5VlMcVDqK7G', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542404193.83 (Fri Nov 16 13:36:33 2018) with random token 'c5UdyTNptN2iztLTNdZk'", checksum=1745541836, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271043, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542404228.23569 (2018-11-16 21:37:08) with random token: Bzs2SnW98boLKF5EHIrw', checksum=649009793, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271044, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542404391.33942 (2018-11-16 13:39:51) with random token: ufKdWuAYoD5KOkBdim2t', checksum=1486761997, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271045, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542404434.84667 (2018-11-16 13:40:34) with random token: q0HkHaMr2rQYd6aFK9U0', checksum=-1844603476, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271046, timestamp=1542404438367, timestamp_type=0, key='check_kafka.py-359Ptgqrijc3IE4gVyrE', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542404437.02 (Fri Nov 16 13:40:37 2018) with random token 'aubP3z2Rx2svB2JRbLjp'", checksum=1048101994, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271047, timestamp=1542404438487, timestamp_type=0, key='check_kafka.py-9RhfXOSxKzlKHvP2EKFQ', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542404437.14 (Fri Nov 16 13:40:37 2018) with random token 'URbUwVrUbLEQj7NfmZFO'", checksum=197734486, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271048, timestamp=1542404451017, timestamp_type=0, key='check_kafka.py-TaIFsBBawxf0uyNGzLDk', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542404449.79 (Fri Nov 16 13:40:49 2018) with random token 'NVXSvFMgUmrtQgz5R7V8'", checksum=-1285104312, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271049, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542404460.35876 (2018-11-16 21:41:00) with random token: 1gkfqh9rBmadvOTnk5Sf', checksum=1546468367, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271050, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542404460.36212 (2018-11-16 21:41:00) with random token: rF88gT1p0D8JCvhZn6cS', checksum=-1386529210, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271051, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542404474.99851 (2018-11-16 13:41:14) with random token: ll1jBY7aT2rJYWTdHhD9', checksum=810258956, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271052, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542404475.35732 (2018-11-16 13:41:15) with random token: oSsy6uQ87bq7urM8yYD1', checksum=1023575396, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271053, timestamp=1542404522095, timestamp_type=0, key='check_kafka.py-f4PP2QffPONjD2ZBqp5d', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542404520.88 (Fri Nov 16 13:42:00 2018) with random token 'PchzwefM1Id2gkobEhhZ'", checksum=-785836424, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271054, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542404528.35746 (2018-11-16 21:42:08) with random token: ONPOPAvpc7at5673pQrH', checksum=-795032797, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271055, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542404718.30673 (2018-11-16 13:45:18) with random token: Iy6m7xzJAVVpxdilrtVz', checksum=985905061, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271056, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542404758.92652 (2018-11-16 13:45:58) with random token: 5NktJzJkbnCFXNvNrW8H', checksum=1333569120, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271057, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542404761.31658 (2018-11-16 21:46:01) with random token: uGnHPB69cheDqLwKnrk1', checksum=638104811, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271058, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542404761.34754 (2018-11-16 21:46:01) with random token: cy6booN1rnUCIPiyc76Q', checksum=296189230, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271059, timestamp=1542404761962, timestamp_type=0, key='check_kafka.py-4Olh0yrvg5Ahqv1ejQk9', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542404760.89 (Fri Nov 16 13:46:00 2018) with random token 'uaqv25IFVqDJo5x3E58v'", checksum=911811469, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271060, timestamp=1542404762679, timestamp_type=0, key='check_kafka.py-vIoM1c2q3bhv4FzuKQ8a', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542404761.4 (Fri Nov 16 13:46:01 2018) with random token 'UUbraZxAb13u5WGePmBq'", checksum=1909658441, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271061, timestamp=1542404775855, timestamp_type=0, key='check_kafka.py-tu2LBBgZSTR1WtWkQcuP', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542404774.4 (Fri Nov 16 13:46:14 2018) with random token 'LrsDG4zspgp2HASzmTAb'", checksum=-1387072144, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271062, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542404798.72986 (2018-11-16 13:46:38) with random token: jzwg2HLPeDgW80NhR5rw', checksum=-1485729967, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271063, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542404798.83647 (2018-11-16 13:46:38) with random token: dDClCf7pyehRynT7PKrh', checksum=1977126646, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271064, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542404828.29821 (2018-11-16 21:47:08) with random token: HTiZ8WevLSHjnJCcZnGp', checksum=2034316834, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271065, timestamp=1542404846041, timestamp_type=0, key='check_kafka.py-ngvePot6teXLhJQhHia3', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542404845.03 (Fri Nov 16 13:47:25 2018) with random token 'EYSD2RiWK9TC2S0S9UUK'", checksum=972066519, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271066, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542405042.94307 (2018-11-16 13:50:42) with random token: DHMvouLRN2eBw06zufdS', checksum=-1608528927, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271067, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542405060.36212 (2018-11-16 21:51:00) with random token: rTX2diJKjhFR7Q6uW7IT', checksum=-1012784872, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271068, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542405060.36869 (2018-11-16 21:51:00) with random token: jlAy7CJJ3KSOoSworrfu', checksum=158867684, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271069, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542405084.41176 (2018-11-16 13:51:24) with random token: 4ARcC24xBpbgceVQYYQx', checksum=939326837, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271070, timestamp=1542405087847, timestamp_type=0, key='check_kafka.py-u4zNzomyhBUIMN1ULiZV', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542405086.86 (Fri Nov 16 13:51:26 2018) with random token 'C28Rl08mM0OFIxcdPiuH'", checksum=-586833775, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271071, timestamp=1542405088162, timestamp_type=0, key='check_kafka.py-V0pSbUFwkbMDCkB903UU', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542405087.29 (Fri Nov 16 13:51:27 2018) with random token 'ljU4pxuGxK9nqXD8rxn5'", checksum=-151861494, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271072, timestamp=1542405101320, timestamp_type=0, key='check_kafka.py-J0SIZuCYOa0b9fFNEVDH', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542405100.2 (Fri Nov 16 13:51:40 2018) with random token 'kJ3ci1YvBRxmx0w2Nyw5'", checksum=-1490734746, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271073, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542405125.54768 (2018-11-16 13:52:05) with random token: 57xvgNPCL5jwOWVizFkE', checksum=522341493, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271074, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542405125.91077 (2018-11-16 13:52:05) with random token: l7whyXq14YorTkbEyEL7', checksum=-1439336683, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271075, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542405128.24635 (2018-11-16 21:52:08) with random token: 0WiS2QhpAMx992aIcO8C', checksum=1310253436, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271076, timestamp=1542405175089, timestamp_type=0, key='check_kafka.py-6EFIUMPF1q0E0ZGEA3v1', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542405174.17 (Fri Nov 16 13:52:54 2018) with random token 'kr6Go6TEOuD4rG8DBuPL'", checksum=302951636, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271077, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542405360.30948 (2018-11-16 21:56:00) with random token: 4TZrPIzPZt9JXJeT3M0Q', checksum=-1316706149, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271078, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542405360.31064 (2018-11-16 21:56:00) with random token: vXhOCNdvQTNl5sFgfnQY', checksum=263928597, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271079, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542405373.10759 (2018-11-16 13:56:13) with random token: dmHrqQppnLT0HNugoJuf', checksum=1290691171, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271080, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542405409.97232 (2018-11-16 13:56:49) with random token: vBXJLQzise7yNJZlxxBZ', checksum=-1623841705, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271081, timestamp=1542405413041, timestamp_type=0, key='check_kafka.py-r2XJAQJOtkxfj9Xun9VT', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542405411.91 (Fri Nov 16 13:56:51 2018) with random token 'N5In8EBGjFQ88Nc2XP2e'", checksum=-1521562016, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271082, timestamp=1542405413069, timestamp_type=0, key='check_kafka.py-qwTWA2v5LQJ76oZStmAu', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542405411.82 (Fri Nov 16 13:56:51 2018) with random token 'jyC52LmrfwQJMrtYL00r'", checksum=-1925156716, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271083, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542405428.19253 (2018-11-16 21:57:08) with random token: 32YpGVPrPy89LGQrxSwR', checksum=-1214082036, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271084, timestamp=1542405429322, timestamp_type=0, key='check_kafka.py-85waCwBUlnxCtYNJY9HP', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542405427.52 (Fri Nov 16 13:57:07 2018) with random token 'TVmgcoRXj3u4w7RCX8iL'", checksum=308469352, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271085, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542405454.72016 (2018-11-16 13:57:34) with random token: b7ziGaC1JUF7z72baYvb', checksum=1433681351, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271086, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542405454.8516 (2018-11-16 13:57:34) with random token: ANTp3tydfbKGyqFpqNaH', checksum=-1239100780, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1271087, timestamp=1542405494483, timestamp_type=0, key='check_kafka.py-lv3hEMIiJSdGkRqBxs2c', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542405493.66 (Fri Nov 16 13:58:13 2018) with random token 'T0MGj6MYr55LNCLHIj4R'", checksum=-136286809, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271088, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542405660.43939 (2018-11-16 22:01:00) with random token: g1Ow9PyZ4qBwQSPi2arI', checksum=-1452985014, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271089, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542405660.43811 (2018-11-16 22:01:00) with random token: cdvWjGYLuznesg9U7IYK', checksum=43750692, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271090, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542405693.96008 (2018-11-16 14:01:33) with random token: CoWYgk4YGy87cdDMrn9K', checksum=-37447306, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271091, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542405728.2481 (2018-11-16 22:02:08) with random token: rIaYVpfY9Tjt8LEjRoUf', checksum=1823578299, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271092, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542405729.71998 (2018-11-16 14:02:09) with random token: rvXfyVknjC2KJXlk4Eh4', checksum=841859326, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271093, timestamp=1542405732357, timestamp_type=0, key='check_kafka.py-EZ8V8W7XuphZeAwyvcXR', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542405731.44 (Fri Nov 16 14:02:11 2018) with random token '0uXUimo1NOyfI97nwqly'", checksum=-1914518823, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271094, timestamp=1542405733369, timestamp_type=0, key='check_kafka.py-rVfl04NNS1dMX4Exrmko', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542405732.04 (Fri Nov 16 14:02:12 2018) with random token 'bENbmzW8oGn8sQjpBIg1'", checksum=-472553264, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271095, timestamp=1542405751164, timestamp_type=0, key='check_kafka.py-8pWCBt6WgsSEk4HaOVa4', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542405750.34 (Fri Nov 16 14:02:30 2018) with random token 'A4xCrljYx1e5r6VbjLdh'", checksum=2143356827, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271096, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542405775.19416 (2018-11-16 14:02:55) with random token: qDYeoaSVxCjNM2BIBkxx', checksum=759426210, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271097, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542405775.27671 (2018-11-16 14:02:55) with random token: XZ659Lql87qItXSiWnVD', checksum=-157945130, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271098, timestamp=1542405815907, timestamp_type=0, key='check_kafka.py-kCA4bYKQfcJI6SFcCcbe', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542405814.92 (Fri Nov 16 14:03:34 2018) with random token '7aN2JRQS2FysKOlAX4rB'", checksum=-1318035792, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271099, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542405960.30727 (2018-11-16 22:06:00) with random token: shQKxd6JZNvzDRFWSxP1', checksum=-1970973390, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271100, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542405960.30264 (2018-11-16 22:06:00) with random token: QIPQkgKWdfRtGvkePIcm', checksum=1688718505, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271101, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542406002.55966 (2018-11-16 14:06:42) with random token: ghUEbOq52OqH14Gf14Lu', checksum=-373764107, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271102, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542406028.18738 (2018-11-16 22:07:08) with random token: Lu4voxNYXM4xnk32lMJk', checksum=-1748942865, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271103, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542406038.67172 (2018-11-16 14:07:18) with random token: 6bVLQxKncHxMevfmXsjg', checksum=398669395, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271104, timestamp=1542406041357, timestamp_type=0, key='check_kafka.py-pggq0WSGxKYZlwkXJ6oh', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542406040.51 (Fri Nov 16 14:07:20 2018) with random token 'h820kUXPp7kkNRYitxzO'", checksum=773560307, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271105, timestamp=1542406042225, timestamp_type=0, key='check_kafka.py-NkfFUzyvqwYWp4k9cjhs', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542406041.19 (Fri Nov 16 14:07:21 2018) with random token 'CTDuf1iiX3of8JqfxumL'", checksum=-1058953169, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271106, timestamp=1542406060771, timestamp_type=0, key='check_kafka.py-90OpEtvB2mwQzRDXQugj', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542406059.51 (Fri Nov 16 14:07:39 2018) with random token 'FE6H2qXY6netTLDSuGRv'", checksum=1294013006, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271107, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542406082.57789 (2018-11-16 14:08:02) with random token: YqX4eEkgzgh2kicUSEpj', checksum=-1380433600, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271108, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542406082.72417 (2018-11-16 14:08:02) with random token: NgxjsBr86EzljTs2Ckz7', checksum=-1109099957, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271109, timestamp=1542406129221, timestamp_type=0, key='check_kafka.py-qqzlNcn4VGeryag0eYst', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542406127.78 (Fri Nov 16 14:08:47 2018) with random token 'NIL1qHpDfQQY7lnK2Exa'", checksum=1111698712, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271110, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542406260.23678 (2018-11-16 22:11:00) with random token: xl892mPk1a8kPizLd74y', checksum=-1221722234, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271111, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542406260.23967 (2018-11-16 22:11:00) with random token: AqpUarfl4QvHWlkfZCpM', checksum=-2067292201, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271112, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542406321.69977 (2018-11-16 14:12:01) with random token: zCEYMenXjR0i64X5ings', checksum=-781024179, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271113, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542406328.13268 (2018-11-16 22:12:08) with random token: yGWnBbcu9iwdcOCBAK4f', checksum=-1498365744, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271114, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542406359.80532 (2018-11-16 14:12:39) with random token: 0GJPoVcsZXHI0pA6id4G', checksum=-1204488524, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271115, timestamp=1542406364514, timestamp_type=0, key='check_kafka.py-uMHZRMnNxGBpxhkh7M3O', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542406362.81 (Fri Nov 16 14:12:42 2018) with random token 'fMAfO3KFbve57yfNq99O'", checksum=1872270949, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271116, timestamp=1542406365091, timestamp_type=0, key='check_kafka.py-E5iCgjqplOB4bTAQnCdD', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542406363.51 (Fri Nov 16 14:12:43 2018) with random token 'JXa3b6URoKDor1xlSN6n'", checksum=1431720165, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271117, timestamp=1542406379641, timestamp_type=0, key='check_kafka.py-NRLXE9r8nQYgBLbDr6vD', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542406378.85 (Fri Nov 16 14:12:58 2018) with random token 'zE28iG4Wlo08alDJXT8b'", checksum=1025985485, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271118, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542406401.44865 (2018-11-16 14:13:21) with random token: SYUY6sH7UCRZcRBuoFPR', checksum=-1962898465, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271119, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542406401.53876 (2018-11-16 14:13:21) with random token: rrG2fWHWC0htIEEwwXua', checksum=1284819844, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271120, timestamp=1542406445435, timestamp_type=0, key='check_kafka.py-Mxgt0l7BazRCoRz8EjrM', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542406444.48 (Fri Nov 16 14:14:04 2018) with random token 'UwQiCXPR5bd4kODXK4VB'", checksum=1452157884, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271121, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542406560.29984 (2018-11-16 22:16:00) with random token: O6Txnpllc4SynJgSCz52', checksum=1597615829, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271122, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542406560.31621 (2018-11-16 22:16:00) with random token: nKvUkdUQfvjHcJPLfLDz', checksum=831995881, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271123, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542406628.11962 (2018-11-16 22:17:08) with random token: pkYOlmVri68TgA2j95i2', checksum=-515042454, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271124, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542406635.49006 (2018-11-16 14:17:15) with random token: 8ImEWJtY3TttZpMSpBFw', checksum=-578716774, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271125, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542406672.08616 (2018-11-16 14:17:52) with random token: 7LW4fZ7VvbgIANf54OyV', checksum=166624852, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271126, timestamp=1542406675850, timestamp_type=0, key='check_kafka.py-OCH1QHmtQOdElqkOe2A6', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542406674.72 (Fri Nov 16 14:17:54 2018) with random token 'mb2gyDN3FT61eTzNxqJX'", checksum=-974445747, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271127, timestamp=1542406676146, timestamp_type=0, key='check_kafka.py-hfKvPGUcJTpigBcUF8lT', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542406674.63 (Fri Nov 16 14:17:54 2018) with random token '3gECyHCM0klJf4WUhRWG'", checksum=1113617406, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271128, timestamp=1542406692263, timestamp_type=0, key='check_kafka.py-UviW1srNaocBM6SnGKTM', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542406690.78 (Fri Nov 16 14:18:10 2018) with random token 'lMqYMJiplPBsBYMJWvsk'", checksum=-1248760764, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271129, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542406711.77836 (2018-11-16 14:18:31) with random token: calAc8GcRKyHTrqzo3PW', checksum=-1500243555, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271130, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542406712.07499 (2018-11-16 14:18:32) with random token: nyagxJl4NitD6HsnY33T', checksum=-914062535, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271131, timestamp=1542406756910, timestamp_type=0, key='check_kafka.py-JZbG3SwrFfVX8n9AsIEh', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542406755.73 (Fri Nov 16 14:19:15 2018) with random token 'r0s5X9Wp9hgEpb2TjaKM'", checksum=83406129, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271132, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542406860.25046 (2018-11-16 22:21:00) with random token: 6pcfHGMWdQ0lO2RlSMKY', checksum=1044007401, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271133, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542406860.25243 (2018-11-16 22:21:00) with random token: AwPadukubvd3zaLAPGOB', checksum=-1319502639, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271134, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542406928.14354 (2018-11-16 22:22:08) with random token: sQnZfrtONcj4XZt33kEA', checksum=1510626959, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271135, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542406947.18042 (2018-11-16 14:22:27) with random token: HJCY4DdMDQNjoXFHRAbX', checksum=1355827547, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271136, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542406984.38123 (2018-11-16 14:23:04) with random token: y40hR2FlhQUyIByKPgAJ', checksum=1552033747, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271137, timestamp=1542406988237, timestamp_type=0, key='check_kafka.py-R5HyYkIjXQTLYDrrZKZM', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542406987.24 (Fri Nov 16 14:23:07 2018) with random token 'Hgcf5Nl2Qv8Q6Zq5zmD3'", checksum=-323605489, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271138, timestamp=1542406988597, timestamp_type=0, key='check_kafka.py-9JKrfmc3zkq0EL3le8AV', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542406987.45 (Fri Nov 16 14:23:07 2018) with random token 'ctXO6Zlvt0Lz6zu5Tnrt'", checksum=461571547, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271139, timestamp=1542407001059, timestamp_type=0, key='check_kafka.py-dNl5BW31xVO2CO5SPMwW', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542407000.34 (Fri Nov 16 14:23:20 2018) with random token '1w8yRJIMk2CgHqJ7R5dr'", checksum=1722999840, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271140, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542407024.42937 (2018-11-16 14:23:44) with random token: gAdVyE4ierh4i1QaVpaI', checksum=705104564, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271141, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542407024.55052 (2018-11-16 14:23:44) with random token: 6MEtMmEKEhyFv6AobI7o', checksum=-1429295176, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271142, timestamp=1542407066024, timestamp_type=0, key='check_kafka.py-GNlgOCLyf2syOm6XaqeQ', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542407065.15 (Fri Nov 16 14:24:25 2018) with random token 'GfoTzAq6IbCq0mbmL7UN'", checksum=2072928397, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271143, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542407160.22552 (2018-11-16 22:26:00) with random token: 0Gr5TN9ouQHyIrfBsNu2', checksum=1534441609, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271144, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542407160.22766 (2018-11-16 22:26:00) with random token: O46D5gOiyX3GmUPhJFfO', checksum=-949715246, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271145, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542407228.35802 (2018-11-16 22:27:08) with random token: ZCLKP3nBWTfbJn2GGp5l', checksum=1138552514, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271146, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542407259.19227 (2018-11-16 14:27:39) with random token: I0ai1ElgUASBZbu5k7UQ', checksum=-1804541551, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271147, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542407295.9115 (2018-11-16 14:28:15) with random token: 1mMAR4efPxKNQABjZ351', checksum=-967360053, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1271148, timestamp=1542407299760, timestamp_type=0, key='check_kafka.py-v2EHAKQc0Fw05tS2Kwif', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542407298.84 (Fri Nov 16 14:28:18 2018) with random token '2JOxM69GMbmTtMWnON8J'", checksum=368608061, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271149, timestamp=1542407300484, timestamp_type=0, key='check_kafka.py-sYoqkY1V3eW7lQuoWHAb', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542407299.34 (Fri Nov 16 14:28:19 2018) with random token 'I3vvKhmwb3UNkCEL12bt'", checksum=-2014011356, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271150, timestamp=1542407314678, timestamp_type=0, key='check_kafka.py-mTiJNvzXRBjJxoRqJQV6', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542407313.8 (Fri Nov 16 14:28:33 2018) with random token 'vY3w1dldClt6mxVurtgJ'", checksum=-1154212452, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271151, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542407336.02037 (2018-11-16 14:28:56) with random token: TSoVR0TpntJjM3MntdSL', checksum=-1104996318, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271152, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542407336.16742 (2018-11-16 14:28:56) with random token: oPKBgyKWSzb4l5QWLq3v', checksum=-2052294063, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271153, timestamp=1542407380278, timestamp_type=0, key='check_kafka.py-g4hHTMEvKPii29m2syk1', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542407379.3 (Fri Nov 16 14:29:39 2018) with random token 'nn0vxbISwrz9NQVrpEZj'", checksum=-1838517867, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271154, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542407460.27441 (2018-11-16 22:31:00) with random token: ezyLMHLhsbHFItr9Cago', checksum=-845346819, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271155, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542407460.2792 (2018-11-16 22:31:00) with random token: C2nPP18Xd8BfcesUhw1G', checksum=-1984303022, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271156, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542407528.34444 (2018-11-16 22:32:08) with random token: dvaA5d7NpOkmclRl7l2V', checksum=1196448214, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271157, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542407574.35258 (2018-11-16 14:32:54) with random token: vqTRvwza0WoS2R5iy3gi', checksum=120013862, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271158, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542407609.24457 (2018-11-16 14:33:29) with random token: LHrjFno8JL7cs3XfbhBj', checksum=415574584, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271159, timestamp=1542407613668, timestamp_type=0, key='check_kafka.py-HnC736d24bjeodEaSss9', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542407612.6 (Fri Nov 16 14:33:32 2018) with random token '88crn0IzzPRPZ1qS8Mgq'", checksum=1399286592, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271160, timestamp=1542407613969, timestamp_type=0, key='check_kafka.py-erbvFrflr5C6VTLlJgkt', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542407612.85 (Fri Nov 16 14:33:32 2018) with random token 'CU0YdPTP46O15MSR7m0W'", checksum=195202588, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271161, timestamp=1542407630640, timestamp_type=0, key='check_kafka.py-FjZZ9mlDkP4gTthKcEKM', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542407628.95 (Fri Nov 16 14:33:48 2018) with random token 'qTYScD86IeRmOAkae9CO'", checksum=391641251, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271162, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542407651.652 (2018-11-16 14:34:11) with random token: nXwXSiVbYZD024DycQ5Q', checksum=1387342726, serialized_key_size=1, serialized_value_size=169), ConsumerRecord(topic=u'nagios', partition=0, offset=1271163, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542407651.75252 (2018-11-16 14:34:11) with random token: TDDUpbqL6xTd7DtbbRqi', checksum=-1848090456, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271164, timestamp=1542407696163, timestamp_type=0, key='check_kafka.py-SeeAxLk6W0mzvy41WyCJ', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542407695.13 (Fri Nov 16 14:34:55 2018) with random token 'A55BgzyKJ9aPXhatq0fQ'", checksum=2108188230, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271165, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542407760.22499 (2018-11-16 22:36:00) with random token: 1SZO50gjRO1MXWBl2TDY', checksum=-101984343, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271166, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542407760.22746 (2018-11-16 22:36:00) with random token: vtHNCFDMdCo9Y0V2jlHv', checksum=-649018252, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271167, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542407828.35708 (2018-11-16 22:37:08) with random token: jTOyKAlFvSp5YYRUnSgS', checksum=-1070672898, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271168, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542407892.45005 (2018-11-16 14:38:12) with random token: rVcx1flQwemfIhVEAoqJ', checksum=-1921336354, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271169, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542407924.70895 (2018-11-16 14:38:44) with random token: QcBCcEZpmflkvaWxI63f', checksum=1988118919, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271170, timestamp=1542407929196, timestamp_type=0, key='check_kafka.py-SYduemV6nvWmEQB7g4Gy', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542407927.98 (Fri Nov 16 14:38:47 2018) with random token 'X9W0jcu9yAtcNuNHQoSb'", checksum=1874919537, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271171, timestamp=1542407929395, timestamp_type=0, key='check_kafka.py-AqDFCfSgJBNbfUTaXvBi', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542407927.75 (Fri Nov 16 14:38:47 2018) with random token 'hTGAjUvz2VyX70zvfo6A'", checksum=685013170, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271172, timestamp=1542407949146, timestamp_type=0, key='check_kafka.py-o3xTGndS70Kdk31PijXT', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542407947.36 (Fri Nov 16 14:39:07 2018) with random token 'xdu7bqaha3Rz4t8VqMPB'", checksum=2109716549, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271173, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542407969.77577 (2018-11-16 14:39:29) with random token: 10GeQtT5rHHIytIBbHvr', checksum=-555914231, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271174, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542407969.8004 (2018-11-16 14:39:29) with random token: Yih3YS62msl51yARqDE7', checksum=1767644800, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1271175, timestamp=1542408016622, timestamp_type=0, key='check_kafka.py-yG581EjMWq48EBslIRoj', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542408015.4 (Fri Nov 16 14:40:15 2018) with random token 'XeMxJ0FAEMO34SbWqgZn'", checksum=-1291858480, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271176, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542408060.21551 (2018-11-16 22:41:00) with random token: WvnUfT7VNCl094jAHNyk', checksum=-676982952, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271177, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542408060.20661 (2018-11-16 22:41:00) with random token: LjsbzsU2r1wzBx8fGv3j', checksum=-161299658, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271178, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542408128.34031 (2018-11-16 22:42:08) with random token: PULgLosgQwSQZUljC2fk', checksum=455524073, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271179, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542408212.40796 (2018-11-16 14:43:32) with random token: n5zEa80JF7e8dmb7hA0L', checksum=-849620675, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271180, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542408243.89146 (2018-11-16 14:44:03) with random token: GZObM7qJ7OLmt7p8NuuL', checksum=109883862, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271181, timestamp=1542408247460, timestamp_type=0, key='check_kafka.py-F8HguAowCZX1LipnnBMS', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542408246.24 (Fri Nov 16 14:44:06 2018) with random token 'DxGjvrbazS1DzyXePIO4'", checksum=-1269150318, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271182, timestamp=1542408248400, timestamp_type=0, key='check_kafka.py-XpxVKnTFhFrEwn8A5vqJ', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542408247.03 (Fri Nov 16 14:44:07 2018) with random token 'XSm490UVGIYVkXHfUw51'", checksum=2129744218, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271183, timestamp=1542408268912, timestamp_type=0, key='check_kafka.py-QBmTuM6jjnk3cS8ce3T8', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542408267.23 (Fri Nov 16 14:44:27 2018) with random token 'iTUKsAF5KbdjQAI5EY2b'", checksum=-558976666, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271184, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542408286.3806 (2018-11-16 14:44:46) with random token: jkBA4Hr8v7GOXqmtO59C', checksum=-1169041791, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1271185, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542408286.74852 (2018-11-16 14:44:46) with random token: BD8X0UlhFlQmBtrnXmHv', checksum=450215441, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271186, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542408361.29215 (2018-11-16 22:46:01) with random token: WzbDuC6hQH9eLz3KDAA1', checksum=2120299997, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271187, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542408361.29358 (2018-11-16 22:46:01) with random token: xJUZXVeyX9QMqlcIlzMu', checksum=-409793665, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271188, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542408428.13367 (2018-11-16 22:47:08) with random token: su82UMRGxDuwzAirREFP', checksum=1670054403, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271189, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542408534.50407 (2018-11-16 14:48:54) with random token: nRz2Y9DV13nSqOcmrmIb', checksum=-1946666855, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271190, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542408565.46929 (2018-11-16 14:49:25) with random token: SeA4OCX2kiij1bcPgEQg', checksum=1832879033, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271191, timestamp=1542408569160, timestamp_type=0, key='check_kafka.py-wKNeVA1O9gP5cJRmEsYr', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542408567.5 (Fri Nov 16 14:49:27 2018) with random token 'ZLmBc8IiNrRVX9xVcYvj'", checksum=-430789659, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271192, timestamp=1542408569500, timestamp_type=0, key='check_kafka.py-Hr9FCkeSNhzkINc5ZRhj', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542408567.91 (Fri Nov 16 14:49:27 2018) with random token '7JjlYW0GWbufGMQ4oiUL'", checksum=748738614, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271193, timestamp=1542408581241, timestamp_type=0, key='check_kafka.py-qIlMzhyWH0yxOd2XZlrv', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542408579.56 (Fri Nov 16 14:49:39 2018) with random token 'gclssM7n00Hr7Xr69cUb'", checksum=1363864711, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271194, timestamp=1542408588253, timestamp_type=0, key='check_kafka.py-IKG018GGDfSU2mnympWT', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542408587.12 (Fri Nov 16 14:49:47 2018) with random token 'rritJeHKRvYfrFBQPXbc'", checksum=-151586383, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271195, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542408607.61369 (2018-11-16 14:50:07) with random token: kQ7Oq1n5u36pyz11Qkp5', checksum=-1779405617, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271196, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542408607.82148 (2018-11-16 14:50:07) with random token: J98W3txUvKVOONa8AL47', checksum=-400457845, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271197, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542408660.22898 (2018-11-16 22:51:00) with random token: DmIXeBNeZJjleVrONob1', checksum=-838793286, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271198, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542408660.22982 (2018-11-16 22:51:00) with random token: a0qXy7Egm7hWWQI6uNR2', checksum=-756736379, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271199, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542408728.11749 (2018-11-16 22:52:08) with random token: 8AjcWl4nNusxMahDgpeE', checksum=603957873, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271200, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542408855.59465 (2018-11-16 14:54:15) with random token: 8l9rNsMOiB9o7KH1rQIF', checksum=1394936010, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271201, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542408885.43291 (2018-11-16 14:54:45) with random token: k5l3A8oBMh9W2ToQwTgb', checksum=768913498, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271202, timestamp=1542408887856, timestamp_type=0, key='check_kafka.py-zh2oeBxXFCL2l6p37msV', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542408887.04 (Fri Nov 16 14:54:47 2018) with random token 'y0KtnRVTezXrhnEiRcOj'", checksum=-951951541, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271203, timestamp=1542408888312, timestamp_type=0, key='check_kafka.py-zr300sAECdCAr01EWkde', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542408887.49 (Fri Nov 16 14:54:47 2018) with random token 'ra43rh64B0fVGYPBfP8g'", checksum=1654405669, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271204, timestamp=1542408891707, timestamp_type=0, key='check_kafka.py-8vFTctVE64cLAogkzsGG', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542408890.78 (Fri Nov 16 14:54:50 2018) with random token 'F3KvoNOhKaTtIkxiaQsB'", checksum=1111225134, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271205, timestamp=1542408898960, timestamp_type=0, key='check_kafka.py-tyNH8aYJQN5SV4v7mHMH', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542408897.78 (Fri Nov 16 14:54:57 2018) with random token 'ahI4lgfSOJCuiANJ68WL'", checksum=-1594326048, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271206, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542408908.16416 (2018-11-16 14:55:08) with random token: 2bjiZg8LpXmPNUyy6vQf', checksum=1265029168, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271207, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542408908.20445 (2018-11-16 14:55:08) with random token: 8SCYDTUtmWAmeli8Ta4a', checksum=1770531235, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271208, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542408960.20634 (2018-11-16 22:56:00) with random token: Ghd85Oetn5B6y33sGlug', checksum=191154242, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271209, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542408960.20546 (2018-11-16 22:56:00) with random token: Fu58uZdqKtd1bBygtqJC', checksum=2068552955, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271210, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542409028.35271 (2018-11-16 22:57:08) with random token: xUfP3JcqXBZuOfSSN3RV', checksum=-668310654, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271211, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542409164.8034 (2018-11-16 14:59:24) with random token: oojB08CzrNViSsifraHt', checksum=30886592, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1271212, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542409196.29143 (2018-11-16 14:59:56) with random token: y6MXF0caXnKLgOvZfpbN', checksum=-1212007034, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271213, timestamp=1542409200937, timestamp_type=0, key='check_kafka.py-LSu4H1GgGWKkJdrDJQq9', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542409199.62 (Fri Nov 16 14:59:59 2018) with random token 'ZGJzL4f3cla4PHmpmlNo'", checksum=-990787887, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271214, timestamp=1542409201307, timestamp_type=0, key='check_kafka.py-KWy1owtj1D5wtizsibCg', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542409199.95 (Fri Nov 16 14:59:59 2018) with random token 'ZJLedOgbf8Bqg9y1kU54'", checksum=76547562, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271215, timestamp=1542409208708, timestamp_type=0, key='check_kafka.py-gqrv7IIl95jUPqbYRG7u', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542409207.3 (Fri Nov 16 15:00:07 2018) with random token 'ryVkKbTaETcYRy8lWqvg'", checksum=1028528649, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271216, timestamp=1542409220204, timestamp_type=0, key='check_kafka.py-XQZPjVll9NKaeJDtTRQN', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542409218.82 (Fri Nov 16 15:00:18 2018) with random token 'U50BnkfdbtN2U6FaZNNu'", checksum=-1554179337, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271217, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542409233.59837 (2018-11-16 15:00:33) with random token: F3bLclsSt3vt9ytN3A74', checksum=-1191883270, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271218, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542409234.47214 (2018-11-16 15:00:34) with random token: I0G9vMhsV4qUrh6Ffotq', checksum=1649804162, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271219, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542409260.26014 (2018-11-16 23:01:00) with random token: 67yzj7ua7x6QQCppgZSD', checksum=-500511016, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271220, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542409260.34879 (2018-11-16 23:01:00) with random token: AK8nHzYdpyBS5xQDJw4u', checksum=1700722071, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271221, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542409328.13388 (2018-11-16 23:02:08) with random token: N0mwOTSGEnbafPh8qD6B', checksum=-1164630835, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271222, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542409467.01123 (2018-11-16 15:04:27) with random token: SkAJlA5wXj7nL56XJos9', checksum=314611172, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271223, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542409497.2313 (2018-11-16 15:04:57) with random token: J7hbYYg4CGeFIuqFVQKg', checksum=-1272933181, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1271224, timestamp=1542409502502, timestamp_type=0, key='check_kafka.py-UVNwGXOJlfvM4BArP9xU', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542409501.02 (Fri Nov 16 15:05:01 2018) with random token 'VPduFbPaM54GT0dFttN1'", checksum=1649108351, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271225, timestamp=1542409503475, timestamp_type=0, key='check_kafka.py-Vpt0rrNdu9kKpFWKmHv1', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542409502.13 (Fri Nov 16 15:05:02 2018) with random token 'tJuxIRYvXdNPgVdg9ACk'", checksum=-810385222, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271226, timestamp=1542409510863, timestamp_type=0, key='check_kafka.py-6QbQwS1d2D8UdWc0w16z', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542409509.34 (Fri Nov 16 15:05:09 2018) with random token 'qgfsQSq5bUwDBMdAasSE'", checksum=-1154958457, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271227, timestamp=1542409520945, timestamp_type=0, key='check_kafka.py-5zwgl6SVRFIm8EVwVjHC', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542409519.9 (Fri Nov 16 15:05:19 2018) with random token 'K6qJU9Ss5Z8IeOle585Y'", checksum=520962475, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271228, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542409540.39151 (2018-11-16 15:05:40) with random token: qdSvYvbL7cjvfqp4zJxD', checksum=-1659172194, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271229, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542409540.72873 (2018-11-16 15:05:40) with random token: knP94MVtDlBVodimTdWj', checksum=-360428481, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271230, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542409560.20226 (2018-11-16 23:06:00) with random token: 0ONz84QX8R66FzjBX2Zq', checksum=329974943, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271231, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542409560.20674 (2018-11-16 23:06:00) with random token: VgxaQhmNb4k45wX6yngH', checksum=-1588677705, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271232, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542409628.33871 (2018-11-16 23:07:08) with random token: 19HqmeLEAKnRS863pwQD', checksum=-294873530, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271233, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542409781.94105 (2018-11-16 15:09:41) with random token: BsggBqSxUpd4SBRb4LOT', checksum=-1246712106, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271234, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542409811.23232 (2018-11-16 15:10:11) with random token: 0kANwpg790DGxEBiraSE', checksum=-690697537, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271235, timestamp=1542409814919, timestamp_type=0, key='check_kafka.py-C4AviVLfkkFvHw3lE2ke', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542409813.58 (Fri Nov 16 15:10:13 2018) with random token 'M3cgdkk36ZmG9ufkgGrb'", checksum=337820735, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271236, timestamp=1542409816036, timestamp_type=0, key='check_kafka.py-YOUql0nERIvCAdTEW21b', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542409814.66 (Fri Nov 16 15:10:14 2018) with random token 'lVZ0sscpyWb9WgozgobL'", checksum=584906831, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271237, timestamp=1542409832131, timestamp_type=0, key='check_kafka.py-jcyVym8bksd32kEJ4zvf', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542409831.2 (Fri Nov 16 15:10:31 2018) with random token '0d2Zm1jz8sRqf1CxWmsm'", checksum=-1465226305, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271238, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542409852.31104 (2018-11-16 15:10:52) with random token: bHMfTkjR8Wj399ZGlj8g', checksum=-442440861, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271239, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542409852.47625 (2018-11-16 15:10:52) with random token: ffOUpIWeHB8PAa8rxf7y', checksum=-486677280, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271240, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542409860.27543 (2018-11-16 23:11:00) with random token: UaI47KkUHtV3U8mQIy2w', checksum=805147432, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271241, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542409860.27572 (2018-11-16 23:11:00) with random token: ZMQNeGeMUOFPO0cyFnAq', checksum=-1381807901, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271242, timestamp=1542409888150, timestamp_type=0, key='check_kafka.py-RcRa2MgwGxMgwK0tne9Q', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542409887.14 (Fri Nov 16 15:11:27 2018) with random token '3GdKinOIWgnJ8c75nnIh'", checksum=-993269368, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271243, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542409928.16209 (2018-11-16 23:12:08) with random token: 3BRb1RfWIZ9gVnWwArjN', checksum=1829886228, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271244, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542410102.42431 (2018-11-16 15:15:02) with random token: PXm7o74tqRuiA0fELIVP', checksum=238358329, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271245, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542410130.12853 (2018-11-16 15:15:30) with random token: SxbD5ghZoaLG28ElRudT', checksum=-1994585660, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271246, timestamp=1542410133169, timestamp_type=0, key='check_kafka.py-Pd73v2wVzTbdaUgfBwSN', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542410131.91 (Fri Nov 16 15:15:31 2018) with random token 'MncfCLGNNMHdnxZUzJRt'", checksum=-503846359, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271247, timestamp=1542410134194, timestamp_type=0, key='check_kafka.py-vCkYvrVzXJtKnR3ShdAE', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542410132.84 (Fri Nov 16 15:15:32 2018) with random token 'BNkltwHbPr6ymkHvImvF'", checksum=-942538378, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271248, timestamp=1542410152335, timestamp_type=0, key='check_kafka.py-8khxMSQtoqKR5HTLye9s', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542410151.52 (Fri Nov 16 15:15:51 2018) with random token 'xaGyikD1fowOLjE8OkAK'", checksum=-185623482, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271249, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542410160.32488 (2018-11-16 23:16:00) with random token: AUlCK15Z4UqCTmCTzgYg', checksum=1962183051, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271250, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542410160.31691 (2018-11-16 23:16:00) with random token: JND7h3h9nYhn6UUjTLjS', checksum=932566460, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271251, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542410172.91243 (2018-11-16 15:16:12) with random token: Zz2UaQ9g9AZPUHe7ZEJ9', checksum=471496289, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271252, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542410173.10328 (2018-11-16 15:16:13) with random token: uDlXOOeOWp34qoSibus3', checksum=1723732340, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271253, timestamp=1542410205404, timestamp_type=0, key='check_kafka.py-Mjr3ucNDrEmgvsE9yAJX', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542410204.23 (Fri Nov 16 15:16:44 2018) with random token 'XtyGp1b74oGCgyzpwomi'", checksum=-1330177309, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271254, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542410228.14283 (2018-11-16 23:17:08) with random token: VAYQRYSrXKHuIOU2lJrZ', checksum=1138312040, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271255, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542410448.63032 (2018-11-16 15:20:48) with random token: jxNhJL9C4UyjQQjwBgdQ', checksum=-2063991376, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271256, timestamp=1542410451512, timestamp_type=0, key='check_kafka.py-zLDnKEtHk9y0oAnrc7Gw', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542410450.44 (Fri Nov 16 15:20:50 2018) with random token 'tyhRJNGkO0mDxG3a4bDN'", checksum=-1044560117, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271257, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542410460.39083 (2018-11-16 23:21:00) with random token: SLwBYLybz0esIistD38y', checksum=1861149683, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271258, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542410460.39168 (2018-11-16 23:21:00) with random token: ow8B1e6ddU84OkmJd7uv', checksum=238393515, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271259, timestamp=1542410471408, timestamp_type=0, key='check_kafka.py-wy9eXqhio0HhkO7FVB4Z', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542410470.72 (Fri Nov 16 15:21:10 2018) with random token 'mcgdPkybdgv9mIFEtVl4'", checksum=620051514, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271260, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542410494.29233 (2018-11-16 15:21:34) with random token: t3sPmEIcm2v1PN678wCu', checksum=-900146778, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271261, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542410494.49048 (2018-11-16 15:21:34) with random token: LQPVsNrbiawprWBBdHBR', checksum=-63742552, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271262, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542410507.34944 (2018-11-16 15:21:47) with random token: XvyrHSf3WiKEhqaEtMJz', checksum=-272869219, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271263, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542410528.27286 (2018-11-16 23:22:08) with random token: gXF8QF5roaOaFYzCJLlt', checksum=333414055, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271264, timestamp=1542410528474, timestamp_type=0, key='check_kafka.py-3IGyAiHykm8R55HeaHgd', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542410527.46 (Fri Nov 16 15:22:07 2018) with random token 'w1SXPWKivKOg0eG11b0F'", checksum=-1392279933, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271265, timestamp=1542410535944, timestamp_type=0, key='check_kafka.py-qMDGPFTgwC6zS73gBfWh', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542410534.68 (Fri Nov 16 15:22:14 2018) with random token 'w6t4dkADOn6NVrsZhQo8'", checksum=290627341, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271266, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542410760.30844 (2018-11-16 23:26:00) with random token: eZoVCPTG7gt6z7rPQ6nh', checksum=-2111872770, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271267, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542410760.30853 (2018-11-16 23:26:00) with random token: buO0kMWk8if16KOhMDu0', checksum=2076564226, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271268, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542410769.88848 (2018-11-16 15:26:09) with random token: oYh2Yzt6sqKcN6I2a78m', checksum=1063600514, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271269, timestamp=1542410772449, timestamp_type=0, key='check_kafka.py-f0iyomhlNBFvtK3MKCst', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542410771.41 (Fri Nov 16 15:26:11 2018) with random token '7ARk9eqT3bYFa0LshEdO'", checksum=-1870034180, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271270, timestamp=1542410793677, timestamp_type=0, key='check_kafka.py-tsNQmSmjJpXH28NNRZXH', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542410792.44 (Fri Nov 16 15:26:32 2018) with random token '2OlpomjUYscx6IpWGHsV'", checksum=-1790875969, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271271, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542410816.97056 (2018-11-16 15:26:56) with random token: W9CzvCOsxXaWVpmLS0Bk', checksum=-1964079837, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271272, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542410817.16078 (2018-11-16 15:26:57) with random token: Hek2GajdYKKKfSIF3bLk', checksum=-29144069, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271273, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542410828.19964 (2018-11-16 23:27:08) with random token: 7EssHXcHxtWE683ZXqJQ', checksum=135164645, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271274, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542410830.51912 (2018-11-16 15:27:10) with random token: 6MGQzi6874n5sb9QCufs', checksum=-1582320737, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271275, timestamp=1542410854999, timestamp_type=0, key='check_kafka.py-qjiw0plgStKjW1SFfXk3', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542410853.69 (Fri Nov 16 15:27:33 2018) with random token 'ilhvUd4sRJ4lbXXKgi3G'", checksum=370633747, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271276, timestamp=1542410857999, timestamp_type=0, key='check_kafka.py-4WBK2JKnMymvlo1VIv2f', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542410856.68 (Fri Nov 16 15:27:36 2018) with random token '5UWBwcznydGJiCPvdVsR'", checksum=277091958, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271277, timestamp=1542410860760, timestamp_type=0, key='check_kafka.py-bXb9YnK9R5XCliNBUdex', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542410859.69 (Fri Nov 16 15:27:39 2018) with random token 'xAgAw4BMy4zlNedlMHdd'", checksum=-1404898661, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271278, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542411060.35482 (2018-11-16 23:31:00) with random token: PFeqtDho173DPoHTTDlZ', checksum=1001923815, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271279, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542411060.3604 (2018-11-16 23:31:00) with random token: ByvFibYJQfT0qI883GGl', checksum=-432699489, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271280, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542411093.43066 (2018-11-16 15:31:33) with random token: qHKHnAMzfk3ZY2RIHdrL', checksum=-1947958312, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271281, timestamp=1542411113907, timestamp_type=0, key='check_kafka.py-o7yw7bcvBIYvQuyXDthn', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542411112.55 (Fri Nov 16 15:31:52 2018) with random token 'Kheoyef1r5VlhI2n0Kx4'", checksum=-680403782, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271282, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542411128.17887 (2018-11-16 23:32:08) with random token: 64sPLsZd0uyVW44BSJKj', checksum=-978305483, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271283, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542411139.53894 (2018-11-16 15:32:19) with random token: 15lYuikSF43PnIRftv32', checksum=1371971737, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271284, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542411139.58263 (2018-11-16 15:32:19) with random token: TFGrHgymQhxKbc1wydmC', checksum=-1238689125, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271285, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542411149.1252 (2018-11-16 15:32:29) with random token: Q7zbt3k7qH8P3rZxH7H6', checksum=-1749179277, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1271286, timestamp=1542411170640, timestamp_type=0, key='check_kafka.py-8pTID8lPHIIJpc2FtYDa', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542411169.91 (Fri Nov 16 15:32:49 2018) with random token 'ErseUQgh4QzZG0djWDWj'", checksum=-1980038443, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271287, timestamp=1542411176822, timestamp_type=0, key='check_kafka.py-ShnMZzJ2QyijyGVUTAGt', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542411175.86 (Fri Nov 16 15:32:55 2018) with random token 'lcEeXxZhtlFEIcpwgoJE'", checksum=-1652962445, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271288, timestamp=1542411178688, timestamp_type=0, key='check_kafka.py-Ne73d05GT6MXcmy6Ozjc', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542411177.76 (Fri Nov 16 15:32:57 2018) with random token 'jx3XENT2GPqJfU4TG7Pz'", checksum=-1770691069, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271289, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542411360.25031 (2018-11-16 23:36:00) with random token: h4aSUsiqiJhP2WJoqkxF', checksum=-1139827852, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271290, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542411360.25095 (2018-11-16 23:36:00) with random token: TLfQII9AVexzgSgnuX80', checksum=699010876, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271291, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542411412.50025 (2018-11-16 15:36:52) with random token: 76moVNVCcqFblOLc3OTS', checksum=-4884756, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271292, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542411428.14183 (2018-11-16 23:37:08) with random token: Ozf6bBeIAqDWbqyTJbf6', checksum=2117842005, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271293, timestamp=1542411434004, timestamp_type=0, key='check_kafka.py-LbCrnyuJztnAhTcD0wWD', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542411432.6 (Fri Nov 16 15:37:12 2018) with random token 'HmyO1SBR82LMFXqOOgvd'", checksum=1892595166, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271294, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542411462.38808 (2018-11-16 15:37:42) with random token: kep7X75HEZAlczPsY2FE', checksum=-875344062, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271295, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542411462.44127 (2018-11-16 15:37:42) with random token: 1z1iFupl9dsiDYTQkc1C', checksum=1761370306, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271296, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542411472.8452 (2018-11-16 15:37:52) with random token: 4QZkIkqOcxkrG0hYWWJw', checksum=1828047720, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1271297, timestamp=1542411495128, timestamp_type=0, key='check_kafka.py-kRCWqkuGhfYzpWOK7YJ6', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542411494.13 (Fri Nov 16 15:38:14 2018) with random token '7LFsoZaRYWi3wMyB3Al8'", checksum=-1636943675, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271298, timestamp=1542411500963, timestamp_type=0, key='check_kafka.py-8XyzplIQUqosmlYhGAzj', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542411499.86 (Fri Nov 16 15:38:19 2018) with random token 'Zr2gq7YwQ4VGgCSEmRbJ'", checksum=-149434753, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271299, timestamp=1542411502377, timestamp_type=0, key='check_kafka.py-ziPFWpQ4RLcWfv9MHO49', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542411501.42 (Fri Nov 16 15:38:21 2018) with random token 'jbOGlwF1X3AVu5M4KAOC'", checksum=1907102074, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271300, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542411660.22396 (2018-11-16 23:41:00) with random token: djJxRIRg8meYlDM2RsR1', checksum=-1408916196, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271301, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542411660.22834 (2018-11-16 23:41:00) with random token: DHRit5pxN5EbC0n2dTd5', checksum=-2143937225, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271302, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542411728.11767 (2018-11-16 23:42:08) with random token: Xku4dS6NP2HAFfK2PSRv', checksum=-1774495316, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271303, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542411738.6023 (2018-11-16 15:42:18) with random token: na4zS6qhbaL0FIr1JdOn', checksum=-1408304158, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1271304, timestamp=1542411761570, timestamp_type=0, key='check_kafka.py-n0DGxmIccpNiVhyMNkGw', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542411760.15 (Fri Nov 16 15:42:40 2018) with random token 'S0qbBf1K0KvI5WyK7Wac'", checksum=1985578112, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271305, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542411789.58596 (2018-11-16 15:43:09) with random token: CfUVApFAipSeoLNyVbgy', checksum=358686977, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271306, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542411789.67857 (2018-11-16 15:43:09) with random token: f2g1Zg7STtMa6Jo6oWID', checksum=844799361, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271307, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542411798.51071 (2018-11-16 15:43:18) with random token: CiytOUVKX2w2IOY8U3Jg', checksum=446001923, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271308, timestamp=1542411829604, timestamp_type=0, key='check_kafka.py-keREkPsnUAVQ7reoxgZN', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542411828.31 (Fri Nov 16 15:43:48 2018) with random token 'm0PytojzaFYe5vNageFH'", checksum=-2071430326, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271309, timestamp=1542411832424, timestamp_type=0, key='check_kafka.py-azWGMs3ho8SKRmQHYhR2', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542411831.24 (Fri Nov 16 15:43:51 2018) with random token 'QTLaNfOZqUMgHJWOaJB5'", checksum=196619764, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271310, timestamp=1542411834505, timestamp_type=0, key='check_kafka.py-xXavt6eiKdA3ZvslblaU', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542411833.38 (Fri Nov 16 15:43:53 2018) with random token 'Cn2E6sqFdSS5O4EWLFjP'", checksum=-2047534319, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271311, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542411961.1746 (2018-11-16 23:46:01) with random token: d8H4PYDK6o7ozgjkoNv4', checksum=-885172266, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271312, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542411961.16802 (2018-11-16 23:46:01) with random token: dhPaoUBU9syyjHFItxEi', checksum=-1737361552, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271313, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542412028.12573 (2018-11-16 23:47:08) with random token: j6q92pHiPjWvFJ28FqLa', checksum=101282451, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271314, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542412056.13623 (2018-11-16 15:47:36) with random token: CvPaguhLEgvEApttJvDt', checksum=290825594, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271315, timestamp=1542412073707, timestamp_type=0, key='check_kafka.py-I1Zu0KFo6VeO71CQpRHM', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542412072.32 (Fri Nov 16 15:47:52 2018) with random token 'yIlybJgsjeV3Gr2jXRWN'", checksum=-636089126, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271316, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542412101.51429 (2018-11-16 15:48:21) with random token: KCLiLGT7cS91jEmDh8ZU', checksum=1303545106, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271317, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542412101.59139 (2018-11-16 15:48:21) with random token: dk6bszOmEZCVcVvf5uoH', checksum=855621075, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271318, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542412108.83204 (2018-11-16 15:48:28) with random token: kFxmg80eFwZkdVU4IsrI', checksum=1369574428, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271319, timestamp=1542412141131, timestamp_type=0, key='check_kafka.py-IeAmfPwHCk2EreMRUw1y', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542412140.14 (Fri Nov 16 15:49:00 2018) with random token 'BeEbJCJ9Z0n8Tkp6MsEq'", checksum=1064900972, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271320, timestamp=1542412145205, timestamp_type=0, key='check_kafka.py-XUvZEWOhxVUZnsVvSpSn', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542412143.99 (Fri Nov 16 15:49:03 2018) with random token 'SL1p2cwORgWa0dMOxmAu'", checksum=-798064845, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271321, timestamp=1542412145874, timestamp_type=0, key='check_kafka.py-XCDkjLFD15m9yZrDYKUb', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542412144.64 (Fri Nov 16 15:49:04 2018) with random token 'UKV9SJcAgsWz8Zs17KCD'", checksum=-1483999914, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271322, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542412260.20638 (2018-11-16 23:51:00) with random token: Gd9ZLTYTVfSSR6p6gkDW', checksum=1143436458, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271323, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542412260.2051 (2018-11-16 23:51:00) with random token: W4kikEqGvfmiB9lHDUFO', checksum=-2075017600, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271324, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542412328.34524 (2018-11-16 23:52:08) with random token: CWRwRx72BHChRCyxCG2O', checksum=-1686884626, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271325, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542412364.6444 (2018-11-16 15:52:44) with random token: pguFHfl0eHLNmp5o4VUZ', checksum=1626781374, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1271326, timestamp=1542412379365, timestamp_type=0, key='check_kafka.py-3woY5SFY7osXSNaJkz20', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542412377.86 (Fri Nov 16 15:52:57 2018) with random token 'oGv0EL2Q4LyOj89SBNAo'", checksum=1655949783, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271327, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542412408.37351 (2018-11-16 15:53:28) with random token: AYQKDk0h9xkbY8bg8Esn', checksum=1244954429, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271328, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542412408.40622 (2018-11-16 15:53:28) with random token: Xdqf8D2RlDO90jLjOLRT', checksum=1114935041, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271329, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542412416.48152 (2018-11-16 15:53:36) with random token: 6DArqpGAJmloKRjaCxZJ', checksum=1210615201, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271330, timestamp=1542412443791, timestamp_type=0, key='check_kafka.py-c8rlgiRGelD6ypiZxhuZ', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542412443.03 (Fri Nov 16 15:54:03 2018) with random token 'HXWM1lDLk3HmYz4zpLKR'", checksum=-1301589753, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271331, timestamp=1542412447520, timestamp_type=0, key='check_kafka.py-dBpkkQaeWRvTnQ2DkjYq', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542412446.5 (Fri Nov 16 15:54:06 2018) with random token 'XpUg26sc9gJudVlnEuTk'", checksum=-712748830, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271332, timestamp=1542412448100, timestamp_type=0, key='check_kafka.py-53VrQAhTdYWgnvpilEPv', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542412446.98 (Fri Nov 16 15:54:06 2018) with random token 'xOwDAe4EJGgIudnGaVlh'", checksum=1796931027, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271333, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542412560.28634 (2018-11-16 23:56:00) with random token: KpOCYIxdv9TM8NB6qvli', checksum=345709538, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271334, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542412560.28468 (2018-11-16 23:56:00) with random token: cTpvd8lYh0fAtarzpitn', checksum=1612323125, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271335, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542412628.17215 (2018-11-16 23:57:08) with random token: MG0cstaezgjNZ6O1un9S', checksum=-1947892320, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271336, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542412688.18446 (2018-11-16 15:58:08) with random token: 5Zs1avQxRTFIwh4ofgTH', checksum=918977374, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271337, timestamp=1542412703502, timestamp_type=0, key='check_kafka.py-MYhxBPuV1LqA5xbrF4Kd', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542412702.02 (Fri Nov 16 15:58:22 2018) with random token '0TmSckwKAhKsPOVOyjoQ'", checksum=1282348330, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271338, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542412735.15934 (2018-11-16 15:58:55) with random token: PyjsZLRcIwS9svjdChiC', checksum=1741541483, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271339, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542412735.21363 (2018-11-16 15:58:55) with random token: 2rhLS2apE8k290NqT1Aj', checksum=-1712844207, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271340, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542412740.70076 (2018-11-16 15:59:00) with random token: CyhJCQ21GA8I7tFfGC2O', checksum=-1316539791, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271341, timestamp=1542412770660, timestamp_type=0, key='check_kafka.py-gDzUQe9Jg7qWzqM1q20s', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542412769.7 (Fri Nov 16 15:59:29 2018) with random token 'xuOOJxnm2jf4QxiClURY'", checksum=-1319435906, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271342, timestamp=1542412774108, timestamp_type=0, key='check_kafka.py-qx17HDfPoHkOB9UbheF7', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542412773.15 (Fri Nov 16 15:59:33 2018) with random token 'F7LRhapd1DG2dpdoSlSb'", checksum=1001436757, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271343, timestamp=1542412774137, timestamp_type=0, key='check_kafka.py-MVbRH5hUeDiPhlVgVUid', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542412772.94 (Fri Nov 16 15:59:32 2018) with random token 'R0S2orrM5MwTRs9IgZlE'", checksum=1440016576, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271344, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542412860.29672 (2018-11-17 00:01:00) with random token: NVNWYXssSNAzOtxS2aWG', checksum=189981530, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271345, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542412860.38171 (2018-11-17 00:01:00) with random token: byMuC0l2ZBewsmXoYPUd', checksum=1128289582, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271346, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542412928.17196 (2018-11-17 00:02:08) with random token: xo0LV4cBFHh9nQM79MFH', checksum=-1837890068, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271347, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542413010.64979 (2018-11-16 16:03:30) with random token: iwIUM2LftFjglv2SQXhW', checksum=466543364, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271348, timestamp=1542413025965, timestamp_type=0, key='check_kafka.py-vxjo1A93MuoZCTgbJdVX', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542413024.49 (Fri Nov 16 16:03:44 2018) with random token 'YjKvPNvzMhaGSMoucFqR'", checksum=1004570536, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271349, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542413060.15036 (2018-11-16 16:04:20) with random token: ErAC2gkqrxDUjjuitUbQ', checksum=264517549, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271350, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542413060.26252 (2018-11-16 16:04:20) with random token: 744ZInFchCVVANPJvVvr', checksum=7693762, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271351, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542413068.50845 (2018-11-16 16:04:28) with random token: coy94GlSMAICzBK30NVB', checksum=-828957066, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271352, timestamp=1542413099847, timestamp_type=0, key='check_kafka.py-zTpQ81dlCDXeqeujEsD1', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542413098.89 (Fri Nov 16 16:04:58 2018) with random token 'pGJL3wmd5ChVoVJPHaBH'", checksum=1867443070, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271353, timestamp=1542413102234, timestamp_type=0, key='check_kafka.py-t49zCQD6nrXf7PWgvMNA', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542413101.2 (Fri Nov 16 16:05:01 2018) with random token 'jBNt7DjPQjC5raGdQTTI'", checksum=-499662746, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271354, timestamp=1542413103261, timestamp_type=0, key='check_kafka.py-h3hwN7ob2DXOxjerzbQu', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542413102.47 (Fri Nov 16 16:05:02 2018) with random token '2a7nh6JAgPjgCUdYxzNQ'", checksum=-1572217200, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271355, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542413160.25326 (2018-11-17 00:06:00) with random token: ZsRM1JI2K09eSFDOzjC5', checksum=-1644871367, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271356, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542413160.25258 (2018-11-17 00:06:00) with random token: 6I4ycElo5VcTDjcoyD9E', checksum=1069969064, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271357, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542413228.13374 (2018-11-17 00:07:08) with random token: SLIPxCmX3Hh8jTCDGkcD', checksum=1090897566, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271358, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542413333.29276 (2018-11-16 16:08:53) with random token: 7WFuGdH0nmroPdrMLY9S', checksum=-1072710203, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271359, timestamp=1542413350781, timestamp_type=0, key='check_kafka.py-HbCj7L2tlWEswY0jLIJb', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542413347.96 (Fri Nov 16 16:09:07 2018) with random token 'Zzq7zX2j2RrRTwRwiNig'", checksum=555200259, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271360, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542413379.62108 (2018-11-16 16:09:39) with random token: FEPycGJX1lMP2CQ2DVn6', checksum=1318603293, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271361, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542413379.6801 (2018-11-16 16:09:39) with random token: tqnevatmoLejZRr4FIKd', checksum=-1051773594, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1271362, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542413388.10553 (2018-11-16 16:09:48) with random token: KZHO42GQXUBLSANegZJ4', checksum=-1833499658, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271363, timestamp=1542413418003, timestamp_type=0, key='check_kafka.py-FlIbjQU9h3EZMseFmlzX', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542413416.94 (Fri Nov 16 16:10:16 2018) with random token '7TjynH4f04xFFIWibIFu'", checksum=-162239740, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271364, timestamp=1542413420218, timestamp_type=0, key='check_kafka.py-ERLwJzQgVeW56WbW7at1', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542413419.0 (Fri Nov 16 16:10:18 2018) with random token 'rZO9PWxuJipieSXKAhv2'", checksum=687651677, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271365, timestamp=1542413420473, timestamp_type=0, key='check_kafka.py-dgObSUpIEV9ntVMxxj4F', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542413419.42 (Fri Nov 16 16:10:19 2018) with random token '9wlUz7wrgHIP8CJyWGbb'", checksum=860205985, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271366, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542413460.23405 (2018-11-17 00:11:00) with random token: W1eTHmtF3gMy3fQjoSzc', checksum=181316740, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271367, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542413460.24027 (2018-11-17 00:11:00) with random token: INEtrBo9xXRVcG4WX2R0', checksum=1027212916, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271368, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542413528.12714 (2018-11-17 00:12:08) with random token: W28kxZJsyeOznc1RVA0V', checksum=1428150086, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271369, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542413646.84252 (2018-11-16 16:14:06) with random token: J5lhr8SBpLCxYc4QaBUW', checksum=223330712, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271370, timestamp=1542413661136, timestamp_type=0, key='check_kafka.py-Dh8zgijExmP96hf7RlaB', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542413660.35 (Fri Nov 16 16:14:20 2018) with random token 'IX6R9nZ7FrzjCkhK9SVQ'", checksum=850877053, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271371, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542413684.71983 (2018-11-16 16:14:44) with random token: gWtF8uBuM0rb7nPhJxmv', checksum=1456692452, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271372, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542413685.08572 (2018-11-16 16:14:45) with random token: 7UlXII4A1Re4B1VPD91N', checksum=-776707849, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271373, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542413694.00055 (2018-11-16 16:14:54) with random token: NEAORbqxzkzgdfqP5KeU', checksum=1417864914, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271374, timestamp=1542413720861, timestamp_type=0, key='check_kafka.py-xSOq2HZlZU9HannrzXDN', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542413720.06 (Fri Nov 16 16:15:20 2018) with random token 'KYv1nKgPC4rS1wYavPGV'", checksum=116583789, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271375, timestamp=1542413722719, timestamp_type=0, key='check_kafka.py-L5S8REyQrnQjS322vrlR', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542413721.54 (Fri Nov 16 16:15:21 2018) with random token 'rf4KjXk0zhQk9Le5iBId'", checksum=-599354750, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271376, timestamp=1542413722811, timestamp_type=0, key='check_kafka.py-x8UcfUfwPYJFC2iNmokc', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542413721.63 (Fri Nov 16 16:15:21 2018) with random token 'NRs9iptYim4HItjVNKeH'", checksum=945845099, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271377, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542413760.28526 (2018-11-17 00:16:00) with random token: vgvU0MWWI6bvGaNfUY4P', checksum=-1545901471, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271378, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542413760.30785 (2018-11-17 00:16:00) with random token: BS3yNPOroPFhEh5rrUdK', checksum=1005048283, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271379, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542413828.31356 (2018-11-17 00:17:08) with random token: 51bnqziMeBzgZG3c3pnR', checksum=1249056542, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271380, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542413959.27706 (2018-11-16 16:19:19) with random token: icABZ1sPDpfgpUbyKEDw', checksum=1156599246, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271381, timestamp=1542413975307, timestamp_type=0, key='check_kafka.py-aLYSplGygFEmVrA56fBl', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542413973.8 (Fri Nov 16 16:19:33 2018) with random token 'iz8DeTeBhEQ4vLi3DnYi'", checksum=-1999176268, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271382, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542414001.95396 (2018-11-16 16:20:01) with random token: eXj2LEsnXiQTPS6MzwtA', checksum=-1953006227, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271383, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542414001.97895 (2018-11-16 16:20:01) with random token: QezpoOLL6p5UoxUPAJd1', checksum=1147645597, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271384, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542414012.61614 (2018-11-16 16:20:12) with random token: Jgyi9ok08cXMwt5LGMTr', checksum=260591295, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271385, timestamp=1542414042266, timestamp_type=0, key='check_kafka.py-hBhNMwGEwkuxPxzDC1xm', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542414040.86 (Fri Nov 16 16:20:40 2018) with random token 'kAoqcZ4z8jVsbRhhzeNv'", checksum=-1654203460, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271386, timestamp=1542414045717, timestamp_type=0, key='check_kafka.py-avyJStZUJQj7NoN4DOdl', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542414044.65 (Fri Nov 16 16:20:44 2018) with random token 'DWigYRe1GpRdYT61F5RB'", checksum=1140406789, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271387, timestamp=1542414045799, timestamp_type=0, key='check_kafka.py-5CL3S9YYntZaKiLpPUQe', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542414044.76 (Fri Nov 16 16:20:44 2018) with random token 'WXw6Azo61zPA8q9ajtk0'", checksum=-1606081808, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271388, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542414060.28268 (2018-11-17 00:21:00) with random token: eBlfC4E8lCc5LYETBdbJ', checksum=1954096755, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271389, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542414060.28472 (2018-11-17 00:21:00) with random token: rgnyYCMyNgbGvdnwYJyd', checksum=318586876, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271390, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542414128.16547 (2018-11-17 00:22:08) with random token: iJs8i550XTbTmMhOeyJQ', checksum=1798735035, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271391, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542414282.59991 (2018-11-16 16:24:42) with random token: BFgc5cgfg81yO6Ng31GT', checksum=173375057, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271392, timestamp=1542414300721, timestamp_type=0, key='check_kafka.py-o4yJj5tzlhAWKd7qYFCS', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542414298.65 (Fri Nov 16 16:24:58 2018) with random token 'Rna6EIQhB8oQrsyVDAwZ'", checksum=-2043963624, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271393, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542414333.94588 (2018-11-16 16:25:33) with random token: 9nm8W8PHTyoOnyIg5YUG', checksum=1646491039, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271394, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542414334.08741 (2018-11-16 16:25:34) with random token: u0lPkcUMxOoT65Ndrwtf', checksum=395069469, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271395, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542414345.38223 (2018-11-16 16:25:45) with random token: gPdSNx78wVdCFtIh2Hwq', checksum=-1977756933, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271396, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542414360.22268 (2018-11-17 00:26:00) with random token: D1mpNuPxWOEwuIsNoaTS', checksum=333459492, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271397, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542414360.22262 (2018-11-17 00:26:00) with random token: VQlhJ0bxK6BmvMAojYOf', checksum=408109212, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271398, timestamp=1542414374241, timestamp_type=0, key='check_kafka.py-gFcpZ8gkcFY1nWBliQgC', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542414373.22 (Fri Nov 16 16:26:13 2018) with random token '1auSBqJM4kvumaxihwYq'", checksum=-1988431854, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271399, timestamp=1542414376646, timestamp_type=0, key='check_kafka.py-Ui06VxCLV32xHCci5Vyj', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542414375.31 (Fri Nov 16 16:26:15 2018) with random token '12dECw1JfTGJCJRcfBgk'", checksum=-1341572824, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271400, timestamp=1542414376815, timestamp_type=0, key='check_kafka.py-knNHvwGPUEe65HDQsJwv', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542414375.55 (Fri Nov 16 16:26:15 2018) with random token 'UK8Kt3n10884kVjnYcGm'", checksum=-686112988, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271401, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542414428.11262 (2018-11-17 00:27:08) with random token: ypelbmMKbdshyyGUINo5', checksum=-666356064, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271402, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542414609.37016 (2018-11-16 16:30:09) with random token: r9h6CUerk6GxKcBuqR0D', checksum=-1144191306, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271403, timestamp=1542414627306, timestamp_type=0, key='check_kafka.py-Cu4quqqSIepBNSlli2Px', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542414625.09 (Fri Nov 16 16:30:25 2018) with random token 'SCAMYLLhUtTjyVWRS6vT'", checksum=859708744, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271404, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542414660.3219 (2018-11-17 00:31:00) with random token: Bk2g3LAiTziRx2rcGohw', checksum=-1823343978, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271405, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542414660.41444 (2018-11-17 00:31:00) with random token: QFp7JE3rHT9LAYoYr6yR', checksum=-1828299168, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271406, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542414660.87013 (2018-11-16 16:31:00) with random token: UhoPPUV0V0exP6ZlEhgv', checksum=1375662767, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271407, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542414660.96614 (2018-11-16 16:31:00) with random token: QknnP5viDUpK61pbBvmS', checksum=-706627098, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271408, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542414676.31832 (2018-11-16 16:31:16) with random token: W2y2795zq4IRkudo65BH', checksum=-744564366, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271409, timestamp=1542414701438, timestamp_type=0, key='check_kafka.py-FhjT0JkvV5Xc0p1FBP69', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542414700.58 (Fri Nov 16 16:31:40 2018) with random token 'bCBEYdaIh5QCiEtFaxxK'", checksum=423958686, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271410, timestamp=1542414703521, timestamp_type=0, key='check_kafka.py-PJqyy7UrdVLERAv5HMYL', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542414702.48 (Fri Nov 16 16:31:42 2018) with random token 'lZ39zTOaZpIwMN6XNUCr'", checksum=1173577360, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271411, timestamp=1542414703830, timestamp_type=0, key='check_kafka.py-RyV0gGACtGXmFrW5phbW', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542414702.83 (Fri Nov 16 16:31:42 2018) with random token 'MZYDSpFgiINCUBQIYqzX'", checksum=-1225348165, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271412, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542414728.20366 (2018-11-17 00:32:08) with random token: u0NFvIhJL7qotLGJvBbM', checksum=1899046382, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271413, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542414929.879 (2018-11-16 16:35:29) with random token: Dr3i4xxhe50KWFl47XUB', checksum=-2015069414, serialized_key_size=1, serialized_value_size=169), ConsumerRecord(topic=u'nagios', partition=0, offset=1271414, timestamp=1542414944304, timestamp_type=0, key='check_kafka.py-o93xAu9FhE1s8a5e170w', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542414942.58 (Fri Nov 16 16:35:42 2018) with random token 'R8DmQfAqHzbO2c3vXSel'", checksum=1117834142, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271415, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542414960.2619 (2018-11-17 00:36:00) with random token: 3i3zdOnW4eLxPvFBjE1T', checksum=294382647, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271416, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542414960.26216 (2018-11-17 00:36:00) with random token: vnB4O01vs3AlULLqhcqj', checksum=-611501573, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271417, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542414977.31421 (2018-11-16 16:36:17) with random token: j5rDOlDC106IlBClD7mN', checksum=-821765517, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271418, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542414977.42829 (2018-11-16 16:36:17) with random token: itzTc884siyX2bjfsBcK', checksum=-495615159, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271419, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542414992.8355 (2018-11-16 16:36:32) with random token: EW9pn8giZgTwE67RMRTq', checksum=-54464606, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1271420, timestamp=1542415020523, timestamp_type=0, key='check_kafka.py-9QtzsV5LqPj76yDtLKL9', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542415019.33 (Fri Nov 16 16:36:59 2018) with random token 'z1iDEHBaHQaZqmu9g3b2'", checksum=47050815, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271421, timestamp=1542415020729, timestamp_type=0, key='check_kafka.py-E7dlnbZN61W0XMw6n72r', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542415019.66 (Fri Nov 16 16:36:59 2018) with random token 'nsCgXmOLNrTNqB2GH9iz'", checksum=-150500895, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271422, timestamp=1542415020739, timestamp_type=0, key='check_kafka.py-ssVnnu9viFzckARGRsSt', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542415019.77 (Fri Nov 16 16:36:59 2018) with random token 'hwB5ANQ1tEjB8bp31xCG'", checksum=800407132, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271423, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542415028.15381 (2018-11-17 00:37:08) with random token: uRg7EgcIayAyQKYEnilc', checksum=-599662367, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271424, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542415252.24873 (2018-11-16 16:40:52) with random token: L20aL9S3u60z1BtIacJC', checksum=1282923509, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271425, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542415260.29269 (2018-11-17 00:41:00) with random token: D737JdBvyiSZL9OYkESw', checksum=587849394, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271426, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542415260.29641 (2018-11-17 00:41:00) with random token: 0sl3cMuY81FIgXohcebl', checksum=-1538215211, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271427, timestamp=1542415265834, timestamp_type=0, key='check_kafka.py-LWe8QRQKirpePLadDtdv', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542415263.83 (Fri Nov 16 16:41:03 2018) with random token 'vRT80VXpDc0e0vc8zWpI'", checksum=1023601928, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271428, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542415299.37069 (2018-11-16 16:41:39) with random token: 8Cr7ecNkiEB2kkJQzIbK', checksum=1301209322, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271429, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542415299.39057 (2018-11-16 16:41:39) with random token: tkDzul1mH9k5DT4Y8AoU', checksum=1620861357, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271430, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542415317.52838 (2018-11-16 16:41:57) with random token: AvFWeN8Fwxke3JNC9qZi', checksum=-75269552, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271431, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542415328.1805 (2018-11-17 00:42:08) with random token: 9hPQjJuoMRp1SJUEQABs', checksum=1041749965, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271432, timestamp=1542415348277, timestamp_type=0, key='check_kafka.py-X6RFsXA6MQqE4r2vHnsu', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542415347.38 (Fri Nov 16 16:42:27 2018) with random token 'BHwjEgAaUyVpaoI6kjnK'", checksum=1167581403, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271433, timestamp=1542415348942, timestamp_type=0, key='check_kafka.py-GtLa1j5nb2505077RPmJ', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542415347.64 (Fri Nov 16 16:42:27 2018) with random token 'DJsZUElNTLwhJTjxr7iE'", checksum=-1128801186, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271434, timestamp=1542415348944, timestamp_type=0, key='check_kafka.py-wvzm4N1U5mmahYp7Gtud', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542415348.04 (Fri Nov 16 16:42:28 2018) with random token 'ElI2zFf2zZXqRpxJy4uI'", checksum=-2000199769, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271435, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542415561.21186 (2018-11-17 00:46:01) with random token: kJzhpi7JqPlDZF0GwvH1', checksum=-453654691, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271436, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542415561.26686 (2018-11-17 00:46:01) with random token: Vgx4YLgIjaCps33DIwOs', checksum=-1666691685, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271437, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542415577.6141 (2018-11-16 16:46:17) with random token: aeUkuV6Q7PIiQdNmcL1D', checksum=-1732605302, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1271438, timestamp=1542415591828, timestamp_type=0, key='check_kafka.py-M4YHor05lVKnyKV7M9WT', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542415590.18 (Fri Nov 16 16:46:30 2018) with random token 'dNFB2da8H05W0J0pytN0'", checksum=1809146890, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271439, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542415626.28523 (2018-11-16 16:47:06) with random token: X35Zdd3gP97BNzZDGyhw', checksum=-1121650017, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271440, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542415626.33737 (2018-11-16 16:47:06) with random token: ejHyvs33gB4IbIUEp83x', checksum=33700266, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271441, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542415628.22353 (2018-11-17 00:47:08) with random token: Cgfo4fdSe8pXbD1gCSqC', checksum=1889502941, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271442, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542415643.58181 (2018-11-16 16:47:23) with random token: 1InGHVnALacCZ7KwCELs', checksum=-569380643, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271443, timestamp=1542415670158, timestamp_type=0, key='check_kafka.py-t4GoDTtG9CRIp9PdtdG5', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542415668.77 (Fri Nov 16 16:47:48 2018) with random token 'XUz0EPaHaFpVUd0oJ4gl'", checksum=1281735711, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271444, timestamp=1542415671464, timestamp_type=0, key='check_kafka.py-GlQIcaaCB2k7qZ80pSoN', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542415670.47 (Fri Nov 16 16:47:50 2018) with random token 'EEzL5GrvLmEL7WvNxq4b'", checksum=1687483166, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271445, timestamp=1542415671741, timestamp_type=0, key='check_kafka.py-uUzhwwxu60UI4gyZvXkt', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542415670.64 (Fri Nov 16 16:47:50 2018) with random token '4eizzh7Qo09s1vFBynfB'", checksum=-1129745262, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271446, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542415860.29115 (2018-11-17 00:51:00) with random token: rqoRMuLlNqYwXDqsI6Hj', checksum=-969778498, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271447, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542415860.28424 (2018-11-17 00:51:00) with random token: jrxBLcqvy1VlqGgAEEhA', checksum=-1308329816, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271448, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542415889.37857 (2018-11-16 16:51:29) with random token: z3bbfRo0637Btqwgl62K', checksum=1341310837, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271449, timestamp=1542415903431, timestamp_type=0, key='check_kafka.py-rQSlS6ekChfzqeng5TkC', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542415902.27 (Fri Nov 16 16:51:42 2018) with random token 'bLOe8h2tWK9mFfzEcYFt'", checksum=-1267648594, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271450, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542415928.1803 (2018-11-17 00:52:08) with random token: G3PvEqoEbUauGui6TLYM', checksum=-1020025838, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271451, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542415929.19934 (2018-11-16 16:52:09) with random token: Q0lTvHnm2k5vgFbzsB4V', checksum=-809224818, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271452, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542415929.26691 (2018-11-16 16:52:09) with random token: 86wl0vhlmbDbSEeXJpeK', checksum=-548992050, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271453, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542415943.51753 (2018-11-16 16:52:23) with random token: YGSHfUzp1ug5P9Uzm3ai', checksum=-280967081, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271454, timestamp=1542415974590, timestamp_type=0, key='check_kafka.py-5B9swiG6jJkQJ2ZJycb3', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542415973.31 (Fri Nov 16 16:52:53 2018) with random token 'esYMLeNDg2lXTAZ125a3'", checksum=52759097, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271455, timestamp=1542415975820, timestamp_type=0, key='check_kafka.py-KyLqFLPIPBLvcrkDUnkl', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542415975.1 (Fri Nov 16 16:52:55 2018) with random token 'V51Hs00JPbfoFxzZXQDi'", checksum=1443013686, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271456, timestamp=1542415976434, timestamp_type=0, key='check_kafka.py-o37695hIP7xbOuzlmSHe', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542415975.38 (Fri Nov 16 16:52:55 2018) with random token 'uUupnTpWXliuZgDthom6'", checksum=-643629088, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271457, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542416160.24267 (2018-11-17 00:56:00) with random token: TTDstNR87H20PKYc79w8', checksum=-1504310109, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271458, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542416160.24493 (2018-11-17 00:56:00) with random token: M9Wi7q797gTnV5P86hsb', checksum=-2037472473, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271459, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542416212.4491 (2018-11-16 16:56:52) with random token: lzDo6jMvQPqhHsVMp2Nj', checksum=-1389247512, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1271460, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542416228.13118 (2018-11-17 00:57:08) with random token: 27bVQZr7Oa8RtbBTq7nV', checksum=1936334510, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271461, timestamp=1542416229732, timestamp_type=0, key='check_kafka.py-RhN0hIoav3ARG8x4s6Du', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542416228.04 (Fri Nov 16 16:57:08 2018) with random token 'M48uaMejCSbibYkRy8Qg'", checksum=-1050857302, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271462, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542416259.85082 (2018-11-16 16:57:39) with random token: H3p4EwNPz73BoswvL9aq', checksum=-1502807955, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271463, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542416260.06569 (2018-11-16 16:57:40) with random token: k7cWmWWLNsxhLOsEthn9', checksum=-92238394, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271464, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542416273.42356 (2018-11-16 16:57:53) with random token: 74dLY48YalD7n3Wh50cN', checksum=-969690804, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271465, timestamp=1542416309082, timestamp_type=0, key='check_kafka.py-6lpPGI1LT0mXih9QQDho', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542416307.94 (Fri Nov 16 16:58:27 2018) with random token '5T4vFmk55SKE977qE5zA'", checksum=181774815, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271466, timestamp=1542416309229, timestamp_type=0, key='check_kafka.py-EBgf04J1pVuxYv9I5xjr', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542416308.03 (Fri Nov 16 16:58:28 2018) with random token 'zu9peYTls6busQlnqDHM'", checksum=-1216760166, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271467, timestamp=1542416309559, timestamp_type=0, key='check_kafka.py-zwUI2f5COnGu1MJJRdFW', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542416308.19 (Fri Nov 16 16:58:28 2018) with random token '3tnDBpr0gpAozfMc2Qa8'", checksum=-940807225, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271468, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542416460.41505 (2018-11-17 01:01:00) with random token: sfsWux4PIPDvH7qZ4mOU', checksum=829911966, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271469, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542416460.41653 (2018-11-17 01:01:00) with random token: raQYA3NuGmaZ9uknILTt', checksum=-618030056, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271470, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542416528.23423 (2018-11-17 01:02:08) with random token: vsstSMfepUVdeeq6AHy3', checksum=-1965369225, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271471, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542416542.41066 (2018-11-16 17:02:22) with random token: 8nN3BAxFNJa3hzslHOhd', checksum=1233580508, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271472, timestamp=1542416560613, timestamp_type=0, key='check_kafka.py-ZaqNXKAqnIge1k7axub2', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542416558.96 (Fri Nov 16 17:02:38 2018) with random token 'B69MSJl3Xig7zWCAtCmz'", checksum=-700006981, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271473, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542416589.94167 (2018-11-16 17:03:09) with random token: mrnxg7qesxoRCEPbhLE1', checksum=1426133266, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271474, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542416590.08875 (2018-11-16 17:03:10) with random token: UorMRPBgOZsmU5f3OsWX', checksum=1033335616, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271475, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542416599.93049 (2018-11-16 17:03:19) with random token: KEDIwp8Zt2QbLIzTQw4D', checksum=-1379572650, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271476, timestamp=1542416632158, timestamp_type=0, key='check_kafka.py-cUPpnOuBtNuuL5Zws1Df', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542416630.72 (Fri Nov 16 17:03:50 2018) with random token 'lT0MAlv9JopXJ9B8aqe8'", checksum=1237301752, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271477, timestamp=1542416634567, timestamp_type=0, key='check_kafka.py-7xl3ZJNml8hyE64phPdl', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542416633.41 (Fri Nov 16 17:03:53 2018) with random token 'E9DJAcExjVfnglyurQRc'", checksum=483377368, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271478, timestamp=1542416634636, timestamp_type=0, key='check_kafka.py-w8eXT5LKhkOPD4gkLU9i', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542416633.53 (Fri Nov 16 17:03:53 2018) with random token 'JIllOclX0ISKkfQRG95g'", checksum=1333784396, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271479, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542416760.30504 (2018-11-17 01:06:00) with random token: JOHxvJeJ0dir7zzSbRqn', checksum=1882050493, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271480, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542416760.30633 (2018-11-17 01:06:00) with random token: XSA9wSxVc3hJNd5qPh2E', checksum=893649908, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271481, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542416828.19182 (2018-11-17 01:07:08) with random token: LeZnQ9y5zf5Mlnd4P59F', checksum=51920153, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271482, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542416867.92127 (2018-11-16 17:07:47) with random token: un9PmV6QVbGXzkIV0vry', checksum=305959591, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271483, timestamp=1542416886460, timestamp_type=0, key='check_kafka.py-pyBaD7Gsa99J1CaTTr75', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542416885.11 (Fri Nov 16 17:08:05 2018) with random token 'qSQVPZlZZlh8nNo1oOe7'", checksum=-1414712081, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271484, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542416914.07462 (2018-11-16 17:08:34) with random token: DRp9AAZv9UTHXgyBae2N', checksum=-557370851, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271485, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542416914.24643 (2018-11-16 17:08:34) with random token: HFGmBqaGWCKwJKxmHGij', checksum=1314424684, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271486, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542416924.72846 (2018-11-16 17:08:44) with random token: CTAEcP31nVFPAb2uespQ', checksum=-1862724976, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271487, timestamp=1542416955639, timestamp_type=0, key='check_kafka.py-fuRyzl5dUc0LcFVDeWcA', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542416954.09 (Fri Nov 16 17:09:14 2018) with random token 'QCcoBEtP6LNCzmPNWJtz'", checksum=-1397892180, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271488, timestamp=1542416958190, timestamp_type=0, key='check_kafka.py-QHx7FH4uSbjy8wuBLUu2', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542416956.83 (Fri Nov 16 17:09:16 2018) with random token '8covyGqItZMay3j4fRqY'", checksum=1578179995, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271489, timestamp=1542416958707, timestamp_type=0, key='check_kafka.py-QULix7GC7ZRdN4IYd93s', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542416957.56 (Fri Nov 16 17:09:17 2018) with random token 'qcylLwfIxuXMvmZ4qxJM'", checksum=1122985816, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271490, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542417060.29488 (2018-11-17 01:11:00) with random token: YlwhuQgtzMIvhQdN1U4x', checksum=614919724, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271491, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542417060.29602 (2018-11-17 01:11:00) with random token: YCh31klZ6mmr8bqzPrNZ', checksum=-579927613, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271492, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542417128.18431 (2018-11-17 01:12:08) with random token: jSfjYb1g06R3l57RmCRd', checksum=-1773156338, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271493, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542417180.55541 (2018-11-16 17:13:00) with random token: QKbaTWNTu0XuCRujH3vD', checksum=511627255, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271494, timestamp=1542417200476, timestamp_type=0, key='check_kafka.py-DdAShguSp4fDnni9Qf5k', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542417198.88 (Fri Nov 16 17:13:18 2018) with random token 'c872GNzF6WLVRYqi7WXh'", checksum=-1490474444, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271495, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542417227.07258 (2018-11-16 17:13:47) with random token: ZBPGxOdYoeFBrMSolAXa', checksum=-1090355222, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271496, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542417227.32419 (2018-11-16 17:13:47) with random token: wFPRF4bV3wOgEu3o9u6t', checksum=765733220, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271497, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542417238.3613 (2018-11-16 17:13:58) with random token: Y28Q8X5D8NxtOKrOOSGK', checksum=1404250239, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1271498, timestamp=1542417272192, timestamp_type=0, key='check_kafka.py-2WGNfJ3F8WzQlSj2g4zP', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542417270.95 (Fri Nov 16 17:14:30 2018) with random token 'bQN4dJJTy0RvLu1yK19S'", checksum=-237153520, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271499, timestamp=1542417272685, timestamp_type=0, key='check_kafka.py-8cle8ZQR6Niapl1SrLxW', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542417271.32 (Fri Nov 16 17:14:31 2018) with random token 'jSe2xssq3R2ypvg36Tfb'", checksum=103869763, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271500, timestamp=1542417274890, timestamp_type=0, key='check_kafka.py-nq2KGbY8ugU1tU7XzZww', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542417273.41 (Fri Nov 16 17:14:33 2018) with random token 'CXvnV8GSF2wzxawPp8Dl'", checksum=246687233, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271501, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542417360.33958 (2018-11-17 01:16:00) with random token: tXVMkHXQRmH7mhLQqSkA', checksum=-1084903585, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271502, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542417360.34033 (2018-11-17 01:16:00) with random token: XeSm2ieKu3pz3IO74ySN', checksum=1251542958, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271503, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542417428.15661 (2018-11-17 01:17:08) with random token: UopPuXvqdUS1AC647ONh', checksum=1465952612, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271504, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542417499.24552 (2018-11-16 17:18:19) with random token: 5Mmovvk0xyQisB999J5f', checksum=-324424233, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271505, timestamp=1542417521268, timestamp_type=0, key='check_kafka.py-btEQOFW0toy1bod7gSN2', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542417519.68 (Fri Nov 16 17:18:39 2018) with random token 'UUHIq4e7XEVqeMBD08No'", checksum=-1481796976, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271506, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542417545.23158 (2018-11-16 17:19:05) with random token: 8DmOcmqTpiBmfxuwVs4x', checksum=-2115683832, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271507, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542417545.37671 (2018-11-16 17:19:05) with random token: Q0cgmjcRdK8aUM5bcgFJ', checksum=996684890, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271508, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542417556.44411 (2018-11-16 17:19:16) with random token: vZpvo0f8NGga0tr3bG3w', checksum=-696634451, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271509, timestamp=1542417590296, timestamp_type=0, key='check_kafka.py-oZz9AZLluQYrbCVZu0Kz', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542417589.55 (Fri Nov 16 17:19:49 2018) with random token '4otIsVfGRfVSwi1RC01d'", checksum=988910008, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271510, timestamp=1542417590474, timestamp_type=0, key='check_kafka.py-JtKuAkA4qWYCvlex3GIn', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542417589.4 (Fri Nov 16 17:19:49 2018) with random token 'LpFrBqxaTS0Pk7fCxtGY'", checksum=-945976446, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271511, timestamp=1542417590662, timestamp_type=0, key='check_kafka.py-UEWKO91QVhA0Xlz3ovqj', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542417589.91 (Fri Nov 16 17:19:49 2018) with random token 'XU3DdPvsnPuBGuedKtsg'", checksum=1648399888, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271512, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542417660.29983 (2018-11-17 01:21:00) with random token: nspyc8skFDKZBIVf4aXy', checksum=1296216758, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271513, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542417660.29983 (2018-11-17 01:21:00) with random token: 2dhj5T953zpkXA0RxiV5', checksum=-1763548221, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271514, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542417728.18483 (2018-11-17 01:22:08) with random token: sHG0T0sArbhO6x53x80r', checksum=-259444024, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271515, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542417822.92181 (2018-11-16 17:23:42) with random token: 4H3Z1L5nBsV8iyy8XSUR', checksum=-2022760065, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271516, timestamp=1542417843713, timestamp_type=0, key='check_kafka.py-vKI9jirGU9vgvMrhuwzB', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542417842.32 (Fri Nov 16 17:24:02 2018) with random token 'ComzTZAMmWjldlZOGbXf'", checksum=1068326801, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271517, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542417867.70297 (2018-11-16 17:24:27) with random token: 1CS96ReBAJK8oiUA4IB5', checksum=-65860697, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271518, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542417867.85012 (2018-11-16 17:24:27) with random token: yclq8YEmzMps8Z7PqvMb', checksum=-442779771, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271519, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542417878.44972 (2018-11-16 17:24:38) with random token: 4qz3pLOhlz2qrkye4cVp', checksum=-345017074, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271520, timestamp=1542417914132, timestamp_type=0, key='check_kafka.py-Um6lobU6GGVJSs1W88vd', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542417913.34 (Fri Nov 16 17:25:13 2018) with random token 'i9QZGQRjvFlH3A8KM3Hn'", checksum=-593133507, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271521, timestamp=1542417914131, timestamp_type=0, key='check_kafka.py-ZB4Qavm7ZQCdOnQ9iPkO', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542417913.24 (Fri Nov 16 17:25:13 2018) with random token 'MROltRMj1fJRtloan8hH'", checksum=-1304868374, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271522, timestamp=1542417914171, timestamp_type=0, key='check_kafka.py-C6t20N67r06ahSnRuanl', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542417913.26 (Fri Nov 16 17:25:13 2018) with random token '5FyeRqsX42xrGtnxwZWe'", checksum=1953769032, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271523, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542417960.15332 (2018-11-17 01:26:00) with random token: aCoX3emIxGFpSdJ9l59l', checksum=1878735937, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271524, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542417960.15583 (2018-11-17 01:26:00) with random token: bQ53wlRG42OLOuRqQ2Ha', checksum=-866645770, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271525, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542418028.29294 (2018-11-17 01:27:08) with random token: jhjiSE2wmLCitJJb5U3v', checksum=1263859063, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271526, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542418143.93594 (2018-11-16 17:29:03) with random token: gOXeM0c72YRd3488BhF0', checksum=2054834053, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271527, timestamp=1542418162173, timestamp_type=0, key='check_kafka.py-Y1dEX3lgn9Zlu1wVlE37', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542418161.22 (Fri Nov 16 17:29:21 2018) with random token '2IZr5XnIG6GijEjDrZjj'", checksum=859222681, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271528, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542418186.66785 (2018-11-16 17:29:46) with random token: 25jgaQ34Kz3exVsaYDHi', checksum=-903648104, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271529, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542418186.83799 (2018-11-16 17:29:46) with random token: A4lOuGkBp2onwGPephqS', checksum=-490661831, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271530, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542418197.47808 (2018-11-16 17:29:57) with random token: gVKsx9wmBrVNM9pyoE2T', checksum=-321407522, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271531, timestamp=1542418243306, timestamp_type=0, key='check_kafka.py-YJpgjK7HUKKKHtg4WgGK', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542418239.76 (Fri Nov 16 17:30:39 2018) with random token 'R4HafTYINNCY91lFGY7s'", checksum=-726682938, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271532, timestamp=1542418243333, timestamp_type=0, key='check_kafka.py-CswksCuJRvhZVCdgEK9p', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542418239.69 (Fri Nov 16 17:30:39 2018) with random token 'AQeGUGrsrLS18eb5OAGM'", checksum=-511996312, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271533, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542418260.44208 (2018-11-17 01:31:00) with random token: Fa4FEQpIbuwVi7WDnN1n', checksum=-1930912373, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271534, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542418260.44174 (2018-11-17 01:31:00) with random token: 7RLXG1t1gAXU0pftCmB8', checksum=-125414237, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271535, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542418328.26807 (2018-11-17 01:32:08) with random token: IRoDQJYKgprQ2gvmLuCk', checksum=-1078649547, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271536, timestamp=1542418332263, timestamp_type=0, key='check_kafka.py-GVDkIkjKfv5cxByXlNsX', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542418331.03 (Fri Nov 16 17:32:11 2018) with random token '2bPi8JMjPNrJkwA6DDcq'", checksum=1911486522, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271537, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542418464.4491 (2018-11-16 17:34:24) with random token: zKve0EBpdzsiE0hHe9L3', checksum=-1553253760, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1271538, timestamp=1542418481167, timestamp_type=0, key='check_kafka.py-64ehzO6TA1Q0MLBYZN8t', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542418480.21 (Fri Nov 16 17:34:40 2018) with random token 'q684oPA92yQXyQUwefhk'", checksum=-438336609, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271539, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542418504.46569 (2018-11-16 17:35:04) with random token: 65fi5XrqXISsoMew8MkC', checksum=1087053251, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271540, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542418504.75999 (2018-11-16 17:35:04) with random token: HISkre8qOepgtlK52TFM', checksum=-314425509, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271541, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542418517.89149 (2018-11-16 17:35:17) with random token: X1Yxid4trexHqV7qLi9Q', checksum=189422981, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271542, timestamp=1542418554585, timestamp_type=0, key='check_kafka.py-W5kRBbzSal92dj5ltveP', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542418553.54 (Fri Nov 16 17:35:53 2018) with random token '5nRsfGLHXOYbqyK5R8py'", checksum=1986575695, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271543, timestamp=1542418554623, timestamp_type=0, key='check_kafka.py-wunsokoDTN6TpOKoluoa', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542418553.68 (Fri Nov 16 17:35:53 2018) with random token 'pvTgvZSyxA0u8cmCkmZw'", checksum=658970975, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271544, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542418560.30234 (2018-11-17 01:36:00) with random token: FH9ghs33O4n9GQlYk5PR', checksum=-837976257, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271545, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542418560.3099 (2018-11-17 01:36:00) with random token: KKnCcfgLA6enOs0hQEik', checksum=1617465342, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271546, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542418628.13841 (2018-11-17 01:37:08) with random token: 5E9UBBdEwVRqWVc4Sfwf', checksum=1314811434, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271547, timestamp=1542418648231, timestamp_type=0, key='check_kafka.py-lDnBhcLaBGFAT7h1YtMF', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542418646.15 (Fri Nov 16 17:37:26 2018) with random token 'XGRx4SO722a67ATb9k4V'", checksum=2021969756, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271548, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542418781.77485 (2018-11-16 17:39:41) with random token: 64W6LH8aZBoo9EB3FC2r', checksum=-240913051, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271549, timestamp=1542418800057, timestamp_type=0, key='check_kafka.py-wZb0mtmc5gGPVlydwShM', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542418799.19 (Fri Nov 16 17:39:59 2018) with random token 'FRkMDewxgWUjjrnzVoB2'", checksum=-1808691374, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271550, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542418825.37774 (2018-11-16 17:40:25) with random token: sCZGa38y4kltbT4GabF8', checksum=2012142772, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271551, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542418825.7465 (2018-11-16 17:40:25) with random token: Mu81WDKmIImTeKB6qEpg', checksum=-1684594830, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1271552, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542418837.72885 (2018-11-16 17:40:37) with random token: 5mTGD1Cdn6jyJtRslNcR', checksum=-1808554886, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271553, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542418860.47291 (2018-11-17 01:41:00) with random token: bjsnZhCBFiCUBX4vtuP3', checksum=-172212419, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271554, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542418860.47291 (2018-11-17 01:41:00) with random token: b24haAqmpA027jJHVyIK', checksum=96452990, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271555, timestamp=1542418871164, timestamp_type=0, key='check_kafka.py-Mh8LQSMFBVJTPKBJvflQ', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542418870.42 (Fri Nov 16 17:41:10 2018) with random token 'kLr3qKZ5mttvpJCtrW9F'", checksum=74196341, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271556, timestamp=1542418871379, timestamp_type=0, key='check_kafka.py-mygH9ftjQpaT1MGB5jap', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542418870.5 (Fri Nov 16 17:41:10 2018) with random token 'ENv8jolOKdapOKfNpImY'", checksum=376055696, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271557, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542418928.29014 (2018-11-17 01:42:08) with random token: 8AQbCrqnz7LXf0yxvxtO', checksum=-1676521301, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271558, timestamp=1542418967046, timestamp_type=0, key='check_kafka.py-mGEurOictWDxfXC04epf', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542418965.71 (Fri Nov 16 17:42:45 2018) with random token 'GexUkVgShn8zpqIxpWoX'", checksum=-198225483, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271559, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542419105.27352 (2018-11-16 17:45:05) with random token: o53u2hcgCM1idov6aMaa', checksum=-1951018741, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271560, timestamp=1542419129797, timestamp_type=0, key='check_kafka.py-AWeT9vGncuTMLd5V7aNr', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542419128.41 (Fri Nov 16 17:45:28 2018) with random token '0tVsUP816XOFqZnPONdO'", checksum=-2012807498, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271561, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542419153.9084 (2018-11-16 17:45:53) with random token: ut9VCpePH6Cz7WuGEQl3', checksum=1367442831, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1271562, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542419154.20458 (2018-11-16 17:45:54) with random token: wST85mpiVB3m22OUWHKv', checksum=1644425409, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271563, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542419161.34669 (2018-11-17 01:46:01) with random token: z8mYZPuEIlHa8uYYvZrY', checksum=-1804146738, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271564, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542419161.34708 (2018-11-17 01:46:01) with random token: kYQCHOpF93xkniSPulY8', checksum=941776306, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271565, timestamp=1542419200062, timestamp_type=0, key='check_kafka.py-K20mofmBnRJ0iaaDzNVl', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542419199.14 (Fri Nov 16 17:46:39 2018) with random token '6IOTVPlw6OOqKxVyIFLo'", checksum=-1166348232, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271566, timestamp=1542419200436, timestamp_type=0, key='check_kafka.py-Tdqm1yudiWSwRA4qzIt0', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542419199.55 (Fri Nov 16 17:46:39 2018) with random token '89mT14BHkuci9W3UUsC0'", checksum=423884729, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271567, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542419228.32517 (2018-11-17 01:47:08) with random token: qWfx2sXiLXxyPXegK3Wz', checksum=-551726280, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271568, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542419244.52925 (2018-11-16 17:47:24) with random token: LlPWuteeedOJaS5Iftrl', checksum=-1617512715, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271569, timestamp=1542419286641, timestamp_type=0, key='check_kafka.py-EISt0mhMe7HD9db5ZQ9r', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542419285.38 (Fri Nov 16 17:48:05 2018) with random token '1rmdZdEbmzLw57PhU3fl'", checksum=-236467569, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271570, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542419415.88326 (2018-11-16 17:50:15) with random token: yRJ5yJ8q7D0fIooDCkBk', checksum=-1738706850, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271571, timestamp=1542419435139, timestamp_type=0, key='check_kafka.py-Y12LRgIWu9AOYn2qXeiA', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542419433.7 (Fri Nov 16 17:50:33 2018) with random token 'fjC7Rug1HxJftJYzSkzF'", checksum=-1333319818, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271572, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542419458.47063 (2018-11-16 17:50:58) with random token: VFh54dMTpwLLKUNHtIkv', checksum=-655977299, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271573, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542419458.60655 (2018-11-16 17:50:58) with random token: XuyH5L2WJExuCgdNk5Rm', checksum=1352166586, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271574, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542419460.31938 (2018-11-17 01:51:00) with random token: wG0VYnbhnejTrPnl4HwL', checksum=351148546, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271575, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542419460.31996 (2018-11-17 01:51:00) with random token: ybXdXxn84I2gPPRGR90N', checksum=-679301088, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271576, timestamp=1542419506060, timestamp_type=0, key='check_kafka.py-ByKzhBFYkfV9yDkKeXrj', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542419505.2 (Fri Nov 16 17:51:45 2018) with random token '2AnnaF8wlmgc40IdC1cN'", checksum=-408579964, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271577, timestamp=1542419506177, timestamp_type=0, key='check_kafka.py-gzw4EsdpYLzmqVtqFq4N', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542419505.25 (Fri Nov 16 17:51:45 2018) with random token '1WPUMlmOl86UZkxy3ck0'", checksum=1903803597, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271578, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542419528.21311 (2018-11-17 01:52:08) with random token: VDe93fUyEXuSxtsJ7J2q', checksum=-1250288154, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271579, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542419562.99556 (2018-11-16 17:52:42) with random token: 7hxD06JOvnaXAt2S6UjE', checksum=414170660, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271580, timestamp=1542419602100, timestamp_type=0, key='check_kafka.py-vepee2VmClhZWR0oZEgG', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542419601.17 (Fri Nov 16 17:53:21 2018) with random token 'Scb2Xa0p9AypKwABO831'", checksum=718228351, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271581, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542419724.91759 (2018-11-16 17:55:24) with random token: 6wii2sgNdZOyE4QUvIfy', checksum=-1507627645, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271582, timestamp=1542419740189, timestamp_type=0, key='check_kafka.py-JDfWj7IZA60rvyIlufwr', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542419738.94 (Fri Nov 16 17:55:38 2018) with random token 'UWNMzlFcBhS7cHvWs0hc'", checksum=776778785, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271583, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542419758.08818 (2018-11-16 17:55:58) with random token: evZkr37Oq51dBlBM9G3m', checksum=-1740647807, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271584, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542419758.32478 (2018-11-16 17:55:58) with random token: q0TYwXexiAC5a9Q1KjuB', checksum=53262909, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271585, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542419760.38738 (2018-11-17 01:56:00) with random token: 9HxmMhPqczevf0seuxHS', checksum=-1269584227, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271586, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542419760.38935 (2018-11-17 01:56:00) with random token: XYx6dlm4CmCuvg8cW50B', checksum=459066859, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271587, timestamp=1542419807419, timestamp_type=0, key='check_kafka.py-zBRyC98LfJ2xxmvyQW9w', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542419806.61 (Fri Nov 16 17:56:46 2018) with random token 'p5YGg74X5kXsQVQCGal6'", checksum=-1833594631, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271588, timestamp=1542419807571, timestamp_type=0, key='check_kafka.py-oNxvlOsE1elBcEhKDiSV', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542419806.63 (Fri Nov 16 17:56:46 2018) with random token 'bak29VFjvhZcivKbPvrW'", checksum=942521915, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271589, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542419828.27922 (2018-11-17 01:57:08) with random token: dqggmrWS0dLBgCUUdadk', checksum=-1989783030, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271590, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542419863.14714 (2018-11-16 17:57:43) with random token: QcdpnZTYM1UWOHQ9PFM6', checksum=1752967108, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271591, timestamp=1542419905473, timestamp_type=0, key='check_kafka.py-V1LcFw7chNFduuKTcLH3', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542419904.36 (Fri Nov 16 17:58:24 2018) with random token 'kOhWz4LpsNKw8vIVBRPO'", checksum=1175817937, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271592, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542420050.52697 (2018-11-16 18:00:50) with random token: kBp27PzW3voRnyGPYAx5', checksum=-2016029878, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271593, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542420060.47668 (2018-11-17 02:01:00) with random token: YdTxLWz6PJrcwpbupAXC', checksum=-1863041836, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271594, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542420060.47396 (2018-11-17 02:01:00) with random token: 8KF7jjFgoAo7hYNuJ9xs', checksum=-395799261, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271595, timestamp=1542420071774, timestamp_type=0, key='check_kafka.py-cbqxt9lpjUwVDejKQzLV', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542420070.72 (Fri Nov 16 18:01:10 2018) with random token '4TEIxVOORhOWEuS1ym4e'", checksum=-803550129, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271596, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542420086.39203 (2018-11-16 18:01:26) with random token: kxB6EeL2xDtegZehAmhA', checksum=-1099732583, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271597, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542420086.60388 (2018-11-16 18:01:26) with random token: EzsfwF6NB3YuSu8jOKYT', checksum=-680092843, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271598, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542420128.27983 (2018-11-17 02:02:08) with random token: vVvN0ziz6ztKMH6JgZZ7', checksum=177467748, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271599, timestamp=1542420135216, timestamp_type=0, key='check_kafka.py-8lOH8HNSzYCaC5lZocgx', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542420134.21 (Fri Nov 16 18:02:14 2018) with random token 'ZukqG0LXp7ovijLIqCW3'", checksum=-695231537, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271600, timestamp=1542420135460, timestamp_type=0, key='check_kafka.py-yS03t1Ad1vwwqVEIWGVd', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542420134.39 (Fri Nov 16 18:02:14 2018) with random token 'B4bJYTfqRymFadSbfenm'", checksum=2031148386, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271601, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542420179.35498 (2018-11-16 18:02:59) with random token: xhdienra0HBbnKjqaFec', checksum=1832941204, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271602, timestamp=1542420218815, timestamp_type=0, key='check_kafka.py-xxrXR0aY3CE6nUvHfkry', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542420217.88 (Fri Nov 16 18:03:37 2018) with random token 'JzzKBbMvA6Bgs5Gp47zH'", checksum=-166972823, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271603, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542420354.23245 (2018-11-16 18:05:54) with random token: HohEdEYpcpm7AQhWmCLd', checksum=580290051, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271604, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542420360.27141 (2018-11-17 02:06:00) with random token: K5zKMnwzwMFUohLfQgUe', checksum=-76912380, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271605, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542420360.26984 (2018-11-17 02:06:00) with random token: zRox8hqzesEXzkKxcLMQ', checksum=-1084412110, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271606, timestamp=1542420379435, timestamp_type=0, key='check_kafka.py-xb9SSqOJvaDPj3FImfgh', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542420378.31 (Fri Nov 16 18:06:18 2018) with random token 'VhFXEqKsMZ7RADlUXJqu'", checksum=-1854429005, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271607, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542420401.54896 (2018-11-16 18:06:41) with random token: YLJ4P1hltukyJmcofEp4', checksum=173991156, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271608, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542420401.57056 (2018-11-16 18:06:41) with random token: 2OxsTjOAk7pCW8xCsDWY', checksum=1928563335, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271609, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542420428.15698 (2018-11-17 02:07:08) with random token: uUReHTvTUC0lQI6FuXf4', checksum=-1192676806, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271610, timestamp=1542420449473, timestamp_type=0, key='check_kafka.py-Ec4m2sMUOsFlWulB3VAX', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542420448.16 (Fri Nov 16 18:07:28 2018) with random token 'ZLlrDCB2YwSMBCtSEYmT'", checksum=2139045223, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271611, timestamp=1542420450335, timestamp_type=0, key='check_kafka.py-IGzeYESO3CV0DAi3h8PL', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542420448.95 (Fri Nov 16 18:07:28 2018) with random token 'E8kBwEox9S345KZQt1lk'", checksum=823562337, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271612, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542420489.83958 (2018-11-16 18:08:09) with random token: HKAzLoDbeC64AyXjum0c', checksum=-1030530317, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271613, timestamp=1542420525923, timestamp_type=0, key='check_kafka.py-MY3y7z9j8jTFJg7XO6PN', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542420525.09 (Fri Nov 16 18:08:45 2018) with random token 'W0y9PGWMaz2WO3X6dfaX'", checksum=1451379334, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271614, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542420660.38041 (2018-11-17 02:11:00) with random token: TzaohzpswUW1PoOBA19X', checksum=1467453070, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271615, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542420660.38452 (2018-11-17 02:11:00) with random token: J5p1iPmvCcUCKkLwtZIt', checksum=1577633376, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271616, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542420662.29497 (2018-11-16 18:11:02) with random token: wWV2LdUz8psfeVeuo9cZ', checksum=-1241989035, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271617, timestamp=1542420686144, timestamp_type=0, key='check_kafka.py-qnqzp9ScXlECoCb18BN4', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542420684.98 (Fri Nov 16 18:11:24 2018) with random token '77lCWaT63Fl6MRCZ85b5'", checksum=956757133, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271618, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542420710.14257 (2018-11-16 18:11:50) with random token: nWZNp4AtKV6NP4OZ3GMa', checksum=1274756784, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271619, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542420710.17724 (2018-11-16 18:11:50) with random token: ZXRDiYtTsWLGkIHefmho', checksum=1840391191, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271620, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542420728.2705 (2018-11-17 02:12:08) with random token: TMRba0ZlMe8WZsTMxxMe', checksum=-1288950799, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271621, timestamp=1542420762715, timestamp_type=0, key='check_kafka.py-XeoxkpwlsDTrSIpf0m1J', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542420761.53 (Fri Nov 16 18:12:41 2018) with random token 'rQzTEELwGsHKqez3Ha3B'", checksum=-1157586315, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271622, timestamp=1542420762849, timestamp_type=0, key='check_kafka.py-fThpQKPbGgMYgoJHtYfF', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542420761.5 (Fri Nov 16 18:12:41 2018) with random token 'g7Pr8obzdHuUazHf1a9o'", checksum=-505415431, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271623, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542420807.55253 (2018-11-16 18:13:27) with random token: Po2LtjHJ36Wv1DPcTfcS', checksum=-1477415080, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271624, timestamp=1542420849415, timestamp_type=0, key='check_kafka.py-QQXQdWAj6vEUEP0AQ9ln', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542420848.05 (Fri Nov 16 18:14:08 2018) with random token '9iTv6KuHOyphVyl2tXAs'", checksum=368214976, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271625, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542420960.39814 (2018-11-17 02:16:00) with random token: 6iJ7sE2iwE9Uz9UaRl4m', checksum=-2419166, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271626, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542420960.43842 (2018-11-17 02:16:00) with random token: oFEvY37p1qUjRPPzCJXV', checksum=178009749, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271627, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542420978.71208 (2018-11-16 18:16:18) with random token: erVBfzKAHMiutUDX0qzM', checksum=-665552568, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271628, timestamp=1542421002641, timestamp_type=0, key='check_kafka.py-Vj8nciu3o5E1tHowhIbH', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542421001.51 (Fri Nov 16 18:16:41 2018) with random token '10ugYTYW3KfuHJDbaTv4'", checksum=1919402712, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271629, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542421023.16569 (2018-11-16 18:17:03) with random token: WEd1WiY6E5fsMmnan5GB', checksum=-1121926607, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271630, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542421023.31843 (2018-11-16 18:17:03) with random token: PxG3jqnRvhm1v1QTGWGk', checksum=-1146223201, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271631, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542421028.23845 (2018-11-17 02:17:08) with random token: g1rcL09kGaPR1UN3ywJO', checksum=-260989110, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271632, timestamp=1542421074738, timestamp_type=0, key='check_kafka.py-zw4pqUMk5RESsO9a2qpE', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542421073.61 (Fri Nov 16 18:17:53 2018) with random token 't8h2F8KXBpPoSJJJbZO1'", checksum=153940500, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271633, timestamp=1542421074988, timestamp_type=0, key='check_kafka.py-iKi8SxqLJJYKEEesYzBU', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542421073.7 (Fri Nov 16 18:17:53 2018) with random token 'JtXrJ5OsJII4y5SYK9XG'", checksum=892317458, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271634, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542421125.14238 (2018-11-16 18:18:45) with random token: oPYIquQcs8mrkwNbzzHA', checksum=1507291020, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271635, timestamp=1542421169827, timestamp_type=0, key='check_kafka.py-EdIs46IPAT1kxfH32l43', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542421168.84 (Fri Nov 16 18:19:28 2018) with random token 'ieojENjXfIArOFczvIUg'", checksum=-450304328, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271636, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542421260.19051 (2018-11-17 02:21:00) with random token: v3kl8XTqTYhtatLFsbE4', checksum=978416813, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271637, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542421260.18757 (2018-11-17 02:21:00) with random token: eErQbeIcXqgtl9tJS8im', checksum=-1877510141, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271638, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542421304.60647 (2018-11-16 18:21:44) with random token: DQyXI3QbygB2CbEeAO3X', checksum=1551984721, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271639, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542421328.32594 (2018-11-17 02:22:08) with random token: 7OEsGsDDhYoTyy7D9Gvf', checksum=-1565205513, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271640, timestamp=1542421329179, timestamp_type=0, key='check_kafka.py-S9dkCkROZxUo0AbPVGBb', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542421327.85 (Fri Nov 16 18:22:07 2018) with random token '6wCAXDMyoYr3N8bEq11d'", checksum=1545905205, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271641, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542421350.10138 (2018-11-16 18:22:30) with random token: 6wxjEgnwykeTMHJa7sS7', checksum=1490347169, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271642, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542421350.23666 (2018-11-16 18:22:30) with random token: ippyNgTQidIP1edTr5CS', checksum=980634513, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271643, timestamp=1542421396331, timestamp_type=0, key='check_kafka.py-J5bLYDtXsCz3qUmmhBRf', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542421395.06 (Fri Nov 16 18:23:15 2018) with random token '1pxD4IlNBmTGRP2fZo0E'", checksum=-385801586, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271644, timestamp=1542421396983, timestamp_type=0, key='check_kafka.py-QFcAp0avqC91cAyfXI0f', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542421395.5 (Fri Nov 16 18:23:15 2018) with random token 'hDyZDOwOzhCVZHhbHYZs'", checksum=1144776229, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271645, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542421447.32575 (2018-11-16 18:24:07) with random token: jWWC1EHNzKRqnI6GNQSO', checksum=2127071052, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271646, timestamp=1542421490027, timestamp_type=0, key='check_kafka.py-AkEXjOGpkGt9Cj7BhKmp', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542421489.29 (Fri Nov 16 18:24:49 2018) with random token 'kb4eslflhwxT3TntVChm'", checksum=-551876711, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271647, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542421560.38379 (2018-11-17 02:26:00) with random token: Cpd39AOzM3r2tUXeXWSJ', checksum=1725441953, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271648, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542421560.3869 (2018-11-17 02:26:00) with random token: cwTQ5jha3UABHgGK1w6t', checksum=-1563043687, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271649, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542421620.70848 (2018-11-16 18:27:00) with random token: m71zAZskGlDMbugtDfwU', checksum=93924137, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271650, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542421628.26844 (2018-11-17 02:27:08) with random token: tA0DeeQtMpRU1F3Bfyvt', checksum=-113332122, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271651, timestamp=1542421646432, timestamp_type=0, key='check_kafka.py-AigdYtS3EFDMMFAVNpYz', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542421645.05 (Fri Nov 16 18:27:25 2018) with random token '0TVCgUj2mloVyt5BLWWY'", checksum=1166965374, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271652, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542421667.54393 (2018-11-16 18:27:47) with random token: e50Tbuz9Ln5BFBsQmReY', checksum=-1736466011, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271653, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542421667.74503 (2018-11-16 18:27:47) with random token: 8oHY5zbfUajMvkfzqYhC', checksum=-1484938892, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271654, timestamp=1542421716120, timestamp_type=0, key='check_kafka.py-qsBzEMahgB1rVMFYzkUB', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542421714.96 (Fri Nov 16 18:28:34 2018) with random token 'e4pVTgThb2tVEAKBAYre'", checksum=-1658075482, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271655, timestamp=1542421716277, timestamp_type=0, key='check_kafka.py-jv8eqByfymTWdFRCMUqB', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542421714.68 (Fri Nov 16 18:28:34 2018) with random token 'vVsGIvFhroI98mIbwoiY'", checksum=-2129956824, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271656, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542421767.51829 (2018-11-16 18:29:27) with random token: x0io4PRjGb3HFe3Dz2hc', checksum=-1608817996, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271657, timestamp=1542421811058, timestamp_type=0, key='check_kafka.py-pPnBBih2MPo3xtnE6Had', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542421810.2 (Fri Nov 16 18:30:10 2018) with random token 'Nv7KibJbxa9qyJ4D9sEU'", checksum=-1632832868, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271658, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542421860.40416 (2018-11-17 02:31:00) with random token: cUvvIzaUJ4Cs2XZiZPW3', checksum=-1730428796, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271659, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542421860.40831 (2018-11-17 02:31:00) with random token: AWkqTFEMvn8Dr3dYqzm0', checksum=-1929955283, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271660, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542421928.22161 (2018-11-17 02:32:08) with random token: E3pFjllVr57PJKvYXH08', checksum=605369623, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271661, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542421947.6097 (2018-11-16 18:32:27) with random token: HdYgPIxlCcUaXO5brQNp', checksum=2109554636, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1271662, timestamp=1542421971524, timestamp_type=0, key='check_kafka.py-ZgxF3pXgQ0XPseJorH3j', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542421970.57 (Fri Nov 16 18:32:50 2018) with random token 'ZAQKpbusElOiFomBlc0j'", checksum=-311739013, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271663, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542421994.9666 (2018-11-16 18:33:14) with random token: R1xlhvWLkXji4x5poBuc', checksum=-784732002, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1271664, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542421995.41915 (2018-11-16 18:33:15) with random token: l5u9dMKcIsC0bmfMzXCD', checksum=-1344938589, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271665, timestamp=1542422042625, timestamp_type=0, key='check_kafka.py-CDj4MNwNaiMyMttZ5Rgn', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542422041.53 (Fri Nov 16 18:34:01 2018) with random token 'GV5qGayW5ywX5z6iJqWc'", checksum=-1394802610, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271666, timestamp=1542422043329, timestamp_type=0, key='check_kafka.py-kt8xQSwyIpm8roLAFVgw', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542422041.76 (Fri Nov 16 18:34:01 2018) with random token 'Cvf3rXIKbdpfyu4prdru'", checksum=943284093, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271667, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542422092.69676 (2018-11-16 18:34:52) with random token: s35OhSBxt9Twj2jjLIRE', checksum=2101614898, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271668, timestamp=1542422130162, timestamp_type=0, key='check_kafka.py-NDnv0Ec3UnWaBAdq287j', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542422129.15 (Fri Nov 16 18:35:29 2018) with random token 'GiWNonAuR8Vxu3buuolL'", checksum=-1618269777, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271669, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542422160.31224 (2018-11-17 02:36:00) with random token: 4u7GoOTZRI1HeSB0OMeR', checksum=-621372499, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271670, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542422160.3057 (2018-11-17 02:36:00) with random token: gRRt02XbMjUUDKMMnAv2', checksum=44820140, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271671, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542422228.18307 (2018-11-17 02:37:08) with random token: KWkVS7BFYOis4y5G25vh', checksum=-109492405, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271672, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542422264.58229 (2018-11-16 18:37:44) with random token: Cz8YJ7k5xUXPpuGyNanq', checksum=970697353, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271673, timestamp=1542422291434, timestamp_type=0, key='check_kafka.py-TMJAf3Mlrf2K4IgR2LKa', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542422290.62 (Fri Nov 16 18:38:10 2018) with random token 'XwhQyuOVzIYAxyLnBlEp'", checksum=1630063919, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271674, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542422315.50619 (2018-11-16 18:38:35) with random token: JaUsmLKZBYMYS2tCNZZw', checksum=-374797569, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271675, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542422315.52886 (2018-11-16 18:38:35) with random token: o6fDneCYnASyjJxeLWPt', checksum=1280203086, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271676, timestamp=1542422367130, timestamp_type=0, key='check_kafka.py-ObgzPX10rDyvTwzORkya', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542422365.86 (Fri Nov 16 18:39:25 2018) with random token 'YG8BrlbyYdDjHpY2E2I9'", checksum=1250304460, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271677, timestamp=1542422367711, timestamp_type=0, key='check_kafka.py-BI5Pee4ewQH2SCIvrwiM', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542422366.14 (Fri Nov 16 18:39:26 2018) with random token 'Q3SZgNEZUodnTC1LchNX'", checksum=1947195220, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271678, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542422422.55231 (2018-11-16 18:40:22) with random token: lnWPDF6CSxRU1gJF8R7c', checksum=-289963802, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271679, timestamp=1542422458486, timestamp_type=0, key='check_kafka.py-kN8NkIFmYR1h4XqmqYIx', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542422457.39 (Fri Nov 16 18:40:57 2018) with random token 'S2kXBnU684qCa7Xj4jk2'", checksum=685023475, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271680, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542422460.33352 (2018-11-17 02:41:00) with random token: pmG09quWe1OEze8mBCx6', checksum=-1553686212, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271681, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542422460.33549 (2018-11-17 02:41:00) with random token: 3TroVWSnWYBZDiHapujl', checksum=-945136144, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271682, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542422528.207 (2018-11-17 02:42:08) with random token: Zwl0eAVLUpSRuzXhaiPj', checksum=1991328775, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1271683, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542422587.57589 (2018-11-16 18:43:07) with random token: TBjErAwJdUkn37Xrkm4D', checksum=-2645990, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271684, timestamp=1542422613103, timestamp_type=0, key='check_kafka.py-QzdWq2LCiM59J0ELaqY0', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542422611.39 (Fri Nov 16 18:43:31 2018) with random token 'V6SHMCffBowNbEhD3T3P'", checksum=-605230242, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271685, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542422636.19626 (2018-11-16 18:43:56) with random token: xvriW8DjPbUDZ0AljcNx', checksum=2074175675, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271686, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542422636.35982 (2018-11-16 18:43:56) with random token: GCQY2OesTsUjmeaGmXsh', checksum=1740074107, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271687, timestamp=1542422688262, timestamp_type=0, key='check_kafka.py-rbNRs1iTZn5Jb3TuTfR7', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542422686.87 (Fri Nov 16 18:44:46 2018) with random token 'Q8Q1QonNYh89Gtp3DVUx'", checksum=-1765870444, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271688, timestamp=1542422689040, timestamp_type=0, key='check_kafka.py-rHVC4339EzrsCPF2cgXJ', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542422687.28 (Fri Nov 16 18:44:47 2018) with random token 'CH52yaYVHTn9uNCvnFPL'", checksum=-131099939, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271689, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542422740.15219 (2018-11-16 18:45:40) with random token: NXZwOa6fpRAEP7qG6Ao4', checksum=-541990628, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271690, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542422761.33197 (2018-11-17 02:46:01) with random token: o4HChhpRRQwc65F0D6JV', checksum=-1881666207, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271691, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542422761.35042 (2018-11-17 02:46:01) with random token: 9oLD6uSBlCYregEGbVEb', checksum=643935622, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271692, timestamp=1542422779038, timestamp_type=0, key='check_kafka.py-G3wKPDPdHDzwFn5LyskR', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542422777.63 (Fri Nov 16 18:46:17 2018) with random token '1jX6BnFpNAvzZ8V25X2K'", checksum=978626402, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271693, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542422828.32921 (2018-11-17 02:47:08) with random token: y2Mkb40wFo5qJyD9xZA7', checksum=-889446048, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271694, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542422915.82484 (2018-11-16 18:48:35) with random token: dewy6ra7Xyt3cRW15fsg', checksum=-132776935, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271695, timestamp=1542422942259, timestamp_type=0, key='check_kafka.py-OJl1r6Z8pfO3GFFHeEyI', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542422941.08 (Fri Nov 16 18:49:01 2018) with random token '2DdGSN8wER6vGirVoKkX'", checksum=2140670898, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271696, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542422964.35451 (2018-11-16 18:49:24) with random token: U1Wr6uLoi6jVF1r9FaHM', checksum=863334332, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271697, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542422964.49298 (2018-11-16 18:49:24) with random token: iITTjpLp6TSpj8EuGdPa', checksum=1620947698, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271698, timestamp=1542423015793, timestamp_type=0, key='check_kafka.py-WAG8VzN0Tnni3pxUFab0', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542423014.61 (Fri Nov 16 18:50:14 2018) with random token 'XlKAxnJCRa8GVofM9J9E'", checksum=-1884998562, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271699, timestamp=1542423016281, timestamp_type=0, key='check_kafka.py-GQ986Bvmc5fiO1Od6AEi', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542423014.84 (Fri Nov 16 18:50:14 2018) with random token 'xkPx4qEJPMJ07k5XdsQQ'", checksum=-214790464, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271700, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542423060.16863 (2018-11-17 02:51:00) with random token: waOa3lof9KlfBwDnqDJB', checksum=1193002401, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271701, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542423060.16548 (2018-11-17 02:51:00) with random token: BztrIg7dP75NMGvruE8k', checksum=-71568078, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271702, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542423067.02886 (2018-11-16 18:51:07) with random token: AyOnDUKjp20lOQpEi5VD', checksum=-1962488808, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271703, timestamp=1542423107144, timestamp_type=0, key='check_kafka.py-HKTjTzasR43yqHL6zmEN', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542423105.98 (Fri Nov 16 18:51:45 2018) with random token 'CL2RZjGKxblOWrRvXsjG'", checksum=2050859371, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271704, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542423128.3015 (2018-11-17 02:52:08) with random token: 9CagwOJFXRsu9viJ3dXX', checksum=-620554592, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271705, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542423235.52653 (2018-11-16 18:53:55) with random token: 0VyztkqsjGjwGaCCpIGH', checksum=113988928, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271706, timestamp=1542423261242, timestamp_type=0, key='check_kafka.py-oYjwWSMAiNbjjsxatUMg', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542423260.21 (Fri Nov 16 18:54:20 2018) with random token 'jG8wnmoGdbvbdI14yosX'", checksum=-1003991174, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271707, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542423283.40478 (2018-11-16 18:54:43) with random token: qaoKhwRus1NSY6hVp6Wc', checksum=640821229, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271708, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542423283.70377 (2018-11-16 18:54:43) with random token: 9u6uOQ2TTr7oJsBCmHTt', checksum=1696808530, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271709, timestamp=1542423337794, timestamp_type=0, key='check_kafka.py-UFBRBjdctjznhLv0d5uW', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542423336.15 (Fri Nov 16 18:55:36 2018) with random token 'VZQZ67NNxwcSujuEhnfV'", checksum=840495385, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271710, timestamp=1542423338901, timestamp_type=0, key='check_kafka.py-dsDvQ5VXIZhatCPqR1iR', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542423337.68 (Fri Nov 16 18:55:37 2018) with random token 'pbz3dowGmP1OPfNImgRe'", checksum=962550089, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271711, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542423360.37057 (2018-11-17 02:56:00) with random token: 2vXyZM4E0oMIjtLJny9A', checksum=1327266192, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271712, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542423360.36703 (2018-11-17 02:56:00) with random token: HMZroD14jDYaRXR98nQd', checksum=1882048439, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271713, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542423386.27588 (2018-11-16 18:56:26) with random token: 7SAktAgjSAfaMVanb58p', checksum=-1199063068, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271714, timestamp=1542423425459, timestamp_type=0, key='check_kafka.py-azL1N70uyztuuwUrAAdH', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542423424.38 (Fri Nov 16 18:57:04 2018) with random token 'vJVHUoc2VxK2FNwCIzFo'", checksum=-334784010, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271715, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542423428.26105 (2018-11-17 02:57:08) with random token: MPZH7w833PwNE2Z2cgfw', checksum=-677665327, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271716, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542423558.8535 (2018-11-16 18:59:18) with random token: hWecq480GsizNJ3ZXHKq', checksum=-1518583978, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1271717, timestamp=1542423583846, timestamp_type=0, key='check_kafka.py-SgniuZzpVZpV8c4JjNAT', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542423582.64 (Fri Nov 16 18:59:42 2018) with random token 'kOy5YSGyqujFqiLbgpI1'", checksum=-1770570818, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271718, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542423608.9241 (2018-11-16 19:00:08) with random token: u66k2agX5Lhql4sD2wWF', checksum=423200857, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1271719, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542423609.08347 (2018-11-16 19:00:09) with random token: BJ3VKSO2b1ayuvlcofdK', checksum=-1647450135, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271720, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542423660.33999 (2018-11-17 03:01:00) with random token: ywuaS1HAqgBhXNJpEWAD', checksum=850577491, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271721, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542423660.41689 (2018-11-17 03:01:00) with random token: SMUBWOjC5Mwke16OxEBJ', checksum=-294531259, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271722, timestamp=1542423661633, timestamp_type=0, key='check_kafka.py-A2GjJbmQ8jOfAiISsurN', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542423660.54 (Fri Nov 16 19:01:00 2018) with random token 'B817ZGtEvubxXVibMfnx'", checksum=1930279770, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271723, timestamp=1542423662223, timestamp_type=0, key='check_kafka.py-BUhBIPRejFbrLZmXDyOP', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542423660.63 (Fri Nov 16 19:01:00 2018) with random token 'Uc4lMjydhpLrJJMjlcDz'", checksum=-1120995993, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271724, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542423707.88532 (2018-11-16 19:01:47) with random token: P9IwK10L2p25KHH0yDSu', checksum=1076561188, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271725, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542423728.20615 (2018-11-17 03:02:08) with random token: eyN3Y4khVNeiGXYZ7ITX', checksum=-1749183519, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271726, timestamp=1542423744271, timestamp_type=0, key='check_kafka.py-oT1pfOsASiasLsSwrWJU', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542423743.32 (Fri Nov 16 19:02:23 2018) with random token 'RmyOwBeHJ25sJMgrnG2R'", checksum=-540288303, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271727, timestamp=1542423824716, timestamp_type=0, key='check_kafka.py-o5L62SJVOcegWbVqqrdY', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542423824.04 (Fri Nov 16 19:03:44 2018) with random token 'pg29bLoQnP8dc4VaViEh'", checksum=-106794527, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271728, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542423873.03933 (2018-11-16 19:04:33) with random token: x7YTfbbEXReKP9mxrCXy', checksum=1685434157, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271729, timestamp=1542423892417, timestamp_type=0, key='check_kafka.py-w4KV3w7k7YyOK210mupX', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542423891.3 (Fri Nov 16 19:04:51 2018) with random token 'rusHutbZEn6zcGF9D630'", checksum=718229852, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271730, timestamp=1542423897262, timestamp_type=0, key='check_kafka.py-7LyZyoki2sH3CPhP16G1', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542423896.14 (Fri Nov 16 19:04:56 2018) with random token 'gaACgN43Sgks2QGcJaeG'", checksum=-600973898, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271731, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542423917.14107 (2018-11-16 19:05:17) with random token: I1f1Yf4CEbSzFKtR0Oa2', checksum=-442601139, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271732, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542423917.32339 (2018-11-16 19:05:17) with random token: HPbUUUl0pmt0dWmm626i', checksum=623040325, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271733, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542423960.28772 (2018-11-17 03:06:00) with random token: dNe3GXkQ69nhbSQD0rST', checksum=-843597255, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271734, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542423960.28923 (2018-11-17 03:06:00) with random token: zdQwlugWjdUzlVTr6TDN', checksum=740614886, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271735, timestamp=1542423966506, timestamp_type=0, key='check_kafka.py-H8RYMSMfVojn9VyAxKED', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542423965.62 (Fri Nov 16 19:06:05 2018) with random token 'muvqFTj450NaVOZ76RVj'", checksum=1413207168, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271736, timestamp=1542423966676, timestamp_type=0, key='check_kafka.py-4SZLuWUaP41KoaXum2O8', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542423965.8 (Fri Nov 16 19:06:05 2018) with random token 'MKiI448cO7Iwx79z6Jzn'", checksum=564059994, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271737, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542424014.77084 (2018-11-16 19:06:54) with random token: NcGjGWqNdlv1FcMX6oPY', checksum=1467204045, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271738, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542424028.26689 (2018-11-17 03:07:08) with random token: LN8wZZImOgdP4lufQKky', checksum=-767118276, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271739, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542424192.19589 (2018-11-16 19:09:52) with random token: NPQ2enxHuj66rkofBrAu', checksum=1598273747, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271740, timestamp=1542424216495, timestamp_type=0, key='check_kafka.py-mPaZRgOy95AIicRMoDiN', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542424215.43 (Fri Nov 16 19:10:15 2018) with random token '3vRGLTt145p4OlTdSZfm'", checksum=257933201, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271741, timestamp=1542424219759, timestamp_type=0, key='check_kafka.py-Wxw7px20ToVzHr2lcEnf', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542424218.57 (Fri Nov 16 19:10:18 2018) with random token 'Caw14qcoPWL7KUIXGeDK'", checksum=2057050749, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271742, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542424236.52892 (2018-11-16 19:10:36) with random token: QmsKeVi2U4fT9If63Civ', checksum=1004268424, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271743, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542424236.54097 (2018-11-16 19:10:36) with random token: FLZfb8du7OXEsoE1oA6z', checksum=1218518274, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271744, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542424260.15402 (2018-11-17 03:11:00) with random token: QddkAn1s8DOLJ4d5N9Ji', checksum=-335911311, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271745, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542424260.15287 (2018-11-17 03:11:00) with random token: 72AkB1IzptaqnvmubJCG', checksum=-1200715508, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271746, timestamp=1542424289134, timestamp_type=0, key='check_kafka.py-09opxT6RktHdIuekYMz7', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542424287.47 (Fri Nov 16 19:11:27 2018) with random token '0bYGyiahBhho1cmaHtgF'", checksum=218927357, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271747, timestamp=1542424289512, timestamp_type=0, key='check_kafka.py-adqbckZx0qqwm2aJ5Rb5', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542424287.65 (Fri Nov 16 19:11:27 2018) with random token 'KHgAAEzplmuCNYQ9iOqB'", checksum=-2077347029, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271748, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542424328.28753 (2018-11-17 03:12:08) with random token: d4HlIvI4IIibb92f0QMQ', checksum=-1617785835, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271749, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542424403.60881 (2018-11-16 19:13:23) with random token: EHBg86250kehSesRTtda', checksum=2137408375, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271750, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542424500.08759 (2018-11-16 19:15:00) with random token: b1t1mPuOXlvlZgGZ1VTO', checksum=831119827, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271751, timestamp=1542424523002, timestamp_type=0, key='check_kafka.py-SaIVP6bUa9COvEyXa1so', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542424521.31 (Fri Nov 16 19:15:21 2018) with random token 'LRUQ0LYPuhOnbjJHG4xq'", checksum=-2101983039, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271752, timestamp=1542424526481, timestamp_type=0, key='check_kafka.py-fLGaZsq8sXYIWDnQZb7s', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542424525.41 (Fri Nov 16 19:15:25 2018) with random token 'zuape8TGAnPPbZ32EsQY'", checksum=1165574070, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271753, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542424540.07085 (2018-11-16 19:15:40) with random token: wyGuStBzfJXNt5AfSUIO', checksum=-1569843516, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271754, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542424540.16657 (2018-11-16 19:15:40) with random token: fZ4xKdd5kIFHBMuVWZIz', checksum=2109653429, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271755, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542424560.44391 (2018-11-17 03:16:00) with random token: lG9k6nvHizomc0MP3uDn', checksum=-458939369, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271756, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542424560.44877 (2018-11-17 03:16:00) with random token: 1ScosC53ho0BGjnRVnwl', checksum=379859436, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271757, timestamp=1542424594400, timestamp_type=0, key='check_kafka.py-6SKpoqt51R7hPxm4cjbK', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542424593.47 (Fri Nov 16 19:16:33 2018) with random token 'u2jS296GfYbp5Cbkj8a9'", checksum=1035019864, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271758, timestamp=1542424594755, timestamp_type=0, key='check_kafka.py-5xDk3L0YqQpKUursLlmP', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542424593.5 (Fri Nov 16 19:16:33 2018) with random token '5yuISzjtrCmhdA0VEoXU'", checksum=231711402, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271759, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542424628.2627 (2018-11-17 03:17:08) with random token: HZ9aTb5hHsP1FKMwJ0lV', checksum=1645079156, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271760, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542424711.49274 (2018-11-16 19:18:31) with random token: RpYpbOAMLvgp6wNrNSpC', checksum=-1624872496, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271761, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542424809.09182 (2018-11-16 19:20:09) with random token: pPAGr5OECyENajIHl04w', checksum=-572190656, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271762, timestamp=1542424838213, timestamp_type=0, key='check_kafka.py-JXc2tGUBQECxhNRyZ9yI', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542424835.88 (Fri Nov 16 19:20:35 2018) with random token 'tIqlrkYld2H6Z0usRLeQ'", checksum=1277448001, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271763, timestamp=1542424845935, timestamp_type=0, key='check_kafka.py-deufLm2pmqfZIV8mOyVi', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542424840.7 (Fri Nov 16 19:20:40 2018) with random token 'OzAvgfkk3IkqA8ipPISB'", checksum=1163606444, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271764, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542424858.75985 (2018-11-16 19:20:58) with random token: FiVEWajxgsUxMYbGrMvu', checksum=-978412299, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271765, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542424858.89583 (2018-11-16 19:20:58) with random token: dZd840RJrPHvsyXBFjV8', checksum=-689230356, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271766, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542424860.33903 (2018-11-17 03:21:00) with random token: VINqkMvZxevnyQBYuEBy', checksum=-536711745, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271767, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542424860.34147 (2018-11-17 03:21:00) with random token: 26NGj1pVRke96KWTxYr8', checksum=1110316219, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271768, timestamp=1542424912694, timestamp_type=0, key='check_kafka.py-8Slr1zNpb8gt4gmXOgdc', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542424911.14 (Fri Nov 16 19:21:51 2018) with random token 'lCqdGVS11Gc0nlzyHZ1o'", checksum=90685030, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271769, timestamp=1542424914494, timestamp_type=0, key='check_kafka.py-Bzit5NR6de1urGPaKhhi', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542424913.35 (Fri Nov 16 19:21:53 2018) with random token 'QCcDGgdjGCbkWCQBl05k'", checksum=-1330382682, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271770, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542424928.2801 (2018-11-17 03:22:08) with random token: FWZK7LMRPFMRqzoi7ll5', checksum=-1299656364, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271771, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542425033.03768 (2018-11-16 19:23:53) with random token: aCMckXlOBIxnAFiW1Rpl', checksum=1801128489, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271772, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542425124.52049 (2018-11-16 19:25:24) with random token: BMQWPaSc1QokDBQzs4sw', checksum=-696629504, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271773, timestamp=1542425149353, timestamp_type=0, key='check_kafka.py-I48Tkx1kVigA0xugAR3Q', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542425147.85 (Fri Nov 16 19:25:47 2018) with random token '1S6tfTg1dHT9pnyAm2CV'", checksum=1756547718, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271774, timestamp=1542425152117, timestamp_type=0, key='check_kafka.py-Sh0KQXEU7o4j4x2WyGFe', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542425151.35 (Fri Nov 16 19:25:51 2018) with random token 'PEeUDhxP48LJNx8brp35'", checksum=855923745, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271775, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542425160.34389 (2018-11-17 03:26:00) with random token: 7zoNgPCrqTKNLqY03VV7', checksum=662721562, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271776, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542425160.34389 (2018-11-17 03:26:00) with random token: XSQ8vYmMpble3wYJK3VJ', checksum=-1595861343, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271777, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542425173.48125 (2018-11-16 19:26:13) with random token: 3WASQ4s3RtDL1z1y9BFL', checksum=971980256, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271778, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542425173.47788 (2018-11-16 19:26:13) with random token: hnEgfWqiqvVGMR3pCTkW', checksum=1754011660, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271779, timestamp=1542425222952, timestamp_type=0, key='check_kafka.py-6DKf73eEEqRGiGUmQp05', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542425221.92 (Fri Nov 16 19:27:01 2018) with random token 'L6kefq7o21TwF7LgvMxg'", checksum=-869314238, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271780, timestamp=1542425223621, timestamp_type=0, key='check_kafka.py-NYnYYTcRJOQymvtdDwpw', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542425222.72 (Fri Nov 16 19:27:02 2018) with random token 'dAlx7PXYYjV0iKNr54ia'", checksum=-474354507, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271781, timestamp=1542425223739, timestamp_type=0, key='check_kafka.py-wk7VpcddSI3LxrcdPW26', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542425222.6 (Fri Nov 16 19:27:02 2018) with random token 'ZBniYxjqmVmsDvWxA1N1'", checksum=-1342742899, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271782, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542425228.21492 (2018-11-17 03:27:08) with random token: dx1bg8cPDZPcX3yIYs7y', checksum=-2066639627, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271783, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542425344.22245 (2018-11-16 19:29:04) with random token: YZ5FDDN3AFV9ap8KCXxp', checksum=1204345469, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271784, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542425447.86393 (2018-11-16 19:30:47) with random token: EmBmCisBV9uNAyWe9eWX', checksum=859415448, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271785, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542425460.30842 (2018-11-17 03:31:00) with random token: BmybIMwWAuM10ScTC07P', checksum=918715608, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271786, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542425460.39712 (2018-11-17 03:31:00) with random token: l8ko3jnmaX7r4HRK6AWr', checksum=-631247819, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271787, timestamp=1542425472437, timestamp_type=0, key='check_kafka.py-ZvSpHMYeNSOncEeHxiss', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542425471.32 (Fri Nov 16 19:31:11 2018) with random token 'SidLCXQBZNVF1tXrWFj8'", checksum=-1846861948, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271788, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542425493.13762 (2018-11-16 19:31:33) with random token: KYWu2jCE5nsRNkP86WBk', checksum=-670649768, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271789, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542425493.23092 (2018-11-16 19:31:33) with random token: 9upQ6LUMnjghlnXKSd1r', checksum=408230353, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271790, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542425528.18648 (2018-11-17 03:32:08) with random token: rGqXsImR56Ue0IRYnR9Q', checksum=1419413296, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271791, timestamp=1542425541201, timestamp_type=0, key='check_kafka.py-WPR4U8xMQhkv039IYoUa', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542425540.15 (Fri Nov 16 19:32:20 2018) with random token 'pJ2jsjvpA67cOGMJ1USx'", checksum=-47553989, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271792, timestamp=1542425541193, timestamp_type=0, key='check_kafka.py-m97k7fHWTMkj8c9q2lA4', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542425540.09 (Fri Nov 16 19:32:20 2018) with random token 'lPTluRmNBDlQ85qi7FxQ'", checksum=-314930406, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271793, timestamp=1542425541615, timestamp_type=0, key='check_kafka.py-2evyHkXL1MsL8lPQE7e5', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542425540.5 (Fri Nov 16 19:32:20 2018) with random token '6OxotvLCwccLVBLdNbwg'", checksum=-2093278029, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271794, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542425653.70591 (2018-11-16 19:34:13) with random token: DyckDe3olwgNLmhkjpJt', checksum=542309911, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271795, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542425758.45922 (2018-11-16 19:35:58) with random token: U0JZQIXhh8T3v6OUw5r9', checksum=-1690372024, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271796, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542425760.26266 (2018-11-17 03:36:00) with random token: kDfcxROoDbCtH06tzUtV', checksum=345711925, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271797, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542425760.26455 (2018-11-17 03:36:00) with random token: 9zv3PR9lM3doaUlbRUGd', checksum=-1979784627, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271798, timestamp=1542425784655, timestamp_type=0, key='check_kafka.py-uxrq0IgCxx1IZbvt1eRC', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542425783.71 (Fri Nov 16 19:36:23 2018) with random token 'IdBCfzSW8XLCsZbWpHnc'", checksum=-2089009625, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271799, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542425807.66842 (2018-11-16 19:36:47) with random token: vLjHS8q7SM4JwzjTiTau', checksum=-463875063, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271800, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542425807.81324 (2018-11-16 19:36:47) with random token: HTVdfWzbJG5ecsfpGTy2', checksum=-291838051, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271801, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542425828.15372 (2018-11-17 03:37:08) with random token: JX2FRlp1jxWoLWWdiGHX', checksum=175932576, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271802, timestamp=1542425860675, timestamp_type=0, key='check_kafka.py-PfKpU1B8EfmMdu7Lm7Tk', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542425859.32 (Fri Nov 16 19:37:39 2018) with random token 'IVEikAHSvS2OEBefukA9'", checksum=1248109482, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271803, timestamp=1542425860794, timestamp_type=0, key='check_kafka.py-wbwzcIJH518GWyghCUvR', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542425859.76 (Fri Nov 16 19:37:39 2018) with random token 'LCwIaL2i77K7DhvTrr3D'", checksum=2038806365, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271804, timestamp=1542425861430, timestamp_type=0, key='check_kafka.py-QIxHF6D5ySZDpOpTarcg', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542425860.27 (Fri Nov 16 19:37:40 2018) with random token 'VYi9im8lmkPzAeBLsmew'", checksum=-1671554675, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271805, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542426047.8579 (2018-11-16 19:40:47) with random token: JmmtJw1ZaB0y1KO23s8c', checksum=1824119829, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1271806, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542426060.20282 (2018-11-17 03:41:00) with random token: frbydIZq1RWyceQVgdvk', checksum=1952340606, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271807, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542426060.20517 (2018-11-17 03:41:00) with random token: 54MthAUZFngHFmIYyxKl', checksum=1075006881, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271808, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542426072.03433 (2018-11-16 19:41:12) with random token: 06rPXLDKZ0HOgR0trqVs', checksum=706127573, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271809, timestamp=1542426094471, timestamp_type=0, key='check_kafka.py-jKv2t9mJePXi33Cg7dGl', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542426091.31 (Fri Nov 16 19:41:31 2018) with random token 'CaIHuAuXyajzLPVhYF9K'", checksum=-949038166, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271810, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542426114.51592 (2018-11-16 19:41:54) with random token: 7udKFs5zCjptMbIfmsfW', checksum=-1784889448, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271811, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542426114.5461 (2018-11-16 19:41:54) with random token: uUVqG0GatVFJnZeCa1o9', checksum=1310370344, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1271812, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542426128.3442 (2018-11-17 03:42:08) with random token: NvfMgfbXneicvD4nnV0K', checksum=1548770444, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271813, timestamp=1542426165688, timestamp_type=0, key='check_kafka.py-URrLtNA5mO6knzYT3XdP', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542426164.54 (Fri Nov 16 19:42:44 2018) with random token 'uz0QnGgKQH40kwuWeZAw'", checksum=1635302920, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271814, timestamp=1542426165974, timestamp_type=0, key='check_kafka.py-Y3KR1dbESdfRKomxU8Zj', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542426165.1 (Fri Nov 16 19:42:45 2018) with random token '9wGY8sXeWopyKtXv6wn2'", checksum=1824369584, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271815, timestamp=1542426166647, timestamp_type=0, key='check_kafka.py-URjIJawDO6Mi5bV0SI9e', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542426165.31 (Fri Nov 16 19:42:45 2018) with random token 'POngEHp0vBftaptwcVeB'", checksum=-1477579874, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271816, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542426359.60263 (2018-11-16 19:45:59) with random token: Jdf3WsLiFYlY1fvXw9mf', checksum=1535933156, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271817, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542426361.33594 (2018-11-17 03:46:01) with random token: g5kW6q72ck9uZx1oi7tK', checksum=714365948, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271818, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542426361.39485 (2018-11-17 03:46:01) with random token: ko4zHlCfiCTiq7RS22dB', checksum=2048547923, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271819, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542426384.5038 (2018-11-16 19:46:24) with random token: F5Tgp0QG3LLoQkK0y34N', checksum=-522397848, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1271820, timestamp=1542426409330, timestamp_type=0, key='check_kafka.py-ZnceKhSIN3lh9Spv3DLj', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542426408.1 (Fri Nov 16 19:46:48 2018) with random token 'ivqY8S5DI1NB61n41ctg'", checksum=1177175265, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271821, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542426428.15317 (2018-11-17 03:47:08) with random token: yV7HixrvUBkktq2jM9LU', checksum=-1229398841, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271822, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542426433.96978 (2018-11-16 19:47:13) with random token: UkAAuikvj8eb78CZBRUh', checksum=770272229, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271823, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542426434.22689 (2018-11-16 19:47:14) with random token: TQVtFrFoVzm2PcYQE8KI', checksum=239358779, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271824, timestamp=1542426489161, timestamp_type=0, key='check_kafka.py-zF4T4BkrxuBWz4MlLLVt', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542426487.74 (Fri Nov 16 19:48:07 2018) with random token 'd6oMOrVwEnDv7HlFF0R0'", checksum=1557474392, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271825, timestamp=1542426489496, timestamp_type=0, key='check_kafka.py-s14fh0e69edigberDuBs', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542426488.2 (Fri Nov 16 19:48:08 2018) with random token 'mtayPSiOoyYBrQSf5jJc'", checksum=789793446, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271826, timestamp=1542426489680, timestamp_type=0, key='check_kafka.py-VJGltXgGm5U9TInjKUfv', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542426488.24 (Fri Nov 16 19:48:08 2018) with random token 'etzAP2AhQYgJFoG8VPhM'", checksum=-2039720933, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271827, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542426660.28144 (2018-11-17 03:51:00) with random token: MPu5BXcg7NgTD9X0sWkP', checksum=490563084, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271828, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542426660.27915 (2018-11-17 03:51:00) with random token: UK8yTZQuvb2fFAVgIOja', checksum=503271812, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271829, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542426684.8562 (2018-11-16 19:51:24) with random token: Z1ZHh4NEFBOe306QwEvP', checksum=-1769503508, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1271830, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542426706.53382 (2018-11-16 19:51:46) with random token: 8qpgfYskbqz1497Itsrl', checksum=-103034235, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271831, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542426728.15884 (2018-11-17 03:52:08) with random token: MJK4FBWPIr46VXmZHM3D', checksum=-1664617017, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271832, timestamp=1542426731178, timestamp_type=0, key='check_kafka.py-nLLBPzSeQ66ql5RXHVri', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542426730.27 (Fri Nov 16 19:52:10 2018) with random token 'sKHHPhPbYGyE7s479GOS'", checksum=566294368, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271833, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542426752.39698 (2018-11-16 19:52:32) with random token: DqsTcTUr0Bt9nADAFohF', checksum=2121832405, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271834, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542426752.45455 (2018-11-16 19:52:32) with random token: SBlrRRlBRyX6dT5nWXgr', checksum=143136318, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271835, timestamp=1542426809349, timestamp_type=0, key='check_kafka.py-AcUBc3EHFzY8Mm4z8vnr', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542426808.41 (Fri Nov 16 19:53:28 2018) with random token 'kVfTHM438oAeVOrTsTJw'", checksum=629864897, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271836, timestamp=1542426809409, timestamp_type=0, key='check_kafka.py-npUSE6lk0php7mk1tTCl', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542426808.02 (Fri Nov 16 19:53:28 2018) with random token 'FDRBopsGlRcLULnoXQZY'", checksum=-432867966, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271837, timestamp=1542426810294, timestamp_type=0, key='check_kafka.py-SscYQTaPXe3ZFpp3O8xF', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542426808.69 (Fri Nov 16 19:53:28 2018) with random token 'SEKmNRxFrinX5TnKbJz1'", checksum=875666387, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271838, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542426960.22722 (2018-11-17 03:56:00) with random token: dM9BlIWbPRsWN3SrMGep', checksum=519258579, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271839, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542426960.23293 (2018-11-17 03:56:00) with random token: uTjyLs0j0EoP0CSgOX6z', checksum=1942127787, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271840, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542426999.47822 (2018-11-16 19:56:39) with random token: YR3r5Nsv12ogP2B0Rf10', checksum=-1204287374, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271841, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542427019.80785 (2018-11-16 19:56:59) with random token: 0pdRzpoYp6x3RYj7BaAA', checksum=-709417934, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271842, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542427028.36088 (2018-11-17 03:57:08) with random token: hIgfG84YHW4dGfN68rRQ', checksum=-1437599645, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271843, timestamp=1542427044386, timestamp_type=0, key='check_kafka.py-T2w3C2vB6TuiDAcPL2Bb', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542427042.9 (Fri Nov 16 19:57:22 2018) with random token 'QcaJPkVIEMKW8lswueyw'", checksum=2119236265, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271844, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542427063.32576 (2018-11-16 19:57:43) with random token: EmYgr9Jf1bntM2SoKIxL', checksum=-2096588338, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271845, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542427063.55529 (2018-11-16 19:57:43) with random token: R5ctkvM1O6wgzM4LR69q', checksum=732814485, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271846, timestamp=1542427120873, timestamp_type=0, key='check_kafka.py-LszqnaGln6cATitNa43B', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542427120.15 (Fri Nov 16 19:58:40 2018) with random token 'c7eOnJaiAb9aNkM9ia79'", checksum=2095297582, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271847, timestamp=1542427121346, timestamp_type=0, key='check_kafka.py-tkKbhvtQD14u7rWdz8Hj', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542427120.33 (Fri Nov 16 19:58:40 2018) with random token 'dHzu3uDd8Y7gbrVx2X5R'", checksum=1761557949, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271848, timestamp=1542427121616, timestamp_type=0, key='check_kafka.py-WLxODc9YzWcWtYxy0O8D', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542427120.3 (Fri Nov 16 19:58:40 2018) with random token 'Y1sehBZmIYoOuiiDTvQ8'", checksum=1756267538, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271849, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542427260.19678 (2018-11-17 04:01:00) with random token: mcyiQXmO5QjNtwXfesCC', checksum=-2033962060, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271850, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542427260.29872 (2018-11-17 04:01:00) with random token: gl8NLSQ7Npabu0URbuim', checksum=-169159969, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271851, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542427317.9428 (2018-11-16 20:01:57) with random token: hdMaBVHZqe63udGj1UZ1', checksum=-878050262, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1271852, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542427328.32608 (2018-11-17 04:02:08) with random token: iaREUiLBUK6V0Fg33wZC', checksum=2075404519, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271853, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542427340.5899 (2018-11-16 20:02:20) with random token: TZRzQJg4O2UFhdHXdHTQ', checksum=-1593657868, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1271854, timestamp=1542427360307, timestamp_type=0, key='check_kafka.py-AjCpricph6yXLygjBpyL', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542427358.43 (Fri Nov 16 20:02:38 2018) with random token 'O3UR7nZWCTZgK3ro9ryQ'", checksum=384507356, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271855, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542427378.26023 (2018-11-16 20:02:58) with random token: INybDWZnIQEipL8XwzCe', checksum=-137300319, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271856, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542427378.46299 (2018-11-16 20:02:58) with random token: dH1GNVNTYrWqT9jAZhkr', checksum=126342409, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271857, timestamp=1542427434449, timestamp_type=0, key='check_kafka.py-dYK6nYfvcEmv5XoW4CWg', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542427433.4 (Fri Nov 16 20:03:53 2018) with random token 'hB9OWJpAW6kSjKNZh1gJ'", checksum=95516988, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271858, timestamp=1542427434753, timestamp_type=0, key='check_kafka.py-9uRQjLOtqdT9b5Kz1PKW', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542427433.44 (Fri Nov 16 20:03:53 2018) with random token 'LyFRxbhZpLKYScAlx78H'", checksum=-2018921143, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271859, timestamp=1542427434815, timestamp_type=0, key='check_kafka.py-Buwr14ICMKNvSbaWmpwh', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542427433.48 (Fri Nov 16 20:03:53 2018) with random token '8vAekWtcN3wzYsxPgoMx'", checksum=-696320156, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271860, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542427560.28856 (2018-11-17 04:06:00) with random token: qRpxTEwhf9XwRvPXMGPF', checksum=993304744, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271861, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542427560.28892 (2018-11-17 04:06:00) with random token: epovVekJbLP261owVrhI', checksum=-299184709, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271862, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542427626.70732 (2018-11-16 20:07:06) with random token: pXy0LZwSGPmWRIxv1caH', checksum=-1815365678, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271863, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542427628.1709 (2018-11-17 04:07:08) with random token: puN0BThpZJnIyBzxLvC9', checksum=-678273676, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271864, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542427649.48901 (2018-11-16 20:07:29) with random token: 9ucIa9ZOVTQfK7mgYLHa', checksum=-1509791782, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271865, timestamp=1542427670764, timestamp_type=0, key='check_kafka.py-ZhAsGu0aiFTDBvRQamXw', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542427669.28 (Fri Nov 16 20:07:49 2018) with random token '7J4gRpdwkA1KycxEoho9'", checksum=-8405342, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271866, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542427693.49632 (2018-11-16 20:08:13) with random token: 87YyimwtUyglFSmgSfL4', checksum=-375337381, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271867, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542427693.59997 (2018-11-16 20:08:13) with random token: gEeWTahyUXcz65Jl14fP', checksum=777633141, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271868, timestamp=1542427748716, timestamp_type=0, key='check_kafka.py-WeeFajZnDEl8XwRSVINL', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542427747.59 (Fri Nov 16 20:09:07 2018) with random token 'iImAvs848koz6INGeMqu'", checksum=2047029942, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271869, timestamp=1542427748890, timestamp_type=0, key='check_kafka.py-Fi8gEqTAEtteg8EdPVJw', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542427747.89 (Fri Nov 16 20:09:07 2018) with random token 'N7iKlXqa2DXvUU680bnd'", checksum=1226184970, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271870, timestamp=1542427748980, timestamp_type=0, key='check_kafka.py-jGBgtWZpzaPZZbd2PhYl', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542427747.55 (Fri Nov 16 20:09:07 2018) with random token 'DJ8yS7cZKa5IJMcm67sA'", checksum=-1279221602, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271871, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542427860.27234 (2018-11-17 04:11:00) with random token: aksdkOQJTpHBZ8vl2k9M', checksum=619395117, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271872, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542427860.28118 (2018-11-17 04:11:00) with random token: w7HpewPJMcR3WG1abrFa', checksum=403342899, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271873, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542427928.157 (2018-11-17 04:12:08) with random token: ho7S0KQzVXXuSeLpjbCp', checksum=1068435521, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1271874, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542427937.64098 (2018-11-16 20:12:17) with random token: Bgr6k4MCN5q1MQrTSCj0', checksum=1691366004, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271875, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542427961.17822 (2018-11-16 20:12:41) with random token: WA53Gfa8WXh3qgmImcaQ', checksum=-570611064, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271876, timestamp=1542427982560, timestamp_type=0, key='check_kafka.py-Abr9XGK15C13vLV37QIE', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542427980.93 (Fri Nov 16 20:13:00 2018) with random token 'HjJHRPXrwxsuRz9Qwya3'", checksum=-977537283, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271877, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542428001.92296 (2018-11-16 20:13:21) with random token: GOeEb7GNhos4cFV09rOt', checksum=668466051, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271878, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542428002.3229 (2018-11-16 20:13:22) with random token: vLMN3Fks3B93hEiE7smb', checksum=-1530339832, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1271879, timestamp=1542428054423, timestamp_type=0, key='check_kafka.py-8ek3TRjdol26gkgGkY4f', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542428053.5 (Fri Nov 16 20:14:13 2018) with random token 'tXgqyjYV7QA0IZrZQQZC'", checksum=1303974730, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271880, timestamp=1542428055027, timestamp_type=0, key='check_kafka.py-LraTTcMD2C8TNsU2UMVb', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542428053.95 (Fri Nov 16 20:14:13 2018) with random token 'EBhmdZVoxhy5xZW9qgJd'", checksum=1184042275, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271881, timestamp=1542428055345, timestamp_type=0, key='check_kafka.py-5hT8Duw6wWHdNjqlgJD3', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542428054.07 (Fri Nov 16 20:14:14 2018) with random token 'NrG7xqs2Cq8KsAxa8vkZ'", checksum=-632741535, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271882, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542428160.29797 (2018-11-17 04:16:00) with random token: jul6OAVjg1eTNRuhXrv7', checksum=-1036050097, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271883, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542428160.3151 (2018-11-17 04:16:00) with random token: dEuw5LgOloY8fxjH84p8', checksum=-33195253, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271884, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542428228.12607 (2018-11-17 04:17:08) with random token: XcD8rHlS8LqpOk4ugYXe', checksum=-1826883052, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271885, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542428253.9257 (2018-11-16 20:17:33) with random token: e0HQ0wOs9JSnJjvDwQPh', checksum=587988516, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1271886, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542428274.34342 (2018-11-16 20:17:54) with random token: o4d8zGXN0AYRv6iCpnVu', checksum=-1891304645, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271887, timestamp=1542428298997, timestamp_type=0, key='check_kafka.py-nJTWZe1XtynJQKYFTWAe', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542428297.86 (Fri Nov 16 20:18:17 2018) with random token '1nsI67CI7K2BXO5nFDLJ'", checksum=1516082142, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271888, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542428322.33782 (2018-11-16 20:18:42) with random token: aZQwdtya3tT1n3hUtpRc', checksum=912298709, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271889, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542428322.45095 (2018-11-16 20:18:42) with random token: 7hAZXurQCDjeAzDbNFVq', checksum=-728730643, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271890, timestamp=1542428375863, timestamp_type=0, key='check_kafka.py-mqL3La01vU8mWtr1SpHQ', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542428374.15 (Fri Nov 16 20:19:34 2018) with random token 'ImM9HgIQ4GgND23fGYZF'", checksum=-1912841627, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271891, timestamp=1542428375907, timestamp_type=0, key='check_kafka.py-2ZsNO8xRtEQyWrJlvE3w', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542428374.28 (Fri Nov 16 20:19:34 2018) with random token 'tQp1a9lV15giJpOLa3tS'", checksum=-1641382941, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271892, timestamp=1542428376244, timestamp_type=0, key='check_kafka.py-8rsfKmWF39iDX7S0W1dY', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542428374.8 (Fri Nov 16 20:19:34 2018) with random token 'OhsVTQaiMZs4qOD6tJMZ'", checksum=-2102121487, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271893, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542428460.25848 (2018-11-17 04:21:00) with random token: kX4mXk2EMt8ZzETOt0Uu', checksum=-539783812, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271894, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542428460.26369 (2018-11-17 04:21:00) with random token: NDEnPOiSt06e05tEUb99', checksum=1957818594, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271895, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542428528.14462 (2018-11-17 04:22:08) with random token: UVt6BDsnV1GEIGTtUdOo', checksum=103618885, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271896, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542428572.94852 (2018-11-16 20:22:52) with random token: u7fWlzK3uJ4nfvdtuGGH', checksum=-2091885220, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271897, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542428592.57221 (2018-11-16 20:23:12) with random token: kCu5Wk35XoOSZUQZu0Xh', checksum=-1224655041, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271898, timestamp=1542428618300, timestamp_type=0, key='check_kafka.py-ofI9hNeg6JbR2StVVQ9o', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542428617.32 (Fri Nov 16 20:23:37 2018) with random token 'q19hr2v2vqsoH1xI4LbV'", checksum=916308851, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271899, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542428638.21621 (2018-11-16 20:23:58) with random token: sxs6cNj3aFWI0aNh757y', checksum=-1045043586, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271900, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542428638.32854 (2018-11-16 20:23:58) with random token: hsmCYMBxdRZIOJK7nYpu', checksum=592121651, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271901, timestamp=1542428697051, timestamp_type=0, key='check_kafka.py-X8MNTNXKAK6iWjMD1OQx', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542428695.78 (Fri Nov 16 20:24:55 2018) with random token 'OIO8YfeawCW7oCYITq4a'", checksum=-1626826432, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271902, timestamp=1542428697442, timestamp_type=0, key='check_kafka.py-CVLbdQlPqKviNla21lu5', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542428696.11 (Fri Nov 16 20:24:56 2018) with random token 'xFwuSlMWbp1NtVdXEWOf'", checksum=-544968096, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271903, timestamp=1542428697521, timestamp_type=0, key='check_kafka.py-AI2eamZb9JA79AJZKMJi', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542428696.34 (Fri Nov 16 20:24:56 2018) with random token 'yN0vG7JGeDiwrngufyTp'", checksum=786495279, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271904, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542428760.22981 (2018-11-17 04:26:00) with random token: t11AWTSHmORXoulEmzZW', checksum=-1434659606, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271905, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542428760.22962 (2018-11-17 04:26:00) with random token: oxs1Muk5deu1TULDNRAh', checksum=-1559156398, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271906, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542428828.11423 (2018-11-17 04:27:08) with random token: AZkAtGvynJjqM44tTuug', checksum=1686781714, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271907, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542428887.7795 (2018-11-16 20:28:07) with random token: uu48tJ6eotYvCAXv10zA', checksum=1225634560, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1271908, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542428907.23635 (2018-11-16 20:28:27) with random token: Q2Wtb2alDQJICe9RsMir', checksum=-1106627200, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271909, timestamp=1542428930564, timestamp_type=0, key='check_kafka.py-zo2wYksYVGkYkBbkNkVW', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542428929.37 (Fri Nov 16 20:28:49 2018) with random token 'ECDJPr2MaK79HEZ4fIHM'", checksum=1157883553, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271910, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542428954.32874 (2018-11-16 20:29:14) with random token: Lgr1BZeTWzF3ujG6T7t7', checksum=774594837, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271911, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542428954.36817 (2018-11-16 20:29:14) with random token: CPgFr2L9wNraNl7aKfwp', checksum=1306922333, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271912, timestamp=1542429011367, timestamp_type=0, key='check_kafka.py-dpropYdJI4CWMuygDrnh', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542429010.51 (Fri Nov 16 20:30:10 2018) with random token 'gVmibwUK753bTFEHypVw'", checksum=-1106881638, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271913, timestamp=1542429011571, timestamp_type=0, key='check_kafka.py-9XXuRFDe8TAZeuXGZCmJ', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542429010.37 (Fri Nov 16 20:30:10 2018) with random token '2tqX1vuZtXYLHHrTvFGH'", checksum=-2045791925, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271914, timestamp=1542429011600, timestamp_type=0, key='check_kafka.py-d6PoDFUooi75oysn3F0I', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542429010.25 (Fri Nov 16 20:30:10 2018) with random token 'yaZbDqPJu1ex05WTBjtB'", checksum=1913476316, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271915, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542429060.34755 (2018-11-17 04:31:00) with random token: EfplWBgtEquVhhUFsueO', checksum=-1846088154, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271916, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542429060.35608 (2018-11-17 04:31:00) with random token: oBLDRl2Gn2uJ1M5UmPPQ', checksum=-972727893, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271917, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542429128.17427 (2018-11-17 04:32:08) with random token: 2ZGW5YzUBCRRioL8T55g', checksum=87654444, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271918, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542429207.01709 (2018-11-16 20:33:27) with random token: y0aBcZV5A8gDiuyRtJ06', checksum=2119500400, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271919, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542429224.65057 (2018-11-16 20:33:44) with random token: L2R5s7HSPcgzckbIOyyQ', checksum=1685258733, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271920, timestamp=1542429250873, timestamp_type=0, key='check_kafka.py-wa2UiDikdORGQ9OpYXoN', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542429249.88 (Fri Nov 16 20:34:09 2018) with random token 'frC0mmbsL3Iey4X5Jk2w'", checksum=-916691127, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271921, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542429272.05292 (2018-11-16 20:34:32) with random token: MXC9icZ6bIjQJYfdBJnL', checksum=-825006278, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271922, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542429272.21109 (2018-11-16 20:34:32) with random token: pIxbSrn5BfFKnY7V9BE3', checksum=-1760933683, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271923, timestamp=1542429330367, timestamp_type=0, key='check_kafka.py-vzjSaazYobcauvsInyEn', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542429329.15 (Fri Nov 16 20:35:29 2018) with random token 'mzUooFH7UT1k98fYHBWa'", checksum=-594120441, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271924, timestamp=1542429330655, timestamp_type=0, key='check_kafka.py-uQbiK1aH7DrBUPFiTxj8', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542429329.25 (Fri Nov 16 20:35:29 2018) with random token 'Qhc7Pu9Ekn3GGca15lln'", checksum=1188217621, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271925, timestamp=1542429331251, timestamp_type=0, key='check_kafka.py-J0oBr5mzbuAz1nOEHlQ1', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542429329.96 (Fri Nov 16 20:35:29 2018) with random token 'uZHpISnN7CIB23pP8C71'", checksum=-1012804475, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271926, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542429360.24301 (2018-11-17 04:36:00) with random token: LOLM4NFHXbzBkFFJJ4Tw', checksum=-456013430, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271927, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542429360.24581 (2018-11-17 04:36:00) with random token: F5x5DahYuDzmyM1ipb5F', checksum=-182702534, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271928, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542429428.13292 (2018-11-17 04:37:08) with random token: AaTgLlfPl4LeP3a6XOtu', checksum=-1596584059, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271929, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542429525.64351 (2018-11-16 20:38:45) with random token: to0nFrEbrQcxOdvdbY55', checksum=1503321885, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271930, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542429545.27173 (2018-11-16 20:39:05) with random token: FQtWZeXHQYFbcbylngwV', checksum=-2008120916, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271931, timestamp=1542429570434, timestamp_type=0, key='check_kafka.py-F1TgEJr2rOtZn65TiIyS', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542429569.3 (Fri Nov 16 20:39:29 2018) with random token 'E5EgKg9nPuDk4Af5ey3R'", checksum=1838760024, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271932, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542429587.30521 (2018-11-16 20:39:47) with random token: xx6cajfBucgbK2KXmrH0', checksum=-548363667, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271933, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542429587.35993 (2018-11-16 20:39:47) with random token: 2OOY8T6Cgw4inrPNBK8V', checksum=2105525163, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271934, timestamp=1542429647511, timestamp_type=0, key='check_kafka.py-sbX2qkHQm01xYMdyTbXp', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542429646.76 (Fri Nov 16 20:40:46 2018) with random token 'OHqqf89aixwAFGiCz9zK'", checksum=-2016968677, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271935, timestamp=1542429647766, timestamp_type=0, key='check_kafka.py-vmyMRrufW9ZGBVTOVvtx', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542429646.84 (Fri Nov 16 20:40:46 2018) with random token 'C0CKD7cb8cDrotRa9uCo'", checksum=1985425130, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271936, timestamp=1542429647901, timestamp_type=0, key='check_kafka.py-qaIuBADVnbSJPwsbyKoK', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542429646.92 (Fri Nov 16 20:40:46 2018) with random token 'sa2Yd005ub1eXR9Lw40u'", checksum=-126729648, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271937, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542429660.39395 (2018-11-17 04:41:00) with random token: e9HonST6NWainK1n5TvA', checksum=-28647901, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271938, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542429660.41115 (2018-11-17 04:41:00) with random token: 3Ydc7inzxs7MllD3sg0h', checksum=-1222299725, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271939, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542429728.28247 (2018-11-17 04:42:08) with random token: 94YUku4b52QlH6ObBd3F', checksum=-1801356597, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271940, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542429842.00434 (2018-11-16 20:44:02) with random token: 9lrmggBAly5GmcLbmaAa', checksum=-978387412, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271941, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542429860.11362 (2018-11-16 20:44:20) with random token: hmyMzr1qJOyWOufkReKp', checksum=-1903685782, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271942, timestamp=1542429886357, timestamp_type=0, key='check_kafka.py-Rxvr5K9YT1ZLOTp2yAR5', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542429885.4 (Fri Nov 16 20:44:45 2018) with random token 'WWDisBpxNNmTOW4ESIle'", checksum=297247307, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271943, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542429909.74908 (2018-11-16 20:45:09) with random token: Hf4PG6ZoHrSlQOp8SMRa', checksum=1663490235, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271944, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542429909.77126 (2018-11-16 20:45:09) with random token: Yj6vogpe5wUGLnoN4Xhr', checksum=1051551489, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271945, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542429961.30088 (2018-11-17 04:46:01) with random token: RtZI6yJSQk6HZucambPL', checksum=-671982968, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271946, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542429961.31917 (2018-11-17 04:46:01) with random token: CEL1EB3Gmk6yYN0xfbRS', checksum=-41042095, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271947, timestamp=1542429967418, timestamp_type=0, key='check_kafka.py-RFN1nParSo4hM3wNLVUz', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542429966.28 (Fri Nov 16 20:46:06 2018) with random token 'ssFdiwxyt0GLGFRdytr3'", checksum=524980772, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271948, timestamp=1542429967521, timestamp_type=0, key='check_kafka.py-k0hvyjoOqVI2NKcJ3x1c', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542429966.24 (Fri Nov 16 20:46:06 2018) with random token 'nKBOFDpCGkGwA0iHaa59'", checksum=677278069, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271949, timestamp=1542429968089, timestamp_type=0, key='check_kafka.py-XYk6NLlBgxCL7uOXvTfh', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542429966.56 (Fri Nov 16 20:46:06 2018) with random token 'mLnc2zXppijoIbh9EyjS'", checksum=-1215698619, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271950, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542430028.26999 (2018-11-17 04:47:08) with random token: utJW2JXLBWknEvHWNV5e', checksum=974951500, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271951, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542430161.68149 (2018-11-16 20:49:21) with random token: osClE6CwOJ30qL9LrhQD', checksum=870534449, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271952, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542430179.78791 (2018-11-16 20:49:39) with random token: 88clmhgAtJpxxNk8k0jp', checksum=-1880534987, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271953, timestamp=1542430206729, timestamp_type=0, key='check_kafka.py-Mxvh7DzjCYICI3fEBJz8', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542430204.97 (Fri Nov 16 20:50:04 2018) with random token 'odUiV2GnpVIEWzDBMaYF'", checksum=791279850, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271954, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542430229.88692 (2018-11-16 20:50:29) with random token: wDs1uXU6X4hbCi6YdMHc', checksum=-1606350178, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271955, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542430229.97154 (2018-11-16 20:50:29) with random token: RQSqKYk3Nd1xsTBFD9at', checksum=850966694, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271956, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542430260.26141 (2018-11-17 04:51:00) with random token: w2mNZyF3sEnvDeCG8SaY', checksum=1646748640, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271957, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542430260.26719 (2018-11-17 04:51:00) with random token: xleTChv2lYvHDcmLRYvq', checksum=-1665803247, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271958, timestamp=1542430289523, timestamp_type=0, key='check_kafka.py-lPYedUqIw5oCx8sG20dX', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542430287.71 (Fri Nov 16 20:51:27 2018) with random token 'DoCLPSMyeX1h2478Mbc3'", checksum=683606250, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271959, timestamp=1542430290276, timestamp_type=0, key='check_kafka.py-hYmsUzy7VeBBU2CKDUJr', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542430289.03 (Fri Nov 16 20:51:29 2018) with random token 'gvwihZtrRdx0w88swcYA'", checksum=-1488812269, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271960, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542430328.15313 (2018-11-17 04:52:08) with random token: f3rqOuxC0Svx7A0zblPJ', checksum=-1835568195, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271961, timestamp=1542430452226, timestamp_type=0, key='check_kafka.py-kb47lJ6pr6e2bIug0b94', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542430450.67 (Fri Nov 16 20:54:10 2018) with random token 'iSyfgAZlQKj3SLVJCORR'", checksum=200448384, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271962, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542430481.57368 (2018-11-16 20:54:41) with random token: 43rx78Gq0uq9ThXN4au2', checksum=-1083956332, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271963, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542430497.78654 (2018-11-16 20:54:57) with random token: pe7qaeJCAqurgskVCWM7', checksum=-1146658517, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271964, timestamp=1542430520670, timestamp_type=0, key='check_kafka.py-b0vPRG6o9kvEbJATLV5W', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542430519.38 (Fri Nov 16 20:55:19 2018) with random token 'Lx4E3gy9uiPK49FxJOc2'", checksum=787778582, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271965, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542430541.3543 (2018-11-16 20:55:41) with random token: l3K5WCHoBexEYFHM2ZCc', checksum=208248624, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1271966, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542430541.41736 (2018-11-16 20:55:41) with random token: gobnAzUpUGpq05PzMtV5', checksum=2054436060, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271967, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542430560.22431 (2018-11-17 04:56:00) with random token: P130TqrmMa8TDR48I8oH', checksum=840171977, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271968, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542430560.22489 (2018-11-17 04:56:00) with random token: NtVux5YTVXylNBGR6dal', checksum=1990126471, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271969, timestamp=1542430601315, timestamp_type=0, key='check_kafka.py-EhaC0sjDe760boz0fVXx', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542430600.34 (Fri Nov 16 20:56:40 2018) with random token 'DpxES9iQsaf3wPfOOT0j'", checksum=1536378819, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271970, timestamp=1542430601412, timestamp_type=0, key='check_kafka.py-cX1e7qFe4ibiGE1ldJIk', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542430599.94 (Fri Nov 16 20:56:39 2018) with random token 's1qi2ikmt3CcKRKgw2Ni'", checksum=524384293, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271971, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542430628.34723 (2018-11-17 04:57:08) with random token: c2yMivd0q2za6g7IDyYD', checksum=-616009291, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271972, timestamp=1542430764429, timestamp_type=0, key='check_kafka.py-xfkeXzXzGCaiwlUnk1d6', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542430763.46 (Fri Nov 16 20:59:23 2018) with random token 'dTy7AksTDG1dWDpH56Gj'", checksum=1074865469, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271973, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542430795.53482 (2018-11-16 20:59:55) with random token: 3psePyag6S4WGdbzpNEo', checksum=-1017202912, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271974, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542430811.47984 (2018-11-16 21:00:11) with random token: SRNWA5Q8kPF362KRKIeb', checksum=-1512842370, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271975, timestamp=1542430836533, timestamp_type=0, key='check_kafka.py-yX7ecyunwevemc8kInnv', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542430834.8 (Fri Nov 16 21:00:34 2018) with random token 'CU3Rbr7yeSqEiTmyRyuV'", checksum=2102161660, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271976, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542430858.87852 (2018-11-16 21:00:58) with random token: 2GMMiquEbvhORSzLLfze', checksum=390824613, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271977, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542430858.96046 (2018-11-16 21:00:58) with random token: G7JZoSZnPWDGPCTHqYFS', checksum=-1027908504, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271978, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542430860.26 (2018-11-17 05:01:00) with random token: thVz66CM7faTiHd1wCyi', checksum=-1437143368, serialized_key_size=1, serialized_value_size=169), ConsumerRecord(topic=u'nagios', partition=0, offset=1271979, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542430860.27129 (2018-11-17 05:01:00) with random token: NXRaNahNlcEFSby1ILX9', checksum=1828589274, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271980, timestamp=1542430917032, timestamp_type=0, key='check_kafka.py-hQAsJyPlzAFqDtjmpivX', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542430915.2 (Fri Nov 16 21:01:55 2018) with random token 'uH26KVsZb0qBFi25kwdJ'", checksum=-162075824, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271981, timestamp=1542430918099, timestamp_type=0, key='check_kafka.py-kwUWKQJhcsinKpd5PgCO', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542430916.62 (Fri Nov 16 21:01:56 2018) with random token 'Znf3R83ReuD2oLx1x5rO'", checksum=-523044878, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271982, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542430928.33576 (2018-11-17 05:02:08) with random token: Zq541STntbzpTcisRca7', checksum=1463039063, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271983, timestamp=1542431084474, timestamp_type=0, key='check_kafka.py-LcHPZVjUujSXgIVsKJWZ', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542431083.61 (Fri Nov 16 21:04:43 2018) with random token 'Nwh7qmevqRAj4D8DCyVQ'", checksum=-379055081, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271984, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542431116.0594 (2018-11-16 21:05:16) with random token: c5rvc9nre8wz0t5Z7hnZ', checksum=-2049171500, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1271985, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542431127.92292 (2018-11-16 21:05:27) with random token: nQO9SYL4zQLQHKeLEzx7', checksum=-68971580, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271986, timestamp=1542431152040, timestamp_type=0, key='check_kafka.py-YrjUEHGu9zrRov91HAkj', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542431150.9 (Fri Nov 16 21:05:50 2018) with random token 'M9nBekJsKr8ngWvr9S7w'", checksum=-1925837974, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271987, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542431160.15099 (2018-11-17 05:06:00) with random token: q8yOdDK1ty5JS96YXsLr', checksum=1785767216, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271988, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542431160.153 (2018-11-17 05:06:00) with random token: wQPrmPGjXP5GRtMbUHBH', checksum=-599849091, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1271989, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542431175.22999 (2018-11-16 21:06:15) with random token: RTzk04JIiuVGKoaeOVeO', checksum=1786222813, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271990, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542431175.30247 (2018-11-16 21:06:15) with random token: Yp4CfTL2WkpoLXXf8PW6', checksum=-73427740, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271991, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542431228.29186 (2018-11-17 05:07:08) with random token: MhynoGgI8HGU0Is3O03r', checksum=777056184, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271992, timestamp=1542431231389, timestamp_type=0, key='check_kafka.py-H7xmrJb9Z6swbtpt6DcP', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542431230.5 (Fri Nov 16 21:07:10 2018) with random token 'rEA2rAIR0DCRMvoh3p0V'", checksum=-1553734021, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1271993, timestamp=1542431231478, timestamp_type=0, key='check_kafka.py-j62PRbwnMahzNxCPIzCT', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542431230.52 (Fri Nov 16 21:07:10 2018) with random token 'pT1fSy5B0JEDuRRGSDoR'", checksum=908372094, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271994, timestamp=1542431398171, timestamp_type=0, key='check_kafka.py-AZth38Q3ifmBpPo2yX6o', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542431397.37 (Fri Nov 16 21:09:57 2018) with random token 'vK619b7kjDIz16rbxOkk'", checksum=-237734911, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1271995, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542431428.53157 (2018-11-16 21:10:28) with random token: gCoCsArz2P9412ZrD77G', checksum=-1735504928, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271996, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542431442.55345 (2018-11-16 21:10:42) with random token: PH4sNXwK4BfaFEJZmu9P', checksum=1803846015, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271997, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542431460.32111 (2018-11-17 05:11:00) with random token: LbVaQU8yixoHjU0TSfIj', checksum=-998858795, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1271998, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542431460.3175 (2018-11-17 05:11:00) with random token: HGY1UDHipaYWvpc74JYf', checksum=-661721941, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1271999, timestamp=1542431468828, timestamp_type=0, key='check_kafka.py-8MJhPWJaOTl98YVQhrWn', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542431467.75 (Fri Nov 16 21:11:07 2018) with random token '439HxLAxATujwjb4pMXc'", checksum=-300513617, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272000, timestamp=1542431482579, timestamp_type=0, key='check_kafka.py-uFLFAiYnVgyNrqReRuta', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542431481.18 (Fri Nov 16 21:11:21 2018) with random token 'gpWlABZ8NBH7O72dpgT6'", checksum=-773132367, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272001, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542431490.15401 (2018-11-16 21:11:30) with random token: Ro0iWaEtYk9PfR4zOkxy', checksum=-1912352969, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272002, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542431490.23672 (2018-11-16 21:11:30) with random token: rXa5Tl6WUohRZzAkzDJy', checksum=-308377828, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272003, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542431528.20628 (2018-11-17 05:12:08) with random token: jvBA8dY5g05QFB9YnIZC', checksum=1914295517, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272004, timestamp=1542431544454, timestamp_type=0, key='check_kafka.py-G3z6TQSkXtQpXVisLxKf', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542431543.41 (Fri Nov 16 21:12:23 2018) with random token 'VzTTlG0xeiDUTnhxyTvF'", checksum=575766742, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272005, timestamp=1542431544704, timestamp_type=0, key='check_kafka.py-I0UgyD5ebcjfxyA65SqL', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542431543.59 (Fri Nov 16 21:12:23 2018) with random token 'bE5ugzCvz0cWIH6YlkKv'", checksum=-1741298799, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272006, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542431738.74106 (2018-11-16 21:15:38) with random token: xmAtFS9C2i4jRoR0VtTW', checksum=-1782313299, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272007, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542431750.60463 (2018-11-16 21:15:50) with random token: n41nzRYqB2gBrUh3gpBU', checksum=-1210329811, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272008, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542431760.37415 (2018-11-17 05:16:00) with random token: wPg4lZdst96bRYBlhcfj', checksum=-47093707, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272009, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542431760.37944 (2018-11-17 05:16:00) with random token: TWikaWVi9L5N3i6NPwOi', checksum=-670590877, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272010, timestamp=1542431776966, timestamp_type=0, key='check_kafka.py-HWnSSHuWw9eoCpgz6GJT', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542431775.92 (Fri Nov 16 21:16:15 2018) with random token 'T0WFVy8ZNP35peVAOV3y'", checksum=1819358852, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272011, timestamp=1542431788037, timestamp_type=0, key='check_kafka.py-WSuvbtNDCvvmCldX9SDQ', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542431786.48 (Fri Nov 16 21:16:26 2018) with random token 'kD8E9Sjs51kwTx8TX7uf'", checksum=-311843791, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272012, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542431795.13173 (2018-11-16 21:16:35) with random token: AOL5yhayuq0JDPht5QIc', checksum=2020298803, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272013, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542431795.35003 (2018-11-16 21:16:35) with random token: q6wVEz5Y5uz7wVZdu7Gj', checksum=-235119011, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272014, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542431828.20104 (2018-11-17 05:17:08) with random token: uyWlqQ9Zhox6WKPH3GGi', checksum=-613903982, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272015, timestamp=1542431853195, timestamp_type=0, key='check_kafka.py-sWxQyV3HqdvX6GoRufqm', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542431852.08 (Fri Nov 16 21:17:32 2018) with random token 'XtnhwW8se4UeJwW0BcA1'", checksum=-1225533127, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272016, timestamp=1542431857648, timestamp_type=0, key='check_kafka.py-RYAmwJLJdD3tnOUKNE4t', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542431856.38 (Fri Nov 16 21:17:36 2018) with random token 'qU7Enz8UTHN994UD2YHi'", checksum=-446668322, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272017, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542432053.69291 (2018-11-16 21:20:53) with random token: ckT1ZxmYGHUC9hhsqzof', checksum=349035391, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272018, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542432060.23965 (2018-11-17 05:21:00) with random token: 1ShOlXlLH1Bg8H2Ca1qW', checksum=-1404587726, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272019, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542432060.23944 (2018-11-17 05:21:00) with random token: kSbeecQk4SBDWDnt63eZ', checksum=-1725688807, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272020, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542432064.67757 (2018-11-16 21:21:04) with random token: WWLkJYUOTCTirbYB0Hi0', checksum=-1423343852, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272021, timestamp=1542432091438, timestamp_type=0, key='check_kafka.py-HWtXrqUzTanqkPxvGoBU', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542432090.45 (Fri Nov 16 21:21:30 2018) with random token 'Qp1Knulvaf3763lAWYuD'", checksum=253146567, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272022, timestamp=1542432101598, timestamp_type=0, key='check_kafka.py-aNNAEh79JB624e99f985', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542432100.14 (Fri Nov 16 21:21:40 2018) with random token 'tJGmmmCmoA3ErdKoYbNd'", checksum=1201752838, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272023, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542432113.55573 (2018-11-16 21:21:53) with random token: Am4SGRPCEcP88ZFy40l5', checksum=743382852, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272024, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542432113.59617 (2018-11-16 21:21:53) with random token: Fgfqe9NbJkcMZloaH7nh', checksum=1189762230, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272025, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542432128.12325 (2018-11-17 05:22:08) with random token: mFgWU8Qz3XCJLRuQfvrp', checksum=743946895, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272026, timestamp=1542432170545, timestamp_type=0, key='check_kafka.py-hBWcd1w2xfy4NIF74pnJ', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542432169.7 (Fri Nov 16 21:22:49 2018) with random token '2u33rORSuCvL0CamNwH4'", checksum=1190415782, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272027, timestamp=1542432174614, timestamp_type=0, key='check_kafka.py-aeFrlSvUbiWkOp6iCqaD', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542432173.19 (Fri Nov 16 21:22:53 2018) with random token 'leD40qoBOUIv5EsC5Eee'", checksum=-1243605875, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272028, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542432360.17505 (2018-11-17 05:26:00) with random token: sznbXWl4ax2HBMbKo9Uu', checksum=-314398865, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272029, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542432360.17616 (2018-11-17 05:26:00) with random token: XXFvv8byJeIIXLIuciCE', checksum=-1134418640, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272030, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542432366.20936 (2018-11-16 21:26:06) with random token: ONwW0E6rnIlRbRBEoqVH', checksum=-1967837449, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272031, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542432377.01992 (2018-11-16 21:26:17) with random token: G9UVBsp8JP59CC19y0Yl', checksum=-1056340408, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272032, timestamp=1542432403341, timestamp_type=0, key='check_kafka.py-0wchCHyi3fRezDCkifX9', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542432402.21 (Fri Nov 16 21:26:42 2018) with random token '93cVnt4qzfR7Gx44aqvv'", checksum=1485273999, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272033, timestamp=1542432410839, timestamp_type=0, key='check_kafka.py-N5T6ntcY9jY53UEWNWYP', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542432409.4 (Fri Nov 16 21:26:49 2018) with random token 'Zx0KwAvKE55MJ1O1vzmG'", checksum=390697926, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272034, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542432427.45848 (2018-11-16 21:27:07) with random token: DMx6gB0yRCz86H2joVxe', checksum=-190234080, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272035, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542432427.56575 (2018-11-16 21:27:07) with random token: ayAmprDaw00ITy9TLqEW', checksum=-437862555, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272036, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542432428.31441 (2018-11-17 05:27:08) with random token: nRFmuF6WwCdHki3WCvG6', checksum=-549330118, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272037, timestamp=1542432486339, timestamp_type=0, key='check_kafka.py-HdwBT9B8v0Xilohl45pM', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542432484.65 (Fri Nov 16 21:28:04 2018) with random token 'VK1gpYBauI9TaIkRd9b0'", checksum=643179348, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272038, timestamp=1542432488268, timestamp_type=0, key='check_kafka.py-fWApCuq72FBBgA9tEQMk', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542432487.4 (Fri Nov 16 21:28:07 2018) with random token 'X8W1PGZ0hs9xaAXHwS3j'", checksum=-15626723, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272039, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542432660.42268 (2018-11-17 05:31:00) with random token: G3Af2NKHBsPXKEA7yx9r', checksum=-734367324, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272040, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542432660.50973 (2018-11-17 05:31:00) with random token: VIk7p7T6n9dem5I6KcR9', checksum=-921083824, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272041, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542432680.01337 (2018-11-16 21:31:20) with random token: 6WKP0vzeRGK2YEohWmmp', checksum=-2140618886, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272042, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542432693.39393 (2018-11-16 21:31:33) with random token: Eaolq7sLGNNwHfixs4l0', checksum=-1893847345, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272043, timestamp=1542432715191, timestamp_type=0, key='check_kafka.py-79oqlHhasOu2s6WueXFy', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542432714.03 (Fri Nov 16 21:31:54 2018) with random token 'CsubX4h58BiTZdmsKRyF'", checksum=-1073994164, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272044, timestamp=1542432725398, timestamp_type=0, key='check_kafka.py-1FIoTpYPomOGXO5OPljb', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542432723.61 (Fri Nov 16 21:32:03 2018) with random token 'X4veC4ixan84fHVN1hq4'", checksum=-1043265685, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272045, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542432728.28733 (2018-11-17 05:32:08) with random token: 26KgyuZCsm7vbLZ1rkEX', checksum=-1560817723, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272046, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542432737.73725 (2018-11-16 21:32:17) with random token: pixFcUvaI9KZCQkKklw2', checksum=-599720351, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272047, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542432737.77465 (2018-11-16 21:32:17) with random token: hsIeEZEH4n4ZrcekyQF6', checksum=1556120496, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272048, timestamp=1542432796443, timestamp_type=0, key='check_kafka.py-bJP8E1E0bmDarrn6dLjH', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542432795.39 (Fri Nov 16 21:33:15 2018) with random token 'zPRwgVtk15cvsUsnndCY'", checksum=-1036404595, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272049, timestamp=1542432797243, timestamp_type=0, key='check_kafka.py-1f6VuIQXzf5fjMPZCUMc', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542432796.38 (Fri Nov 16 21:33:16 2018) with random token 'K46pT0naFkgUqKWewbab'", checksum=-1920746835, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272050, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542432960.34314 (2018-11-17 05:36:00) with random token: yi01qJffX7fnwAWXMZ8z', checksum=-1535255242, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272051, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542432960.34534 (2018-11-17 05:36:00) with random token: 0Nr0GxUeEA8eZHdyejzK', checksum=442327531, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272052, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542432996.91009 (2018-11-16 21:36:36) with random token: t8w1nCtYHFEAMFDJ3uXJ', checksum=1910044323, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272053, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542433009.77849 (2018-11-16 21:36:49) with random token: jvrRlapnhWDA9fStKDri', checksum=-1062334479, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272054, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542433028.22766 (2018-11-17 05:37:08) with random token: PeNz4sVhjOofggkKbMVA', checksum=-626965334, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272055, timestamp=1542433033280, timestamp_type=0, key='check_kafka.py-vZNrmwp2yRajOQe7Xi7D', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542433031.97 (Fri Nov 16 21:37:11 2018) with random token 'oaWtqfcY6RFqIGBFcGFR'", checksum=47635543, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272056, timestamp=1542433042620, timestamp_type=0, key='check_kafka.py-NCW12H7tl3q6Gd7fByR9', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542433040.95 (Fri Nov 16 21:37:20 2018) with random token 'yuf11IMwcd6KsWg6pMrO'", checksum=1000998820, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272057, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542433053.87859 (2018-11-16 21:37:33) with random token: 2vm04kEmAHu1EgyQRb0X', checksum=-1724194972, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272058, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542433053.89023 (2018-11-16 21:37:33) with random token: iENHknWjEfxWovJBlq8u', checksum=335027028, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272059, timestamp=1542433111901, timestamp_type=0, key='check_kafka.py-orQQAatw9ES6tBA29mDn', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542433110.76 (Fri Nov 16 21:38:30 2018) with random token 'irmgjV1Iek9xQtqxVGU2'", checksum=-218347312, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272060, timestamp=1542433113072, timestamp_type=0, key='check_kafka.py-iwKgjs6W6JUpuiZYnoqG', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542433112.09 (Fri Nov 16 21:38:32 2018) with random token 'Byjl4FdrYD9ekkuvXSSw'", checksum=2029259226, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272061, timestamp=1542433188949, timestamp_type=0, key='check_kafka.py-DSNZj9QK7ouCKoZhisQK', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542433187.68 (Fri Nov 16 21:39:47 2018) with random token '7ZP3cY1DVCcOkmw8QHVa'", checksum=501651036, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272062, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542433260.30222 (2018-11-17 05:41:00) with random token: xN8Te6Gzs5qLklz2a8UT', checksum=538593975, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272063, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542433260.30304 (2018-11-17 05:41:00) with random token: Dtv0EjF8gYW6NdhMk7Hx', checksum=1870722516, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272064, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542433315.65356 (2018-11-16 21:41:55) with random token: wipQTj3unSo37FLJ4HLh', checksum=-162231653, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272065, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542433327.62985 (2018-11-16 21:42:07) with random token: rrKfxKOaE5DK7Bqu4Zul', checksum=-2088084201, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272066, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542433328.18325 (2018-11-17 05:42:08) with random token: G3tg4MKIxtX83alibV4K', checksum=-399437934, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272067, timestamp=1542433351500, timestamp_type=0, key='check_kafka.py-m2YFChB2NlGjgTQt75An', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542433350.57 (Fri Nov 16 21:42:30 2018) with random token 'huwLnGurXZ301UC9gYaq'", checksum=-1407142024, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272068, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542433374.70795 (2018-11-16 21:42:54) with random token: lDFJDoIGwsukLAgaWmSh', checksum=-1462122131, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272069, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542433374.73156 (2018-11-16 21:42:54) with random token: z4rzRe2q1mvQCmLl6epJ', checksum=-1728597289, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272070, timestamp=1542433436416, timestamp_type=0, key='check_kafka.py-iw7Aw2aX1KMy7m8fxkOE', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542433434.98 (Fri Nov 16 21:43:54 2018) with random token 'OqI2jkmhuc8p4s0C9PMC'", checksum=-1360968543, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272071, timestamp=1542433444730, timestamp_type=0, key='check_kafka.py-GLrXiA4o5Lx0hSezViG8', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542433442.89 (Fri Nov 16 21:44:02 2018) with random token 'lsx4xKWTK4GhJhmQTikY'", checksum=-273334636, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272072, timestamp=1542433520619, timestamp_type=0, key='check_kafka.py-QPFa9LF0iwOJOGbd1cMM', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542433519.0 (Fri Nov 16 21:45:19 2018) with random token 'qp7cWGWTDcVOavgpLvuK'", checksum=26380117, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272073, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542433561.19224 (2018-11-17 05:46:01) with random token: g5rhgROuS0qLRLgm064r', checksum=-1898413958, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272074, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542433561.21937 (2018-11-17 05:46:01) with random token: bKrzh1iCZPHppkYaQvW4', checksum=-1433333534, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272075, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542433628.17715 (2018-11-17 05:47:08) with random token: jkg7w5IBoIC1zglBmet9', checksum=175887861, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272076, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542433635.59152 (2018-11-16 21:47:15) with random token: NdGzOPGtm84Gbtwqfpqk', checksum=-421882710, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272077, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542433642.78684 (2018-11-16 21:47:22) with random token: grVoQNqB2kGPPxSrX4AK', checksum=-499564952, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272078, timestamp=1542433669003, timestamp_type=0, key='check_kafka.py-ZXqFlnX2B0NByI6MwBT7', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542433667.96 (Fri Nov 16 21:47:47 2018) with random token 'b6zQW5xlLYJYAyZtGF68'", checksum=249188363, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272079, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542433689.6173 (2018-11-16 21:48:09) with random token: zsw1Vpzfb6lIoNihznz0', checksum=-32387891, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1272080, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542433689.71082 (2018-11-16 21:48:09) with random token: iQ8TtdE0YHSgUMJJsjQx', checksum=500172277, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272081, timestamp=1542433754591, timestamp_type=0, key='check_kafka.py-9K7GziVpvAtwaV1pa87Z', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542433753.83 (Fri Nov 16 21:49:13 2018) with random token 'Ix6orGySQLkKbbWdE958'", checksum=-2103623197, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272082, timestamp=1542433759661, timestamp_type=0, key='check_kafka.py-hbcRtRrIXoR0KbrhYK5I', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542433758.43 (Fri Nov 16 21:49:18 2018) with random token 'xBrQ5z0RBxzrdqBOaG3q'", checksum=-1790040505, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272083, timestamp=1542433834811, timestamp_type=0, key='check_kafka.py-N89UeFdGJpH7g23up3vC', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542433833.22 (Fri Nov 16 21:50:33 2018) with random token '2NbGUO6WhHQvnPx7i8VI'", checksum=769392433, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272084, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542433860.28218 (2018-11-17 05:51:00) with random token: A1DcdwN0adJwJA71qaTz', checksum=112373324, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272085, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542433860.28196 (2018-11-17 05:51:00) with random token: HQIeDXoYUIONr7RqjCYg', checksum=1993313141, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272086, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542433928.16651 (2018-11-17 05:52:08) with random token: xbrbsfLQR6APUu4fbLHr', checksum=796554363, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272087, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542433958.06586 (2018-11-16 21:52:38) with random token: ofB340hXF5QA6IQ4AySZ', checksum=-1204228878, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272088, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542433966.62637 (2018-11-16 21:52:46) with random token: UNrYsUZFCyNnONY61Rr8', checksum=1744329647, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272089, timestamp=1542433992154, timestamp_type=0, key='check_kafka.py-zs1ZhusHtSnXuBZ2mK8M', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542433990.98 (Fri Nov 16 21:53:10 2018) with random token 'Q4qlebd0E00wgLJUn19q'", checksum=-889032602, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272090, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542434010.13777 (2018-11-16 21:53:30) with random token: MhxrNe4KV3AJd1in9AE8', checksum=-1109059160, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272091, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542434010.1902 (2018-11-16 21:53:30) with random token: XXer5V3KeJC1iFFUnhON', checksum=491679409, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1272092, timestamp=1542434071755, timestamp_type=0, key='check_kafka.py-DAP0QUf0wUU9yWxlxgZv', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542434070.75 (Fri Nov 16 21:54:30 2018) with random token 'ejICV830KeuSzp01CHaJ'", checksum=1707783326, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272093, timestamp=1542434079907, timestamp_type=0, key='check_kafka.py-RRtTWSrvCvLcNJVCK8ft', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542434077.89 (Fri Nov 16 21:54:37 2018) with random token '2GXoX9zhaosf1gfct1dS'", checksum=722946708, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272094, timestamp=1542434146903, timestamp_type=0, key='check_kafka.py-LaHiqrqYNz1fbqQFQnQ1', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542434145.59 (Fri Nov 16 21:55:45 2018) with random token 'gkZ4OnCkxje9jzUF5s7h'", checksum=1073003921, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272095, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542434160.24452 (2018-11-17 05:56:00) with random token: OpFYTrU0pgSMr1omyJPN', checksum=-228483130, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272096, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542434160.24482 (2018-11-17 05:56:00) with random token: upyM4CtQMlrHStK9Gmqb', checksum=-1354984954, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272097, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542434228.13149 (2018-11-17 05:57:08) with random token: iLBgRTsdOduTdh41b8XI', checksum=-833633389, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272098, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542434270.27061 (2018-11-16 21:57:50) with random token: jDjqcGdePMPBpVoywSvu', checksum=1217946870, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272099, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542434278.10649 (2018-11-16 21:57:58) with random token: F4dumvll92j516yRZObO', checksum=127360839, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272100, timestamp=1542434302638, timestamp_type=0, key='check_kafka.py-lmdluIuz5ZLB0CN5f2VI', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542434301.46 (Fri Nov 16 21:58:21 2018) with random token 'JFCERd8ImQoSPLnntgip'", checksum=1589888122, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272101, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542434322.81034 (2018-11-16 21:58:42) with random token: sXJIUFIsJMXctFiQE6IN', checksum=1472080575, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272102, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542434322.81528 (2018-11-16 21:58:42) with random token: 05nRi0A3dACYd4I3Q5Zs', checksum=294125489, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272103, timestamp=1542434381439, timestamp_type=0, key='check_kafka.py-DXzKRunS6rU7ZFGqbruY', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542434380.49 (Fri Nov 16 21:59:40 2018) with random token 'NSW0REynJpGOcvGoCWF7'", checksum=-2121985880, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272104, timestamp=1542434390049, timestamp_type=0, key='check_kafka.py-l2SwDZ9rtKk6NBLfU9pf', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542434388.25 (Fri Nov 16 21:59:48 2018) with random token '6eTZyqADuZcip2zTXItm'", checksum=-356155588, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272105, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542434460.29806 (2018-11-17 06:01:00) with random token: STpOk4GiUU8AqKPPKtJb', checksum=1496189278, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272106, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542434460.28757 (2018-11-17 06:01:00) with random token: 6L9i6rcS7EFqMKJ45oHV', checksum=1529685885, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272107, timestamp=1542434461618, timestamp_type=0, key='check_kafka.py-LHStPFLizWQkmkg4Vyqd', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542434460.91 (Fri Nov 16 22:01:00 2018) with random token '0VP5hrLlr0zi8Us8t8Ca'", checksum=-1306102095, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272108, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542434528.11583 (2018-11-17 06:02:08) with random token: bVoyd9yAK3RaAWcwqigu', checksum=-1861222425, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272109, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542434579.61647 (2018-11-16 22:02:59) with random token: 2XaG74NKZP4cUAyp0SHH', checksum=-261040405, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272110, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542434586.50648 (2018-11-16 22:03:06) with random token: hdDJK9v4ChWpRs7sgd91', checksum=-604412044, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272111, timestamp=1542434611012, timestamp_type=0, key='check_kafka.py-RTnGnWzt3GhUHuz7Ezgh', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542434610.12 (Fri Nov 16 22:03:30 2018) with random token '1aH8vQxm4W4vyRX9NFxw'", checksum=1410212732, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272112, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542434637.66626 (2018-11-16 22:03:57) with random token: dOOAWdYATKSw0XoTtfR9', checksum=-1484448484, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272113, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542434637.78145 (2018-11-16 22:03:57) with random token: XzbYnKdbQbM7F91W48lz', checksum=1321433016, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272114, timestamp=1542434697664, timestamp_type=0, key='check_kafka.py-qrz9sQx2m8IqlbDKkhDt', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542434696.4 (Fri Nov 16 22:04:56 2018) with random token 'Tk6lyxvNQZ5d6Sg5mDfx'", checksum=-2077873917, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272115, timestamp=1542434705154, timestamp_type=0, key='check_kafka.py-HnkZ9eJpUjRoabwrsGFP', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542434702.87 (Fri Nov 16 22:05:02 2018) with random token 'ZbvVKIgF11sqzwwFNlOC'", checksum=-990017970, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272116, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542434760.30258 (2018-11-17 06:06:00) with random token: zVgF8QzOm600v9ksARMZ', checksum=-74518185, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272117, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542434760.30184 (2018-11-17 06:06:00) with random token: Sw0pQUfWyjqZAytbqzhz', checksum=738825885, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272118, timestamp=1542434781500, timestamp_type=0, key='check_kafka.py-3bHNnlSrDYSxuun4v910', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542434780.52 (Fri Nov 16 22:06:20 2018) with random token 'ArlwQQwnbfdoEuIZAPio'", checksum=-455705103, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272119, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542434828.17769 (2018-11-17 06:07:08) with random token: Wx1a5YhH35WNSyVhWswu', checksum=-2021223771, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272120, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542434899.99624 (2018-11-16 22:08:19) with random token: fTq26Sa2BIK4okp1G40E', checksum=1504450059, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272121, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542434907.05907 (2018-11-16 22:08:27) with random token: XKdSBnQqU76GkSUEi3hQ', checksum=368931663, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272122, timestamp=1542434931998, timestamp_type=0, key='check_kafka.py-M9Wgs6dWxvvwMlRA9xcY', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542434931.02 (Fri Nov 16 22:08:51 2018) with random token '7QOjdMj16sY0t9v3fh2D'", checksum=-732616965, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272123, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542434959.28331 (2018-11-16 22:09:19) with random token: rhYy0k15vBNRUqnIGxGb', checksum=-1851857097, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272124, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542434959.33458 (2018-11-16 22:09:19) with random token: tQhuMwisrZzI6OLseuBQ', checksum=-619305447, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272125, timestamp=1542435018855, timestamp_type=0, key='check_kafka.py-g9OuQdgoawlah3WKHg40', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542435017.88 (Fri Nov 16 22:10:17 2018) with random token 'ITyz238lxAtY83Xrq7Lp'", checksum=1644750359, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272126, timestamp=1542435023462, timestamp_type=0, key='check_kafka.py-SklrV3BA1G3BVFojlAJx', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542435022.15 (Fri Nov 16 22:10:22 2018) with random token '5V1ATRDbj916cGkW6f2l'", checksum=-248356223, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272127, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542435060.2739 (2018-11-17 06:11:00) with random token: ElwxQVwu9tkW6SsyXpeI', checksum=658028698, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272128, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542435060.27529 (2018-11-17 06:11:00) with random token: Wp5bBKn8CcaO2DaKPkx4', checksum=2018985767, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272129, timestamp=1542435094735, timestamp_type=0, key='check_kafka.py-7umyCp4XlJISRvFETrgL', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542435093.79 (Fri Nov 16 22:11:33 2018) with random token 'd5tN4LuqEbh7m4K7w9CA'", checksum=2104267229, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272130, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542435128.16301 (2018-11-17 06:12:08) with random token: mtzFuEqeVE8M5zddrvxE', checksum=737473284, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272131, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542435219.34341 (2018-11-16 22:13:39) with random token: fh2Qc0ovM7VYE7viFALg', checksum=1656354244, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272132, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542435225.3267 (2018-11-16 22:13:45) with random token: BRbirdehCpHjwFhWkJj7', checksum=-1364476516, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1272133, timestamp=1542435248361, timestamp_type=0, key='check_kafka.py-jtZr39ZF2Exx2DRiQJeR', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542435247.15 (Fri Nov 16 22:14:07 2018) with random token '6zYlSphIqPQNFNv7yTyW'", checksum=-755731545, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272134, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542435270.01709 (2018-11-16 22:14:30) with random token: gXhjzmlDfzaQdS3Uj8hG', checksum=-1207189864, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272135, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542435270.10122 (2018-11-16 22:14:30) with random token: lqE3GnpT3HTw0LEjSwBP', checksum=1160657790, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272136, timestamp=1542435330184, timestamp_type=0, key='check_kafka.py-PAzIONeGuOoxyfbCfp6q', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542435329.23 (Fri Nov 16 22:15:29 2018) with random token 'TASxLeJgPi3op1rGiqes'", checksum=725195668, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272137, timestamp=1542435331645, timestamp_type=0, key='check_kafka.py-IaWIaEsZudtQRctFu9ZL', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542435330.63 (Fri Nov 16 22:15:30 2018) with random token 'wtIHbRhmcXmk80NTwg8k'", checksum=-1200957074, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272138, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542435360.31954 (2018-11-17 06:16:00) with random token: cWC101VoZ4OCl0gqjN9P', checksum=-1201366742, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272139, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542435360.31605 (2018-11-17 06:16:00) with random token: pfL7pqckuGTPWtqdetkC', checksum=105592974, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272140, timestamp=1542435407604, timestamp_type=0, key='check_kafka.py-EOyuy0Klg3Wk1xYKLrQP', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542435406.32 (Fri Nov 16 22:16:46 2018) with random token 'yYIT3dqOjfLPC4bAEnZT'", checksum=1567464275, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272141, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542435428.13433 (2018-11-17 06:17:08) with random token: AZWutdkIbeOz9IpeuwDc', checksum=564782566, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272142, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542435538.15861 (2018-11-16 22:18:58) with random token: GgR1Emn7IYdErACT3X02', checksum=-268297883, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272143, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542435544.21431 (2018-11-16 22:19:04) with random token: lKmW8ZYTbW8yI7cqCFqG', checksum=-1192918273, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272144, timestamp=1542435571585, timestamp_type=0, key='check_kafka.py-2ctysgNgVxf0xGUsCAR0', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542435570.56 (Fri Nov 16 22:19:30 2018) with random token 'mhvmWPi8Alzag2xsnDJ9'", checksum=-784408169, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272145, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542435592.15142 (2018-11-16 22:19:52) with random token: IlmYsISQlVlRL1HpTE5G', checksum=1679694958, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272146, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542435592.16376 (2018-11-16 22:19:52) with random token: btCy5taLFIfwyNlr3dgJ', checksum=1402861536, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272147, timestamp=1542435659612, timestamp_type=0, key='check_kafka.py-xp6YP1NficjJBzMGscOG', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542435657.91 (Fri Nov 16 22:20:57 2018) with random token 'lqT5auNb197v3qvLEE5o'", checksum=-1361451108, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272148, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542435660.23318 (2018-11-17 06:21:00) with random token: oAeMd2VFofr8HJBHYihs', checksum=1308515726, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272149, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542435660.23071 (2018-11-17 06:21:00) with random token: 5anhYx0kvoeYgC3CTgBk', checksum=-1882359735, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272150, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542435728.12433 (2018-11-17 06:22:08) with random token: HWnLVteko6FzNVwbnvGa', checksum=-1791735824, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272151, timestamp=1542435739570, timestamp_type=0, key='check_kafka.py-mRKrq15QQNpyGhsjDoEk', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542435737.8 (Fri Nov 16 22:22:17 2018) with random token 'oT9UhgrAMzPBQRjoj1Ve'", checksum=2110762607, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272152, timestamp=1542435751390, timestamp_type=0, key='check_kafka.py-AtOftg8AtVFlltL59b74', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542435750.44 (Fri Nov 16 22:22:30 2018) with random token 'J0C5M6Bw1nq36n5CCfAw'", checksum=772106914, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272153, timestamp=1542435751912, timestamp_type=0, key='check_kafka.py-eRNZ8tvtQNzV6eOTKLIy', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542435750.71 (Fri Nov 16 22:22:30 2018) with random token 'mCJ569S11gpvcD2IGOwi'", checksum=-1196917281, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272154, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542435858.28653 (2018-11-16 22:24:18) with random token: 0w59vBV36nRYe8Zk26dC', checksum=-1915540675, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272155, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542435863.4812 (2018-11-16 22:24:23) with random token: 3YlxirVsUvS8dxqFmibL', checksum=1980764993, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1272156, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542435911.93146 (2018-11-16 22:25:11) with random token: f55o2jczf1zEirsr12k9', checksum=1782680076, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272157, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542435912.04482 (2018-11-16 22:25:12) with random token: h8Ija7W5SvxNoJ1gnEPN', checksum=-1369314885, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272158, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542435960.20351 (2018-11-17 06:26:00) with random token: VvH0ePoT1c6PM1lT16xF', checksum=-249406183, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272159, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542435960.20374 (2018-11-17 06:26:00) with random token: iKUPvFfrSND9EZP0pWrA', checksum=56384383, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272160, timestamp=1542435975701, timestamp_type=0, key='check_kafka.py-Phezh05jjQwmKMJP6u1i', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542435974.8 (Fri Nov 16 22:26:14 2018) with random token 'CICzZE9zxjtJuL99mPOu'", checksum=-1103291768, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272161, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542436028.34599 (2018-11-17 06:27:08) with random token: k3oMYpiDK7F6AjGWAUEC', checksum=1857962264, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272162, timestamp=1542436052589, timestamp_type=0, key='check_kafka.py-TR0mBitc4PmmBGEN3Y2G', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542436051.64 (Fri Nov 16 22:27:31 2018) with random token '18KI4Zfr0iE0mDA5mMr8'", checksum=1161942034, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272163, timestamp=1542436066789, timestamp_type=0, key='check_kafka.py-66D5Vqh1lzMpAmoDGHgN', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542436065.62 (Fri Nov 16 22:27:45 2018) with random token '1SSqh9gtZsCO6eaEdu8c'", checksum=-790018515, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272164, timestamp=1542436067008, timestamp_type=0, key='check_kafka.py-dxIUTrFWSltKOLQQ0Fb1', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542436065.8 (Fri Nov 16 22:27:45 2018) with random token 'i4gGlJbPdxC2mkseUbZf'", checksum=-1108968729, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272165, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542436181.80587 (2018-11-16 22:29:41) with random token: FKfu2cQ71VkKue6P6iZe', checksum=1354561553, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272166, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542436186.45698 (2018-11-16 22:29:46) with random token: FjhvwEulZPvilsSe34rL', checksum=1691666165, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272167, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542436238.1727 (2018-11-16 22:30:38) with random token: gIOILWD6vNFUV9VsI7wS', checksum=-1601069793, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1272168, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542436238.25755 (2018-11-16 22:30:38) with random token: O4hCrOwtx59ytbSR6yCu', checksum=1036526071, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272169, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542436260.27117 (2018-11-17 06:31:00) with random token: YiHYDIFdMC563cRxEj1U', checksum=-1649229239, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272170, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542436260.26887 (2018-11-17 06:31:00) with random token: ScyaEWFTjF2LlZvD0TRA', checksum=965392069, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272171, timestamp=1542436297647, timestamp_type=0, key='check_kafka.py-qZXnGW4N5y6ZA4Whz3j5', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542436296.92 (Fri Nov 16 22:31:36 2018) with random token 'sGc6GzS3OO5ajrK010EU'", checksum=161160306, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272172, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542436328.28866 (2018-11-17 06:32:08) with random token: agOERhxxSO2xFkl3zQ9h', checksum=1429009682, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272173, timestamp=1542436366908, timestamp_type=0, key='check_kafka.py-RDpz4GxxghCcgN5eqvJ5', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542436366.03 (Fri Nov 16 22:32:46 2018) with random token 'BeW3LrFJDVgoocivRwfy'", checksum=670773743, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272174, timestamp=1542436381811, timestamp_type=0, key='check_kafka.py-8v4P1agX5gnnKzYdiLwN', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542436380.7 (Fri Nov 16 22:33:00 2018) with random token 'NI0lp2xBUOvrYmaBUPPR'", checksum=1839440776, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272175, timestamp=1542436382451, timestamp_type=0, key='check_kafka.py-tBwrBOYuJ352RdUBb7fB', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542436381.11 (Fri Nov 16 22:33:01 2018) with random token 'E2PDESssJDS6IEZ7BnYc'", checksum=1228845403, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272176, timestamp=1542436444200, timestamp_type=0, key='check_kafka.py-2bx34ud0l8J5XT3zsxJH', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542436442.36 (Fri Nov 16 22:34:02 2018) with random token 'pXvkV831Vc3OPKpDfgrZ'", checksum=-1393434127, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272177, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542436490.96773 (2018-11-16 22:34:50) with random token: zZMV1ze4J44lZszX7yKq', checksum=1403621114, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272178, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542436494.99159 (2018-11-16 22:34:54) with random token: wYwQP68Q4bpeKaDHaQ9p', checksum=1635373019, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272179, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542436543.54092 (2018-11-16 22:35:43) with random token: AKSKOE1Hj24UL8KaJeBq', checksum=1876936168, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272180, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542436543.89112 (2018-11-16 22:35:43) with random token: fkIVDX7mJ4CX9pqVGL5Z', checksum=-676744665, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272181, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542436560.38607 (2018-11-17 06:36:00) with random token: GdQm8LyVM306R5HHo90L', checksum=7581508, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272182, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542436560.38613 (2018-11-17 06:36:00) with random token: IYudgKdHjctDoQlzYsVY', checksum=-177884493, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272183, timestamp=1542436606020, timestamp_type=0, key='check_kafka.py-XNNDm88eWQUeMtZ5IKzC', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542436605.22 (Fri Nov 16 22:36:45 2018) with random token 'UlArsLXxQ7r5Tgz3jhaX'", checksum=1934465091, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272184, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542436628.27355 (2018-11-17 06:37:08) with random token: dQQAMRJKolzasq0Oj8Fj', checksum=1204741635, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272185, timestamp=1542436691476, timestamp_type=0, key='check_kafka.py-nWhFXftN11ol74dluwhL', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542436690.25 (Fri Nov 16 22:38:10 2018) with random token 'oRGabclFio8BrY8tBvjY'", checksum=-1720249521, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272186, timestamp=1542436692604, timestamp_type=0, key='check_kafka.py-CT82bw8bF32zg2DxB9qN', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542436691.59 (Fri Nov 16 22:38:11 2018) with random token '8MvL0zQyNFLHSXtjQmaf'", checksum=15493286, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272187, timestamp=1542436755585, timestamp_type=0, key='check_kafka.py-ccyEF8JFfF5BNZ39OZlq', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542436754.24 (Fri Nov 16 22:39:14 2018) with random token 'YmOBEKomhcg472pVWabF'", checksum=-1364656030, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272188, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542436800.02188 (2018-11-16 22:40:00) with random token: ReqVZEU6bLqlfl7dwMtu', checksum=-103331033, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272189, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542436805.23847 (2018-11-16 22:40:05) with random token: TK62H4gZcUCPEnZ05OVy', checksum=-1558185608, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272190, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542436852.54359 (2018-11-16 22:40:52) with random token: fVKlr6z1B00AqCGSeJVW', checksum=-743740259, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272191, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542436852.62962 (2018-11-16 22:40:52) with random token: aPwEEXLvuPz5C8sS1Err', checksum=-1628909183, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272192, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542436860.20978 (2018-11-17 06:41:00) with random token: ts274yrHWaXTZ3rAbmc6', checksum=837322770, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272193, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542436860.2064 (2018-11-17 06:41:00) with random token: kOuC17vSfkGVhmYxD3wB', checksum=1916552340, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272194, timestamp=1542436914494, timestamp_type=0, key='check_kafka.py-xyhivhm8RlxLPbqqXvm5', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542436913.66 (Fri Nov 16 22:41:53 2018) with random token '2Z4H4Fr20jWEjLnLbTpC'", checksum=1275902641, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272195, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542436928.34411 (2018-11-17 06:42:08) with random token: Z5YHTdZqgc1t7EZE5mG4', checksum=-159995790, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272196, timestamp=1542437010448, timestamp_type=0, key='check_kafka.py-h9li8euqngfJcGdd8XOI', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542437009.15 (Fri Nov 16 22:43:29 2018) with random token '0cbdM9aPCphzVziQmgKD'", checksum=985604739, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272197, timestamp=1542437010515, timestamp_type=0, key='check_kafka.py-NECv4xaMI2IBJ6bOaKur', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542437009.07 (Fri Nov 16 22:43:29 2018) with random token 'TJUL2qbHJFLaFv34HZS4'", checksum=-1337294357, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272198, timestamp=1542437072685, timestamp_type=0, key='check_kafka.py-PIH7vdXDDp7HGGmjWTq4', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542437071.2 (Fri Nov 16 22:44:31 2018) with random token 'D6aYEN9O87kQ6htst8MK'", checksum=-1832138525, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272199, timestamp=1542437089445, timestamp_type=0, key='check_kafka.py-NI8CKqAyFZ7dGbauqQph', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542437088.55 (Fri Nov 16 22:44:48 2018) with random token 'XOUaPSt66GwVtkdOOhDL'", checksum=-887558675, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272200, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542437127.26714 (2018-11-16 22:45:27) with random token: 2GRdWXSgMDybdwFNGxMa', checksum=-808670144, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272201, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542437161.1238 (2018-11-17 06:46:01) with random token: InmfjkDJf5Sdey0v6cti', checksum=-1258457560, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272202, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542437161.1328 (2018-11-17 06:46:01) with random token: iLejdRjlO51IWguufVPt', checksum=1323282791, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272203, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542437172.99647 (2018-11-16 22:46:12) with random token: O8Dl3IZplO7x7gvKUrua', checksum=-1912735066, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272204, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542437173.4002 (2018-11-16 22:46:13) with random token: VaCK2E8Qu3mgEnl7F5Ft', checksum=-1552971029, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1272205, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542437204.07359 (2018-11-16 22:46:44) with random token: LtK49YC4sGzkPi63TAVd', checksum=-1254597781, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272206, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542437228.1407 (2018-11-17 06:47:08) with random token: ysh6pjuDlR9ZmeRmRyfw', checksum=-1863392275, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272207, timestamp=1542437234241, timestamp_type=0, key='check_kafka.py-EpoENkXMC95x37CEPu9Q', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542437233.51 (Fri Nov 16 22:47:13 2018) with random token 'QfDah3dyFP7tNLYd8HQh'", checksum=-512453085, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272208, timestamp=1542437321287, timestamp_type=0, key='check_kafka.py-IMZAXrCx1oiqyEFuYfub', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542437320.44 (Fri Nov 16 22:48:40 2018) with random token 'H49Y6vKhpZfTxQuLTrfg'", checksum=-1208401776, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272209, timestamp=1542437384690, timestamp_type=0, key='check_kafka.py-EhPripSXsBZwCOrydevv', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542437382.84 (Fri Nov 16 22:49:42 2018) with random token 'nEnor7HUihGQ0BLAiQfV'", checksum=-1118340246, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272210, timestamp=1542437397175, timestamp_type=0, key='check_kafka.py-CY38gFrV6j7rjJHnWXvl', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542437396.47 (Fri Nov 16 22:49:56 2018) with random token 'vQ20Zmruf7FPkWcq5Dgm'", checksum=1693670066, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272211, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542437437.11611 (2018-11-16 22:50:37) with random token: xlMuDXr6EZShLwlTBIn4', checksum=40988235, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272212, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542437460.3601 (2018-11-17 06:51:00) with random token: i5M8TZvEt5v7KIYXLVcm', checksum=2032689421, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272213, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542437460.35339 (2018-11-17 06:51:00) with random token: KpSsxKz7u0MJaHXRSR0H', checksum=939629328, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272214, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542437484.94442 (2018-11-16 22:51:24) with random token: OtQbj3sRsmTLbZQkDexK', checksum=-335333869, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272215, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542437485.09306 (2018-11-16 22:51:25) with random token: KNM0YXgbqoLXWFSANDqx', checksum=-1144805387, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272216, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542437515.58909 (2018-11-16 22:51:55) with random token: zPmWJKUPJQmXcwzDi7kJ', checksum=1623618182, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272217, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542437528.24596 (2018-11-17 06:52:08) with random token: 3vZNdbXbCxyR8CoFDrFm', checksum=-1706651723, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272218, timestamp=1542437546035, timestamp_type=0, key='check_kafka.py-BTCHaxmU9LeJi4RMBKk3', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542437545.03 (Fri Nov 16 22:52:25 2018) with random token 'LR4bFsTipuyhvpZBE6G8'", checksum=12763305, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272219, timestamp=1542437636963, timestamp_type=0, key='check_kafka.py-jSDDh0i6ngj0Ha0iLH2K', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542437636.08 (Fri Nov 16 22:53:56 2018) with random token '0XONNzPh6pEX2IpmfKo6'", checksum=1099545904, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272220, timestamp=1542437699057, timestamp_type=0, key='check_kafka.py-gZH4VDvNtdPIJhhHq7LE', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542437697.07 (Fri Nov 16 22:54:57 2018) with random token 'yh5Qj0CUS21ynnwSYSGJ'", checksum=-216319622, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272221, timestamp=1542437716807, timestamp_type=0, key='check_kafka.py-98oepHLHxjjd30lmbnHU', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542437715.53 (Fri Nov 16 22:55:15 2018) with random token 'y6KvAJHyuRQXOqhJiOkr'", checksum=-1978156134, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272222, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542437753.48463 (2018-11-16 22:55:53) with random token: pkSVKfFvZB6AI4zhZkKa', checksum=-124461369, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272223, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542437760.30416 (2018-11-17 06:56:00) with random token: sQZLAFiKpg7xtq8MtmDN', checksum=-1786538226, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272224, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542437760.30121 (2018-11-17 06:56:00) with random token: PA2hGudE2kqUyfxeMgYr', checksum=807354360, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272225, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542437794.21677 (2018-11-16 22:56:34) with random token: mespALorcl8s6LLu52PK', checksum=1075532447, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272226, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542437794.46655 (2018-11-16 22:56:34) with random token: XD0L8zXPYViGMlBG9Rxq', checksum=-514904676, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272227, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542437826.402 (2018-11-16 22:57:06) with random token: r2aO16NiNEcrCUDRCbkz', checksum=649795236, serialized_key_size=1, serialized_value_size=169), ConsumerRecord(topic=u'nagios', partition=0, offset=1272228, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542437828.18688 (2018-11-17 06:57:08) with random token: 97gCps3LTsSXIOgr8Pwj', checksum=-906044, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272229, timestamp=1542437855941, timestamp_type=0, key='check_kafka.py-I9fySpO2eiEx0f1UaVaO', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542437854.91 (Fri Nov 16 22:57:34 2018) with random token 'LR8B4FTzNpl00rJykN0j'", checksum=-626498627, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272230, timestamp=1542437942439, timestamp_type=0, key='check_kafka.py-VTXT6VuGwQ52d1UFlbVh', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542437941.56 (Fri Nov 16 22:59:01 2018) with random token 'UAmaKsUjfKnGmFGosc5K'", checksum=-758601868, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272231, timestamp=1542438028898, timestamp_type=0, key='check_kafka.py-lmHMSOxv0p9RDoNjLjPb', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542438027.91 (Fri Nov 16 23:00:27 2018) with random token '0ConInpHwdwdammx0OV9'", checksum=587628979, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272232, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542438060.32361 (2018-11-17 07:01:00) with random token: AwqX7QZ38FyCoPKwYmAs', checksum=860533890, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272233, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542438060.33414 (2018-11-17 07:01:00) with random token: Auqt3Drml7USk2Xb9blH', checksum=271629172, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272234, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542438066.13644 (2018-11-16 23:01:06) with random token: 1LWDSd7z7PW5vd6XNZtM', checksum=362562817, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272235, timestamp=1542438074862, timestamp_type=0, key='check_kafka.py-RtTAKDTnv0vIjGyRAV1Z', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542438073.6 (Fri Nov 16 23:01:13 2018) with random token 'zbbfzTKGlwuY50iIovKb'", checksum=838534612, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272236, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542438104.72654 (2018-11-16 23:01:44) with random token: b5m4vvFUAliHs99VrFMo', checksum=-1506864079, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272237, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542438104.82751 (2018-11-16 23:01:44) with random token: Mh7r57t0atnXPiLaAaor', checksum=1363128008, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272238, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542438128.13341 (2018-11-17 07:02:08) with random token: ZxvY6F8MoKikeZHyYH1w', checksum=510505279, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272239, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542438139.29926 (2018-11-16 23:02:19) with random token: C66TnyjGvUGwwt48K1It', checksum=1263858289, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272240, timestamp=1542438165580, timestamp_type=0, key='check_kafka.py-xBff7McryuBULXPn4Aos', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542438164.48 (Fri Nov 16 23:02:44 2018) with random token 'pOd9HOeigsWdywIicc3o'", checksum=-1758288930, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272241, timestamp=1542438345860, timestamp_type=0, key='check_kafka.py-iYhMLYwZ4eSK76oNjdyI', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542438338.86 (Fri Nov 16 23:05:38 2018) with random token 'ECKcwKlrkpEWS6q5LSiu'", checksum=46087438, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272242, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542438360.191 (2018-11-17 07:06:00) with random token: E5KlCuMasksfBgOTkD6C', checksum=500230119, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1272243, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542438360.19278 (2018-11-17 07:06:00) with random token: E8nrJzTTkh6b5938DioH', checksum=-176884406, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272244, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542438375.99742 (2018-11-16 23:06:15) with random token: rEzW5fPNO3nBv13wCYrf', checksum=-2028014980, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272245, timestamp=1542438382932, timestamp_type=0, key='check_kafka.py-KzrZde4R3yB3TpThlBjv', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542438381.62 (Fri Nov 16 23:06:21 2018) with random token 'Oq73oSMg9YxI3nx8zLLC'", checksum=803983695, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272246, timestamp=1542438399426, timestamp_type=0, key='check_kafka.py-ucO53uTaVjFoI1O0MOH7', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542438398.43 (Fri Nov 16 23:06:38 2018) with random token 'CaMSJGwT8YLKHCxi8anm'", checksum=1426044679, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272247, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542438417.04944 (2018-11-16 23:06:57) with random token: IvCKF1GJZqVSrhTM3rvM', checksum=-1024656076, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272248, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542438417.24055 (2018-11-16 23:06:57) with random token: PFQZHgrA15uIJmdxtWod', checksum=2028915007, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272249, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542438428.32983 (2018-11-17 07:07:08) with random token: nKztzhRZxGOYg4vxGehl', checksum=877831268, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272250, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542438451.75539 (2018-11-16 23:07:31) with random token: bu0YesmQSfyMhV4poqD0', checksum=534303226, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272251, timestamp=1542438478903, timestamp_type=0, key='check_kafka.py-fcaQIc1sEnmGc1OONLD3', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542438478.01 (Fri Nov 16 23:07:58 2018) with random token 'SKD00Bs5unW86F36wmL0'", checksum=-1710498022, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272252, timestamp=1542438651043, timestamp_type=0, key='check_kafka.py-e0hdIhftlrjoJBUHE58I', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542438650.41 (Fri Nov 16 23:10:50 2018) with random token 'JqFRxe3VRpmw5zeEMjkh'", checksum=1799017578, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272253, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542438660.16479 (2018-11-17 07:11:00) with random token: xWvyNfDBAOgXv4xTEzAI', checksum=1749294156, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272254, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542438660.16257 (2018-11-17 07:11:00) with random token: hQoAdwMpjaO3jeVyaglU', checksum=-266508969, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272255, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542438687.60926 (2018-11-16 23:11:27) with random token: HKJ3TTpDJcljYRkOqQnW', checksum=-1027535173, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272256, timestamp=1542438697476, timestamp_type=0, key='check_kafka.py-oP4SsBPmYnXh3wshx4Kt', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542438695.82 (Fri Nov 16 23:11:35 2018) with random token 'VGgGX6ihGLSdOE3xb5We'", checksum=852971689, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272257, timestamp=1542438712804, timestamp_type=0, key='check_kafka.py-opxIJjqWIH7ExhSoSXZU', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542438711.45 (Fri Nov 16 23:11:51 2018) with random token 'fx1AApXqFmU6ISoep0dw'", checksum=-763396389, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272258, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542438728.3031 (2018-11-17 07:12:08) with random token: iUhSS0yyhduVbFfeFf6A', checksum=668603176, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272259, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542438729.8416 (2018-11-16 23:12:09) with random token: 3A0SpOg6XrZ2W2Zkrp6H', checksum=-689512208, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1272260, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542438729.86412 (2018-11-16 23:12:09) with random token: P2Pz4gibb0lrkbRCjH6T', checksum=363379587, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272261, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542438763.54929 (2018-11-16 23:12:43) with random token: hcKqtccEPjcfi326jPxs', checksum=1884563609, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272262, timestamp=1542438788955, timestamp_type=0, key='check_kafka.py-tQZmnv5ndOSi4bAo5SM3', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542438788.03 (Fri Nov 16 23:13:08 2018) with random token 'JOUV2F6aBlxsycAucsAC'", checksum=-1839773111, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272263, timestamp=1542438956610, timestamp_type=0, key='check_kafka.py-4MAxMZayS9G1lKgT2MkJ', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542438955.67 (Fri Nov 16 23:15:55 2018) with random token '6aJdsOcg4mFbaxruLpeh'", checksum=-871829072, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272264, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542438960.41381 (2018-11-17 07:16:00) with random token: rNX3mGh6KRbfXtjD85k2', checksum=1309394338, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272265, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542438960.40253 (2018-11-17 07:16:00) with random token: 8ZzqlobSjvBlbA0OKr8c', checksum=-504954529, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272266, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542438993.0701 (2018-11-16 23:16:33) with random token: oMzFv1uj2c4BFpcDZWAd', checksum=753444402, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1272267, timestamp=1542439002703, timestamp_type=0, key='check_kafka.py-4xDqbacDQ1uiT3iauc8T', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542439001.31 (Fri Nov 16 23:16:41 2018) with random token 'BySzXyF9yJnRCyy3vqho'", checksum=205156999, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272268, timestamp=1542439019064, timestamp_type=0, key='check_kafka.py-Z0JuCkMNUd3HZclYuEEC', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542439017.54 (Fri Nov 16 23:16:57 2018) with random token '8UbW3efHJDzXPymFinoQ'", checksum=475709054, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272269, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542439028.22756 (2018-11-17 07:17:08) with random token: nsLVfwx8bVudDlc2AmK7', checksum=-1766544033, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272270, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542439034.48411 (2018-11-16 23:17:14) with random token: StdomNGx0Lv1jNWHf1Zw', checksum=1591309500, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272271, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542439034.5283 (2018-11-16 23:17:14) with random token: ROTZ3GBzZjGm82uidN8S', checksum=6272351, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1272272, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542439067.39934 (2018-11-16 23:17:47) with random token: dNtxlb02kP3Pl7gw9WoO', checksum=-256355426, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272273, timestamp=1542439094965, timestamp_type=0, key='check_kafka.py-7SlN1Fcer4LwTYgawSJO', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542439094.16 (Fri Nov 16 23:18:14 2018) with random token 'jsT4vGelYLbBLRA9oq93'", checksum=-1873129265, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272274, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542439260.29305 (2018-11-17 07:21:00) with random token: Wji3fWVpk5xHVbehdsMz', checksum=1589056479, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272275, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542439260.2974 (2018-11-17 07:21:00) with random token: G2tyiMmUbAhhHihMAwI7', checksum=-608846140, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272276, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542439303.85158 (2018-11-16 23:21:43) with random token: A1vDs0jCjVL62XmWoRFo', checksum=1238675577, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272277, timestamp=1542439311983, timestamp_type=0, key='check_kafka.py-0k5pB24oNvHwx7zLFz18', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542439310.82 (Fri Nov 16 23:21:50 2018) with random token 'G1GMK76PcuVWVhIpc7h3'", checksum=1244045644, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272278, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542439328.18655 (2018-11-17 07:22:08) with random token: OnddnSacuhJYa9LhhPZC', checksum=825174778, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272279, timestamp=1542439343482, timestamp_type=0, key='check_kafka.py-60SVaXBOGyauGJrTJQc7', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542439341.93 (Fri Nov 16 23:22:21 2018) with random token '1iyng7YS2aGqyYivE73z'", checksum=1010895162, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272280, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542439348.8774 (2018-11-16 23:22:28) with random token: gXkEuIHXSf3L3jkB6fu1', checksum=-5498940, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1272281, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542439349.05751 (2018-11-16 23:22:29) with random token: 5AA2EJ6y8cbuVQLAI6wc', checksum=1086699439, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272282, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542439378.55832 (2018-11-16 23:22:58) with random token: lP820lplVjC8Ubt1UNrq', checksum=-1284592940, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272283, timestamp=1542439399542, timestamp_type=0, key='check_kafka.py-BVHfennzsFB0Sgf8hEM5', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542439398.31 (Fri Nov 16 23:23:18 2018) with random token 'gjVbdMJi4XNCsTfiWHhz'", checksum=-1397305650, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272284, timestamp=1542439406982, timestamp_type=0, key='check_kafka.py-peqX5r1cKH6juKBfCHoe', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542439406.12 (Fri Nov 16 23:23:26 2018) with random token '5UyYG8HxBEP8z8zBMI6S'", checksum=600368258, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272285, timestamp=1542439469666, timestamp_type=0, key='check_kafka.py-tZ9KU9BDpKkoXRzgn8d0', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542439468.75 (Fri Nov 16 23:24:28 2018) with random token 'zDLJUNjXweDbHjaOQbE8'", checksum=-1133700065, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272286, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542439560.27113 (2018-11-17 07:26:00) with random token: SNw65v0eQ641hEzbCbwH', checksum=-691484928, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272287, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542439560.27088 (2018-11-17 07:26:00) with random token: 4pGzmgddaSgBOgcZ4eOI', checksum=812017432, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272288, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542439615.06933 (2018-11-16 23:26:55) with random token: ny5EFJgjDrSef4yEjexn', checksum=-1342256474, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272289, timestamp=1542439623428, timestamp_type=0, key='check_kafka.py-Gflw3RI57MnDXueoTHcM', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542439621.77 (Fri Nov 16 23:27:01 2018) with random token 'qFBNFn5yWMIFaj78T8la'", checksum=-1182747343, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272290, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542439628.14945 (2018-11-17 07:27:08) with random token: DXDcwIX44WtaqPOShtG7', checksum=347139701, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272291, timestamp=1542439653851, timestamp_type=0, key='check_kafka.py-MHaQWtomfeImY4Vk1zxD', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542439652.59 (Fri Nov 16 23:27:32 2018) with random token '13IGlwppDbKOElnvybku'", checksum=320174840, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272292, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542439659.67426 (2018-11-16 23:27:39) with random token: AYzjyngZvLWoEzwGiYkx', checksum=1245409622, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272293, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542439659.78182 (2018-11-16 23:27:39) with random token: vVfacOcvQDN1STpoP5tb', checksum=-1657310939, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272294, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542439693.01643 (2018-11-16 23:28:13) with random token: MOH0QOTf06fUgvpRBFVk', checksum=1720318896, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272295, timestamp=1542439720211, timestamp_type=0, key='check_kafka.py-H6MKeXXHuDemqRugVJ22', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542439719.56 (Fri Nov 16 23:28:39 2018) with random token '57UBAlLh2BM3VR0cmuBj'", checksum=-224095362, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272296, timestamp=1542439787189, timestamp_type=0, key='check_kafka.py-gxZ28XiXIJyke5HWxCHn', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542439786.01 (Fri Nov 16 23:29:46 2018) with random token 'fyH1naq12PsmO5erwkI7'", checksum=1031842883, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272297, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542439860.23215 (2018-11-17 07:31:00) with random token: BzXHGxx0boQv1kRM6KEz', checksum=1383395664, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272298, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542439860.32242 (2018-11-17 07:31:00) with random token: 443oEGMfovuY33iOI5Wg', checksum=1604489095, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272299, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542439928.35639 (2018-11-17 07:32:08) with random token: vU6Kv0hLkhZPxuZIJrnT', checksum=1131966569, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272300, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542439929.34514 (2018-11-16 23:32:09) with random token: tF1n6FrTFVvjxJcH0l8Y', checksum=-1671557747, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272301, timestamp=1542439937017, timestamp_type=0, key='check_kafka.py-UAwAbFNauwFubDZzLWqf', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542439935.44 (Fri Nov 16 23:32:15 2018) with random token 'GHLekQBxfm0UoZFAp1FL'", checksum=-103533796, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272302, timestamp=1542439971295, timestamp_type=0, key='check_kafka.py-oD71qq6co4oCRPx5hmiR', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542439970.36 (Fri Nov 16 23:32:50 2018) with random token 'VdS8WRZ3c6BDaIuS5uvy'", checksum=510311667, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272303, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542439975.6904 (2018-11-16 23:32:55) with random token: xGHFdM8TbXc3pRIapNGM', checksum=-1046776863, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1272304, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542439975.81253 (2018-11-16 23:32:55) with random token: rVVpl5iTl14VSR2YNkUq', checksum=-1079908113, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272305, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542440009.40987 (2018-11-16 23:33:29) with random token: 2ojCedXmMpCFPU2WLyWr', checksum=281751289, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272306, timestamp=1542440035070, timestamp_type=0, key='check_kafka.py-qeBOWb5VTs16vvWc8DZd', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542440034.2 (Fri Nov 16 23:33:54 2018) with random token 'jcKjIgZEbCjNHpIqloUe'", checksum=670752445, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272307, timestamp=1542440102824, timestamp_type=0, key='check_kafka.py-PZ16CgYW03VlVgCzgHPe', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542440101.33 (Fri Nov 16 23:35:01 2018) with random token 'NaVBpJuk9YpsL1hkaSxw'", checksum=1555765706, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272308, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542440160.17251 (2018-11-17 07:36:00) with random token: vQcfhd7C2waNuUd99XWt', checksum=-369590453, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272309, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542440160.17483 (2018-11-17 07:36:00) with random token: PId6S5f4VLqXYZL1t2aE', checksum=-514717431, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272310, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542440228.31596 (2018-11-17 07:37:08) with random token: RWW2euXD3GJHVtIh9tJg', checksum=292719721, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272311, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542440244.03104 (2018-11-16 23:37:24) with random token: wmq9a4sepkLmLyXi1QfF', checksum=6727447, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272312, timestamp=1542440253166, timestamp_type=0, key='check_kafka.py-c58eZhgffOQ6DuKhWLxd', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542440251.81 (Fri Nov 16 23:37:31 2018) with random token '4K0C8xFrgj6CmnUOyc3S'", checksum=-1033662914, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272313, timestamp=1542440285902, timestamp_type=0, key='check_kafka.py-Lgmt7MbqZMXYH8Oc1oMF', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542440284.97 (Fri Nov 16 23:38:04 2018) with random token 'L4BZ20u9yQxKiP5V445N'", checksum=1036542131, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272314, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542440288.16824 (2018-11-16 23:38:08) with random token: VR8nDMxE2IKKx1cqikvH', checksum=-122145874, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272315, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542440288.27331 (2018-11-16 23:38:08) with random token: qmhSasI1cAVatrfZcU58', checksum=-648164019, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272316, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542440322.76328 (2018-11-16 23:38:42) with random token: XhYc4TXAyfInVDP8G9P2', checksum=-1969288980, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272317, timestamp=1542440349869, timestamp_type=0, key='check_kafka.py-WrEYiHhUvOrzWLtFpr4X', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542440348.94 (Fri Nov 16 23:39:08 2018) with random token 'ZELV1TZchj2XUknl6lEq'", checksum=-2052516276, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272318, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542440460.40996 (2018-11-17 07:41:00) with random token: D8kWAAMAiq6UWWDpdptQ', checksum=708930032, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272319, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542440460.41125 (2018-11-17 07:41:00) with random token: 5FRIPF5EPwIhSvvWzmvD', checksum=1659182381, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272320, timestamp=1542440492455, timestamp_type=0, key='check_kafka.py-XSCoqCn9CUcq6DVW1zKw', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542440491.17 (Fri Nov 16 23:41:31 2018) with random token 'PXSPLstueVBbU62pnhF4'", checksum=-368228044, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272321, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542440528.28645 (2018-11-17 07:42:08) with random token: vDvIREvvaSn601RgaP5i', checksum=-1408094133, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272322, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542440564.22467 (2018-11-16 23:42:44) with random token: vmo2J5jl5NiJKAUIoBT3', checksum=801509675, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272323, timestamp=1542440570769, timestamp_type=0, key='check_kafka.py-tXh6shlCTRRX826GhACp', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542440569.58 (Fri Nov 16 23:42:49 2018) with random token '8P6R3794mkKV7HNQ6Ks9'", checksum=-1022675076, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272324, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542440608.17721 (2018-11-16 23:43:28) with random token: mTT82SJC0ga6YDFHiQMQ', checksum=226114015, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272325, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542440608.34206 (2018-11-16 23:43:28) with random token: mtg5jlWWNQlZWmYvjoBH', checksum=1079649478, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272326, timestamp=1542440608660, timestamp_type=0, key='check_kafka.py-zUlcWQ3xgVXlPZvO5oNk', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542440607.67 (Fri Nov 16 23:43:27 2018) with random token 'ukgdpZAHaO4iZy8l0liQ'", checksum=921229381, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272327, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542440646.69993 (2018-11-16 23:44:06) with random token: NYiyHVoGx8WpswjwTGvw', checksum=1734123934, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272328, timestamp=1542440676246, timestamp_type=0, key='check_kafka.py-O62D9LjePJ9adBKWOYDC', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542440670.36 (Fri Nov 16 23:44:30 2018) with random token 'MODSuwupP6cN4PC8kwYj'", checksum=1865845733, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272329, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542440761.27681 (2018-11-17 07:46:01) with random token: agK6ZkLB93jADxHQKC2O', checksum=1399588169, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272330, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542440761.27785 (2018-11-17 07:46:01) with random token: xi5sssXLniixfXZJ2iI3', checksum=1539649499, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272331, timestamp=1542440811693, timestamp_type=0, key='check_kafka.py-UfEPbjdbg4D0QefGbNCR', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542440810.78 (Fri Nov 16 23:46:50 2018) with random token 'ed1ctpQfQLZQEwwL9sje'", checksum=624349118, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272332, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542440828.24005 (2018-11-17 07:47:08) with random token: 49aLWHN97VIT3TXMOaTy', checksum=-1074323594, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272333, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542440878.35675 (2018-11-16 23:47:58) with random token: AM8p9YJfwUy8WzWBghnq', checksum=-928803279, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272334, timestamp=1542440887986, timestamp_type=0, key='check_kafka.py-icYJCtsor6FmrezVPrIJ', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542440886.79 (Fri Nov 16 23:48:06 2018) with random token 'roEUuISxcb1KPqnqTt50'", checksum=-1029345366, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272335, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542440925.53085 (2018-11-16 23:48:45) with random token: JeI59VYNKWqdN1sxQ0be', checksum=1237933556, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272336, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542440925.83177 (2018-11-16 23:48:45) with random token: 7wcfryBpzp5Zu1SNJZGJ', checksum=-1609534562, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272337, timestamp=1542440926445, timestamp_type=0, key='check_kafka.py-ROeEzQRhjYDU7CHieJSh', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542440924.91 (Fri Nov 16 23:48:44 2018) with random token '5p3TzyKKhxfdGyzDY3Tn'", checksum=125254568, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272338, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542440966.31991 (2018-11-16 23:49:26) with random token: K6rXomchD6YzlWtdg66w', checksum=-1719781047, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272339, timestamp=1542440993622, timestamp_type=0, key='check_kafka.py-5JiUQNrGyEaQMQ3Yr9UR', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542440992.84 (Fri Nov 16 23:49:52 2018) with random token 'mnaKsQezenQJ3lThl0yH'", checksum=-1773423538, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272340, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542441060.29801 (2018-11-17 07:51:00) with random token: a9LY5eckfpUWqEIHqbGZ', checksum=-781120723, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272341, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542441060.29825 (2018-11-17 07:51:00) with random token: s1B9uLRm1nWenydjculX', checksum=-2088792218, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272342, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542441128.18852 (2018-11-17 07:52:08) with random token: Uz0byjIJn8xxWTwNN0xK', checksum=795865021, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272343, timestamp=1542441128946, timestamp_type=0, key='check_kafka.py-bCOC7b4WbO2xTG7Xm1cT', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542441128.09 (Fri Nov 16 23:52:08 2018) with random token 'tCEHRYd6CEnYl0RBY2eh'", checksum=-1032478650, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272344, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542441194.90845 (2018-11-16 23:53:14) with random token: oUmqOczNdQZCfyWM2DzP', checksum=315100153, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272345, timestamp=1542441202748, timestamp_type=0, key='check_kafka.py-wMrIkfWDnSFfdPZMg3CE', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542441201.41 (Fri Nov 16 23:53:21 2018) with random token 'aTDFcBddRK4rMCWhPwFD'", checksum=2069569383, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272346, timestamp=1542441241102, timestamp_type=0, key='check_kafka.py-Fj2WlbYetvDsuv7bvLIN', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542441240.02 (Fri Nov 16 23:54:00 2018) with random token '0OwY1E12N2Q0yjsymLRk'", checksum=483294501, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272347, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542441241.59562 (2018-11-16 23:54:01) with random token: ZckH6WgOqbAZoRztvg9M', checksum=-782095343, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272348, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542441241.62047 (2018-11-16 23:54:01) with random token: a0BBzwdQVzTYgZK5xbwJ', checksum=-898231394, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272349, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542441276.6323 (2018-11-16 23:54:36) with random token: xx1CATRs5Um1leliI7QS', checksum=415175750, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1272350, timestamp=1542441301671, timestamp_type=0, key='check_kafka.py-Pf7rSTx4GPIl5carNUlO', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542441300.68 (Fri Nov 16 23:55:00 2018) with random token 'LktW02orrfImjCZrS9H7'", checksum=-192832048, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272351, timestamp=1542441313682, timestamp_type=0, key='check_kafka.py-PNGEr38wuLQtjcRjTsek', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542441312.53 (Fri Nov 16 23:55:12 2018) with random token 'k5hsz5QawztKvz9kCpFU'", checksum=-1411769183, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272352, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542441360.26885 (2018-11-17 07:56:00) with random token: i6p06pYqJW3CCx80jOuP', checksum=-1355498561, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272353, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542441360.26837 (2018-11-17 07:56:00) with random token: PQ38bUdaefuWWxoBIpe7', checksum=-203927540, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272354, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542441428.297 (2018-11-17 07:57:08) with random token: 04owxeENnCJbW7x033qH', checksum=1596901366, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1272355, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542441511.84255 (2018-11-16 23:58:31) with random token: bJebrm93fUUd33CMByfB', checksum=1549734911, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272356, timestamp=1542441518561, timestamp_type=0, key='check_kafka.py-3r6evAdGNbRupUEEBy8e', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542441517.13 (Fri Nov 16 23:58:37 2018) with random token 'GUf5atFTL3Y5uVIByBpF'", checksum=-1194418629, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272357, timestamp=1542441520811, timestamp_type=0, key='check_kafka.py-k8CnqQPzqodayaH4Z6tN', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542441519.5 (Fri Nov 16 23:58:39 2018) with random token 'rQ7gwSHjHF50DeYODBqQ'", checksum=-1328618196, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272358, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542441556.22443 (2018-11-16 23:59:16) with random token: abopEVH5nIs97JkX1XGL', checksum=719670782, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272359, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542441558.24163 (2018-11-16 23:59:18) with random token: ozX6df8tJgvESuvV2HIu', checksum=-193587953, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272360, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542441592.97968 (2018-11-16 23:59:52) with random token: VC2BYs6JsfatxXkzmPPj', checksum=375309662, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272361, timestamp=1542441626022, timestamp_type=0, key='check_kafka.py-KEAprNIZgIZFdCbzfan7', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542441618.22 (Sat Nov 17 00:00:18 2018) with random token 'QkaurfsFVnb6FzUFbbqB'", checksum=1739171188, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272362, timestamp=1542441632364, timestamp_type=0, key='check_kafka.py-SV08F5iQiaeHSMcR7ugh', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542441631.29 (Sat Nov 17 00:00:31 2018) with random token 'ukLMgOoSqNxH4r3WEpFf'", checksum=1476865517, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272363, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542441660.44395 (2018-11-17 08:01:00) with random token: ljiDDwCrIruU2iiR6Fiz', checksum=-842698438, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272364, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542441660.45921 (2018-11-17 08:01:00) with random token: RDQm2jEXlBu5DyRkYfPn', checksum=-1197304946, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272365, timestamp=1542441695732, timestamp_type=0, key='check_kafka.py-S9GxQoGrQH7Clk7s93lx', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542441694.42 (Sat Nov 17 00:01:34 2018) with random token 'Nhtntn9LfMPU6USbiZdN'", checksum=-1061566564, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272366, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542441728.27148 (2018-11-17 08:02:08) with random token: Gdbp96vZqxn4Dk0vdUKm', checksum=-258213289, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272367, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542441827.36548 (2018-11-17 00:03:47) with random token: W7f11MBaldkskRLy2acd', checksum=-1213063930, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272368, timestamp=1542441832933, timestamp_type=0, key='check_kafka.py-9ZnNtrRMwjnlJZFsdiyy', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542441831.71 (Sat Nov 17 00:03:51 2018) with random token 'keWoOudUjnGt3lgwdYRo'", checksum=580176284, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272369, timestamp=1542441839278, timestamp_type=0, key='check_kafka.py-NMZXfelSYzP9xgZZdX0E', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542441837.21 (Sat Nov 17 00:03:57 2018) with random token 'RJoqFsUv8ZyYcL0mAXKr'", checksum=-1066927608, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272370, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542441874.03165 (2018-11-17 00:04:34) with random token: TveLTJcyMuhYk6sfi9MR', checksum=1612693967, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272371, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542441874.51441 (2018-11-17 00:04:34) with random token: ugIAIdqxKPiBP5Cz5rp3', checksum=-1878516602, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272372, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542441914.68607 (2018-11-17 00:05:14) with random token: qxJuvzdU2SNvCNsIxK6a', checksum=-527795078, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272373, timestamp=1542441952846, timestamp_type=0, key='check_kafka.py-xT63OuPdjOCdED8nNGGe', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542441948.09 (Sat Nov 17 00:05:48 2018) with random token 'Nc32sc8CAqxxcb69OEMh'", checksum=257152083, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272374, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542441960.33797 (2018-11-17 08:06:00) with random token: 7W70Gd5JXWV6OFaLKcoC', checksum=-1638592145, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272375, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542441960.33666 (2018-11-17 08:06:00) with random token: PKrNwjxDJ8AIs0DoPzIf', checksum=-125769113, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272376, timestamp=1542442011486, timestamp_type=0, key='check_kafka.py-l3qCMR4ud2By8b9zDNtW', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542442010.38 (Sat Nov 17 00:06:50 2018) with random token 'aMuiSB6nfIBiQ6JNUSde'", checksum=-1725896947, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272377, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542442028.21965 (2018-11-17 08:07:08) with random token: 47PMdwVtjSnuIrLRSPam', checksum=1736306784, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272378, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542442134.11419 (2018-11-17 00:08:54) with random token: HdJ4K5JsZOmPgsnFsXtH', checksum=974214718, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272379, timestamp=1542442139260, timestamp_type=0, key='check_kafka.py-j1K33xO1dTGN7LRzjRHc', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542442138.02 (Sat Nov 17 00:08:58 2018) with random token '52JhDi6uzJW6BZxBgAGj'", checksum=891916530, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272380, timestamp=1542442144983, timestamp_type=0, key='check_kafka.py-bzU1PwAjEvzdefNaO1DQ', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542442143.84 (Sat Nov 17 00:09:03 2018) with random token 'ptMamUzADYvVRJsOPURm'", checksum=-218194982, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272381, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542442185.04129 (2018-11-17 00:09:45) with random token: HqKG0KLhjKozIPOpnHKm', checksum=-1587121393, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272382, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542442185.35886 (2018-11-17 00:09:45) with random token: Rc6EKfRDpQ2aLBlUN8VR', checksum=292447788, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272383, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542442224.42334 (2018-11-17 00:10:24) with random token: jFgD7IkM3ck02Nfn1Agw', checksum=-295797631, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272384, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542442260.30831 (2018-11-17 08:11:00) with random token: PXzy83cppjWggbkazsuM', checksum=143704442, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272385, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542442260.30788 (2018-11-17 08:11:00) with random token: 3c48aKe8OKMOkOT0LhcQ', checksum=-103389675, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272386, timestamp=1542442264664, timestamp_type=0, key='check_kafka.py-6I4i71KhQeMtV5fM0gjB', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542442263.6 (Sat Nov 17 00:11:03 2018) with random token '9fGxps3tCct0LtrduTBU'", checksum=1326028189, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272387, timestamp=1542442322522, timestamp_type=0, key='check_kafka.py-gsLMLTvA5Pgcck1VXfsG', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542442321.33 (Sat Nov 17 00:12:01 2018) with random token 'gsxAUvLyZMRJ0JAcyfbl'", checksum=-1375057922, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272388, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542442328.12403 (2018-11-17 08:12:08) with random token: Njo1mRU3zvp1k1Pl0T2P', checksum=-1203474657, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272389, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542442449.24653 (2018-11-17 00:14:09) with random token: OwX5EQuk5h0WdhWA0zyo', checksum=993999685, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272390, timestamp=1542442455400, timestamp_type=0, key='check_kafka.py-FAchGlkWNKJy48uzHuA7', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542442453.91 (Sat Nov 17 00:14:13 2018) with random token 'qbIAiF3eLNSCRK3wwAaX'", checksum=736122433, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272391, timestamp=1542442459035, timestamp_type=0, key='check_kafka.py-j4oDeZiJuAKPkoixCBUs', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542442457.74 (Sat Nov 17 00:14:17 2018) with random token 'vkOZr91wc7D9GPWP4PYB'", checksum=446982721, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272392, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542442495.45533 (2018-11-17 00:14:55) with random token: 2FMYZKssgfRA2VJu3CIY', checksum=866135221, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272393, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542442496.18172 (2018-11-17 00:14:56) with random token: jgJtHSMYkTk4e2GJgWOn', checksum=-1339892954, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272394, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542442560.29014 (2018-11-17 08:16:00) with random token: 8M0q3AZZzuTMGNkE5izk', checksum=1237298453, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272395, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542442560.32789 (2018-11-17 08:16:00) with random token: 9OT1eOPheS3HkNZzxiya', checksum=-292813783, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272396, timestamp=1542442573175, timestamp_type=0, key='check_kafka.py-BvELy5QacdFIJsRaRibX', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542442571.47 (Sat Nov 17 00:16:11 2018) with random token 'VhabH2b1kZB5H0VuGE5y'", checksum=-1113455489, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272397, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542442608.05742 (2018-11-17 00:16:48) with random token: 3p3Ta1iHP2kiBOyMlsil', checksum=1960412587, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272398, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542442628.11789 (2018-11-17 08:17:08) with random token: C9BFgo1SaYG1I5aSuOs5', checksum=1076268037, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272399, timestamp=1542442635231, timestamp_type=0, key='check_kafka.py-Wp8fNZkFVtkXuVmdxg3I', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542442634.12 (Sat Nov 17 00:17:14 2018) with random token '7lVkwOWyP46CZKvigoLg'", checksum=-395183729, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272400, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542442760.52441 (2018-11-17 00:19:20) with random token: vfVhSnkaE4YPdIvco3Ut', checksum=1640162825, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272401, timestamp=1542442764085, timestamp_type=0, key='check_kafka.py-RrsU2gpEwtwEZokDcUOr', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542442763.11 (Sat Nov 17 00:19:23 2018) with random token 'ZS902QQgcnkXz0vP6Cj9'", checksum=-437610147, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272402, timestamp=1542442770808, timestamp_type=0, key='check_kafka.py-5Oa6ySeSN3wHWmF7frZK', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542442769.5 (Sat Nov 17 00:19:29 2018) with random token 'rBxjF8Jy5MLaYuGOUi98'", checksum=-1042488396, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272403, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542442806.11384 (2018-11-17 00:20:06) with random token: jG3CsEi3KS8CtM0pUxzD', checksum=-1225846735, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272404, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542442806.52463 (2018-11-17 00:20:06) with random token: UkNaotrCTV1diOd47bw9', checksum=1032474554, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272405, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542442860.1888 (2018-11-17 08:21:00) with random token: 2ZMrGDxNmPs5A28CW1Ua', checksum=348067365, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272406, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542442860.1901 (2018-11-17 08:21:00) with random token: RLmeALHiJEGTM6IAdJWX', checksum=-337489635, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272407, timestamp=1542442878366, timestamp_type=0, key='check_kafka.py-IZFFv2gaMbGWoGqZThdw', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542442876.93 (Sat Nov 17 00:21:16 2018) with random token 'EUXMlecPkEGmapQY63op'", checksum=-249313584, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272408, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542442928.32121 (2018-11-17 08:22:08) with random token: o8Z6vgg2QZSin9qOdTDu', checksum=-2106081917, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272409, timestamp=1542442941783, timestamp_type=0, key='check_kafka.py-1Ak6i5eTQsCyP8EZ2HSg', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542442940.56 (Sat Nov 17 00:22:20 2018) with random token 'QQIPw8FDZFTrz5qNnAgJ'", checksum=2074345452, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272410, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542442979.78186 (2018-11-17 00:22:59) with random token: A3IhBv1cpp57yvqC87HT', checksum=972424205, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272411, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542443066.82426 (2018-11-17 00:24:26) with random token: QfvtY9ZOc9VkHhk7PRbr', checksum=-167822250, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272412, timestamp=1542443071419, timestamp_type=0, key='check_kafka.py-cLWWF65UuHMqIalkDWWV', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542443070.21 (Sat Nov 17 00:24:30 2018) with random token 'Wb3ZkJaiuRUrdzDgq23T'", checksum=788817081, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272413, timestamp=1542443078839, timestamp_type=0, key='check_kafka.py-kFVdqkIiLy3qnzPwkua1', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542443076.58 (Sat Nov 17 00:24:36 2018) with random token 'QLbqSb5Nj3EZmnhg7eAZ'", checksum=-1827565661, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272414, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542443114.70697 (2018-11-17 00:25:14) with random token: U4R6vLcjWQwgc0nxFnX4', checksum=2007122153, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272415, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542443115.39204 (2018-11-17 00:25:15) with random token: aFSBpmqCscdWgTE2PzoM', checksum=-919418134, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272416, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542443160.38764 (2018-11-17 08:26:00) with random token: ZK4JscsYtHeiJfFJCw1E', checksum=-432176842, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272417, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542443160.38567 (2018-11-17 08:26:00) with random token: ESBPnZv63rAAAwk95W1I', checksum=1183553892, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272418, timestamp=1542443184224, timestamp_type=0, key='check_kafka.py-SMYOTPeVfhfpYHIJKQUG', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542443182.95 (Sat Nov 17 00:26:22 2018) with random token 'UTR41lJtRIbGHsElETZm'", checksum=-785897237, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272419, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542443228.27336 (2018-11-17 08:27:08) with random token: HEdIPTng4avZmKidxLMZ', checksum=1068813912, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272420, timestamp=1542443255570, timestamp_type=0, key='check_kafka.py-3fYGiUTVgdqcUNNOlspo', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542443254.87 (Sat Nov 17 00:27:34 2018) with random token '0BmdnbyngYGE0UFNTJ2k'", checksum=-958658543, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272421, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542443295.22035 (2018-11-17 00:28:15) with random token: 6GVeXVZ2n5zjZl2gq4OC', checksum=1042065342, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272422, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542443389.80346 (2018-11-17 00:29:49) with random token: yXNuT7yJrelLf1rDsF2w', checksum=511674361, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272423, timestamp=1542443391964, timestamp_type=0, key='check_kafka.py-MWF3AYMrxJt0zMTYas0J', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542443391.11 (Sat Nov 17 00:29:51 2018) with random token 'DcHRW0mmCBrSFWi1Rtwp'", checksum=-1440452807, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272424, timestamp=1542443402248, timestamp_type=0, key='check_kafka.py-aWtWLf3fq4s1Knf1JBBQ', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542443400.58 (Sat Nov 17 00:30:00 2018) with random token 'iuYzrAlQeSVg1ABlrbzR'", checksum=-2122270144, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272425, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542443437.38492 (2018-11-17 00:30:37) with random token: 3lV7qB6xnJbEM2I60GkL', checksum=-1369696701, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272426, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542443437.4816 (2018-11-17 00:30:37) with random token: qJLUOsVcIuGku2SG1xpR', checksum=794080581, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1272427, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542443460.45314 (2018-11-17 08:31:00) with random token: cYotW34XIY8Bwu2n6NBr', checksum=-113349262, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272428, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542443460.45783 (2018-11-17 08:31:00) with random token: lgfC6dt0yxM33PX7Sa1u', checksum=-733308358, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272429, timestamp=1542443505575, timestamp_type=0, key='check_kafka.py-fOy5at0NwtipyKqeHn8s', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542443504.31 (Sat Nov 17 00:31:44 2018) with random token 'm1RIvJaHnjJjLLMQfzCC'", checksum=1167775412, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272430, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542443528.2669 (2018-11-17 08:32:08) with random token: OdxwqloBcmXM1bL0CQyV', checksum=-376512368, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272431, timestamp=1542443572244, timestamp_type=0, key='check_kafka.py-KmxHZFXr1mp1B3OZ3lZ6', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542443571.38 (Sat Nov 17 00:32:51 2018) with random token 'sre0Xqo0JJO8LWe6HEpO'", checksum=767685939, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272432, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542443612.48877 (2018-11-17 00:33:32) with random token: 7jdSClHmDfax4rRdRyvx', checksum=-1552911344, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272433, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542443704.19407 (2018-11-17 00:35:04) with random token: 29WfclCR2kIvKSo4Zlrd', checksum=488140944, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272434, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542443750.21918 (2018-11-17 00:35:50) with random token: gVO6elA7TwcQmqdZBitj', checksum=-221091470, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272435, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542443750.25293 (2018-11-17 00:35:50) with random token: XCcktAwfOjdLrndzKl7g', checksum=-1228218287, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272436, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542443760.22868 (2018-11-17 08:36:00) with random token: bNONZmGUXLrNpyt5TOsg', checksum=1427366869, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272437, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542443760.23158 (2018-11-17 08:36:00) with random token: OOsjhfxWey5CwdqlN9C6', checksum=-310238122, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272438, timestamp=1542443779900, timestamp_type=0, key='check_kafka.py-gbT9SIo0i30Gk22qMRpk', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542443779.06 (Sat Nov 17 00:36:19 2018) with random token 'l4xEvhV6ptxc97dqo3Uc'", checksum=35825667, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272439, timestamp=1542443785698, timestamp_type=0, key='check_kafka.py-nXqxaq3ilzVWFcO5ya95', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542443784.52 (Sat Nov 17 00:36:24 2018) with random token 'cVC6aXvcRLQqi8g8lVkc'", checksum=-437663646, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272440, timestamp=1542443817728, timestamp_type=0, key='check_kafka.py-MLGs5MaZs3Ox1k4Gizvx', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542443816.7 (Sat Nov 17 00:36:56 2018) with random token 'F4pNriGVla9cwXdKkORB'", checksum=-1466645068, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272441, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542443828.12041 (2018-11-17 08:37:08) with random token: LoRYzTGc1nPhXEvbWAaY', checksum=1590237861, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272442, timestamp=1542443886519, timestamp_type=0, key='check_kafka.py-krKIEQ3jGxrJL3C22COX', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542443885.5 (Sat Nov 17 00:38:05 2018) with random token '1tf5bnzVpVCeLR1Iydso'", checksum=-690635316, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272443, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542443925.54413 (2018-11-17 00:38:45) with random token: HSIDqtqnlWgqcjmZvT0f', checksum=1662298352, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272444, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542444014.12099 (2018-11-17 00:40:14) with random token: U0PwEVRb01jdPwY5tLd8', checksum=-896756212, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272445, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542444055.48183 (2018-11-17 00:40:55) with random token: Q3KvKzeKXbHsYYTmro0L', checksum=-1514030307, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272446, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542444055.55121 (2018-11-17 00:40:55) with random token: ljz5jfUdxqQWH8gVdIsJ', checksum=961154938, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272447, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542444060.18888 (2018-11-17 08:41:00) with random token: KuzjHVmKoTsYtWflgohP', checksum=475443236, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272448, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542444060.18931 (2018-11-17 08:41:00) with random token: YIZKFgCbGL08Wm8GzZoq', checksum=-332293324, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272449, timestamp=1542444086253, timestamp_type=0, key='check_kafka.py-83cVWUmThy8Bzi3lfuf0', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542444085.39 (Sat Nov 17 00:41:25 2018) with random token 'FO2Ag3QTm8uaiEwHp4u6'", checksum=-1496117740, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272450, timestamp=1542444091180, timestamp_type=0, key='check_kafka.py-hduu4SV1dxRwFeVHQhjf', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542444090.32 (Sat Nov 17 00:41:30 2018) with random token '58zB6cRpCfFIx6LJg2rR'", checksum=1856634970, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272451, timestamp=1542444128073, timestamp_type=0, key='check_kafka.py-OF3nlMYmh31gqVJwf27o', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542444126.03 (Sat Nov 17 00:42:06 2018) with random token 'JOdHMSIkVu0xErH6KNKv'", checksum=-216766870, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272452, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542444128.31864 (2018-11-17 08:42:08) with random token: YtUjd8pTukDTZzpcuX0i', checksum=1938912650, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272453, timestamp=1542444200679, timestamp_type=0, key='check_kafka.py-mIQCN8iQoHoIFONxZORw', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542444199.42 (Sat Nov 17 00:43:19 2018) with random token '0C2bTND0cUR8LMxI8w1e'", checksum=1168906413, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272454, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542444237.22942 (2018-11-17 00:43:57) with random token: FcViIqLmtQbCHwhVAqyV', checksum=1141254905, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272455, timestamp=1542444275053, timestamp_type=0, key='check_kafka.py-LY0xIaQLbbRAs86Xka4h', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542444273.58 (Sat Nov 17 00:44:33 2018) with random token 'kpkfFohNpkWN6zyP664M'", checksum=92879105, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272456, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542444326.70225 (2018-11-17 00:45:26) with random token: AMkOR7xKuzO3fVfDC3Au', checksum=-329083933, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272457, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542444361.36211 (2018-11-17 08:46:01) with random token: mxrjPrcPnLZvUlhzjrYr', checksum=1912571956, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272458, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542444361.38101 (2018-11-17 08:46:01) with random token: sQSeAARLtwx6wrq96EX6', checksum=384969635, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272459, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542444366.04993 (2018-11-17 00:46:06) with random token: M54l6w35QsmqcS0jWqqB', checksum=656996101, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272460, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542444366.11569 (2018-11-17 00:46:06) with random token: lS3FzwplTB35xmo7vjrR', checksum=-1674205679, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272461, timestamp=1542444397616, timestamp_type=0, key='check_kafka.py-cjlCvkwMJLubpvUgi0Hq', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542444396.54 (Sat Nov 17 00:46:36 2018) with random token '47hmZ2il2kLjaxEnLUuM'", checksum=1979804656, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272462, timestamp=1542444401767, timestamp_type=0, key='check_kafka.py-cqiwd0mT5rl5uZYWOWHj', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542444400.82 (Sat Nov 17 00:46:40 2018) with random token 'tjR5u3PpdU3YbaxZ6JKE'", checksum=-1220124303, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272463, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542444428.16848 (2018-11-17 08:47:08) with random token: tTN1ss3Q57y3wjO9KMrI', checksum=2071237254, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272464, timestamp=1542444437796, timestamp_type=0, key='check_kafka.py-6faHpNingaliML7mKH8Q', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542444435.99 (Sat Nov 17 00:47:15 2018) with random token 'mgrtF9nf3B0z9XyjtGIv'", checksum=304818103, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272465, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542444543.84032 (2018-11-17 00:49:03) with random token: iRrXVx8kPkERiIR03eX0', checksum=1135544536, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272466, timestamp=1542444583424, timestamp_type=0, key='check_kafka.py-4XPGzovXROXYwV5Dq1WM', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542444581.99 (Sat Nov 17 00:49:41 2018) with random token 'aF5SGPYVAKKtcLeUv3YV'", checksum=-1437141734, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272467, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542444637.45679 (2018-11-17 00:50:37) with random token: bRRW7cbsRzU94Pro6eD3', checksum=-246827252, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272468, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542444660.23917 (2018-11-17 08:51:00) with random token: fPoxg3KUd5epRroppPbo', checksum=261849542, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272469, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542444660.23795 (2018-11-17 08:51:00) with random token: uinOD4BqYF1payB3S8NQ', checksum=-1297548811, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272470, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542444680.30269 (2018-11-17 00:51:20) with random token: wTfakiRdaVYrfto33xkK', checksum=-39172679, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272471, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542444680.38646 (2018-11-17 00:51:20) with random token: jLvOKL6ScKQAmeCcaxS5', checksum=583562601, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272472, timestamp=1542444713378, timestamp_type=0, key='check_kafka.py-BRmzbNbeFHM2Pb3G6g56', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542444712.59 (Sat Nov 17 00:51:52 2018) with random token 'KqYKgnLEZMS3JKiRbqFd'", checksum=-1204753373, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272473, timestamp=1542444716721, timestamp_type=0, key='check_kafka.py-D96w4Jj7umCh98CJY57i', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542444715.89 (Sat Nov 17 00:51:55 2018) with random token 'NOwc6Ryiak3pqPZbY0YB'", checksum=-1941943838, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272474, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542444728.12787 (2018-11-17 08:52:08) with random token: ZGGmMddx4hnp09LxoF0p', checksum=1154434128, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272475, timestamp=1542444752533, timestamp_type=0, key='check_kafka.py-mTKDhvqeidZQn6bCEE6p', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542444751.2 (Sat Nov 17 00:52:31 2018) with random token '9zwThfU6gzC8iMCL1Udj'", checksum=-1084915010, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272476, timestamp=1542444791402, timestamp_type=0, key='check_kafka.py-uCL7WsRKXucduJ7b74aH', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542444790.59 (Sat Nov 17 00:53:10 2018) with random token 'AvBM83IvFBwuW6RBH0Qw'", checksum=1464987123, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272477, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542444856.99909 (2018-11-17 00:54:16) with random token: wQ0GQU9Utt6S9EbXFPl5', checksum=207504381, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272478, timestamp=1542444892930, timestamp_type=0, key='check_kafka.py-nsw2WU0sZw1dTfSc9MgW', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542444891.43 (Sat Nov 17 00:54:51 2018) with random token 'HQH7p1hMa2nTuP8WYQk7'", checksum=1599063825, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272479, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542444946.99563 (2018-11-17 00:55:46) with random token: iux30qO5KT6rk2VgUdcm', checksum=-1298041784, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272480, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542444960.2 (2018-11-17 08:56:00) with random token: RclyjX9awRIZDBTBLgsx', checksum=965701601, serialized_key_size=1, serialized_value_size=168), ConsumerRecord(topic=u'nagios', partition=0, offset=1272481, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542444960.19964 (2018-11-17 08:56:00) with random token: noJxlBV1s8Mg3Ok3iMeF', checksum=579390113, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272482, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542444987.96287 (2018-11-17 00:56:27) with random token: xouTkjZu5rZPoT9LYXt9', checksum=-1027851062, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272483, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542444988.09319 (2018-11-17 00:56:28) with random token: 78eMdvaus9WgIIJX4ftp', checksum=897925141, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272484, timestamp=1542445022587, timestamp_type=0, key='check_kafka.py-5Z8YjjF2Z3VFxh6lKiqC', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542445021.52 (Sat Nov 17 00:57:01 2018) with random token '1bTdHx1f2jGpbDQvHo7i'", checksum=-1776672135, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272485, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542445028.3381 (2018-11-17 08:57:08) with random token: TgFHgwoVYlWNrR9R4qv3', checksum=-702101807, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272486, timestamp=1542445057517, timestamp_type=0, key='check_kafka.py-hAfPsJbRFkaacqq4xHPU', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542445055.68 (Sat Nov 17 00:57:35 2018) with random token '88OaGZUfgHzs14KwyisL'", checksum=1294359815, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272487, timestamp=1542445100147, timestamp_type=0, key='check_kafka.py-olxpFvijOe8fgZEMa35C', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542445099.24 (Sat Nov 17 00:58:19 2018) with random token 'dhJIvyZKOWRikoNGyewj'", checksum=-50087944, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272488, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542445173.23584 (2018-11-17 00:59:33) with random token: E4MdWntBAnpvg4EEXADd', checksum=-566392961, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272489, timestamp=1542445205770, timestamp_type=0, key='check_kafka.py-l88V6Jh96fq7UHz3P8JB', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542445204.32 (Sat Nov 17 01:00:04 2018) with random token '7C9ksq0tGwmuePaaJYP1'", checksum=-1217493109, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272490, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542445260.2552 (2018-11-17 09:01:00) with random token: NKsT8UbfHJwCqsLoqRz5', checksum=-1168211050, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272491, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542445260.23768 (2018-11-17 09:01:00) with random token: HtSWjymDB9COK2KYAU5o', checksum=-613548286, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272492, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542445269.79962 (2018-11-17 01:01:09) with random token: AVpTo6SGdiIDXJ7dOlnE', checksum=-2119538482, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272493, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542445307.02406 (2018-11-17 01:01:47) with random token: O0FFcstnSwXkPrUbej2Q', checksum=1751588707, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272494, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542445307.04641 (2018-11-17 01:01:47) with random token: w3N1sc20bzffRwScuSi7', checksum=621683404, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272495, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542445328.31345 (2018-11-17 09:02:08) with random token: jFAbSElGT2LKGny6PVRf', checksum=-986561448, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272496, timestamp=1542445343447, timestamp_type=0, key='check_kafka.py-yDrj7uma0wTSsGCsRCeR', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542445342.28 (Sat Nov 17 01:02:22 2018) with random token 'TQX7BzkH2YGJgRNHXWC4'", checksum=-746696299, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272497, timestamp=1542445375260, timestamp_type=0, key='check_kafka.py-6fpKl1AyVNQwUME6HLQF', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542445373.44 (Sat Nov 17 01:02:53 2018) with random token '16L6PZ8xpgXUUT2VQIt5'", checksum=-1953958083, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272498, timestamp=1542445418808, timestamp_type=0, key='check_kafka.py-ctQASXslVtirhayo7hFd', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542445417.18 (Sat Nov 17 01:03:37 2018) with random token 'PqlTpiMz5objLiFuT3e3'", checksum=1773050857, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272499, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542445484.328 (2018-11-17 01:04:44) with random token: PFP8NvhhHTYNwSv8Lqin', checksum=397953294, serialized_key_size=1, serialized_value_size=169), ConsumerRecord(topic=u'nagios', partition=0, offset=1272500, timestamp=1542445515272, timestamp_type=0, key='check_kafka.py-qeObX9Luv8nw4YWCd9HD', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542445513.89 (Sat Nov 17 01:05:13 2018) with random token '4PU3jwpyZvvrue0Z1j6U'", checksum=-1457600992, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272501, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542445560.20386 (2018-11-17 09:06:00) with random token: Bdv8jF7Ihta4ziSEC5XR', checksum=-1029660626, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272502, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542445560.2338 (2018-11-17 09:06:00) with random token: 2arMewVUooFnJOq0llck', checksum=746741720, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272503, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542445574.60788 (2018-11-17 01:06:14) with random token: H1xBft72RoyottA1QKAG', checksum=868315594, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272504, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542445611.28778 (2018-11-17 01:06:51) with random token: rvbzTB2zjX3uyxDyVTBG', checksum=630146526, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272505, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542445611.47621 (2018-11-17 01:06:51) with random token: NCn1ehby7GNad4T5nkEO', checksum=1849977364, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272506, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542445628.34089 (2018-11-17 09:07:08) with random token: 08mge9FhUSSvwsw3vwaA', checksum=-1038658958, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272507, timestamp=1542445649140, timestamp_type=0, key='check_kafka.py-p9ZqLPUOQU9XqT4dbTcQ', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542445648.21 (Sat Nov 17 01:07:28 2018) with random token '8qgQVjssuRb8eRl55sJt'", checksum=-1845260884, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272508, timestamp=1542445680524, timestamp_type=0, key='check_kafka.py-NK8jdco70inlduHvnNGp', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542445678.85 (Sat Nov 17 01:07:58 2018) with random token 'Dzjn3uMuKI1P5w8I8wov'", checksum=1285930770, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272509, timestamp=1542445724530, timestamp_type=0, key='check_kafka.py-YS4xv3hWD7oDm6WiTO1C', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542445723.5 (Sat Nov 17 01:08:43 2018) with random token 'zDFYo8GfDvESqfEqNUeK'", checksum=1977800349, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272510, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542445792.72976 (2018-11-17 01:09:52) with random token: ZStXWzYY4yVEWerWStYo', checksum=622351084, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272511, timestamp=1542445821226, timestamp_type=0, key='check_kafka.py-mzUy7uZNQG058qZ9gVFP', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542445819.69 (Sat Nov 17 01:10:19 2018) with random token 'dkYjgBIpyeeHjNbfqfw8'", checksum=462454681, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272512, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542445860.34382 (2018-11-17 09:11:00) with random token: ZEYsJ4s6Lv96QKZiOs7j', checksum=-1254719474, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272513, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542445860.34877 (2018-11-17 09:11:00) with random token: 4vy8l71r2CF51dq80XnQ', checksum=680211261, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272514, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542445881.29158 (2018-11-17 01:11:21) with random token: LGJ9lFIPnNQUnPGp9jRH', checksum=2088130968, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272515, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542445920.30629 (2018-11-17 01:12:00) with random token: fJSr6D6a5yaLB7Kqtrco', checksum=-828360925, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272516, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542445920.33397 (2018-11-17 01:12:00) with random token: Y9sSQwJtqOtMOFL4hu2H', checksum=2079835915, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272517, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542445928.21813 (2018-11-17 09:12:08) with random token: Qz17Ffasp7G8VjhSoIJk', checksum=-2062903449, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272518, timestamp=1542445989718, timestamp_type=0, key='check_kafka.py-dhMuMiTsT3i8tVv5LlEF', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542445987.8 (Sat Nov 17 01:13:07 2018) with random token 'MFkUE59uDHsUdc4ptWeN'", checksum=790722995, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272519, timestamp=1542446025141, timestamp_type=0, key='check_kafka.py-Uw7OUN0XXMSbXut07tjo', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542446023.79 (Sat Nov 17 01:13:43 2018) with random token 'R4nLrFWTjsomiXw4wadX'", checksum=780722531, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272520, timestamp=1542446033132, timestamp_type=0, key='check_kafka.py-lKqoGrMwChZIZZPIpKqE', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542446031.97 (Sat Nov 17 01:13:51 2018) with random token 'ya8gYv7J8thTOVs4mUfa'", checksum=661259045, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272521, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542446103.52145 (2018-11-17 01:15:03) with random token: pZIoNqHr7eG6nI6KWskL', checksum=1683332661, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272522, timestamp=1542446132687, timestamp_type=0, key='check_kafka.py-srl3NfErinTdPPC9CgTy', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542446130.54 (Sat Nov 17 01:15:30 2018) with random token 'nzeJVW6jOUGvSNWuzfCp'", checksum=-2059139976, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272523, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542446160.30767 (2018-11-17 09:16:00) with random token: mT2Z8qR4bpuHRtik8FIB', checksum=1458185109, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272524, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542446160.38561 (2018-11-17 09:16:00) with random token: 91Xyuh1F387ALcpIxftF', checksum=-2010323646, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272525, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542446190.75438 (2018-11-17 01:16:30) with random token: VhqKFLB5ABdOVfDWSd3b', checksum=1567180830, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272526, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542446228.18634 (2018-11-17 09:17:08) with random token: 6M7JbAkUT438ID2B5hzH', checksum=1395358569, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272527, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542446235.26292 (2018-11-17 01:17:15) with random token: Pobb3VJcDOVnKz5kZUep', checksum=1826438448, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272528, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542446235.46611 (2018-11-17 01:17:15) with random token: 74JEI36rAvbfgKAdrxf9', checksum=-1758234197, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272529, timestamp=1542446305852, timestamp_type=0, key='check_kafka.py-AaoVCvVQalJYMmZXgyI0', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542446304.25 (Sat Nov 17 01:18:24 2018) with random token 'FQ4Olwa3DLqmteukW61H'", checksum=9319700, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272530, timestamp=1542446347404, timestamp_type=0, key='check_kafka.py-CWsq9afGg5AlYS2Z7Cxf', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542446346.24 (Sat Nov 17 01:19:06 2018) with random token 'mazAQepebBCWVXk1IF33'", checksum=-1331355539, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272531, timestamp=1542446353837, timestamp_type=0, key='check_kafka.py-WuPWa5qXgnUJSD11uhMe', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542446352.24 (Sat Nov 17 01:19:12 2018) with random token 'ZanQhrM2Hbgx2cVSvNdw'", checksum=-1262585029, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272532, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542446420.67897 (2018-11-17 01:20:20) with random token: S9DaU3OEAYW37YWUNqPx', checksum=-261319716, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272533, timestamp=1542446450204, timestamp_type=0, key='check_kafka.py-rbZm01RsLl4ITcBwVPQR', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542446448.66 (Sat Nov 17 01:20:48 2018) with random token '2bRVjnOHztnTzby35j8W'", checksum=-1128895653, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272534, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542446460.40132 (2018-11-17 09:21:00) with random token: C55EYsaRBofnXPiNH13O', checksum=1517168284, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272535, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542446460.39637 (2018-11-17 09:21:00) with random token: wmlC8XmeJI7gsBRmOCLR', checksum=1309949043, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272536, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542446510.57817 (2018-11-17 01:21:50) with random token: UZKO0Efu3HoGdacsld6C', checksum=654087311, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272537, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542446528.26637 (2018-11-17 09:22:08) with random token: UPSVFJPEcDAIha3tqxQj', checksum=-494871426, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272538, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542446557.79397 (2018-11-17 01:22:37) with random token: 01epVVc9kHEzN8mGW3CA', checksum=-862960624, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272539, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542446557.98189 (2018-11-17 01:22:37) with random token: 2DlcMcCNyCFuxmWciFqE', checksum=-1380340335, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272540, timestamp=1542446628345, timestamp_type=0, key='check_kafka.py-622uPlKnlXWQDnIEA53R', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542446626.49 (Sat Nov 17 01:23:46 2018) with random token 'hPal6qpGfw6VpLGD1dIn'", checksum=-572997829, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272541, timestamp=1542446677893, timestamp_type=0, key='check_kafka.py-P1MeVZDLvN16a6O0Hzd3', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542446676.54 (Sat Nov 17 01:24:36 2018) with random token 'fGv0KEIouuEHphErs8tq'", checksum=2068178018, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272542, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542446743.34651 (2018-11-17 01:25:43) with random token: ivAXmAt85Vz6MEiPIAeZ', checksum=-1147700119, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272543, timestamp=1542446751399, timestamp_type=0, key='check_kafka.py-EXlO1UVdQvggGSPU421Y', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542446750.52 (Sat Nov 17 01:25:50 2018) with random token 'vGptGf6fzHtevTbu3SFl'", checksum=292438001, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272544, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542446760.22404 (2018-11-17 09:26:00) with random token: GeCrL192d9tn9v2AD3Ct', checksum=1220175622, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272545, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542446760.22341 (2018-11-17 09:26:00) with random token: kr8usijAy9XDsSJUrdLa', checksum=-744749043, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272546, timestamp=1542446772078, timestamp_type=0, key='check_kafka.py-7jf5A2qX0uKH3TD57y6O', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542446771.06 (Sat Nov 17 01:26:11 2018) with random token 'kL1xVBEOsSGhVh8Mp4Lu'", checksum=-1113397328, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272547, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542446828.35235 (2018-11-17 09:27:08) with random token: o6isYyOMAct2hrHaqxOm', checksum=350906137, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272548, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542446831.33044 (2018-11-17 01:27:11) with random token: ZPKKv1z9MwQmWH2g2oum', checksum=1902169176, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272549, timestamp=1542446851919, timestamp_type=0, key='check_kafka.py-cnG3B4RPthZRoe66Jsq0', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542446850.88 (Sat Nov 17 01:27:30 2018) with random token '0S1KXW1Caqg1Dg77NcAr'", checksum=1704343621, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272550, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542446875.35414 (2018-11-17 01:27:55) with random token: M788tRRuLVpS6OoQVhgi', checksum=-155268231, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272551, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542446875.41847 (2018-11-17 01:27:55) with random token: o0JIqt4GVoINwtdBloGL', checksum=-810191540, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272552, timestamp=1542446944182, timestamp_type=0, key='check_kafka.py-GoUHrljSq8yOrQ8Rfqfp', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542446942.56 (Sat Nov 17 01:29:02 2018) with random token 'k5r9jKcuS9H6WzASZWWJ'", checksum=70576146, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272553, timestamp=1542446993205, timestamp_type=0, key='check_kafka.py-gEL05hEcgkpwvqYZSxWv', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542446991.71 (Sat Nov 17 01:29:51 2018) with random token 'aMdqdmMjtg0a2Yaeslni'", checksum=-1977254311, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272554, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542447060.2544 (2018-11-17 09:31:00) with random token: BtwITf7BIbW9Mjw0HdSb', checksum=229082838, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272555, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542447060.24523 (2018-11-17 09:31:00) with random token: B2UkpqTku8n9ul8sQIIg', checksum=-612385023, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272556, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542447128.33777 (2018-11-17 09:32:08) with random token: 1Ec7sJfthmSPiBgi9dod', checksum=-1297967410, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272557, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542447137.57091 (2018-11-17 01:32:17) with random token: ErKjV3UrOmzxzWmyVGxK', checksum=-1296535800, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272558, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542447146.93635 (2018-11-17 01:32:26) with random token: GtHQ5Ozac0cHTpi36aLv', checksum=634678863, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272559, timestamp=1542447147723, timestamp_type=0, key='check_kafka.py-MflVzHl3JbzmCFjgdgDJ', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542447146.19 (Sat Nov 17 01:32:26 2018) with random token '0dr8b0ZGBSOmx6nrm7oH'", checksum=-1636019797, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272560, timestamp=1542447166167, timestamp_type=0, key='check_kafka.py-6vtO0U54D2FpYz08aQVE', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542447165.13 (Sat Nov 17 01:32:45 2018) with random token 'IM7f928eWnHG7KbMKq8d'", checksum=1271894012, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272561, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542447188.50761 (2018-11-17 01:33:08) with random token: btlAWrqqATK3zoF3fZTE', checksum=2061407281, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272562, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542447188.63873 (2018-11-17 01:33:08) with random token: FxVTOKhJ6W58fKgD2mAm', checksum=1220356507, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272563, timestamp=1542447251124, timestamp_type=0, key='check_kafka.py-J8qVszJtqxsg2c3inkLk', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542447249.66 (Sat Nov 17 01:34:09 2018) with random token 'HYl95csvJzTU1T7Nwav6'", checksum=73098123, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272564, timestamp=1542447296021, timestamp_type=0, key='check_kafka.py-Ee3DJNqw56VVIYzeT5Cy', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542447295.18 (Sat Nov 17 01:34:55 2018) with random token 'Twpu2cXy3t6CupuaCd49'", checksum=1275326646, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272565, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542447360.21913 (2018-11-17 09:36:00) with random token: fSA73vkaHmUlhFZbDCGo', checksum=-206231457, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272566, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542447360.21802 (2018-11-17 09:36:00) with random token: wnQ1pUwIRzjjXCFhGJzm', checksum=1659229974, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272567, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542447428.35693 (2018-11-17 09:37:08) with random token: 67dcMQaqnVY72YoUAyEU', checksum=438493681, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272568, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542447442.46847 (2018-11-17 01:37:22) with random token: KRY8duKObXatVUTb3q7L', checksum=-1638956796, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272569, timestamp=1542447451885, timestamp_type=0, key='check_kafka.py-2itfMjWlDZlaIVNkFl1W', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542447450.6 (Sat Nov 17 01:37:30 2018) with random token 'qfTnvuUB9zGulJuvka53'", checksum=28035451, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272570, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542447453.07245 (2018-11-17 01:37:33) with random token: PGCmv8bZ717JXgSABdi6', checksum=-1821696054, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272571, timestamp=1542447474233, timestamp_type=0, key='check_kafka.py-9fcKSRx7yO9T0MOK99oE', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542447472.97 (Sat Nov 17 01:37:52 2018) with random token 'Ovth4ADdqFG6Ffxb0Dv4'", checksum=-1943477680, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272572, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542447492.58887 (2018-11-17 01:38:12) with random token: K9Z6sxGBm7k9CS4k4jVj', checksum=-44792025, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272573, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542447492.72844 (2018-11-17 01:38:12) with random token: Cc5gEXQlSNC1Vy4Np4xO', checksum=-346626020, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272574, timestamp=1542447552498, timestamp_type=0, key='check_kafka.py-RXq5SwB1cvRKZUoNjChq', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542447551.08 (Sat Nov 17 01:39:11 2018) with random token 'gnXVZIJvzlPbZuqHXX6c'", checksum=270999149, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272575, timestamp=1542447601513, timestamp_type=0, key='check_kafka.py-CcFTKwXA8yWmUH0pvXAd', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542447600.42 (Sat Nov 17 01:40:00 2018) with random token 'RITidoqKDSaUJka2tAQl'", checksum=-1671247329, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272576, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542447660.17058 (2018-11-17 09:41:00) with random token: qYQw72qPBWvH4C7rkX9U', checksum=230022677, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272577, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542447660.16811 (2018-11-17 09:41:00) with random token: oVD06ZQ7suqum8NXx36e', checksum=690492145, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272578, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542447728.30431 (2018-11-17 09:42:08) with random token: YVdFpm4tcAiHJgGMTDBY', checksum=2010220981, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272579, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542447753.5751 (2018-11-17 01:42:33) with random token: 6NJT19N514Fc13iPTt1q', checksum=-70980271, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1272580, timestamp=1542447760542, timestamp_type=0, key='check_kafka.py-YRZcEvu8I2lQxW2HPPVt', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542447759.66 (Sat Nov 17 01:42:39 2018) with random token 'fpMQBbPMTEvRSuC4PfED'", checksum=1055994688, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272581, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542447763.59735 (2018-11-17 01:42:43) with random token: QwMbhzA1LtKaOhih0CeF', checksum=-831833467, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272582, timestamp=1542447787891, timestamp_type=0, key='check_kafka.py-wSjmvCdyjEf5r1fwOz2G', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542447786.81 (Sat Nov 17 01:43:06 2018) with random token 'EugF6BD81b6bIf2Y7X0z'", checksum=-1138041726, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272583, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542447806.36033 (2018-11-17 01:43:26) with random token: L6lzBiHKaMX5wHTzyYQK', checksum=-494945425, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272584, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542447806.42504 (2018-11-17 01:43:26) with random token: vN3NV8uZBofICAPSgaAC', checksum=-1909422014, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272585, timestamp=1542447874551, timestamp_type=0, key='check_kafka.py-5FpQgR56ulRXE90DY02x', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542447869.54 (Sat Nov 17 01:44:29 2018) with random token 'PEvaa9Feo3r5UGZGQY0m'", checksum=1897416537, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272586, timestamp=1542447917320, timestamp_type=0, key='check_kafka.py-GQxgiJroV3T4gsPVZGy8', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542447916.3 (Sat Nov 17 01:45:16 2018) with random token 'QPew6d7B9k8GbQDA4DUq'", checksum=-533522019, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272587, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542447961.34256 (2018-11-17 09:46:01) with random token: 0RJJPZHPEUjGpHsO1nJR', checksum=1157319838, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272588, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542447961.35361 (2018-11-17 09:46:01) with random token: fDXayjtkcry8THCizJoX', checksum=1351245520, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272589, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542448028.32897 (2018-11-17 09:47:08) with random token: B5iTX7rNsxZ3iFkqIjYa', checksum=954525739, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272590, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542448058.52417 (2018-11-17 01:47:38) with random token: rFmFWPHaqyi1yhd7lpID', checksum=-322437752, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272591, timestamp=1542448065258, timestamp_type=0, key='check_kafka.py-m04UUBywkrQOM1La5Ony', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542448064.33 (Sat Nov 17 01:47:44 2018) with random token 'oCRtACjws5aNX0M0iS66'", checksum=-1425052748, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272592, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542448068.07218 (2018-11-17 01:47:48) with random token: Z5tWd3jdTsk84LJ06X45', checksum=517375884, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272593, timestamp=1542448095807, timestamp_type=0, key='check_kafka.py-rxQALMy9e5Ygb60hg7Ot', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542448094.81 (Sat Nov 17 01:48:14 2018) with random token 'khKVxBYNk0B0WCqKZsO2'", checksum=382925546, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272594, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542448114.09438 (2018-11-17 01:48:34) with random token: Qyb9CluNd9DrxGQSFoXW', checksum=1167665527, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272595, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542448114.10723 (2018-11-17 01:48:34) with random token: 8CqOda5x6tA2Kn6sedlA', checksum=-2043186257, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272596, timestamp=1542448181841, timestamp_type=0, key='check_kafka.py-NCKGJOs1pZSX2ygoqQ8S', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542448180.85 (Sat Nov 17 01:49:40 2018) with random token 'z3Xz2NpBN7ytnebaX5gG'", checksum=974884817, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272597, timestamp=1542448235431, timestamp_type=0, key='check_kafka.py-ZCcVdQnHPqrcsDjl4rSL', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542448234.41 (Sat Nov 17 01:50:34 2018) with random token '9tp5DhL5ojE05NtWOEZU'", checksum=-1455818984, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272598, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542448260.47075 (2018-11-17 09:51:00) with random token: uguXjIbX7e2OvDM92ZAn', checksum=-290738983, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272599, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542448260.46931 (2018-11-17 09:51:00) with random token: 0CKskT8dzk5xEcM3cZT5', checksum=-893369226, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272600, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542448328.2819 (2018-11-17 09:52:08) with random token: LV7URPuIpiIsbrOw6Ujr', checksum=766997986, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272601, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542448382.266 (2018-11-17 01:53:02) with random token: sGp1xRATbqdUemhR1N0u', checksum=1977844535, serialized_key_size=1, serialized_value_size=169), ConsumerRecord(topic=u'nagios', partition=0, offset=1272602, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542448389.83946 (2018-11-17 01:53:09) with random token: OXIm8E8PTzw7aRfDsjTl', checksum=-1910617316, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272603, timestamp=1542448390808, timestamp_type=0, key='check_kafka.py-oXp5x8eHNybkMcjwqMZU', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542448389.64 (Sat Nov 17 01:53:09 2018) with random token '7xpBSQKtIr2FAD7V4QzU'", checksum=-120357144, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272604, timestamp=1542448418255, timestamp_type=0, key='check_kafka.py-6P3uWXG17HcFzGU5QCVT', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542448417.38 (Sat Nov 17 01:53:37 2018) with random token 'NbpzAFC3QucvTcI4iWac'", checksum=-1425844032, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272605, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542448435.51769 (2018-11-17 01:53:55) with random token: 6onto4VTRDMATJDrn2tU', checksum=-4147254, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272606, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542448435.56455 (2018-11-17 01:53:55) with random token: FsAwg8uydTvQ0nrS5Bb8', checksum=1076199521, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272607, timestamp=1542448507148, timestamp_type=0, key='check_kafka.py-47vmeBykINU0QJa4Hs0p', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542448505.34 (Sat Nov 17 01:55:05 2018) with random token 'CkxqxujIBkbHqDbU9kYa'", checksum=40304325, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272608, timestamp=1542448551566, timestamp_type=0, key='check_kafka.py-47nWSslx9PRFU4M1Zx9z', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542448550.53 (Sat Nov 17 01:55:50 2018) with random token 'mO1fUgFS5JJbKQNdejeJ'", checksum=1133790365, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272609, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542448560.40571 (2018-11-17 09:56:00) with random token: fnhdqluBX7bJslDIOre8', checksum=1565564536, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272610, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542448560.40246 (2018-11-17 09:56:00) with random token: GSujjuY47chFKm0bTJ6E', checksum=2119961945, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272611, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542448628.27487 (2018-11-17 09:57:08) with random token: H9J2C2i6QiPRjBTfUvfG', checksum=2124482414, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272612, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542448699.6664 (2018-11-17 01:58:19) with random token: voKudcXh7uXuvuxGque6', checksum=-1769881811, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1272613, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542448707.22507 (2018-11-17 01:58:27) with random token: sgN6gtChhcWFDL6NpYMy', checksum=-1041219439, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272614, timestamp=1542448708908, timestamp_type=0, key='check_kafka.py-CkXo3h7gcJij1ef9xqGq', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542448707.85 (Sat Nov 17 01:58:27 2018) with random token 'XspjP0feC20aI9XEqXXL'", checksum=1300947220, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272615, timestamp=1542448734997, timestamp_type=0, key='check_kafka.py-HjdZdruvjAXWRDMfuPRS', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542448734.3 (Sat Nov 17 01:58:54 2018) with random token 'OISZJe7srWQmT1ghO7UA'", checksum=-1770388793, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272616, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542448756.46282 (2018-11-17 01:59:16) with random token: TqSFr1bDICCChJss3TJh', checksum=-588423068, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272617, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542448756.64073 (2018-11-17 01:59:16) with random token: wFLvF9Z08SCjybP4M4Jx', checksum=1488850273, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272618, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542448860.43873 (2018-11-17 10:01:00) with random token: u1Yw19zpfrdLQjXqI6JJ', checksum=-1151601632, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272619, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542448860.44879 (2018-11-17 10:01:00) with random token: hSnwWDTzR0EOz037953n', checksum=-1640383665, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272620, timestamp=1542448877499, timestamp_type=0, key='check_kafka.py-Li4SqBzUViWIQdaaLhQe', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542448876.17 (Sat Nov 17 02:01:16 2018) with random token 'xlUa69ZAUPMZw3mdfLY4'", checksum=-1463284868, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272621, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542448928.24669 (2018-11-17 10:02:08) with random token: 6NBLhLZn9UFX11o1914o', checksum=-994095529, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272622, timestamp=1542448996724, timestamp_type=0, key='check_kafka.py-7beKGEYv7pDn0htLPBkQ', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542448995.53 (Sat Nov 17 02:03:15 2018) with random token 'Ysgx6jSsz8eNFZZpcm2c'", checksum=-1551335214, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272623, timestamp=1542449004663, timestamp_type=0, key='check_kafka.py-Bg5MUbLv60WqUtW9ZgFU', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542449003.74 (Sat Nov 17 02:03:23 2018) with random token 'TFnFUrhi2T6ACq3ERhOu'", checksum=91737371, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272624, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542449025.26575 (2018-11-17 02:03:45) with random token: ybYDuTCU5nQjuyZub7i5', checksum=-52010437, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272625, timestamp=1542449032149, timestamp_type=0, key='check_kafka.py-Tnns3S7cCanMVK16f5nN', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542449031.2 (Sat Nov 17 02:03:51 2018) with random token 'q6CDkIKL28wNMJOq82kB'", checksum=1826997135, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272626, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542449032.24166 (2018-11-17 02:03:52) with random token: guWs3r6yqx7YXNg5x8CQ', checksum=-2046479237, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272627, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542449082.19056 (2018-11-17 02:04:42) with random token: g1dZal8ndXb0vc4VsVWR', checksum=1588839680, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272628, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542449082.21159 (2018-11-17 02:04:42) with random token: Ne7HBJflQBMC18jMvdbL', checksum=476904842, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272629, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542449160.2311 (2018-11-17 10:06:00) with random token: 7JGUUuCeGgNCj3wslciO', checksum=-1117720297, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272630, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542449160.23444 (2018-11-17 10:06:00) with random token: wDTN5pCXzKM3rLhmNCKQ', checksum=1045923339, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272631, timestamp=1542449205403, timestamp_type=0, key='check_kafka.py-5SKmFT1uVlELlL9ZM1IX', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542449204.58 (Sat Nov 17 02:06:44 2018) with random token '5J48iDSLMG5PJZCKQKpa'", checksum=-140507412, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272632, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542449228.11436 (2018-11-17 10:07:08) with random token: 2CQNYxDsiZlAarLh8rZC', checksum=-884769042, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272633, timestamp=1542449318719, timestamp_type=0, key='check_kafka.py-J7zLKcMsOmJDwVVqWZQC', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542449317.84 (Sat Nov 17 02:08:37 2018) with random token 'ilGHEnpdXf1vvUn8nXxO'", checksum=1973183104, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272634, timestamp=1542449325139, timestamp_type=0, key='check_kafka.py-8SXGDfOz31ECkNOsDutC', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542449324.31 (Sat Nov 17 02:08:44 2018) with random token 'ZInCwIZGoEWS68wOxlMx'", checksum=274670214, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272635, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542449345.63905 (2018-11-17 02:09:05) with random token: xNYpAcwIx8QvH1OQkexr', checksum=-1837345082, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272636, timestamp=1542449351606, timestamp_type=0, key='check_kafka.py-eoptppO04vtjsO3jZhcX', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542449350.8 (Sat Nov 17 02:09:10 2018) with random token 'u85DsjmHplvWKuCB3S5H'", checksum=1479286069, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272637, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542449354.90812 (2018-11-17 02:09:14) with random token: kCZHE9HfsKMXPEusnaMC', checksum=-231850811, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272638, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542449402.59743 (2018-11-17 02:10:02) with random token: 3aXZp2WX1oaBTNHUfalH', checksum=-1834529628, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272639, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542449402.65192 (2018-11-17 02:10:02) with random token: nHvMow3LFJSstqcteJcu', checksum=1026420798, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272640, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542449460.35938 (2018-11-17 10:11:00) with random token: BZl7HgNkjLehJifQzMVD', checksum=-350252184, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272641, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542449460.35937 (2018-11-17 10:11:00) with random token: cPMwZJqjhSonBoe2LBYK', checksum=658460633, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272642, timestamp=1542449524023, timestamp_type=0, key='check_kafka.py-2Q5Srw9ChaRQrUe6THem', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542449522.27 (Sat Nov 17 02:12:02 2018) with random token 'KsnCKySGdWqIuOsB5nbu'", checksum=-1080463984, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272643, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542449528.24486 (2018-11-17 10:12:08) with random token: lH74qcf4xm1iMve5QVaW', checksum=1125036913, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272644, timestamp=1542449637897, timestamp_type=0, key='check_kafka.py-n23xnWoyjQJlFFz2BRFT', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542449637.0 (Sat Nov 17 02:13:57 2018) with random token 'TjntKInDlxGrNVStWUWE'", checksum=394448020, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272645, timestamp=1542449641523, timestamp_type=0, key='check_kafka.py-LrVdeOwxOIngtwOTh70c', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542449640.65 (Sat Nov 17 02:14:00 2018) with random token 'CrKH51eMXryYHI14D5PB'", checksum=-1286422674, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272646, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542449671.39158 (2018-11-17 02:14:31) with random token: Yy1I2TxRDaGNo0m9q3Pm', checksum=1270061990, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272647, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542449717.56668 (2018-11-17 02:15:17) with random token: hyhRxfa0viRoWOHmTMT0', checksum=-2114696351, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272648, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542449717.59864 (2018-11-17 02:15:17) with random token: mW1ZAmkL0QFmSKDujelR', checksum=128083788, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272649, timestamp=1542449741584, timestamp_type=0, key='check_kafka.py-TL5F2qYw8yyeX8EKSsLX', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542449740.7 (Sat Nov 17 02:15:40 2018) with random token 'WGCMomRt5vTtxbl1PaVJ'", checksum=1537622369, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272650, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542449760.39847 (2018-11-17 10:16:00) with random token: 4oZQfEIcPiDEByRsGwnL', checksum=-20521821, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272651, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542449760.40499 (2018-11-17 10:16:00) with random token: ICWjhCMtJlYH1I2E1AKV', checksum=-294153788, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272652, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542449797.80052 (2018-11-17 02:16:37) with random token: 84IC0cWaMKZzS9OSbjPu', checksum=-2110517514, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272653, timestamp=1542449827155, timestamp_type=0, key='check_kafka.py-gTrFJ9BFY1PZ3bpcpT3Z', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542449825.74 (Sat Nov 17 02:17:05 2018) with random token 'bp6znZzwvhThFUn9MTPq'", checksum=-1097154139, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272654, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542449828.22774 (2018-11-17 10:17:08) with random token: 8CIpIIYilYqMjv97JEOf', checksum=-1153333421, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272655, timestamp=1542449945594, timestamp_type=0, key='check_kafka.py-wywYXgfig67NqeereCsC', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542449944.73 (Sat Nov 17 02:19:04 2018) with random token 'a31whNHAyMsLK4GoYMBy'", checksum=209940521, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272656, timestamp=1542449947913, timestamp_type=0, key='check_kafka.py-XOX6RLMYmP8FQqKUMYRr', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542449947.12 (Sat Nov 17 02:19:07 2018) with random token 'vDXProog1Jhj8JOtAE10'", checksum=1717166970, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272657, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542449981.12653 (2018-11-17 02:19:41) with random token: IpNCE9xOd6Jq8v28zOoz', checksum=176652189, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272658, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542450024.74845 (2018-11-17 02:20:24) with random token: i09fnpLTJgeyhCnqPdn1', checksum=-805165108, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272659, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542450024.91112 (2018-11-17 02:20:24) with random token: 61pZpiHYXyBFNTRJJzOi', checksum=626266092, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272660, timestamp=1542450049400, timestamp_type=0, key='check_kafka.py-Gs1EcpGBthQ9hEzSCp6R', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542450048.66 (Sat Nov 17 02:20:48 2018) with random token 'sOZn2BXp3pfvX42OZK3U'", checksum=-310035936, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272661, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542450060.30046 (2018-11-17 10:21:00) with random token: nrr0e2xIWoG7XNIwEqUZ', checksum=-950006545, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272662, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542450060.30198 (2018-11-17 10:21:00) with random token: mae3D3DXxk8j3T9lDnNd', checksum=1268660933, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272663, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542450105.55255 (2018-11-17 02:21:45) with random token: unanEvfYSWrjLGhjhtHc', checksum=1116630799, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272664, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542450128.18885 (2018-11-17 10:22:08) with random token: 4dA0oetoesSlQUizRe8T', checksum=498364354, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272665, timestamp=1542450135972, timestamp_type=0, key='check_kafka.py-57iOjhcYVekfiXXTLMlH', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542450134.79 (Sat Nov 17 02:22:14 2018) with random token '950chsozklPcgG0cfbqV'", checksum=-119927862, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272666, timestamp=1542450251400, timestamp_type=0, key='check_kafka.py-RMlrrFTDQ4M9jyoi2laW', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542450250.24 (Sat Nov 17 02:24:10 2018) with random token 'jjFjb3weX9ffi1UKoRkJ'", checksum=-1327608586, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272667, timestamp=1542450254372, timestamp_type=0, key='check_kafka.py-jKr9dhYZ4OqBlZSCKezS', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542450253.43 (Sat Nov 17 02:24:13 2018) with random token 'lAQ3y1axQT3OcZTrIolG'", checksum=669294317, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272668, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542450286.82365 (2018-11-17 02:24:46) with random token: P8lSxZmJJcS2QMGJ4j2m', checksum=-308045564, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272669, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542450337.12551 (2018-11-17 02:25:37) with random token: vZthrlYWCxSt4HCt5qvh', checksum=695234893, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272670, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542450337.19683 (2018-11-17 02:25:37) with random token: NVD83IxJV7CKazLXmeYW', checksum=286411792, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272671, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542450360.26162 (2018-11-17 10:26:00) with random token: 7YD1zEHXRbgCjnfJkt74', checksum=1368813365, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272672, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542450360.26473 (2018-11-17 10:26:00) with random token: RQETDd03evTDFsh5Ub5K', checksum=1609460643, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272673, timestamp=1542450368551, timestamp_type=0, key='check_kafka.py-IUU39eT0XN8S4WgRQSRj', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542450367.69 (Sat Nov 17 02:26:07 2018) with random token 'ro3j9syestpxl6zZ9WRu'", checksum=1462413685, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272674, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542450428.14938 (2018-11-17 10:27:08) with random token: zigcJ0ul4x2KSrCPzAzn', checksum=134439316, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272675, timestamp=1542450460688, timestamp_type=0, key='check_kafka.py-SQLQTxzudoDxYWuMU8IH', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542450459.35 (Sat Nov 17 02:27:39 2018) with random token 'r9vsPXIgq4D4PHoyl5BV'", checksum=1504882837, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272676, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542450517.237 (2018-11-17 02:28:37) with random token: eFbMLfyh57b2gnujKMDn', checksum=-1390447963, serialized_key_size=1, serialized_value_size=169), ConsumerRecord(topic=u'nagios', partition=0, offset=1272677, timestamp=1542450577421, timestamp_type=0, key='check_kafka.py-uLXH96wnpHTFXiHmhfgV', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542450576.42 (Sat Nov 17 02:29:36 2018) with random token 'rhyrpoaF94td4J3WF0WZ'", checksum=2101777340, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272678, timestamp=1542450581110, timestamp_type=0, key='check_kafka.py-ctyJD2Cnzmhs9hoxJ6ip', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542450580.24 (Sat Nov 17 02:29:40 2018) with random token '3WRntMop2P0vk3aL2rtg'", checksum=-1976598985, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272679, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542450616.41815 (2018-11-17 02:30:16) with random token: BDeb1rH1lKTpv6u2j1ee', checksum=-565308469, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272680, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542450660.29881 (2018-11-17 10:31:00) with random token: 7UnxfgYUl62uZaQazgJa', checksum=-1154338456, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272681, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542450660.32695 (2018-11-17 10:31:00) with random token: cNyw4RqYx9y8QhWO9xVz', checksum=137379539, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272682, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542450666.85233 (2018-11-17 02:31:06) with random token: t2btTCDbQL0CioDdYUqm', checksum=1775763704, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272683, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542450666.98096 (2018-11-17 02:31:06) with random token: bqt7bT0sEY9gFI6H250n', checksum=-1383373709, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272684, timestamp=1542450700812, timestamp_type=0, key='check_kafka.py-r7UL8UQhchnvMdnuOKVx', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542450699.71 (Sat Nov 17 02:31:39 2018) with random token 'pVous9OCFYS9zb9fdk7O'", checksum=-1686645372, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272685, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542450728.12529 (2018-11-17 10:32:08) with random token: zh9JXs4Gfu2li9RxAXWz', checksum=1070023742, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272686, timestamp=1542450789898, timestamp_type=0, key='check_kafka.py-es0oq9P7AApzL56jx3Kf', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542450788.85 (Sat Nov 17 02:33:08 2018) with random token 'bKNJXn2lFGyQg8MCiKqt'", checksum=1251702507, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272687, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542450845.00518 (2018-11-17 02:34:05) with random token: ecrDZkyhyrECHeHeNbaV', checksum=-547508513, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272688, timestamp=1542450904803, timestamp_type=0, key='check_kafka.py-uHhPmJrdUq1WvmKHBCEA', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542450903.6 (Sat Nov 17 02:35:03 2018) with random token 'F7LIAkNJh6bOrbjWCJaN'", checksum=4142664, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272689, timestamp=1542450905660, timestamp_type=0, key='check_kafka.py-ajo8dru6JpiQlRAxo1lL', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542450904.67 (Sat Nov 17 02:35:04 2018) with random token 'dJ7QUVbmrAqA6W349AqQ'", checksum=1431936098, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272690, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542450938.67309 (2018-11-17 02:35:38) with random token: Mnw6R7o79tyEHQ2Im0rN', checksum=-289617142, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272691, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542450960.19625 (2018-11-17 10:36:00) with random token: BHLU78l86b3qExqr1XdX', checksum=590846389, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272692, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542450960.19874 (2018-11-17 10:36:00) with random token: JzlENIcRwSMBU41BpPwA', checksum=1214854935, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272693, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542450986.42925 (2018-11-17 02:36:26) with random token: ph2mdFRopgY7WawxEQlh', checksum=617834024, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272694, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542450986.48825 (2018-11-17 02:36:26) with random token: OHrPSfLNnvWGPO0YIJVk', checksum=-1699468180, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272695, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542451028.33972 (2018-11-17 10:37:08) with random token: KX8ysMajgd5Uiw39ncnx', checksum=1162295482, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272696, timestamp=1542451100495, timestamp_type=0, key='check_kafka.py-ICf0b9Wz6HMRektCs4af', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542451099.24 (Sat Nov 17 02:38:19 2018) with random token 'VKY9BEFtWWvjlJLdKBoN'", checksum=-1897171576, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272697, timestamp=1542451107696, timestamp_type=0, key='check_kafka.py-JnvPPBf0akedFWA3mAqY', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542451106.46 (Sat Nov 17 02:38:26 2018) with random token '9S31uSsfgT5nAlJiirJb'", checksum=1130650901, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272698, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542451164.72325 (2018-11-17 02:39:24) with random token: lLddZw3o2Xc2iQmMXLCH', checksum=-1444006015, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272699, timestamp=1542451223455, timestamp_type=0, key='check_kafka.py-3Zwl1ABqsbJHiW0oWnqU', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542451222.67 (Sat Nov 17 02:40:22 2018) with random token 'tZkzAPT1FGzKVJQdQhau'", checksum=-1381991969, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272700, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542451256.80931 (2018-11-17 02:40:56) with random token: 5j4Fp4zkLUdq5SwHSCc0', checksum=676541795, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272701, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542451260.16138 (2018-11-17 10:41:00) with random token: acjfqeQ47FoamcBTgKRD', checksum=2091515172, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272702, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542451260.16837 (2018-11-17 10:41:00) with random token: JEdL7rzm4ETbEOx3EzLF', checksum=1722792252, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272703, timestamp=1542451297618, timestamp_type=0, key='check_kafka.py-s3Yta2KGRZYqm9ZgATXE', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542451296.59 (Sat Nov 17 02:41:36 2018) with random token 'WU5jpUwF0xSMvk5OpG8G'", checksum=-525856457, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272704, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542451298.22969 (2018-11-17 02:41:38) with random token: BwGNXPuDDEHMdDJIWFH2', checksum=-1060714060, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272705, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542451298.32899 (2018-11-17 02:41:38) with random token: mzKzhoXio8zp6KK8vfqp', checksum=593896202, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272706, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542451328.29196 (2018-11-17 10:42:08) with random token: sEozyOuHb0AEknLsHEmb', checksum=-96193735, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272707, timestamp=1542451412509, timestamp_type=0, key='check_kafka.py-zOTlWRFAUZlzkvUi7XRh', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542451411.56 (Sat Nov 17 02:43:31 2018) with random token 'IhLeLhbblo1xpytmqf9J'", checksum=-1152650244, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272708, timestamp=1542451419890, timestamp_type=0, key='check_kafka.py-io2ZJpeXn2jFGm1rvfWc', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542451418.7 (Sat Nov 17 02:43:38 2018) with random token 'nsNE45ZZUDkvhsaHxkHx'", checksum=621218738, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272709, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542451480.20289 (2018-11-17 02:44:40) with random token: qpCzD3ivpEcreH8hEbBL', checksum=1565044490, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272710, timestamp=1542451541124, timestamp_type=0, key='check_kafka.py-LbnERcnF4MfV7xpomn0y', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542451539.22 (Sat Nov 17 02:45:39 2018) with random token 'etSMWPOCezEV8yIGEkAC'", checksum=-723473742, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272711, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542451561.32497 (2018-11-17 10:46:01) with random token: DkotN5nxxafOwiYSz10b', checksum=141188651, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272712, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542451561.32961 (2018-11-17 10:46:01) with random token: wf9xty7LnxXy9ZOfd0J5', checksum=-2017567238, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272713, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542451572.48707 (2018-11-17 02:46:12) with random token: 0p9gcPIlJpdLh13Oou8h', checksum=-1268632734, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272714, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542451609.43893 (2018-11-17 02:46:49) with random token: gtNGn8EUmwLtb9pFrg7I', checksum=-760920537, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272715, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542451609.61243 (2018-11-17 02:46:49) with random token: RO3cr3vemWecB6kPCV9J', checksum=-2110781083, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272716, timestamp=1542451609611, timestamp_type=0, key='check_kafka.py-fLKGUJ3UH0gQKu5kY4zO', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542451608.56 (Sat Nov 17 02:46:48 2018) with random token 'Osg0TocTXKbhCuSenv75'", checksum=-1472969421, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272717, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542451628.11403 (2018-11-17 10:47:08) with random token: KdWLwfU7aAxXbERZ8PzU', checksum=1380104487, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272718, timestamp=1542451722947, timestamp_type=0, key='check_kafka.py-91rJSMSD8T6XsLGdXjcX', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542451721.41 (Sat Nov 17 02:48:41 2018) with random token 'Yxqdq2UH0II3qLdCxMZp'", checksum=927989275, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272719, timestamp=1542451728853, timestamp_type=0, key='check_kafka.py-32oyGUwqdOLr1VpICWJB', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542451727.76 (Sat Nov 17 02:48:47 2018) with random token 'xH646g20Kfqcrq6I5Ezq'", checksum=-879112574, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272720, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542451791.26784 (2018-11-17 02:49:51) with random token: wryRjJy8ToWsswTiAegD', checksum=-2103985208, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272721, timestamp=1542451851050, timestamp_type=0, key='check_kafka.py-JxmL8zwgCfD5MtzoBpeC', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542451850.19 (Sat Nov 17 02:50:50 2018) with random token 'JjeyLMfIeYh4bfxhmcId'", checksum=-1470074731, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272722, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542451860.18455 (2018-11-17 10:51:00) with random token: s2JYAIfkMiDB45IIY61c', checksum=1209243719, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272723, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542451860.1835 (2018-11-17 10:51:00) with random token: Y7BFhkkZHwcTm2ISiPbF', checksum=738943923, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272724, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542451885.31038 (2018-11-17 02:51:25) with random token: 2CEZbOqAYeryNY1NEJzc', checksum=-2131467338, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272725, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542451928.31247 (2018-11-17 10:52:08) with random token: YvkkG2FOygheznhbeyhu', checksum=2027369853, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272726, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542451930.17428 (2018-11-17 02:52:10) with random token: ZRs2dHicAvkoG5czuZe9', checksum=-738089175, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272727, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542451930.30582 (2018-11-17 02:52:10) with random token: YiAt9tdAvH5h7hnPhVGn', checksum=-197872432, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272728, timestamp=1542451930492, timestamp_type=0, key='check_kafka.py-9ipHhyKxWTdcYACNrzjg', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542451929.4 (Sat Nov 17 02:52:09 2018) with random token 'qhXNuYvM6dPIiQF8Te6R'", checksum=2101535329, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272729, timestamp=1542452043070, timestamp_type=0, key='check_kafka.py-eHR4sNWpVOuUrQaerwxD', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542452042.18 (Sat Nov 17 02:54:02 2018) with random token 'VdtqnqaLChLHi9F0QoaM'", checksum=1085328258, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272730, timestamp=1542452051673, timestamp_type=0, key='check_kafka.py-vSiSXQGcMqxAmuRUUO25', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542452050.8 (Sat Nov 17 02:54:10 2018) with random token '7ug0YUAOd3nNPpH0kQxJ'", checksum=970295376, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272731, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542452112.37085 (2018-11-17 02:55:12) with random token: rfdyj5HycSbgYolcv2SR', checksum=-1126162721, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272732, timestamp=1542452132616, timestamp_type=0, key='check_kafka.py-vNYYtb410U7SdmTALWfb', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542452131.69 (Sat Nov 17 02:55:31 2018) with random token 'nju61wxzNOZ2KF2mK09F'", checksum=1402369126, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272733, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542452160.39035 (2018-11-17 10:56:00) with random token: 0ndWo7AuPQZ5JeOW3CYc', checksum=-54550489, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272734, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542452160.39614 (2018-11-17 10:56:00) with random token: UZ2gRleO399Ww61oOO6h', checksum=-342906246, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272735, timestamp=1542452175004, timestamp_type=0, key='check_kafka.py-vmrglBYifsL084qozCEA', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542452174.24 (Sat Nov 17 02:56:14 2018) with random token 'h7mLkZY5ojki7H6vUQOV'", checksum=-1697954753, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272736, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542452208.17005 (2018-11-17 02:56:48) with random token: r6Dh2MOUVkzRtaCbpAK5', checksum=1259103287, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272737, timestamp=1542452223050, timestamp_type=0, key='check_kafka.py-Udf09vE9CXzDcyMK8zN5', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542452221.43 (Sat Nov 17 02:57:01 2018) with random token 'TqXdFPKbrRXXG9WCwKZ1'", checksum=166321405, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272738, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542452228.27961 (2018-11-17 10:57:08) with random token: vSwzEwZrFoD7aP1D9Lz4', checksum=1198906313, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272739, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542452255.76451 (2018-11-17 02:57:35) with random token: NHSKtuPKa7WG98xQJ09N', checksum=899768858, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272740, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542452255.90737 (2018-11-17 02:57:35) with random token: LAWbKva9M2U5ydIvkDWt', checksum=-418717979, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272741, timestamp=1542452256454, timestamp_type=0, key='check_kafka.py-MybUQwWuRVKRqaWErJdB', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542452255.59 (Sat Nov 17 02:57:35 2018) with random token 'FH95B961TTMwrz9xRexB'", checksum=2101656666, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272742, timestamp=1542452265080, timestamp_type=0, key='check_kafka.py-rAQH5wp4vsMXzbdnV9Nw', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542452263.22 (Sat Nov 17 02:57:43 2018) with random token 'Js9ni9mqIaD92czPAye5'", checksum=-2099765117, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272743, timestamp=1542452371704, timestamp_type=0, key='check_kafka.py-C1QJUO4dsVdFIYTb7emm', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542452370.76 (Sat Nov 17 02:59:30 2018) with random token '1106EdwUbgFu2oSkPyI3'", checksum=-397386018, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272744, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542452460.37292 (2018-11-17 11:01:00) with random token: lhfq9CHxs7i5T0YuXebg', checksum=-95683723, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272745, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542452460.48204 (2018-11-17 11:01:00) with random token: 44F6Y0XccBWXVtFWQNqT', checksum=1180924257, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272746, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542452528.25546 (2018-11-17 11:02:08) with random token: cMAd8Spvq81FtiIFQdnr', checksum=-1049167830, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272747, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542452532.8492 (2018-11-17 03:02:12) with random token: ZUQJ0Ff434fLTIq1wCaW', checksum=729334356, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1272748, timestamp=1542452549666, timestamp_type=0, key='check_kafka.py-cr813salTQsx9S7qo16V', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542452548.12 (Sat Nov 17 03:02:28 2018) with random token 'XTGZeiMJp3jwxChmM6fE'", checksum=-421399836, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272749, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542452575.48317 (2018-11-17 03:02:55) with random token: 0KSOYAJWeIkdVpFZa1dM', checksum=-1429684797, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272750, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542452575.51946 (2018-11-17 03:02:55) with random token: 5NwJh5gw0qth7Rk1QQdh', checksum=-1913312424, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272751, timestamp=1542452576174, timestamp_type=0, key='check_kafka.py-ciFumpUYUkRXqiewzBDU', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542452575.29 (Sat Nov 17 03:02:55 2018) with random token 'Hw3Ql0S5a5pSf5oidJ0o'", checksum=715670354, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272752, timestamp=1542452584349, timestamp_type=0, key='check_kafka.py-1vkmdyIKIB3TSw8rNRQP', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542452582.92 (Sat Nov 17 03:03:02 2018) with random token 'k8AQwnjPHTdqn2VGa71t'", checksum=242357536, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272753, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542452607.15673 (2018-11-17 03:03:27) with random token: WVMin5N4lBYMTNbTkmBW', checksum=-2126803377, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272754, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542452760.34803 (2018-11-17 11:06:00) with random token: wheVOPJGvKY18qnK1A08', checksum=771713080, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272755, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542452760.3479 (2018-11-17 11:06:00) with random token: lValBGcQKOIqP8QYnC6I', checksum=1246838225, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272756, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542452828.22499 (2018-11-17 11:07:08) with random token: AKZjqsmcnmokZVySowXz', checksum=1343295314, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272757, timestamp=1542452833266, timestamp_type=0, key='check_kafka.py-FJ3TC05ic1ddlVxsxknL', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542452831.59 (Sat Nov 17 03:07:11 2018) with random token '2SodcwcyaYLMKKc60nMh'", checksum=-2058515343, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272758, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542452844.44257 (2018-11-17 03:07:24) with random token: Maeg8Q9hHJ3U9UBS1z59', checksum=683577704, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272759, timestamp=1542452860770, timestamp_type=0, key='check_kafka.py-G8bco1M231woFS41TalD', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542452860.01 (Sat Nov 17 03:07:40 2018) with random token 'VSEiMB9obUHMBTgNsvis'", checksum=1599402752, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272760, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542452883.91744 (2018-11-17 03:08:03) with random token: ZhLE3cIbxfUcOwGsUvot', checksum=-1982109443, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272761, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542452884.23886 (2018-11-17 03:08:04) with random token: UQ6e5B9pWLOtOo6qZa1K', checksum=1062536487, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272762, timestamp=1542452884504, timestamp_type=0, key='check_kafka.py-0QstKr67EBJCHLHFgPf3', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542452883.65 (Sat Nov 17 03:08:03 2018) with random token 'p0ZUUb18fqOZjHLOL2Uh'", checksum=397617444, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272763, timestamp=1542452891873, timestamp_type=0, key='check_kafka.py-IYmZCMWih8SmKsFtaMA5', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542452890.5 (Sat Nov 17 03:08:10 2018) with random token 'Ld8PXTJRlzTdpmDpretW'", checksum=1637256534, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272764, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542452909.08393 (2018-11-17 03:08:29) with random token: pfyQEZ29SEvx0VlBErpf', checksum=-2041636180, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272765, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542453060.31051 (2018-11-17 11:11:00) with random token: SjKXVrYwA03VEypuTaJI', checksum=-664316238, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272766, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542453060.31051 (2018-11-17 11:11:00) with random token: 6V9lBnCZw0NnDeZBBCTd', checksum=-1753521401, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272767, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542453128.19105 (2018-11-17 11:12:08) with random token: 3TL5nIdjXofxwDD7Le84', checksum=-1132423967, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272768, timestamp=1542453149547, timestamp_type=0, key='check_kafka.py-z0D6T2H3n7YZiMLKS6jX', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542453147.85 (Sat Nov 17 03:12:27 2018) with random token 'tvVJiWmC5EM9Uvc7IPn2'", checksum=1515181096, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272769, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542453159.94802 (2018-11-17 03:12:39) with random token: Z7HHt4l242ts8OcVFKVn', checksum=1612426684, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272770, timestamp=1542453181646, timestamp_type=0, key='check_kafka.py-QM2HL6pC7qNLWSXPXpiI', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542453180.22 (Sat Nov 17 03:13:00 2018) with random token 'oxJE5MYVXyF1nDAOmcDi'", checksum=-1131728369, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272771, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542453204.95672 (2018-11-17 03:13:24) with random token: dqmpK7AECdJqwNv5buMT', checksum=804064930, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272772, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542453205.01087 (2018-11-17 03:13:25) with random token: vlMp5fdEQc4uDKgAmDYP', checksum=950093676, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272773, timestamp=1542453207347, timestamp_type=0, key='check_kafka.py-5wD8tNuw9U0EaXc5quqL', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542453205.83 (Sat Nov 17 03:13:25 2018) with random token 'O3rlTHPy4CbUzexQeMbg'", checksum=1589432758, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272774, timestamp=1542453211725, timestamp_type=0, key='check_kafka.py-Vf6LcINZYFdLJgRbOaQy', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542453210.27 (Sat Nov 17 03:13:30 2018) with random token 'JarP89svDKD4xf6en1wk'", checksum=-2009931555, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272775, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542453233.95855 (2018-11-17 03:13:53) with random token: ry22C6N5EiKSpDsBfyGK', checksum=462274902, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272776, timestamp=1542453262644, timestamp_type=0, key='check_kafka.py-IQtFrU6ngrYxojq4ogu6', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542453261.21 (Sat Nov 17 03:14:21 2018) with random token 'qVMytQnc5RYMj4TjFUKC'", checksum=-1378013002, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272777, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542453360.2223 (2018-11-17 11:16:00) with random token: t0VYNt68jsLl8eQSrGeM', checksum=621633869, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272778, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542453360.31063 (2018-11-17 11:16:00) with random token: KVktyIid2cUB9zVfZpV2', checksum=1107445147, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272779, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542453428.34581 (2018-11-17 11:17:08) with random token: 3shK0zQllmZ5yQiccRWH', checksum=2022757937, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272780, timestamp=1542453467530, timestamp_type=0, key='check_kafka.py-QddhxwW5GuNHE9ua8ELt', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542453466.31 (Sat Nov 17 03:17:46 2018) with random token 'iWwDvOG0LQYnTXpiHEgT'", checksum=-175264612, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272781, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542453480.15525 (2018-11-17 03:18:00) with random token: nQnhGSM43MlyUHXwjrAz', checksum=-594358260, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272782, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542453528.52108 (2018-11-17 03:18:48) with random token: gVwQD3sSN2X30xKjS4Cj', checksum=1955093412, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272783, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542453528.6246 (2018-11-17 03:18:48) with random token: 3wZABhASku8AER8OOGbL', checksum=-83939900, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1272784, timestamp=1542453530235, timestamp_type=0, key='check_kafka.py-uWc4FtSVcNXqaccvOb2g', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542453529.24 (Sat Nov 17 03:18:49 2018) with random token 'UtaJ5ormBzqXu6P4A9cI'", checksum=1710607824, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272785, timestamp=1542453534462, timestamp_type=0, key='check_kafka.py-gftoCH2mxod6g5M3OadZ', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542453532.59 (Sat Nov 17 03:18:52 2018) with random token 'qiKAIU9pOFAYK6xBWJh4'", checksum=-14319595, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272786, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542453554.49543 (2018-11-17 03:19:14) with random token: N8UtS1EUwSnHgWaJHbHj', checksum=-1870060358, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272787, timestamp=1542453587147, timestamp_type=0, key='check_kafka.py-h5BwKcYV3UeFq1WKpWP5', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542453585.71 (Sat Nov 17 03:19:45 2018) with random token '2QjGVhA2VAVAhy7fSQ7p'", checksum=2143943084, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272788, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542453660.15608 (2018-11-17 11:21:00) with random token: QIgZKQboJQiCywtFxNmA', checksum=-85553093, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272789, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542453660.15602 (2018-11-17 11:21:00) with random token: COf6OtUBmD7x8pdprj7y', checksum=-705671781, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272790, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542453728.2903 (2018-11-17 11:22:08) with random token: QwpC6jXdDTVjYDOa9uW5', checksum=217141770, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272791, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542453805.55228 (2018-11-17 03:23:25) with random token: iAAmIybsw5lxOa1TIrKk', checksum=-1183678836, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272792, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542453855.02022 (2018-11-17 03:24:15) with random token: iDqaS7EgZyQVOdZxfI03', checksum=-627418909, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272793, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542453855.06792 (2018-11-17 03:24:15) with random token: XXcSf3QHHwwXHNhJqMKg', checksum=459162624, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272794, timestamp=1542453860378, timestamp_type=0, key='check_kafka.py-Q9TislExzuNEX0Qg5Ryp', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542453858.75 (Sat Nov 17 03:24:18 2018) with random token 'hFTPkU7MhdvK6Rg40STx'", checksum=-378477463, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272795, timestamp=1542453879684, timestamp_type=0, key='check_kafka.py-MyXT1xvNO8Qs7qMo0gDW', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542453878.03 (Sat Nov 17 03:24:38 2018) with random token 'bduHwibD2y2ZjEYmc7xH'", checksum=1948331719, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272796, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542453879.84981 (2018-11-17 03:24:39) with random token: JGZjhJpoFQdNAhqj5QOf', checksum=-1203848473, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272797, timestamp=1542453916052, timestamp_type=0, key='check_kafka.py-PyFedpfzw73X2ze1xUXZ', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542453914.74 (Sat Nov 17 03:25:14 2018) with random token 'qTEwsLlg5xM2qfgwC8VL'", checksum=-1571263742, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272798, timestamp=1542453945764, timestamp_type=0, key='check_kafka.py-ACEXPtPChbYDzixM7XrE', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542453944.52 (Sat Nov 17 03:25:44 2018) with random token 'A2CQMwBICa6p75dRR5Je'", checksum=-1756926201, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272799, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542453960.36872 (2018-11-17 11:26:00) with random token: 9kFFk1SGAleXNrtb5aiX', checksum=1145866235, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272800, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542453960.36842 (2018-11-17 11:26:00) with random token: LyzLKj9YZZvE2bMtyVoF', checksum=-1481559928, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272801, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542454028.25076 (2018-11-17 11:27:08) with random token: CB3ZoTJEs5rDYwBQjPhb', checksum=-759316244, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272802, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542454130.39798 (2018-11-17 03:28:50) with random token: b4IW3T5VGry0guxzOFgJ', checksum=144563964, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272803, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542454180.13614 (2018-11-17 03:29:40) with random token: NHJFBA0HO6pwvWsPVG8v', checksum=1951068458, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272804, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542454180.15075 (2018-11-17 03:29:40) with random token: 3MW7k522MkEYS66hWH7h', checksum=847281838, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272805, timestamp=1542454187231, timestamp_type=0, key='check_kafka.py-2IFd5nRuZwn3LB493RiL', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542454185.22 (Sat Nov 17 03:29:45 2018) with random token 'u96jlToZtZ5LNLMBiEI1'", checksum=-801694273, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272806, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542454209.64804 (2018-11-17 03:30:09) with random token: kbdwmuLEyM9GglK1A9zP', checksum=-1585617575, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272807, timestamp=1542454210419, timestamp_type=0, key='check_kafka.py-CIOGMOk9zeFNf1Wjwyop', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542454208.45 (Sat Nov 17 03:30:08 2018) with random token 'HGbpbrPXNTfcVMLHCqN2'", checksum=1172267833, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272808, timestamp=1542454246098, timestamp_type=0, key='check_kafka.py-fhTNb8hMPNo4qcwbntJN', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542454244.94 (Sat Nov 17 03:30:44 2018) with random token 'Y1wfHkpO4RSXiwxfZuho'", checksum=-2109055991, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272809, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542454260.18603 (2018-11-17 11:31:00) with random token: 6vjAUEjNoJK5BJWDm8qg', checksum=-1177000116, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272810, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542454260.27499 (2018-11-17 11:31:00) with random token: E8i0rhrDLVvSl5xVkQKR', checksum=2086409147, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272811, timestamp=1542454281698, timestamp_type=0, key='check_kafka.py-Wr8K5PZ7vEyJQyePriZX', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542454280.67 (Sat Nov 17 03:31:20 2018) with random token 'L92jSJfRyT5agU0C97aM'", checksum=-1327404113, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272812, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542454328.3219 (2018-11-17 11:32:08) with random token: 1hXIAIV8Y1mXpRAzdBPh', checksum=-448931421, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272813, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542454454.60208 (2018-11-17 03:34:14) with random token: uPxGEvJxlHloXiqg0RQF', checksum=1144811682, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272814, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542454494.79516 (2018-11-17 03:34:54) with random token: xRBLyNxlG3OHhiMO9ag6', checksum=403860063, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272815, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542454494.87494 (2018-11-17 03:34:54) with random token: OqI42s4C4R2eM0ASJBXC', checksum=1978294932, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272816, timestamp=1542454502802, timestamp_type=0, key='check_kafka.py-Yv36DYFqwarEInNYtxb4', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542454501.34 (Sat Nov 17 03:35:01 2018) with random token 'PmaOZcQ8UmojUhgGNJBK'", checksum=-2069073165, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272817, timestamp=1542454522276, timestamp_type=0, key='check_kafka.py-UL1DVUOhYTl6MOvlcVWN', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542454520.78 (Sat Nov 17 03:35:20 2018) with random token 'LGc3dxAlW3asxEOr7x7I'", checksum=-1282206498, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272818, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542454523.49633 (2018-11-17 03:35:23) with random token: K4egXFA0VaIhlZ5KTxBZ', checksum=-1971309934, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272819, timestamp=1542454556533, timestamp_type=0, key='check_kafka.py-3CaUX6iKZlQA2Zbf2sz4', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542454555.26 (Sat Nov 17 03:35:55 2018) with random token 'YToHHsJ3Wja7SQAGMhwb'", checksum=240004828, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272820, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542454560.38547 (2018-11-17 11:36:00) with random token: LlNM8nmi549D61ZNAXaW', checksum=874726069, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272821, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542454560.38737 (2018-11-17 11:36:00) with random token: S29yiLsD0KVdG8hcwf3m', checksum=-1176130258, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272822, timestamp=1542454591429, timestamp_type=0, key='check_kafka.py-eCP4132kaX96Mjym9TH1', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542454590.5 (Sat Nov 17 03:36:30 2018) with random token 'qCulOy33l53ka8BVh9on'", checksum=-1818156670, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272823, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542454628.27026 (2018-11-17 11:37:08) with random token: LBHVRvY1iM1RqTv4fAyi', checksum=-1254457658, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272824, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542454768.11908 (2018-11-17 03:39:28) with random token: NXq5Vk9mnf5sFZdEOCrX', checksum=-871534866, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272825, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542454806.474 (2018-11-17 03:40:06) with random token: yPryxQTqgqdHsUjm2gKD', checksum=1561594043, serialized_key_size=1, serialized_value_size=169), ConsumerRecord(topic=u'nagios', partition=0, offset=1272826, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542454806.47611 (2018-11-17 03:40:06) with random token: SZi9sics34wCKFdqzdOM', checksum=-1677489047, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272827, timestamp=1542454813597, timestamp_type=0, key='check_kafka.py-AUusMjaIqtfB7yWYsT3u', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542454812.03 (Sat Nov 17 03:40:12 2018) with random token 'r9m6cKx3V1KNaK0daMmh'", checksum=1262520588, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272828, timestamp=1542454832750, timestamp_type=0, key='check_kafka.py-KBvir1a1Q7bm0mLt8jga', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542454831.6 (Sat Nov 17 03:40:31 2018) with random token 'lUbEomCuZCiOAuwcgHVb'", checksum=978890759, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272829, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542454834.83965 (2018-11-17 03:40:34) with random token: YAmQoPLLf5ectC4qVg9j', checksum=-337346234, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272830, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542454860.33671 (2018-11-17 11:41:00) with random token: XglKNOYp7k5DZAPmTASl', checksum=1102143430, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272831, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542454860.33625 (2018-11-17 11:41:00) with random token: bWbQKNuDOk8wwk07nSdY', checksum=-1269298208, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272832, timestamp=1542454867334, timestamp_type=0, key='check_kafka.py-lH75umDcBUuwJRLqwnIi', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542454866.2 (Sat Nov 17 03:41:06 2018) with random token 'YvLtiyzElbVmYX9fjRE5'", checksum=-918309135, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272833, timestamp=1542454899589, timestamp_type=0, key='check_kafka.py-EOOS60LcDfhlyoY35SsY', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542454898.05 (Sat Nov 17 03:41:38 2018) with random token 'WifabpWeHjjTjBr9GXxv'", checksum=1975126369, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272834, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542454928.22142 (2018-11-17 11:42:08) with random token: Wuh1E6U5wdkBLldWO6Eb', checksum=-1704196348, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272835, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542455078.45602 (2018-11-17 03:44:38) with random token: MaGngNdCdO6wRioSzwiU', checksum=-355117278, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272836, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542455119.52409 (2018-11-17 03:45:19) with random token: nh7KXwuPcMV8UlchKshv', checksum=-1281356915, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272837, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542455119.69741 (2018-11-17 03:45:19) with random token: zyLPzBPCBGc9WD6jA1j8', checksum=-399362502, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272838, timestamp=1542455126856, timestamp_type=0, key='check_kafka.py-q5LzmEqsXnVMmVNHGY0u', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542455125.16 (Sat Nov 17 03:45:25 2018) with random token 'qA5R1Q5tZuWbz2Qwkxur'", checksum=-2058539952, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272839, timestamp=1542455148528, timestamp_type=0, key='check_kafka.py-ebyPfaqEUApNfMzPRAbD', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542455147.33 (Sat Nov 17 03:45:47 2018) with random token 'ny1s2kqkZbvtWNbjqO0k'", checksum=-470143802, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272840, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542455148.88246 (2018-11-17 03:45:48) with random token: XFJtI8mvKQRpqj2Ckl38', checksum=1331021456, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272841, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542455161.30901 (2018-11-17 11:46:01) with random token: 1QtR9c2yycYLz991Yt5P', checksum=1669842144, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272842, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542455161.29168 (2018-11-17 11:46:01) with random token: iKtn5tfLMICCvAp4yKC2', checksum=48256447, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272843, timestamp=1542455180404, timestamp_type=0, key='check_kafka.py-ikKhbAEQWR8VUUK5mN0l', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542455179.8 (Sat Nov 17 03:46:19 2018) with random token 'G45NoyegEeAIYlblekUC'", checksum=1321457508, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272844, timestamp=1542455209390, timestamp_type=0, key='check_kafka.py-QephpjJoeTzBZPumrTIe', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542455208.36 (Sat Nov 17 03:46:48 2018) with random token '2PT3J1u2fwtnEARDc3WH'", checksum=-1625236931, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272845, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542455228.26498 (2018-11-17 11:47:08) with random token: 4BcgrIF1toJehI9WkND6', checksum=-1465509844, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272846, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542455392.9069 (2018-11-17 03:49:52) with random token: PLuM6b80RTb9rBJWzoOM', checksum=-717816864, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1272847, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542455438.82655 (2018-11-17 03:50:38) with random token: H3dxiHULevX8OGTBkF65', checksum=-1972636548, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272848, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542455438.87036 (2018-11-17 03:50:38) with random token: 54Q5wrYsAgsgIC9HeGO5', checksum=-537197532, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272849, timestamp=1542455447928, timestamp_type=0, key='check_kafka.py-KE6sptPHCl3evyQdxOxS', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542455446.34 (Sat Nov 17 03:50:46 2018) with random token 'Fz28vwxGVu7z4eKmllTa'", checksum=1676740689, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272850, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542455460.33595 (2018-11-17 11:51:00) with random token: 8mOcnYLq2gsZWU6ztoBv', checksum=-489448511, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272851, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542455460.33149 (2018-11-17 11:51:00) with random token: bz3e20mQ3ktxZTbljpHh', checksum=-1383771773, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272852, timestamp=1542455470869, timestamp_type=0, key='check_kafka.py-jbHoG23Bf6jZ6FmyqtTj', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542455470.08 (Sat Nov 17 03:51:10 2018) with random token '5nePmxYQQgcCw96sA6CB'", checksum=936739719, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272853, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542455471.81733 (2018-11-17 03:51:11) with random token: mCz6nHi4t2kVbAdc3Fdz', checksum=222496000, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272854, timestamp=1542455500285, timestamp_type=0, key='check_kafka.py-s5mPJ1AioNLWvsZDuCCA', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542455499.04 (Sat Nov 17 03:51:39 2018) with random token 'iV9vjTQxNYtbMi69ru4a'", checksum=1492831498, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272855, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542455528.21833 (2018-11-17 11:52:08) with random token: 97qFKrXeadc35xiM6QUI', checksum=1621520726, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272856, timestamp=1542455536846, timestamp_type=0, key='check_kafka.py-8WcAjxeltYQjXRcD05bd', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542455535.63 (Sat Nov 17 03:52:15 2018) with random token 'k1On6jpBhXDwxoBbWhYu'", checksum=-700325705, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272857, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542455719.12138 (2018-11-17 03:55:19) with random token: 2QXsjrLdPZwTBQ2bvWV8', checksum=1420684278, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272858, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542455760.28665 (2018-11-17 11:56:00) with random token: CtFfDyPJo6dP6pPITDCY', checksum=855005029, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272859, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542455760.28663 (2018-11-17 11:56:00) with random token: trfqcqUYTlYvOM7mWqoJ', checksum=199716947, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272860, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542455765.10633 (2018-11-17 03:56:05) with random token: C9FAORQuPQfXVWZPCiEC', checksum=1918765954, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272861, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542455765.14498 (2018-11-17 03:56:05) with random token: rCT1EXV5cUPKk8advtvh', checksum=1172606550, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272862, timestamp=1542455772904, timestamp_type=0, key='check_kafka.py-vr3M9sRXiyNNqoytzsoM', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542455771.36 (Sat Nov 17 03:56:11 2018) with random token 'SlHiZYch5rg9F7ig8jQB'", checksum=1243386129, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272863, timestamp=1542455796447, timestamp_type=0, key='check_kafka.py-q2oqs3W3rU2R83DYpAGp', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542455795.27 (Sat Nov 17 03:56:35 2018) with random token 'Gsu27H9e76g50UxVAfmY'", checksum=-824174645, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272864, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542455798.59313 (2018-11-17 03:56:38) with random token: XFFw1dZUlxFsnMQ74yoL', checksum=-1060762500, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272865, timestamp=1542455826880, timestamp_type=0, key='check_kafka.py-iqu9yKoARTXZObLcMzuT', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542455825.84 (Sat Nov 17 03:57:05 2018) with random token '4c1T2npM8lP5Cbho4URH'", checksum=-1439537399, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272866, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542455828.17394 (2018-11-17 11:57:08) with random token: PMwYUnCMijOsa4f4iiwd', checksum=811940402, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272867, timestamp=1542455864975, timestamp_type=0, key='check_kafka.py-9ywBhTPX0yGJ6atdB4fN', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542455863.88 (Sat Nov 17 03:57:43 2018) with random token 'zVUBEOisX5cjjIOlnHyK'", checksum=1321162646, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272868, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542456052.13701 (2018-11-17 04:00:52) with random token: TYwaGYU0zar7K3GzU74f', checksum=-1865980803, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272869, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542456060.3647 (2018-11-17 12:01:00) with random token: 0tghiV9H0myjvxua0Pzt', checksum=-836417461, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272870, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542456060.38104 (2018-11-17 12:01:00) with random token: kAzjDggkvpN1WfgRctuc', checksum=521323616, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272871, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542456103.94443 (2018-11-17 04:01:43) with random token: ISg1SCVMUzIEYrTAkQ4K', checksum=-528328974, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272872, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542456104.08483 (2018-11-17 04:01:44) with random token: udFKVQw2tOEUWAch0Qb2', checksum=1661476626, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272873, timestamp=1542456112178, timestamp_type=0, key='check_kafka.py-JHRjGieqkOsn2cqkhYK2', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542456110.89 (Sat Nov 17 04:01:50 2018) with random token 'SPAj8UtutJ18f9ha6T9e'", checksum=-379325997, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272874, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542456128.19062 (2018-11-17 12:02:08) with random token: B5wJthiDOsGMLbNNrFBB', checksum=444179833, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272875, timestamp=1542456139328, timestamp_type=0, key='check_kafka.py-gC9gIi2zxbjxunSPVV7D', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542456137.74 (Sat Nov 17 04:02:17 2018) with random token '9lRCQRct3c8POznpM8EN'", checksum=1627260120, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272876, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542456142.08707 (2018-11-17 04:02:22) with random token: WcaqlsI5DUMCO5vqnjvc', checksum=270083948, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272877, timestamp=1542456170703, timestamp_type=0, key='check_kafka.py-9BCRlSSXay37jpRBKqm9', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542456169.65 (Sat Nov 17 04:02:49 2018) with random token '18WJhdxVZdJkzfPmEHOk'", checksum=-1326532288, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272878, timestamp=1542456208585, timestamp_type=0, key='check_kafka.py-G5LT1Z2PTgyggVLtJtMd', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542456207.44 (Sat Nov 17 04:03:27 2018) with random token 'xrUDbBFFwYFOANpJJmhM'", checksum=1627662482, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272879, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542456360.2984 (2018-11-17 12:06:00) with random token: fH0eRxJduRLi0yHfy51t', checksum=-1801398036, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272880, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542456360.30245 (2018-11-17 12:06:00) with random token: tu2k4qcomeHMpCrONfPD', checksum=433462137, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272881, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542456390.69211 (2018-11-17 04:06:30) with random token: oKwOX7tP0oJPz1deHXTj', checksum=-2056765465, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272882, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542456428.1823 (2018-11-17 12:07:08) with random token: QIDgoJ81CyOjI9VRx1oT', checksum=-1407966439, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272883, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542456433.00563 (2018-11-17 04:07:13) with random token: j5RI1CK46VsLwkJ3essa', checksum=1783537394, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272884, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542456433.2058 (2018-11-17 04:07:13) with random token: 1gXjscoCbqO6G9mmdlJi', checksum=625226018, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1272885, timestamp=1542456439116, timestamp_type=0, key='check_kafka.py-wNkyARTrK12VQ4b1Pube', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542456437.7 (Sat Nov 17 04:07:17 2018) with random token 'lHXGyes1q8NZpkx4IO7E'", checksum=976031228, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272886, timestamp=1542456524521, timestamp_type=0, key='check_kafka.py-iZS2mhch7W4iqSOnTRIS', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542456523.18 (Sat Nov 17 04:08:43 2018) with random token 'F2eESq2n1oECjQTqPqPp'", checksum=102910133, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272887, timestamp=1542456540965, timestamp_type=0, key='check_kafka.py-FStTm5dNDOqYr9KDAY07', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542456539.92 (Sat Nov 17 04:08:59 2018) with random token 'bjHzhLrWa7xS0AEK6XgV'", checksum=1345822465, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272888, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542456541.50049 (2018-11-17 04:09:01) with random token: KQbUHA8HbmkcXdZoGcjK', checksum=-1378029694, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272889, timestamp=1542456562226, timestamp_type=0, key='check_kafka.py-u4FFeg59ADTm4Pvudcod', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542456561.14 (Sat Nov 17 04:09:21 2018) with random token 'mTO3eFuj4eDfteXBNjRD'", checksum=325809424, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272890, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542456660.28049 (2018-11-17 12:11:00) with random token: p5EYO1C17wZ9KbJdvKAP', checksum=1061450, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272891, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542456660.28018 (2018-11-17 12:11:00) with random token: aVYDepU4JidN9LUvY4ee', checksum=-626943662, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272892, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542456705.88487 (2018-11-17 04:11:45) with random token: N9DJqZVV1lqTIejQ9QOR', checksum=1888976751, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272893, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542456728.1592 (2018-11-17 12:12:08) with random token: LxjIcfl7z8DcTbUN4K41', checksum=1515017146, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272894, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542456753.9317 (2018-11-17 04:12:33) with random token: PWTM6tIi4Ww4nITBPvuy', checksum=1818978616, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1272895, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542456754.19803 (2018-11-17 04:12:34) with random token: gRWZe6G3UakaAo2VVxGX', checksum=-289578355, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272896, timestamp=1542456759087, timestamp_type=0, key='check_kafka.py-nF8qJG3vpOuYwtVpJfdI', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542456757.68 (Sat Nov 17 04:12:37 2018) with random token 'k2n5Ne4RLg5e28xdfc0r'", checksum=1336220887, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272897, timestamp=1542456846580, timestamp_type=0, key='check_kafka.py-Xy0xHUrpKcQhhsNhVueL', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542456845.44 (Sat Nov 17 04:14:05 2018) with random token '1s6SUyzBrhGrAaJzIMpq'", checksum=-1454101799, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272898, timestamp=1542456861574, timestamp_type=0, key='check_kafka.py-RC8ETsAePXYeApfe8avP', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542456860.47 (Sat Nov 17 04:14:20 2018) with random token 'MQxhZrKL63EJM0nYcIAi'", checksum=-1727246194, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272899, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542456863.08255 (2018-11-17 04:14:23) with random token: mQViDaFSv093EbL6ou9l', checksum=-1557845644, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272900, timestamp=1542456884149, timestamp_type=0, key='check_kafka.py-WBENE1G2ciDbKVLYy3p2', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542456882.84 (Sat Nov 17 04:14:42 2018) with random token 'B4rjkDUmL4q0107MQLm6'", checksum=-1845243377, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272901, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542456960.24692 (2018-11-17 12:16:00) with random token: HAv2Mx9czPLrFD9VJYdh', checksum=1870850293, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272902, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542456960.32513 (2018-11-17 12:16:00) with random token: qJMlrxVnI4YUajd81o5A', checksum=-921209819, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272903, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542457028.12665 (2018-11-17 12:17:08) with random token: 4JrOLuSL72nD07GlNqwN', checksum=8759797, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272904, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542457028.69588 (2018-11-17 04:17:08) with random token: qWGtBIPSJZggj2m0ZTLn', checksum=-1631855583, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272905, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542457073.8147 (2018-11-17 04:17:53) with random token: q6GLAcyj9ZsQBW3EIHco', checksum=585337111, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1272906, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542457073.93315 (2018-11-17 04:17:53) with random token: h1RD7xc5ErgMUs0vOoOL', checksum=1537836058, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272907, timestamp=1542457079371, timestamp_type=0, key='check_kafka.py-fYyrig8DEk3tSXoqelLO', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542457077.77 (Sat Nov 17 04:17:57 2018) with random token 'Ti7hK5GKqumHzGO1VVU9'", checksum=713491495, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272908, timestamp=1542457167543, timestamp_type=0, key='check_kafka.py-6PkBeuH7qMGZe03O1Vnv', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542457166.09 (Sat Nov 17 04:19:26 2018) with random token 'WowRWarctfdBy9ioBTL7'", checksum=-92609538, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272909, timestamp=1542457179480, timestamp_type=0, key='check_kafka.py-ZJctgpGKSoQuaFTv9qb4', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542457178.2 (Sat Nov 17 04:19:38 2018) with random token 'ph6NN1TMTWM7al7yZwIX'", checksum=-409792291, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272910, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542457182.18254 (2018-11-17 04:19:42) with random token: XuOLZFgFCXJ8RCAVZa0a', checksum=676529415, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272911, timestamp=1542457200277, timestamp_type=0, key='check_kafka.py-E2tn2E9MKkkRTn6fQtcN', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542457198.48 (Sat Nov 17 04:19:58 2018) with random token 'lUR7Swa8kEO3v4QVVWmB'", checksum=1392371883, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272912, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542457260.18912 (2018-11-17 12:21:00) with random token: jFVKt2Sw858j32olsiDs', checksum=128593264, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272913, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542457260.18849 (2018-11-17 12:21:00) with random token: Gd8FE38tnwzZAf61WD8Y', checksum=-1232349508, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272914, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542457328.32602 (2018-11-17 12:22:08) with random token: 8WKakgPbj1mx1C5Ahx3K', checksum=-1252130051, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272915, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542457344.43931 (2018-11-17 04:22:24) with random token: OgioobDD0ZHutON7Evt2', checksum=1246344364, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272916, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542457387.3974 (2018-11-17 04:23:07) with random token: 4tExB8nSNA9CEphhWZES', checksum=320098451, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1272917, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542457387.66512 (2018-11-17 04:23:07) with random token: rPg278y5eJkZ3LA3mjAA', checksum=-1261278915, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272918, timestamp=1542457393966, timestamp_type=0, key='check_kafka.py-hNdmCcPctfJFTJkivE7r', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542457392.46 (Sat Nov 17 04:23:12 2018) with random token 'YJfwnww0qF6zoJYXhctW'", checksum=-762142318, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272919, timestamp=1542457477246, timestamp_type=0, key='check_kafka.py-iFQ17EfHh8wFv7MgJGzW', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542457475.9 (Sat Nov 17 04:24:35 2018) with random token 'QdElCTxLvSvtwsQ0KJkY'", checksum=429524399, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272920, timestamp=1542457487279, timestamp_type=0, key='check_kafka.py-XHerfqcsKomPqcO9gtqm', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542457486.14 (Sat Nov 17 04:24:46 2018) with random token 'JNuhrbsurvFaHAFAudnk'", checksum=1716266273, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272921, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542457489.53363 (2018-11-17 04:24:49) with random token: z9f4mK4zoz9ytrGFugsg', checksum=1262805489, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272922, timestamp=1542457511542, timestamp_type=0, key='check_kafka.py-4tgzrWSz7mN9WZHTyiRM', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542457510.65 (Sat Nov 17 04:25:10 2018) with random token 'OjUdaERLJPd9mctwJu9f'", checksum=1470845719, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272923, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542457560.17744 (2018-11-17 12:26:00) with random token: Oen0CdnABcZVgLiggYwK', checksum=-2007840025, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272924, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542457560.17798 (2018-11-17 12:26:00) with random token: 8Y4FTh268r4qLgFoUJj1', checksum=-2088619094, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272925, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542457628.3136 (2018-11-17 12:27:08) with random token: yWYy9s3JdXOC7c791BJV', checksum=-1426922037, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272926, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542457650.30433 (2018-11-17 04:27:30) with random token: SmdsFJ5UTNXC7GcOCtNk', checksum=1386020329, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272927, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542457692.5394 (2018-11-17 04:28:12) with random token: F8aAMGKEyKGgMZVty5yK', checksum=-1440830191, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1272928, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542457692.56961 (2018-11-17 04:28:12) with random token: eP0P4oOgpTiVVeHkGpJ0', checksum=1324366273, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272929, timestamp=1542457699221, timestamp_type=0, key='check_kafka.py-6QI5XAzJYkh11Iupr8in', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542457697.82 (Sat Nov 17 04:28:17 2018) with random token 'EVct0cU8l0EYjCgskYLJ'", checksum=-1505411984, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272930, timestamp=1542457791101, timestamp_type=0, key='check_kafka.py-BLz0xhMJ0N7R1Uwb2qjA', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542457789.96 (Sat Nov 17 04:29:49 2018) with random token 'cYNg4ATrPwQ7rTdtTXaw'", checksum=1254677961, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272931, timestamp=1542457802224, timestamp_type=0, key='check_kafka.py-jItG9ql4T8TMlD1uxs5w', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542457800.97 (Sat Nov 17 04:30:00 2018) with random token '2MTnS4ENYhb0ZwJsX9oo'", checksum=340442844, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272932, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542457805.21374 (2018-11-17 04:30:05) with random token: mRuE6bjxXk4cbUzvqI9w', checksum=-1258384321, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272933, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542457860.18174 (2018-11-17 12:31:00) with random token: R6ioQZoTX66POtsGrlZM', checksum=161486243, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272934, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542457860.2848 (2018-11-17 12:31:00) with random token: fPmKl85ecC6bb9h1h99I', checksum=1967833596, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272935, timestamp=1542457905447, timestamp_type=0, key='check_kafka.py-d7sKozdRtLphLDFsR3kx', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542457904.62 (Sat Nov 17 04:31:44 2018) with random token 'Z3RXQB2ARkv9urCg2gpj'", checksum=-1075850970, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272936, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542457928.3146 (2018-11-17 12:32:08) with random token: pWd9oCXvUvG3xWYSv3vX', checksum=1666658177, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272937, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542457969.36716 (2018-11-17 04:32:49) with random token: YVGatYB4ulV2bCdTPWb9', checksum=-1638341276, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272938, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542458013.77221 (2018-11-17 04:33:33) with random token: utuMMpdldxt3eM3vWHM8', checksum=1568709391, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272939, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542458013.79096 (2018-11-17 04:33:33) with random token: pD4qxgvv85Z7pUCjFYVT', checksum=236365070, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272940, timestamp=1542458019281, timestamp_type=0, key='check_kafka.py-7RBsJdwOVbjxxPlclaCr', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542458017.66 (Sat Nov 17 04:33:37 2018) with random token 'iWYcnIyyFdhWUM5ryIOQ'", checksum=681267499, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272941, timestamp=1542458110531, timestamp_type=0, key='check_kafka.py-k237n6WWGFq4qJAZJMmb', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542458109.42 (Sat Nov 17 04:35:09 2018) with random token 'zXICSZvfBeK1jLRocXNA'", checksum=1268244122, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272942, timestamp=1542458121863, timestamp_type=0, key='check_kafka.py-vB4fzgQZAy2yNRqFWW0D', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542458120.69 (Sat Nov 17 04:35:20 2018) with random token 'LieZIvdRighJ6F8rAQ34'", checksum=-1677877952, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272943, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542458123.80703 (2018-11-17 04:35:23) with random token: VudPIDch4kpptKODUzvn', checksum=1860762872, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272944, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542458160.35018 (2018-11-17 12:36:00) with random token: hTgFumWi7z88Leyu6TeK', checksum=-1166420900, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272945, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542458160.35197 (2018-11-17 12:36:00) with random token: 6fHtjPEBAfyQNDG7VMxa', checksum=-1917280191, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272946, timestamp=1542458219610, timestamp_type=0, key='check_kafka.py-R71151YMnkLhAfUfGHxd', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542458218.7 (Sat Nov 17 04:36:58 2018) with random token '9RtR67bNsh6tuB5IzjdA'", checksum=-204017208, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272947, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542458228.23769 (2018-11-17 12:37:08) with random token: 2DdLZCZ0sXECjsQNDqKs', checksum=1391407588, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272948, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542458284.27585 (2018-11-17 04:38:04) with random token: 4xpvxNEsKwZtQ39r4dd0', checksum=-1209680375, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272949, timestamp=1542458297684, timestamp_type=0, key='check_kafka.py-ANRsbda4xnvlwcYRDb6E', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542458295.03 (Sat Nov 17 04:38:15 2018) with random token 'V6Pzbt8PuGam6NtnqOjD'", checksum=2048216492, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272950, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542458330.1138 (2018-11-17 04:38:50) with random token: VMDOdknrYpuWiAfkQX6p', checksum=-749744773, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1272951, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542458330.12866 (2018-11-17 04:38:50) with random token: esUoZ4ZGCLuCgqHqKQdJ', checksum=990834282, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272952, timestamp=1542458337131, timestamp_type=0, key='check_kafka.py-2bDbodWA6J1RvJ7rH9dr', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542458335.31 (Sat Nov 17 04:38:55 2018) with random token '7IIc2ycf6aQcuYVNTDU6'", checksum=-595236254, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272953, timestamp=1542458428225, timestamp_type=0, key='check_kafka.py-lK74qOSADKCw6ZdplGkI', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542458427.04 (Sat Nov 17 04:40:27 2018) with random token 'xV8i8kQozal7CB3LrKZp'", checksum=-2100858058, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272954, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542458460.30476 (2018-11-17 12:41:00) with random token: KSKBOeinkG5UwPoSFZcF', checksum=837285816, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272955, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542458460.30167 (2018-11-17 12:41:00) with random token: 0kwLO8Uix8r5iUnxjug7', checksum=-1960885405, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272956, timestamp=1542458516582, timestamp_type=0, key='check_kafka.py-8O83eZbvDtuzaS96uzsL', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542458515.66 (Sat Nov 17 04:41:55 2018) with random token 'Ri1Vmmxd1x518FGPxshg'", checksum=952402399, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272957, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542458518.07452 (2018-11-17 04:41:58) with random token: hgpR5r5qhmPuecjsOFYd', checksum=-370070729, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272958, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542458528.18619 (2018-11-17 12:42:08) with random token: gidxRYz9DdEWDNL7ewpZ', checksum=-233371024, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272959, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542458600.03396 (2018-11-17 04:43:20) with random token: CpZucB0Eo7MhDcvqyCG3', checksum=-1363195019, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272960, timestamp=1542458610704, timestamp_type=0, key='check_kafka.py-nRo2f1acAPudhnLzJWJy', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542458609.17 (Sat Nov 17 04:43:29 2018) with random token 'Kic5B1mpApZdfavLYK8m'", checksum=1019490400, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272961, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542458642.59837 (2018-11-17 04:44:02) with random token: 32K4gbzQ4jIbK8Q9rUKP', checksum=1981649673, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272962, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542458642.68204 (2018-11-17 04:44:02) with random token: i24hXOyF7ytbVOtQdkOH', checksum=-752838506, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272963, timestamp=1542458650470, timestamp_type=0, key='check_kafka.py-eSklIdMGDk5qc4bkJyV6', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542458649.3 (Sat Nov 17 04:44:09 2018) with random token 'jrsaLN5fXHgLjVHQoVGg'", checksum=-1663608817, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272964, timestamp=1542458740379, timestamp_type=0, key='check_kafka.py-YJivRbLS1o729FIATXEm', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542458739.02 (Sat Nov 17 04:45:39 2018) with random token '9CNHIkAvIvKezWmiQ9f4'", checksum=-672981980, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272965, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542458761.2504 (2018-11-17 12:46:01) with random token: GKoWMqEr1BhLnBgfvLkj', checksum=-1252702030, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272966, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542458761.25309 (2018-11-17 12:46:01) with random token: 4w0ZkmIev8wiB4ozEdLi', checksum=1915265002, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272967, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542458828.29459 (2018-11-17 12:47:08) with random token: Q73iZ46L795qdEdwIMdN', checksum=1469425130, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272968, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542458833.46132 (2018-11-17 04:47:13) with random token: 2ditecBnbsSIJxHe6SLG', checksum=2080038313, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272969, timestamp=1542458835616, timestamp_type=0, key='check_kafka.py-Y06TEqEnBUtjskLindFA', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542458834.46 (Sat Nov 17 04:47:14 2018) with random token 'DH68I6sCJIzTmd6hx3Nc'", checksum=570472045, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272970, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542458922.08822 (2018-11-17 04:48:42) with random token: dLC34ZDRlrurRjxeIt7C', checksum=-1485247434, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272971, timestamp=1542458933984, timestamp_type=0, key='check_kafka.py-ALxniowhxis3ouBX5AKa', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542458932.11 (Sat Nov 17 04:48:52 2018) with random token 'wrUnyLS9YUwC4A6woxms'", checksum=-1500032829, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272972, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542458971.20533 (2018-11-17 04:49:31) with random token: ylh3FYz0hSIVZP69S9Vi', checksum=-155093804, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272973, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542458971.37584 (2018-11-17 04:49:31) with random token: pWZuEJJQNMdzXY614B2O', checksum=769764375, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272974, timestamp=1542458976994, timestamp_type=0, key='check_kafka.py-DKkOKXP1CbXVpkZpA4vS', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542458975.58 (Sat Nov 17 04:49:35 2018) with random token 'YXmqEH9sz66rDmJZPhQo'", checksum=537412553, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272975, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542459060.36868 (2018-11-17 12:51:00) with random token: LGNV7SYQt5zqRookFIKx', checksum=2053763682, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272976, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542459060.37166 (2018-11-17 12:51:00) with random token: Bbqyktop2vkSD96lsAW4', checksum=1440131253, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272977, timestamp=1542459072225, timestamp_type=0, key='check_kafka.py-oLVHboaJcv69guWZ6ubk', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542459071.0 (Sat Nov 17 04:51:10 2018) with random token 'BPo7IXLbfEGNMGQ9Fver'", checksum=-1284790593, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272978, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542459128.21555 (2018-11-17 12:52:08) with random token: IvR89fQZobsdUB14Iu4f', checksum=1070522537, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272979, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542459162.6005 (2018-11-17 04:52:42) with random token: VWcStaFgEh7fHlWvVyca', checksum=-203523454, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1272980, timestamp=1542459166990, timestamp_type=0, key='check_kafka.py-EEbwzKvvUpifYk8MObAk', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542459165.36 (Sat Nov 17 04:52:45 2018) with random token 'aaPlWdSHRrLn1N8YCozO'", checksum=1282331419, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272981, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542459248.65482 (2018-11-17 04:54:08) with random token: bpP8JEpSilxfgySKgdwc', checksum=1797331622, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272982, timestamp=1542459261629, timestamp_type=0, key='check_kafka.py-frrKvSlW9Q9Fponvt6SY', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542459259.8 (Sat Nov 17 04:54:19 2018) with random token 'CP5FDFk7CUsBt1rTOUYx'", checksum=1703203806, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1272983, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542459295.31279 (2018-11-17 04:54:55) with random token: VJ60TRsWSQDZfKMSuslb', checksum=-1443253343, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272984, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542459295.3608 (2018-11-17 04:54:55) with random token: IKTM5PX1dQ3LttgNCJPN', checksum=-268374648, serialized_key_size=1, serialized_value_size=170), ConsumerRecord(topic=u'nagios', partition=0, offset=1272985, timestamp=1542459303731, timestamp_type=0, key='check_kafka.py-Efxjoli0xY0jZBt52At1', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542459302.09 (Sat Nov 17 04:55:02 2018) with random token '5s2bREK0fLHWGKubhuZF'", checksum=-551058026, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272986, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542459360.28316 (2018-11-17 12:56:00) with random token: 5drYIutXZPuxbHLTDzzo', checksum=1152659693, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272987, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542459360.28946 (2018-11-17 12:56:00) with random token: G8FZ7mGARyJ32tdThS3B', checksum=-897506304, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272988, timestamp=1542459400412, timestamp_type=0, key='check_kafka.py-ppPWYEoBQdFGerEYydJQ', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542459398.99 (Sat Nov 17 04:56:38 2018) with random token 'U5EOloxfmQaqUjIuVSw1'", checksum=-1104187713, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272989, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542459428.17553 (2018-11-17 12:57:08) with random token: puYu1Hiue1Vyg29Vj46p', checksum=-1214970741, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272990, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542459487.60559 (2018-11-17 04:58:07) with random token: 90mLiekaZxa0wNWfGyQF', checksum=10451860, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272991, timestamp=1542459491364, timestamp_type=0, key='check_kafka.py-ahVObQRkUTUYSZNtBdpQ', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542459490.13 (Sat Nov 17 04:58:10 2018) with random token 'VhLDBGd8kDAnwR4zjPHT'", checksum=2021821491, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272992, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542459578.42502 (2018-11-17 04:59:38) with random token: B2uwcBFwq8Drj0w8uPLG', checksum=996420886, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272993, timestamp=1542459590834, timestamp_type=0, key='check_kafka.py-OrXeZx2blzjsfErY2T6F', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542459589.35 (Sat Nov 17 04:59:49 2018) with random token 'Ch4P0zQm11Vlo3wf2EWv'", checksum=611427485, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272994, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542459630.06954 (2018-11-17 05:00:30) with random token: gFh8ALIkiHurANy7jjAe', checksum=2144214377, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272995, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542459630.37288 (2018-11-17 05:00:30) with random token: KRA66WNEB7zV7QbsQccI', checksum=437136331, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272996, timestamp=1542459638476, timestamp_type=0, key='check_kafka.py-OuqHoKyV1RiZQeIilzA9', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542459636.23 (Sat Nov 17 05:00:36 2018) with random token '0TPgF4bhS6L1aYU721e3'", checksum=-1350925243, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1272997, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542459660.33759 (2018-11-17 13:01:00) with random token: krgV9iGGYYfciAqtE61E', checksum=-1297195849, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1272998, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542459660.3442 (2018-11-17 13:01:00) with random token: LhoKQ9YKNYOFaFFO60PK', checksum=1385104997, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1272999, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542459728.14018 (2018-11-17 13:02:08) with random token: uaJBrRDXYLdwmLF5U2oN', checksum=1906569849, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1273000, timestamp=1542459732775, timestamp_type=0, key='check_kafka.py-WWE1gG7p6h0YufartBQj', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542459731.69 (Sat Nov 17 05:02:11 2018) with random token 'QPEUVRnea51iIjRb9U1n'", checksum=-2075069334, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1273001, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542459816.80528 (2018-11-17 05:03:36) with random token: FcYoxN1X3dJuzuB8M2Yx', checksum=807227014, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1273002, timestamp=1542459818956, timestamp_type=0, key='check_kafka.py-258mTgrcc20htuC0D94D', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542459818.26 (Sat Nov 17 05:03:38 2018) with random token 't4Zx2vLt54tLK5SCgExx'", checksum=-2100824695, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1273003, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542459905.534 (2018-11-17 05:05:05) with random token: r71k9FZ9TEcIvFaTHiPF', checksum=-371796781, serialized_key_size=1, serialized_value_size=169), ConsumerRecord(topic=u'nagios', partition=0, offset=1273004, timestamp=1542459922545, timestamp_type=0, key='check_kafka.py-cc3gQTQ8JnnvDaFisIna', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542459921.36 (Sat Nov 17 05:05:21 2018) with random token 'fzJShWOV5MEoZvyPx0nB'", checksum=-1340567937, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1273005, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542459955.91451 (2018-11-17 05:05:55) with random token: vToujKfsRn0KroP6AHTh', checksum=-1932734755, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1273006, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542459956.04092 (2018-11-17 05:05:56) with random token: sE4JpeQucqwcUpBbuKO2', checksum=-597322240, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1273007, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542459960.20469 (2018-11-17 13:06:00) with random token: 3eBhzjhp0UxzoBTsDm5F', checksum=-1289690777, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1273008, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542459960.20789 (2018-11-17 13:06:00) with random token: Ju3wL27gBEs94YoprOwl', checksum=-1651101073, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1273009, timestamp=1542459962711, timestamp_type=0, key='check_kafka.py-CdPS5ygMWzVqSGDSmphm', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542459961.24 (Sat Nov 17 05:06:01 2018) with random token 'd3g7pzVBXZUZ6RWIbZOB'", checksum=930571373, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1273010, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542460028.33764 (2018-11-17 13:07:08) with random token: R90h2wX5Zmnlzkjgn0oz', checksum=1194937713, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1273011, timestamp=1542460065687, timestamp_type=0, key='check_kafka.py-n3FcHu8B3yHq2rqsXjjA', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542460064.4 (Sat Nov 17 05:07:44 2018) with random token 'XwIUJie9z4mPJZbXusAg'", checksum=1433498849, serialized_key_size=35, serialized_value_size=154), ConsumerRecord(topic=u'nagios', partition=0, offset=1273012, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542460238.59424 (2018-11-17 05:10:38) with random token: iogAJ6mTfBHGT91G6xME', checksum=-1770302106, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1273013, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542460249.70529 (2018-11-17 05:10:49) with random token: Id1VEygMeRXU1Vtvmt7Y', checksum=-795426164, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1273014, timestamp=1542460253854, timestamp_type=0, key='check_kafka.py-IoZh3HwgPFIaAU8NDTRy', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542460252.59 (Sat Nov 17 05:10:52 2018) with random token '980wxFY7FGo7mirJmYqt'", checksum=-1367493221, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1273015, timestamp=1542460257191, timestamp_type=0, key='check_kafka.py-JDPuPG718XyrLehGhAAB', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542460255.76 (Sat Nov 17 05:10:55 2018) with random token 'upikHMT03oBF1k3cU0q5'", checksum=1753150056, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1273016, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542460260.1669 (2018-11-17 13:11:00) with random token: ytpTvSi6TUxZLeLqHP4z', checksum=-1127861044, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1273017, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542460260.1742 (2018-11-17 13:11:00) with random token: eAVJXoiYHxIhRWm06HnX', checksum=2060903184, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1273018, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542460283.91511 (2018-11-17 05:11:23) with random token: X6C97pzbXyuCMEKjy1PY', checksum=-1745251239, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1273019, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1.riskiq at epoch 1542460284.05451 (2018-11-17 05:11:24) with random token: L5kDTtU3rUzm150c5d1u', checksum=-1106972775, serialized_key_size=1, serialized_value_size=171), ConsumerRecord(topic=u'nagios', partition=0, offset=1273020, timestamp=1542460291002, timestamp_type=0, key='check_kafka.py-pJlWnesphti1WQZ9xNkU', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542460289.15 (Sat Nov 17 05:11:29 2018) with random token 'LfkHLhP65tqjMQi8ld3O'", checksum=1494601773, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1273021, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542460328.29934 (2018-11-17 13:12:08) with random token: w7FlkOn5H30cyQSlczOS', checksum=799746704, serialized_key_size=1, serialized_value_size=172), ConsumerRecord(topic=u'nagios', partition=0, offset=1273022, timestamp=1542460387224, timestamp_type=0, key='check_kafka.py-J8uOP8i8lrdm1jqJ1Ppj', value="Test message from Hari Sekhon check_kafka.py on host mon1.riskiq at epoch 1542460386.34 (Sat Nov 17 05:13:06 2018) with random token 'oFq46anPTrJrAPBVrdhw'", checksum=374598559, serialized_key_size=35, serialized_value_size=155), ConsumerRecord(topic=u'nagios', partition=0, offset=1273023, timestamp=-1, timestamp_type=0, key='0', value='This is a producer-consumer test message from HariSekhon:check_kafka.pl:mon1001.usw1 at epoch 1542460560.39649 (2018-11-17 13:16:00) with random token: KNQfS8ldR9pXsvio12IT', checksum=1272438045, serialized_key_size=1, serialized_value_size=17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment