jnrpe

Javascript implementation of NRPE (Nagios Remote Plugin Executor)

Usage no npm install needed!

<script type="module">
  import jnrpe from 'https://cdn.skypack.dev/jnrpe';
</script>

README

Javascript Nagios Remote Plugin Executor

Enables the remote execution of Nagios plugin.

Project Info
License: Apache License, Version 2.0
Build: npm
Issue tracker: Github
Mailing lists: js-jnrpe-dev

License

See LICENSE file

Install

$ npm install -g jnrpe

Usage

Start the server

$ jnrpe start

List the installed pugins

$ jnrpe list

Get help about a plugin

$ jnrpe help <plugin>

Questions?

Join our mailing list for any questions or help!

Found a bug?

If you found a bug please create a ticket for us on Github with at least the following informations:

  • js-nrpe version you are running
  • the plugin you are trying to execute
  • the plugin package name and version
  • details on the received error
  • operating system name and version
  • steps to reproduce