Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
962f6bd
feat(rust-plugins): add --check-format argument (#6134)
scresto31 May 18, 2026
51b6a75
fix(java): update maven version for el and ubuntu (#6186)
sdepassio May 18, 2026
fcd7754
fix(ci): use stable and testing repos to install libs for docker unit…
sdepassio May 18, 2026
5fc2a79
chore(release) bump plugins 20260600 (#6200)
pkippes May 21, 2026
fed7c8e
chore(ci): migrate all workflows to node 24 (#6202)
mushroomempires May 25, 2026
c9d778c
fix(apps::hashicorp::vault::restapi) Fix --insecure option being igno…
scresto31 May 25, 2026
01a50d2
enh(packaging): no dependency towards nmap anymore (#6195)
omercier May 27, 2026
9d9cc9f
fix((hardware::ups::powerware::snmp) Mode(input-lines) : Does not det…
scresto31 May 29, 2026
716f676
fix(plugin) Fix tests (#6212)
scresto31 Jun 1, 2026
e449775
chore(packaging): add copyright file to Debian packages (#6211)
Tpo76 Jun 2, 2026
830bd77
enh(network::opengear::snmp) Add CM8100 series compatibility (#6183)
scresto31 Jun 5, 2026
3bf33a8
fix(apps::backup::commvault::commserve::restapi) Fix handling of empt…
scresto31 Jun 5, 2026
de2dd0a
enh(apps-backup-rubrik-graphql) Misc enhancements (#6210)
scresto31 Jun 5, 2026
13513bc
enh(database::mssql::plugin) Mode(failed-jobs): Added total_count, f…
scresto31 Jun 5, 2026
defc539
enh(apps::thales::mistral::vs9::restapi): Add support for API version…
scresto31 Jun 5, 2026
9c04008
enh(clm): new plugin for centreon log management (#6215)
omercier Jun 5, 2026
a4bf6d6
enh(packaging): add packaging files for apps::centreon::logmanagement…
omercier Jun 5, 2026
655d696
fix(network-fritzbox-upnp): fixed system mode status thresholds (#6209)
lucie-tirand Jun 5, 2026
9b27c86
feat(plugins) Enhance misc and counters (#6232)
scresto31 Jun 8, 2026
f4271a8
fix(apps::centreon::logmanagement): fix counting method after more te…
omercier Jun 8, 2026
6931153
fix(hardware::ups::phoenixtec::snmp): removed thresholds in outputlin…
scresto31 Jun 10, 2026
550efd6
enh(apps-backup-rubrik-graphql) Misc enhancements (#6235)
scresto31 Jun 11, 2026
7346fee
enh(cloud::azure::database::sqldatabase::plugin) Update help on stora…
scresto31 Jun 11, 2026
a53e87d
enh(apps::centreon::logmanagement::restapi): add alert-count mode (#6…
omercier Jun 11, 2026
11feab7
feat(cloud::openshift::api::plugin): new plugin (#6229)
scresto31 Jun 11, 2026
3f1f1b0
fix(database::mssql): correctly name and count deadlocks (#6230)
omercier Jun 15, 2026
816b081
fix(database::mssql): trim instances names (#6239)
omercier Jun 15, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .githooks/pre-commit.d/20_plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ for file in "${committed_files[@]}"; do
;;
json)
info "--> Checking JSON validity"
jq '' "$file" >/dev/null 2>&1 || error "JSON file $file is not valid"
jq '.' "$file" >/dev/null 2>&1 || error "JSON file $file is not valid"
check_tabs_crlf "$file"
;;
*)
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/create-jira-ticket/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ runs:
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: 20
node-version: 24

- name: Get ticket elements from context
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/package-delivery/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ runs:
key: ${{ inputs.cache_key }}
fail-on-cache-miss: true

- uses: jfrog/setup-jfrog-cli@9fe0f98bd45b19e6e931d457f4e98f8f84461fb5 # v4.4.1
- uses: jfrog/setup-jfrog-cli@1641575d87647fb969c0545f0b6a76873e328b7c # v5.0.0
with:
disable-job-summary: true
disable-auto-build-publish: true
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/package-nfpm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ runs:
done
shell: bash

- uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
- uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
with:
path: ./*.${{ inputs.package_extension }}
key: ${{ inputs.cache_key }}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/promote-to-stable/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ inputs:
runs:
using: "composite"
steps:
- uses: jfrog/setup-jfrog-cli@26da2259ee7690e63b5410d7451b2938d08ce1f9 # v4.0.0
- uses: jfrog/setup-jfrog-cli@1641575d87647fb969c0545f0b6a76873e328b7c # v5.0.0
env:
JF_URL: https://centreon.jfrog.io
JF_ACCESS_TOKEN: ${{ inputs.artifactory_token }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG REGISTRY_URL

FROM ${REGISTRY_URL}/almalinux:10

Check warning on line 3 in .github/docker/packaging/Dockerfile.packaging-plugins-java-alma10

View workflow job for this annotation

GitHub Actions / dockerize (ubuntu-24.04, packaging-plugins-java-alma10, packaging-java, alma10, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ${REGISTRY_URL}/almalinux:10 results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

RUN bash -e <<EOF

Expand All @@ -11,10 +11,10 @@
zstd

cd /usr/local/src
wget https://dlcdn.apache.org/maven/maven-3/3.9.15/binaries/apache-maven-3.9.15-bin.tar.gz
tar zxf apache-maven-3.9.15-bin.tar.gz
ln -s /usr/local/src/apache-maven-3.9.15/bin/mvn /usr/bin/mvn
rm -f apache-maven-3.9.15-bin.tar.gz
wget https://dlcdn.apache.org/maven/maven-3/3.9.16/binaries/apache-maven-3.9.16-bin.tar.gz
tar zxf apache-maven-3.9.16-bin.tar.gz
ln -s /usr/local/src/apache-maven-3.9.16/bin/mvn /usr/bin/mvn
rm -f apache-maven-3.9.16-bin.tar.gz

echo '[goreleaser]
name=GoReleaser
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG REGISTRY_URL

FROM ${REGISTRY_URL}/almalinux:8

Check warning on line 3 in .github/docker/packaging/Dockerfile.packaging-plugins-java-alma8

View workflow job for this annotation

GitHub Actions / dockerize (ubuntu-24.04, packaging-plugins-java-alma8, packaging-java, alma8, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ${REGISTRY_URL}/almalinux:8 results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

RUN bash -e <<EOF

Expand All @@ -11,10 +11,10 @@
zstd

cd /usr/local/src
wget https://dlcdn.apache.org/maven/maven-3/3.9.15/binaries/apache-maven-3.9.15-bin.tar.gz
tar zxf apache-maven-3.9.15-bin.tar.gz
ln -s /usr/local/src/apache-maven-3.9.15/bin/mvn /usr/bin/mvn
rm -f apache-maven-3.9.15-bin.tar.gz
wget https://dlcdn.apache.org/maven/maven-3/3.9.16/binaries/apache-maven-3.9.16-bin.tar.gz
tar zxf apache-maven-3.9.16-bin.tar.gz
ln -s /usr/local/src/apache-maven-3.9.16/bin/mvn /usr/bin/mvn
rm -f apache-maven-3.9.16-bin.tar.gz

echo '[goreleaser]
name=GoReleaser
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG REGISTRY_URL

FROM ${REGISTRY_URL}/almalinux:9

Check warning on line 3 in .github/docker/packaging/Dockerfile.packaging-plugins-java-alma9

View workflow job for this annotation

GitHub Actions / dockerize (ubuntu-24.04, packaging-plugins-java-alma9, packaging-java, alma9, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ${REGISTRY_URL}/almalinux:9 results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

RUN bash -e <<EOF

Expand All @@ -11,10 +11,10 @@
zstd

cd /usr/local/src
wget https://dlcdn.apache.org/maven/maven-3/3.9.15/binaries/apache-maven-3.9.15-bin.tar.gz
tar zxf apache-maven-3.9.15-bin.tar.gz
ln -s /usr/local/src/apache-maven-3.9.15/bin/mvn /usr/bin/mvn
rm -f apache-maven-3.9.15-bin.tar.gz
wget https://dlcdn.apache.org/maven/maven-3/3.9.16/binaries/apache-maven-3.9.16-bin.tar.gz
tar zxf apache-maven-3.9.16-bin.tar.gz
ln -s /usr/local/src/apache-maven-3.9.16/bin/mvn /usr/bin/mvn
rm -f apache-maven-3.9.16-bin.tar.gz

echo '[goreleaser]
name=GoReleaser
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG REGISTRY_URL

FROM ${REGISTRY_URL}/ubuntu:jammy

Check warning on line 3 in .github/docker/packaging/Dockerfile.packaging-plugins-java-jammy

View workflow job for this annotation

GitHub Actions / dockerize (ubuntu-24.04, packaging-plugins-java-jammy, packaging-java, jammy, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ${REGISTRY_URL}/ubuntu:jammy results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

RUN bash -e <<EOF

Expand All @@ -13,10 +13,10 @@
zstd

cd /usr/local/src
wget https://dlcdn.apache.org/maven/maven-3/3.9.15/binaries/apache-maven-3.9.15-bin.tar.gz
tar zxf apache-maven-3.9.15-bin.tar.gz
ln -s /usr/local/src/apache-maven-3.9.15/bin/mvn /usr/bin/mvn
rm -f apache-maven-3.9.15-bin.tar.gz
wget https://dlcdn.apache.org/maven/maven-3/3.9.16/binaries/apache-maven-3.9.16-bin.tar.gz
tar zxf apache-maven-3.9.16-bin.tar.gz
ln -s /usr/local/src/apache-maven-3.9.16/bin/mvn /usr/bin/mvn
rm -f apache-maven-3.9.16-bin.tar.gz

echo 'deb [trusted=yes] https://repo.goreleaser.com/apt/ /' | tee /etc/apt/sources.list.d/goreleaser.list

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG REGISTRY_URL

FROM ${REGISTRY_URL}/ubuntu:noble

Check warning on line 3 in .github/docker/packaging/Dockerfile.packaging-plugins-java-noble

View workflow job for this annotation

GitHub Actions / dockerize (ubuntu-24.04, packaging-plugins-java-noble, packaging-java, noble, amd64)

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ${REGISTRY_URL}/ubuntu:noble results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

RUN bash -e <<EOF

Expand All @@ -13,10 +13,10 @@
zstd

cd /usr/local/src
wget https://dlcdn.apache.org/maven/maven-3/3.9.15/binaries/apache-maven-3.9.15-bin.tar.gz
tar zxf apache-maven-3.9.15-bin.tar.gz
ln -s /usr/local/src/apache-maven-3.9.15/bin/mvn /usr/bin/mvn
rm -f apache-maven-3.9.15-bin.tar.gz
wget https://dlcdn.apache.org/maven/maven-3/3.9.16/binaries/apache-maven-3.9.16-bin.tar.gz
tar zxf apache-maven-3.9.16-bin.tar.gz
ln -s /usr/local/src/apache-maven-3.9.16/bin/mvn /usr/bin/mvn
rm -f apache-maven-3.9.16-bin.tar.gz

echo 'deb [trusted=yes] https://repo.goreleaser.com/apt/ /' | tee /etc/apt/sources.list.d/goreleaser.list

Expand Down
1 change: 0 additions & 1 deletion .github/docker/unit-tests/Dockerfile.unit-tests-trixie
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ RUN bash -e <<EOF
echo "deb https://packages.centreon.com/apt-plugins-stable/ trixie main" | tee /etc/apt/sources.list.d/centreon-plugins.list
echo "deb https://packages.centreon.com/apt-plugins-testing/ trixie main" | tee -a /etc/apt/sources.list.d/centreon-plugins.list
echo "deb https://packages.centreon.com/apt-plugins-unstable/ trixie main" | tee -a /etc/apt/sources.list.d/centreon-plugins.list
echo "deb https://packages.centreon.com/apt-plugins-unstable/ trixie main" | tee a /etc/apt/sources.list.d/centreon-plugins.list
wget -O- https://apt-key.centreon.com | gpg --dearmor | tee /etc/apt/trusted.gpg.d/centreon.gpg > /dev/null 2>&1
apt-get update
apt-get -y install libtest2-harness-perl libtest2-plugin-nowarnings-perl libauthen-radius-perl libconvert-binary-c-perl libcrypt-openssl-rsa-perl libdata-dump-perl libdatetime-format-dateparse-perl libdatetime-format-strptime-perl libdatetime-perl libdbd-mysql-perl libdbd-odbc-perl libdbd-pg-perl libdbd-sybase-perl libdbi-perl libdigest-crc-perl libdigest-md5-perl libdigest-sha-perl libemail-mime-perl libemail-sender-perl libemail-send-smtp-gmail-perl libfilesys-smbclient-perl libhtml-template-perl libio-socket-inet6-perl libio-socket-ip-perl libjson-maybexs-perl libjson-perl libjson-webtoken-perl libmail-imapclient-perl libmime-base64-perl libmongodb-perl libnet-dhcp-perl libnet-dns-perl libnet-ldap-perl libnet-mqtt-simple-perl libnet-ntp-perl libnet-ssleay-perl libnet-subnet-perl libnet-telnet-perl libnet-tftp-perl libopenwsman-perl libredis-perl librrds-perl libsnmp-perl libsocket-perl libssh-session-perl libtest-www-selenium-perl libtext-csv-perl libtime-hires-perl libtime-parsedate-perl libuuid-perl libxml-libxml-perl libxml-libxml-simple-perl libxml-simple-perl libxml-xpath-perl perl perl-modules libstring-shellquote-perl
Expand Down
5 changes: 5 additions & 0 deletions .github/packaging/centreon-plugin.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ contents:
file_info:
mode: 0775
@CONTENTS@
- src: "../../LICENSE.md"
dst: "/usr/share/doc/@PACKAGE_NAME@/copyright"
packager: "deb"
file_info:
mode: 0644

conflicts:
[@CONFLICTS@]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/as400.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
stability: ${{ needs.get-environment.outputs.stability }}

- name: Save to cache
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
with:
path: ./*.${{ matrix.package_extension }}
key: ${{ github.sha }}-${{ github.run_id }}-${{ matrix.package_extension }}-${{ matrix.distrib }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/perl-cpan-libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ jobs:
- run: rpmsign --addsign ./*.rpm
shell: bash

- uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
- uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
with:
path: ./*.rpm
key: ${{ github.sha }}-${{ github.run_id }}-rpm-${{ matrix.distrib }}
Expand Down Expand Up @@ -426,7 +426,7 @@ jobs:
name: packages-deb-${{ matrix.distrib }}
path: ./

- uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
- uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
with:
path: ./*.deb
key: ${{ github.sha }}-${{ github.run_id }}-deb-${{ matrix.distrib }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/perl-filesys-smbclient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
cp -r ~/rpmbuild/RPMS/x86_64/*.rpm .
shell: bash

- uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
- uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
with:
path: ./*.rpm
key: unsigned-${{ github.sha }}-${{ github.run_id }}-rpm-${{ matrix.distrib }}
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
- run: rpmsign --addsign ./*.rpm
shell: bash

- uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
- uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
with:
path: ./*.rpm
key: ${{ github.sha }}-${{ github.run_id }}-rpm-${{ matrix.distrib }}
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
DEB_BUILD_OPTIONS="nocheck nodocs notest noautodbgsym" dh-make-perl make --dist ${{ matrix.distrib }} --verbose --build --version 4.0${{ steps.parse-distrib.outputs.package_distrib_separator }}${{ steps.parse-distrib.outputs.package_distrib_name }} perl-filesys-smbclient/
shell: bash

- uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
- uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
with:
path: ./*.deb
key: ${{ github.sha }}-${{ github.run_id }}-deb-${{ matrix.distrib }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/perl-keepass-reader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ jobs:
deliver-packages:
needs: [get-environment, package]
if: |
needs.get-environment.outputs.skip_workflow == 'false' &&
(contains(fromJson('["testing", "unstable"]'), needs.get-environment.outputs.stability) || ( needs.get-environment.outputs.stability == 'stable' && github.event_name != 'workflow_dispatch')) &&
! cancelled() &&
! contains(needs.*.result, 'failure') &&
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/perl-openwsman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:
rpm_gpg_signing_passphrase: ${{ secrets.RPM_GPG_SIGNING_PASSPHRASE }}
stability: ${{ needs.get-environment.outputs.stability }}

- uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
- uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
with:
path: ./*.${{ matrix.package_extension }}
key: cache-${{ github.sha }}-${{ matrix.package_extension }}-wsman-${{ matrix.distrib }}-${{ matrix.arch }}-${{ github.head_ref || github.ref_name }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/plink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
cp -r ~/rpmbuild/RPMS/x86_64/*.rpm .
shell: bash

- uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
- uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
with:
path: ./*.rpm
key: unsigned-${{ github.sha }}-${{ github.run_id }}-rpm-${{ matrix.distrib }}
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
- run: rpmsign --addsign ./*.rpm
shell: bash

- uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
- uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
with:
path: ./*.rpm
key: ${{ github.sha }}-${{ github.run_id }}-rpm-${{ matrix.distrib }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
fi
shell: bash

- uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
- uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
with:
path: ./plugins.json
key: plugins-${{ github.sha }}-${{ github.run_id }}
Expand Down Expand Up @@ -271,7 +271,7 @@ jobs:
COMMIT=$(git log -1 HEAD --pretty=format:%h)
perl .github/scripts/fatpack-plugins.pl "$(jq -r 'to_entries[] | select(.value.build == true) | .key' plugins.json | tr '\n' ' ')" "$VERSION ($COMMIT)"

- uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
- uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
with:
path: ./build/
key: fatpacked-plugins-${{ github.sha }}-${{ github.run_id }}
Expand Down Expand Up @@ -481,7 +481,7 @@ jobs:
if: |
needs.get-environment.outputs.stability == 'stable' &&
github.event_name == 'push'
runs-on: centreon-common
runs-on: ubuntu-24.04

steps:
- name: Checkout sources
Expand Down
2 changes: 1 addition & 1 deletion .version.plugins
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20260500
20260600
4 changes: 2 additions & 2 deletions LICENSE.txt → LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,15 +178,15 @@
APPENDIX: How to apply the Apache License to your work.

To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
boilerplate notice, with the fields enclosed by brackets "{}"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright (C) 2008-2026 CENTREON - contact@centreon.com

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"dependencies": [
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"pkg_name": "centreon-plugin-Applications-Monitoring-Centreon-LogManagement-Restapi",
"pkg_summary": "Centreon Plugin to query data from Centreon Log Management (CLM) solution.",
"plugin_name": "centreon_logmanagement_restapi.pl",
"files": [
"centreon/plugins/script_custom.pm",
"apps/centreon/logmanagement/restapi/"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"dependencies": [
]
}
2 changes: 0 additions & 2 deletions packaging/centreon-plugin-Applications-Nmap-Cli/deb.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"dependencies": [
"centreon-plugins-sudoers",
"perl",
"nmap",
"libxml-simple-perl"
]
}
2 changes: 0 additions & 2 deletions packaging/centreon-plugin-Applications-Nmap-Cli/rpm.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"dependencies": [
"centreon-plugins-sudoers",
"perl",
"nmap",
"plink",
"perl(Libssh::Session)",
"perl(XML::Simple)"
Expand Down
1 change: 1 addition & 0 deletions packaging/centreon-plugin-Cloud-Kubernetes-Api/pkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"plugin_name": "centreon_kubernetes_api.pl",
"files": [
"centreon/plugins/script_custom.pm",
"centreon/common/kubernetes/",
"cloud/kubernetes/"
]
}
4 changes: 4 additions & 0 deletions packaging/centreon-plugin-Cloud-OpenShift-Api/deb.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"dependencies": [
]
}
10 changes: 10 additions & 0 deletions packaging/centreon-plugin-Cloud-OpenShift-Api/pkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"pkg_name": "centreon-plugin-Cloud-OpenShift-Api",
"pkg_summary": "Centreon Plugin to monitor OpenShift cluster using RestAPI",
"plugin_name": "centreon_openshift_api.pl",
"files": [
"centreon/plugins/script_custom.pm",
"centreon/common/kubernetes/",
"cloud/openshift/api/"
]
}
4 changes: 4 additions & 0 deletions packaging/centreon-plugin-Cloud-OpenShift-Api/rpm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"dependencies": [
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"files": [
"centreon/plugins/script_snmp.pm",
"centreon/plugins/snmp.pm",
"hardware/ups/phoenixtec/snmp/"
"hardware/ups/phoenixtec/snmp/",
"centreon/common/xppc/snmp/mode/"
]
}
Loading
Loading