Monitoror Versions Save

Unified monitoring wallboard — Light, ergonomic and reliable monitoring for anything.

4.0.1

3 years ago

GitLab fixes

This version fixes GitLab Merge Request pipeline status.


Download & Docker

Go to our Download page


Support Monitoror

Donate on OpenCollective Become a Sponsor on GitHub


Fixes

Core

  • Allow = in env value — #366

UI

  • Break long branch names nicely — #367

GitLab

  • Fetch Merge request pipeline status instead of ref — #364
  • Merge requests use StartedAt instead of CreatedAt — #364

Changelog: 4.0.0...4.0.1

4.0.0

3 years ago

GitLab support

This version introduces GitLab support as asked by many of you 🎉


Download & Docker

Go to our Download page


Support Monitoror

Donate on OpenCollective Become a Sponsor on GitHub


Breaking changes

UI configuration upgrade

URL

  • configUrl query parameter becomes config
  • configPath is not supported anymore, please use UI named configurations Before: http://localhost:8080/?configPath=./config.json After: MO_CONFIG_MYCONFIG="./config.json" + http://localhost:8080/?config=myconfig

Features

GitLab New module!

See GitLab documentation section

New tile types:

Pingdom

New tile types:

Azure DevOps

  • Auto-inject refs/heads/ if missing from branch

Better error reporting

When you make a mistake in a UI configuration, you will get more details and sometimes advice to fix the error.

UI

CLI

New commands:

  • help: Show help
  • init: Init Monitoror with a default .env if does not exist
  • version: Print Monitoror build version details

New flags:

  • --version: Print Monitoror version
  • --debug: Start Monitoror in debug mode (more logs)

Docker support

See our Download page or go to Monitoror Docker Hub page

Fixes

Core

  • Generated tiles do not override other tiles now

UI

  • Break long words in labels
  • Now works when served from a subfolder
  • Loading transition now works well in Safari and Edge

Pingdom

  • Support big IDs by avoiding conversion to scientific notation

Changelog: 3.1.0...4.0.0

3.1.0

4 years ago

Download & Docker

Go to our Download page


Fixes

  • The shown version in logs is the right one now: 3.1.0 instead of 3.1.0-dev-... — #223

HTTP

Changelog: 3.0.0...3.1.0

3.0.0

4 years ago

First official release 🎉

We are proud to launch the first public version of Monitoror.

A big thank you to those who used it before this release! And sorry: we made some breaking changes 😬


Download

Go to our Download page


Breaking changes

UI configuration

  • version field is now required — #132
  • version field follow "x.y" format, current version is "1.0" — #193

Travis CI

  • group parameter is renamed into owner, like GitHub #149

Features

UI configuration

UI & Core

  • Add a whole new error management, to improve configuration issues understanding — #193

Azure DevOps New module!

See Azure DevOps documentation section — #117

New tile types:

GitHub New module!

See GitHub documentation section — #149

New tile types:

HTTP

  • Merge HTTP-JSON and HTTP-YAML tile types into a unified HTTP-FORMATTED which adds XML support — #131 #144

Fixes

Core

  • Favicon is now shown — #147

Pingdom

Changelog: 2.0.0...3.0.0

2.0.0

4 years ago

Breaking changes

  • Split config query parameter into configPath/configUrl and apiBaseUrl #104

Before: http://localhost:8000/?config=http://localhost:8080/api/v1/config?path=.%2Ftest%2Ffaker-config.json

After: http://localhost:8000/?configPath=.%2Ftest%2Ffaker-config.json

API breaking changes

  • Remove tile categories #106
  • Add values to expose metrics #106
  • Add unit to give hint on how to display values #106

Features

  • Add Pingdom tile #102
  • Dark theme #94
  • Hide cursor after 10s #90 4e03d50
  • Loading screen #108

Fixes

  • Floats are no longer displayed in scientific notation #100

Changelog: 1.0.0...2.0.0

1.0.0

4 years ago

Breaking changes

  • New config version 3, versions 1 and 2 are not supported anymore
  • Info route does not return configuration anymore

Features

  • 🎉 Add HTTP tiles #72 #82
  • 🎊 Add Jenkins multibranch tile #79
  • Allow more than one server by CI type (GitHub, TravisCI, Jenkins) #65
  • Show more subtiles in higher groups #60
  • Front automatically update on configuration change or back upgrade #68

Fixes

  • Fix cache issues #62
  • Only show pending state when isQueued #60
  • Avoid group refresh delay when a subtile is slow #85

Changelog: 0.1.0-beta...1.0.0