Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
monitoror-macos-4.0.0 | 2020-06-16 | 20.6 MB | |
monitoror-windows-amd64-4.0.0.exe | 2020-06-16 | 20.5 MB | |
monitoror-linux-arm-4.0.0 | 2020-06-16 | 18.0 MB | |
monitoror-linux-amd64-4.0.0 | 2020-06-16 | 20.7 MB | |
4.0.0 source code.tar.gz | 2020-06-16 | 768.6 kB | |
4.0.0 source code.zip | 2020-06-16 | 984.2 kB | |
README.md | 2020-06-16 | 3.2 kB | |
Totals: 7 Items | 81.5 MB | 0 |
GitLab support
This version introduces GitLab support as asked by many of you 🎉
Download & Docker
Support Monitoror
Donate on OpenCollective Become a Sponsor on GitHub
Breaking changes
UI configuration upgrade
- Change
version
to2.0
- Change
GITHUB-PULLREQUESTS
toGENERATE:GITHUB-PULLREQUEST
- Change
JENKINS-MULTIBRANCH
toGENERATE:JENKINS-BUILD
- Change
PINGDOM-CHECKS
toGENERATE:PINGDOM-CHECK
URL
configUrl
query parameter becomesconfig
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 frombranch
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
- Brand new Welcome page
- New configuration chooser page when no default, or via http://localhost:8080/#/choose-configuration
CLI
New commands:
help
: Show helpinit
: Init Monitoror with a default.env
if does not existversion
: 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