Giter Site home page Giter Site logo

Comments (7)

Alex-D avatar Alex-D commented on June 12, 2024

Hey!
I think you forgot to bind the port in your docker-compose file

from monitoror.

 avatar commented on June 12, 2024

Hey! I think you forgot to bind the port in your docker-compose file

Hello Alex!

Thank you that did indeed make a difference. I am now struggling with "GITHUB-CHECKS",

I tried the default specified GITHUB-CHECKS example:

billede

I don't know what the error means because its specifying "configVariant: "default"" and I haven't put that in there, and if I put it in there, it fails with the same error, and if I put in anything else in configVariant it just says "unknown variant". I am trying to understand the documentation but I can't decypher why "default" is "disabled" nor where "server errors" are that I can review.

Once again, thank you for helping me out.

from monitoror.

Alex-D avatar Alex-D commented on June 12, 2024

What did you get in the logs?
And what's your config?

from monitoror.

 avatar commented on June 12, 2024

Hello Alex! Again, thank you for taking your time to answer my questions.

What logs and where?

My config is thus:

{
  "version": "2.0",
  "columns": 1,
  "tiles": [
	{
	"type": "GITHUB-CHECKS",
	"params": {
       "owner": "monitoror",
       "repository": "monitoror",
       "ref": "master"
	}
   }
  ]
}

from monitoror.

 avatar commented on June 12, 2024

In fact the same error happens if I just reduce the config down to:

{
  "version": "2.0",
  "columns": 1,
  "tiles": [
	{
	"type": "GITHUB-CHECKS",
	}
  ]
}

And if I then specify "configVariant": "default" it produces the same error, and if I put in, for example: "configVariant": "github", it says "unknown variant, must be ["default"]", except as I learned earlier, that just produces an error...

from monitoror.

Alex-D avatar Alex-D commented on June 12, 2024

You need to configure the GitHub monitorable to be able to use GitHub tiles.
https://monitoror.com/documentation/#github

from monitoror.

 avatar commented on June 12, 2024

Thank you, I found out that I hadn't specified the key for github. I made poor assumption about when I needed the key, and the error message confused me. Sorry about the confusion.

from monitoror.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.