docker-cabot
docker-cabot copied to clipboard
Docker and docker-compose files for Cabot
Hi, Is there already an ability to disable/enable alerts via API? Thanks in advance.
The Caddy container currently has no restart policy, meaning that if the host/Docker daemon restarts (or Caddy errors/quits for some reason), Caddy will be left offline and thus Cabot becomes...
This demonstrates the possible options available for the Slack integration plugin. Related to / may be sufficient to close #22.
I noticed that docker-compose is using RabbitMQ instead of Redis for Celery, is this something that's been missed in the compose file or is it purposeful? Thanks!
I am trying to enable email alerts. I have this in my production.env: ``` EMAIL_HOST=smtp.sendgrid.net EMAIL_USER= EMAIL_PASSWORD= EMAIL_PORT=465 ``` However I'm not receiving any email alerts. Do I have to...
What is the default timezone of the cabot app and is there a way to change it from inside the admin UI to match the local time zone as all...
Hello, From what I understand email alerts, etc are tied only to the service checks or is it possible to trigger email alerts without having a service defined for http...
Hi, I'm trying to deploy this on a DO droplet. I'm pretty new to this and I ran into a problem. I followed the instructions from here: https://cabotapp.com/qs/quickstart.html (cloned the...
I setup my Cabot docker container on Ubuntu 18.04 and a public IP address and port mapping to port: 8080. It all works fine with the following setup: docker-compose-caddy.yml: ```...
Hi I followed the steps given [here](https://github.com/cabotapp/docker-cabot#using-docker-compose). Where is the default username and password mentioned ? Can someone please point to the right direction.