Skip to content

ziccardi/jsnrpe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

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