54 lines
1.3 KiB
YAML
54 lines
1.3 KiB
YAML
name: "centreon-nrpe3-plugin"
|
|
arch: "amd64"
|
|
platform: "linux"
|
|
version_schema: "none"
|
|
version: "4.1.0"
|
|
release: "${RELEASE}${DIST}"
|
|
section: "default"
|
|
priority: "optional"
|
|
maintainer: "Centreon <contact@centreon.com>"
|
|
description: |
|
|
Plug-in for Centreon monitoring system.
|
|
The centreon-nrpe packages contains the Nagios Remote Plug-ins Executor
|
|
Commit: @COMMIT_HASH@
|
|
vendor: "Centreon"
|
|
homepage: "https://centreon.com"
|
|
license: "GPLv2+"
|
|
|
|
contents:
|
|
- src: "../../nrpe-src/src/check_nrpe"
|
|
dst: "/usr/lib64/nagios/plugins/check_centreon_nrpe3"
|
|
packager: rpm
|
|
file_info:
|
|
mode: 0755
|
|
- src: "../../nrpe-src/src/check_nrpe"
|
|
dst: "/usr/lib/nagios/plugins/check_centreon_nrpe3"
|
|
packager: deb
|
|
file_info:
|
|
mode: 0755
|
|
|
|
overrides:
|
|
rpm:
|
|
replaces:
|
|
- centreon-nrpe3-plugin-debuginfo
|
|
- centreon-nrpe3-plugin-debugsource
|
|
conflicts:
|
|
- centreon-nrpe3-plugin-debuginfo
|
|
- centreon-nrpe3-plugin-debugsource
|
|
provides:
|
|
- centreon-nrpe3-plugin-debuginfo
|
|
- centreon-nrpe3-plugin-debugsource
|
|
deb:
|
|
replaces:
|
|
- centreon-nrpe3-plugin-dbgsym
|
|
conflicts:
|
|
- centreon-nrpe3-plugin-dbgsym
|
|
provides:
|
|
- centreon-nrpe3-plugin-dbgsym
|
|
|
|
rpm:
|
|
summary: Nagios plugin for NRPE
|
|
signature:
|
|
key_file: ${RPM_SIGNING_KEY_FILE}
|
|
key_id: ${RPM_SIGNING_KEY_ID}
|