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

Custom Label
You can set custom label for the status badge. If you do not set a label it will default to the monitor name.

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

15 Minute Uptime
Set sinceLast
as query param to get uptime since last x seconds.
Example in HTML
<img src="https://kener.ing/badge/earth/uptime?sinceLast=900" />
Example in MarkDown

Custom Label
You can set custom label for the uptime badge. If you do not set a label it will default to the monitor name.

Hide Duration
You can hide the duration by setting hideDuration=true

Customize Badges
You can set different colors for badges and style. It only works for status
and uptime
badges.
With Custom Label Color

With Custom Value Color

With Both Different Colors

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

flat

flat-square

for-the-badge

social
