There are two types of badges
Syntax
1linkhttp://[hostname]/badge/[tag]/status
2linkhttp://[hostname]/badge/[tag]/uptime
Shows the last health check was UP/DOWN/DEGRADED
Example in HTML
1link<img src="https://kener.ing/badge/earth/status" />
Example in MarkDown
1link![Status Badge](https://kener.ing/badge/[monitor.tag]/status)
Shows the 90 Day uptime by default. You can sinceLast
as query param to get uptime since last x seconds.
Example in HTML
1link<img src="https://kener.ing/badge/earth/uptime" />
Example in MarkDown
1link![Uptime Badge](https://kener.ing/badge/[monitor.tag]/uptime)
Example in HTML
1link<img src="https://kener.ing/badge/earth/uptime?sinceLast=900" />
Example in MarkDown
1link![Uptime Badge](https://kener.ing/badge/[monitor.tag]/uptime?sinceLast=900)
You can set different colors for badges and style.
1link![Earth Status](https://kener.ing/badge/earth/status?labelColor=F2BED1)
1link![Earth Status](https://kener.ing/badge/earth/status?color=FFC0D9)
1link![Earth Status](https://kener.ing/badge/earth/uptime?color=D0BFFF&labelColor=FFF3DA)
You can change the style of the badge. Supported Styles are plastic
, flat
, flat-square
, for-the-badge
or social
. Default is flat
1link![Earth Uptime](https://kener.ing/badge/earth/uptime?style=plastic)
1link![Earth Uptime](https://kener.ing/badge/earth/uptime?style=flat)
1link![Earth Uptime](https://kener.ing/badge/earth/uptime?style=flat-square)
1link![Earth Uptime](https://kener.ing/badge/earth/uptime?style=for-the-badge)
1link![Earth Uptime](https://kener.ing/badge/earth/uptime?style=social)