Socket
Socket
Sign inDemoInstall

newtelco-snmp

Package Overview
Dependencies
140
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    newtelco-snmp

Newtelco SNMP Checker


Version published
Weekly downloads
4
Maintainers
1
Install size
32.1 MB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 19 May 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc