[ All integrations ](https://ohdear.app/third-party-integrations)

# Kirby Plugin

Needs updating

Display Oh Dear monitoring data in your Kirby 4.0+ admin panel with application health reporting.

[ forum.getkirby.com ](https://forum.getkirby.com/t/oh-dear-integration-for-kirby-4-0/29621)

by tobimori

## Oh Dear Integration for Kirby CMS [\#](#oh-dear-integration-for-kirby-cms)

This community plugin brings Oh Dear monitoring data directly into your Kirby CMS admin panel. View uptime, performance, broken links, and SSL health without leaving Kirby.

## Features [\#](#features)

- **Dashboard Widgets**: See your site's health status at a glance in the Kirby panel
- **Uptime Monitoring**: View uptime statistics and recent incidents
- **Performance Metrics**: Monitor page load times and performance scores
- **Broken Links**: See broken links detected by Oh Dear's crawler
- **SSL Health**: Monitor certificate expiration and health

## Requirements [\#](#requirements)

- Kirby 4.0 or higher
- An Oh Dear account with an API token

## Installation [\#](#installation)

The plugin can be installed via Composer or by downloading directly from the repository.

## Configuration [\#](#configuration)

Add your Oh Dear API token and site ID to your Kirby config:

```
<span class="hl-keyword">return</span> [
    <span class="hl-value">'ohdear'</span> => [
        <span class="hl-value">'api_token'</span> => <span class="hl-value">'your-api-token'</span>,
        <span class="hl-value">'site_id'</span> => 12345,
    ],
];
```

**Note**: This plugin was released as an alpha version and may require updates for newer Kirby versions. Check the repository for the latest status.

## Screenshots
