Documentation ¶
Overview ¶
Package status reports the status of a service exposing an Atlassian StatusPage API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // The base_url attribute is the base HTTP URL for the API, without the path part. BaseURL string `hcl:"base_url"` // When enabled the curious attribute will fetch and display the first 3 worst components if the severity is not OK. Curious bool `hcl:"curious,optional"` }
Config for the statuspage probe: it will report the "status" condition of service providers who are exposing their system health through Atlassian's StatusPage public API.
Click to show internal directories.
Click to hide internal directories.