Code Monkey home page Code Monkey logo

pingbot's Introduction

pingbot

A proof of concept of website monitoring/health-checking tool based on serverless architecture, powered by AWS Lambda, Amazon DynamoDB, Amazon CloudWatch, Amazon S3 and Facebook React.

Under $0.1/month cost to use this tool thanks to the free tiers of AWS even if you are not a new AWS customer ๐ŸŽ‰

Overview

Overview

Features

  • Scheduled website health checking
  • Storing results
  • Slack notification about failure/recovery of ping result
  • Web frontend to manage data
  • List ping results

Install, Update, Uninstall

See the instruction.

Screenshots

Web app

pingbotWeb

Slack

Slack

Contribution

  1. Fork (https://github.com/toricls/pingbot/fork)
  2. Create a feature branch
  3. Commit your changes
  4. Rebase your local changes against the master branch
  5. Create a new Pull Request

Licence

MIT

Author

toricls

pingbot's People

Contributors

alessandrocuzzocrea avatar dependabot[bot] avatar nakayamanobuhiro avatar solocommand avatar toricls 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  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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

pingbot's Issues

CloudFormation doesn't update Lambda functions' code via update-stack

$ ./scripts/update.sh

also doesn't work for updating Lambda functions because it uses CloudFormation's update-stack in the middle of its updating process.

Cause of problem

We're using fixed S3Key for now and I guess it's a cause of this problem.

To resolve

So the simplest solution could be one of the following.

  • Change .zip file name every time we use update.sh by adding some code into the shell script
  • Using S3ObjectVersion property.

Or use SAM?

History of target status

  • Save each result as timeseries data
  • Configurable persistence time range
  • Show result history on web-ui

Support HTTP response body testing

Bot

  • Add HTTP response body testing feature
  • HTTP response body testing can be used with HTTP status code testing
  • if target has response body configuration, bot requires both response body and status code tests pass to mark result as success

WebApp

  • Add an input field on the TargetDetail.jsx and store its value to DynamoDB

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.