How to use the forever-monitor.Monitor.call function in forever-monitor

To help you get started, we’ve selected a few forever-monitor examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github deployd / deployd / lib / monitor.js View on Github external
function Monitor(script, options) {
  options = options || {};
  options.fork = true;
  ForeverMonitor.call(this, script, options);
}
util.inherits(Monitor, ForeverMonitor);

forever-monitor

Core forever process monitor

MIT
Latest version published 3 years ago

Package Health Score

51 / 100
Full package analysis