Fix behavior of heka_alarming.py for None service_data

Currently if service data has a key with None value:
`{a: None}`, function `grains_for_mine` raises exception.
It's incorrect. For right approach it should only pass this pair.
1 file changed