Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

udm_monitor

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

udm_monitor

A monitor service for the platform

  • 1.0.2
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

UDM Monitor

This service:

  • allows a data loader to register with it (DONE)
  • presents a dashboard (TO DO)
  • allows jobs to be re-run earlier than scheduled (TO DO)

Warning - Client loader hasn't run in more than 24 hours (select max(startTime) from LoaderSnapshots where exitcode=<3). Warning - Client loader hasn't run and it is the 1st of the month

Exit Codes - 0, ran fine no errors, all rows loaded (Only sent at end of run) - 1, loader exited with a caught exception at some point during execution (Sent on any caught exception) - 2, loader ran to completion but received errors from the services while executing (Sent at end of run, checking for status of the failures) - 3, loader tried to run but had no files to execute with (Sent at branch of file load). - 4, partial fail on ingestion, but load continued.

We want to know - Is the loader continuing to run on its schedule (Has the loader run in X minutes) - two phase register. - Did the loader register a failure at the end of its run? - Did the loader fail abruptly (i.e. did it register an exception) - What failures did the lodaer register?

  • loader will run every so often. Would be good to know a heartbeat (has the loader stopped running for whatever)

FAQs

Package last updated on 18 Mar 2016

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc