Skip to content

STDigitalDatacenter/node-snmp

 
 

Repository files navigation

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

About

Newtelco Drycontact Alarm Watcher

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.9%
  • Vue 30.7%
  • HTML 7.4%