We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello there,
I am trying to get this working, but as i've set my api url and also the Key needed, it keeps saying the same issue.
{ "api_url": "http://status.internetcable.eu.org/api/v1", "api_token": "6QUtlm8Yk2YY0JBqM5", "insecure_api": true, "monitors": [{ "name": "Url Monitor", "url": "https://google.com", "method": "get", "strict_tls": false, "interval": 10, "timeout": 5, "metric_id": 1, "component_id": 1, "threshold": 80, "expected_status_code": 200 }], "system_name": "system name", "log_path": "/var/log/" }
I have entered a random api token for security reasons thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello there,
I am trying to get this working, but as i've set my api url and also the Key needed, it keeps saying the same issue.
{
"api_url": "http://status.internetcable.eu.org/api/v1",
"api_token": "6QUtlm8Yk2YY0JBqM5",
"insecure_api": true,
"monitors": [{
"name": "Url Monitor",
"url": "https://google.com",
"method": "get",
"strict_tls": false,
"interval": 10,
"timeout": 5,
"metric_id": 1,
"component_id": 1,
"threshold": 80,
"expected_status_code": 200
}],
"system_name": "system name",
"log_path": "/var/log/"
}
I have entered a random api token for security reasons thanks
The text was updated successfully, but these errors were encountered: