Push

Send push notification via ZMON notification service.

send_push(url=None, key=None, message=None)

Send Push notification to mobile devices.

Parameters:
  • url (str) – Notification service base URL.
  • key (str) – Notification service API key.
  • message (str) – Message to be sent in notification.

Note

If Message is None then it will be generated from alert status.