Unified

Monitor all your tools in one place, one screen

Monitor server status by pinging them, check a port to ensure that something is listening behind, display your CI state, and follow its progress live.

Most popular services like GitLab, GitHub, Azure DevOps, Pingdom, Jenkins, Travis CI, ... are already supported.
Feel free to request new features.

Discover all tiles types

  • New in 4.0
Clear UI

Make your eyes comfortable

With its colorful UI, Monitoror offers you a clear and readable overview, allowing you to spot any issue at a glance.

There is also a dark theme for those who like living in the dark.

See it live

Customizable

Shape the wallboard
how it fits you the most

  • Custom labels
  • Stretch tiles across multiple rows/columns
  • Multiple CI instances support
  • Group things in one tile to save space
  • And more...

Go to documentation


{
  "version": "2.0",
  "columns": 2,
  "tiles": [
    {
      "type": "PORT",
      "label": "Am I on fire?",
      "params": {
        "hostname": "127.0.0.1",
        "port": "8080"
      }
    },
    {
      "type": "HTTP-STATUS",
      "label": "SSL certificate is valid",
      "params": {
        "url": "https://monitoror.com"
      }
    }
  ]
}