33 lines
863 B
YAML
33 lines
863 B
YAML
name: nrpe
|
|
format: 2
|
|
summary: Nagios Remote Plugin Executor Server
|
|
maintainer: LMA Charmers <llama-charmers@lists.ubuntu.com>
|
|
subordinate: true
|
|
description: |
|
|
Nagios is a host/service/network monitoring and management system. The
|
|
purpose of this addon is to allow you to execute Nagios plugins on a
|
|
remote host in as transparent a manner as possible. This program runs
|
|
as a background process on the remote host and processes command
|
|
execution requests from the check_nrpe plugin on the Nagios host.
|
|
tags:
|
|
- misc
|
|
provides:
|
|
nrpe:
|
|
interface: nrpe
|
|
monitors:
|
|
interface: monitors
|
|
requires:
|
|
nrpe-external-master:
|
|
interface: nrpe-external-master
|
|
scope: container
|
|
general-info:
|
|
interface: juju-info
|
|
scope: container
|
|
local-monitors:
|
|
interface: local-monitors
|
|
scope: container
|
|
series:
|
|
- bionic
|
|
- focal
|
|
- xenial
|