check-mirroring: Get the max_message_id from get_profile()
(imported from commit 95f457b91563a92eee24c4487c00abe7132b4ff8)
This commit is contained in:
parent
592a367876
commit
f6fe157d3d
|
@ -92,10 +92,7 @@ else:
|
||||||
subs.add(('message', 'personal', 'tabbott/extra@ATHENA.MIT.EDU'))
|
subs.add(('message', 'personal', 'tabbott/extra@ATHENA.MIT.EDU'))
|
||||||
subs.add(('tabbott-nagios-test', '*', '*'))
|
subs.add(('tabbott-nagios-test', '*', '*'))
|
||||||
|
|
||||||
res = humbug_client.get_messages({'server_generation': '0',
|
max_message_id = humbug_client.get_profile()['max_message_id']
|
||||||
'first': '0',
|
|
||||||
'last': '1000000000000',})
|
|
||||||
max_message_id = res['max_message_id']
|
|
||||||
|
|
||||||
time.sleep(10)
|
time.sleep(10)
|
||||||
print "Receiving messages!"
|
print "Receiving messages!"
|
||||||
|
|
Loading…
Reference in a new issue