jnrpe
v1.0.0-alpha.9
Published
Javascript implementation of NRPE (Nagios Remote Plugin Executor)
Downloads
7
Maintainers
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