1.0.5 • Published 4 years ago

newtelco-snmp v1.0.5

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

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

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago