Statistics
| Branch: | Tag: | Revision:

root / snf-image-host / helper-monitor.py @ 9a4838f0

History | View | Annotate | Download (4.3 kB)

# Date Author Comment
654f87c0 07/20/2012 03:30 pm Nikos Skalkotos

Minor changes in monitoring protocol

Change msg field to messages in monitoring messages with type
image-helper and subtype error or warning. The new field is a list
of strings.

13965151 07/20/2012 02:59 pm Nikos Skalkotos

Get unbuffered input in helper-monitor.py

Change sys.stdin.readline with os.read

0b51f509 07/18/2012 12:46 pm Nikos Skalkotos

Prefix all monitoring message types with image-

73dddd66 07/16/2012 02:53 pm Nikos Skalkotos

Fix some error messages

f32664b2 07/16/2012 11:51 am Nikos Skalkotos

Add helper-monitor.py program

This program transforms raw helper monitor messages into json strings
under very strict rules. This reduces security concerns since the
helper VM output cannot be trusted.