diff options
author | edwin <edwin@FreeBSD.org> | 2003-01-03 10:49:08 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-01-03 10:49:08 +0800 |
commit | 146cd2868369e08fb7464efe8567590a16bc5d52 (patch) | |
tree | c7b86e9858078c12a61e5333a975be1b4d954289 /net/nrpe/pkg-descr | |
parent | ba3752d06f19ca6ce26bbb7735531141e1e0da4c (diff) | |
download | freebsd-ports-gnome-146cd2868369e08fb7464efe8567590a16bc5d52.tar.gz freebsd-ports-gnome-146cd2868369e08fb7464efe8567590a16bc5d52.tar.zst freebsd-ports-gnome-146cd2868369e08fb7464efe8567590a16bc5d52.zip |
New port: net/nrpe
Daemon to allow Nagios plugins to be executed remotely.
PR: ports/41247
Submitted by: Paul Dlug <paul@nerdlabs.com>
Diffstat (limited to 'net/nrpe/pkg-descr')
-rw-r--r-- | net/nrpe/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net/nrpe/pkg-descr b/net/nrpe/pkg-descr new file mode 100644 index 000000000000..ad2d2a4cee3f --- /dev/null +++ b/net/nrpe/pkg-descr @@ -0,0 +1,9 @@ +nrpe is used to execute Nagios plugins on remote hosts and report the results +to the main Nagios server. From the Nagios homepage: + +Allows you to execute "local" plugins (like check_disk, check_procs, etc.) on +remote hosts. The check_nrpe plugin is called from Nagios and actually makes +the plugin requests to the remote host. Requires that nrpe be running on the +remote host (either as a standalone daemon or as a service under inetd). + +WWW: http://www.nagios.org/ |