0.1.9 • Published 6 years ago

@tanand/health-check-mongo-plugin v0.1.9

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

@tanand/health-check-mongo-plugin

A health check plugin for mongoDB to use on health-check-manager.

Install

npm install @tanand/health-check-mongo-plugin

Usage

const mongoPlugin = require('@tanand/health-check-mongo-plugin');

let plugin_one = mongoPlugin.create();

let plugin_two = mongoPlugin.create({
    name: 'mongoDB',
    info: 'Fast NoSQL DB',
    version: '4.0.0',
    host: '127.0.0.1',
    port: 12017
});
0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago