Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Message

Eiren Rain edited this page Jan 3, 2019 · 4 revisions

Message data contains single update of status of any entity - host or service.

General structure

Field Field Type Required Description
type text (one of Message Types) yes Type of message
timestamp long yes UNIX time in seconds when message was generated or event occurred
service text no For service-related messages contains ID of the service
data object yes Message data, depends on message type (see below)

Message Types

Currently supported message types:

  • hostHealth - contains information about current host's health, load, status, etc
Clone this wiki locally