newtelco-snmp

1.0.5 • Public • Published

newtelco-snmp

Newtelco SNMP Checker designed to check dry contact environment sensors faster than any existing solution out there.

Design

Currently it checks via SNMP all attached dry contacts to the ServersCheck platform.

It then compares if anything has changed since the last check, and if so - alerts users via Telegram / Email.

Config

Create a config.json file with the following contents and pass the filename as the first argument to the application.

{
  "hosts": [
    {
      "address": "",
      "label": "",
      "community": ""
    }
  ],
  "alerts": {
    "email": {
      "host": "",
      "port": "",
      "from": "",
      "user": "",
      "pw": "",
      "to": ["", ""]
    },
    "telegram": {
      "token": "",
      "people": ["", ""]
    }
  }
}

Usage

npx newtelco-snmp config.json

Readme

Keywords

Package Sidebar

Install

npm i newtelco-snmp

Weekly Downloads

3

Version

1.0.5

License

MIT

Unpacked Size

6.85 kB

Total Files

5

Last publish

Collaborators

  • ndom91