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 |
See LICENSE file
$ npm install -g jnrpe
In a terminal, run
$ jnrpe start
To check that it works, open another terminal and run:
check_nrpe -2 --no-ssl -H 127.0.0.1 -p 5667
It should return the jnrpe version
.
Note: check_nrpe
is a standard Nagios Plugin and must be installed to have the above command work
$ jnrpe list
$ jnrpe help <plugin>
Join our mailing list for any questions or help!
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