🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

@sematext/logagent-nodejs-monitor

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sematext/logagent-nodejs-monitor

Monitoring plugin for logagent

2.0.10
latest
Version published
Maintainers
2
Created

Monitoring for @sematext/logagent

This plugin provides monitoring for the @sematext/logagent process with SPM for Node.js.

Installation

Make sure @sematext/logagent (> v2.0) is installed.

npm i -g @sematext/logagent 
npm i -g @sematext/logagent-nodejs-monitor 

Then add following lines to your logagent 2.x config file:

input:
  logagentMonitor:
    module: @sematext/logagent-nodejs-monitor
    INFRA_TOKEN: YOUR_SEMATEXT_INFRA_MONITORING_TOKEN
    MONITORING_TOKEN: YOUR_NODEJS_APP_TOKEN
    SPM_LOG_TO_CONSOLE: false
    SPM_LOG_LEVEL: error

Restart logagent-js service.

Documentation

FAQs

Package last updated on 07 Apr 2021

Did you know?

Socket

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