December 4, 20214 yr This docker template was created based on an already available official docker image Website: https://monitoror.com/ Documentation: https://monitoror.com/documentation/ DockerHub: https://hub.docker.com/r/monitoror/monitoror GitHub: https://github.com/monitoror/monitoror My Repository: https://github.com/SmartPhoneLover/unraid-docker-templates DESCRIPTION Monitoror is a wallboard monitoring app to monitor server status; monitor CI builds progress or even display critical values. Here you can see a live demo: https://demo.monitoror.com/ As I applied the workarround to allow Monitoror to read the JSON locally, you will need to copy and paste the following lines in a file named 'config.json'. Then, place it under '/mnt/user/appdata/Monitoror/*' directory, and now you can build the container. { "version": "2.0", "columns": 2, "tiles": [ { "type": "PORT", "label": "Welcome config example", "params": { "hostname": "127.0.0.1", "port": 9999 } }, { "type": "HTTP-RAW", "label": "Monitoror stars", "params": { "url": "https://github.com/monitoror/monitoror", "regex": "(\\d+) users starred" } } ] } NOTES • Use the 'Directory (config)' path to store the 'config.json' file, so Monitoror can read it directly from the host. You can also use an URL (i.e.: NextCloud) to pass the JSON, using the 'MO_CONFIG' variable. VERSION 1.0 (2021-12-04) If you are going to report a bug or request something to be added/modified, please, take into consideration that I will only be able to apply changes for the work I own only. For example, if I create a docker template for an already existing docker image (not created by me), I won't be able to do more for that image than forward your report or request to the owner of the project. If you like my work, please consider making a little donation. - DONATE - Thank you very much 🙂 Edited December 5, 20214 yr by SmartPhoneLover
December 5, 20214 yr when i change the webui port from 8080 to 8180.the docker is still working on 8080 port Your configuration URL or path seems broken, please verify it
December 5, 20214 yr Author Hi @xenoblade The port configuration is correct in your case. It just shows you the internal port exposed, which is: 8080, but you're connecting through 8180 actually. If it wouldn't work, you couldn't see that page. The 'Your configuration URL or path seems broken, please verify it' message is related to the configuration file. In other words, Moritoror is telling you that the 'config.json' failed to be read due to a problem on the path you have configured on the corresponding section of the template. Please, tell me, how and where did you place, and what content did you write on the JSON file?
December 5, 20214 yr Author Very sorry @xenoblade, but I realized that Monitoror didn't load the corresponding page where it should show the user how to proceed with the configuration of the file. It was my fault not to mention it. Now I have added it. Edited December 5, 20214 yr by SmartPhoneLover
December 6, 20214 yr 16 hours ago, SmartPhoneLover said: Very sorry @xenoblade, but I realized that Monitoror didn't load the corresponding page where it should show the user how to proceed with the configuration of the file. It was my fault not to mention it. Now I have added it. thanks for your answer
May 18, 20224 yr Anyone cares to share their config? For inspiration purposes only, will definitely not copypaste it 😁
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.