Git Product home page Git Product logo

monitstatus's Introduction

Monitstatus

Monitstatus is an all in one SRE observability and incident management suite.

Monitor detail

Features

Uptime monitoring

Monitor your services with periodic checks. Use it for either webpage, API, servers or network services monitoring. Define your endpoint monitors as well as the expected response and get notified when an incident ocurrs.

Incident alerts

Be the first to know when a downtime occurs. Receive notifications of an outage via our multiple integrations: Email, SMS, Telegram, Slack.. Analyze and manage the incident cause with our incident details.

Status pages

Beautifully crafted, customized status pages. Communicate status and incident management with your users. Build trust with every incident.

On call schedules

Still a work in progress.

Quickstart

Repositories

Source code is split between two repositories:

  • front contains the Vue client
  • back contains the API, celery beat/workers and status pages webapp

Dependencies

  • SendGrid api key with a validated sending domain
  • (Optional) Slack App
  • (Optional) Telegram Bot
  • (Optional) Sentry DSN

Running from docker images

Clone the repos, manually set the envvars for both repos and launch the local environment:

git clone [email protected]:monitstatus/monitstatus.git
cd monitstatus
git submodule init
git submodule update
cp back/.env.sample back/.env
# Edit .env file and set the required variables

docker compose -f back/docker-compose.yml run --rm web alembic upgrade head 
# This will create templates on sendgrid and print envvars that you should copy to .env file
docker compose -f back/docker-compose.yml run --rm web python app/core/generate_sendgrid_templates.py
docker compose -f back/docker-compose.yml up -d

cd front
# IMPORTANT! replace build arguments if required
docker build \
    --build-arg FRONT_URL=http://localhost:8080
    --build-arg API_URL=http://localhost:8000 \
    --build-arg SLACK_CLIENT_ID=$SLACK_CLIENT_SECRET \
    --build-arg STATUS_PAGES_URL=http://localhost:8001 \
    -t front .
docker run -d -p 127.0.0.1:8080:80 --name front front

And go to http://localhost:8080

monitstatus's People

Contributors

servomac avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

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.