Status Badges
There are three types of badges
Syntax
http://[hostname]/badge/[tag]/status
http://[hostname]/badge/[tag]/dot
http://[hostname]/badge/[tag]/uptime
Status
Shows the last health check was UP/DOWN/DEGRADED
Example in HTML
<img src="https://kener.ing/badge/earth/status" />
Example in MarkDown
![Status Badge](https://kener.ing/badge/[monitor.tag]/status)
Live
Shows the last health check was UP/DOWN/DEGRADED as SVG dot
http://[hostname]/badge/[tag]/dot
#or
http://[hostname]/badge/[tag]/dot?animate=ping
Standard
<img src="https://kener.ing/badge/earth/dot" />
Animated
<img src="https://kener.ing/badge/earth/dot?animate=ping" />
Uptime
Shows the 90 Day uptime by default. You can sinceLast
as query param to get uptime since last x seconds.
90 Day Uptime
Example in HTML
<img src="https://kener.ing/badge/earth/uptime" />
Example in MarkDown
![Uptime Badge](https://kener.ing/badge/[monitor.tag]/uptime)
15 Minute Uptime
Example in HTML
<img src="https://kener.ing/badge/earth/uptime?sinceLast=900" />
Example in MarkDown
![Uptime Badge](https://kener.ing/badge/[monitor.tag]/uptime?sinceLast=900)
Customize Badges
You can set different colors for badges and style.
With Custom Label Color
![Earth Status](https://kener.ing/badge/earth/status?labelColor=F2BED1)
With Custom Value Color
![Earth Status](https://kener.ing/badge/earth/status?color=FFC0D9)
With Both Different Colors
![Earth Status](https://kener.ing/badge/earth/uptime?color=D0BFFF&labelColor=FFF3DA)
Style Of the Badge
You can change the style of the badge. Supported Styles are plastic
, flat
, flat-square
, for-the-badge
or social
. Default is flat
plastic
![Earth Uptime](https://kener.ing/badge/earth/uptime?style=plastic)
flat
![Earth Uptime](https://kener.ing/badge/earth/uptime?style=flat)
flat-square
![Earth Uptime](https://kener.ing/badge/earth/uptime?style=flat-square)
for-the-badge
![Earth Uptime](https://kener.ing/badge/earth/uptime?style=for-the-badge)
social
![Earth Uptime](https://kener.ing/badge/earth/uptime?style=social)