Phara0h / sky-puppy-checker-mongodb

A MongoDB checker for Sky Puppy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sky-puppy-checker-mongodb

A Sky Puppy checker for mongodb

Install

npm install -g sky-puppy-checker-mongodb

Test

npm test

Sample Config

{
  checkers: {
    "sky-puppy-checker-mongodb": {
      "url": "mongodb://llama:drama@localhost:27017/?replicaSet=rs",
      "mongo_settings": {
        "useUnifiedTopology": true
      }
    }
  }
}

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

v1.1.1

v1.1.0

2 November 2020

About

A MongoDB checker for Sky Puppy

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 52.5%Language:Handlebars 47.5%