Skip to content

Instantly share code, notes, and snippets.

@ThaddeusJiang
Last active August 22, 2021 12:55
Show Gist options
  • Save ThaddeusJiang/41897e1dc63686b0b2fd99425d921706 to your computer and use it in GitHub Desktop.
Save ThaddeusJiang/41897e1dc63686b0b2fd99425d921706 to your computer and use it in GitHub Desktop.
monitoror config.json
{
"version": "2.0",
"columns": 2,
"tiles": [
{
"type": "HTTP-STATUS",
"params": {
"url": "https://dev.smartcompany.work",
"statusCodeMax": 299
}
},
{
"type": "HTTP-STATUS",
"params": {
"url": "https://demo.smartcompany.work",
"statusCodeMax": 299
}
},
{
"type": "HTTP-STATUS",
"params": {
"url": "https://trial.smartcompany.work",
"statusCodeMax": 299
}
},
{
"type": "HTTP-STATUS",
"params": {
"url": "https://nisshin-sci.smartcompany.work",
"statusCodeMax": 299
}
},
{
"type": "GITLAB-PIPELINE",
"params": {
"projectId": 37,
"ref": "master"
}
},
{
"type": "GITLAB-PIPELINE",
"params": {
"projectId": 33,
"ref": "master"
}
},
{
"type": "HTTP-STATUS",
"params": {
"url": "https://smartcompany-admin-dev.vercel.app/",
"statusCodeMax": 299
}
},
{
"type": "HTTP-STATUS",
"params": {
"url": "https://smartcompany-admin.vercel.app/",
"statusCodeMax": 299
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment