0.0.2 • Published 2 years ago

@2bit/pingger v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@2bit/pingger

install

npm i -g @2bit/pingger

how to use

Please create ~/pingger-settings.json referring to the following template.

(or run pingger and stop, then create template automatically, then you can edit this you like.)

pingger

settings template

{
    "port": 3000,
    "log_dir": "{USER_DIR}/pingger-logs",
    "settings": [
        {
            "category": "A",
            "instance": {
                "name1": "192.168.0.2",
                "name2": "192.168.0.3"
            }
        },
        {
            "category": "B",
            "instance": {
                "name3": "192.168.0.11"
            }
        },
        {
            "category": "wan",
            "instance": {
                "google-dns": "8.8.8.8"
            }
        }
    ]
}

LICENSE

d3.js

ISC

jQuery

MIT

this repository

MIT

Author