Merge branch 'develop' of https://github.com/centreon/centreon-plugins into MON-34064-package-debian-12

This commit is contained in:
Paul Oureib 2024-01-18 16:39:44 +01:00
commit cfedf690da
4397 changed files with 4590 additions and 4402 deletions

View File

@ -6,4 +6,5 @@ updates:
interval: weekly
open-pull-requests-limit: 10
labels:
- 'pr: dependencies'
- 'dependencies'
- 'gha'

View File

@ -61,6 +61,13 @@ jobs:
spaces: 2
indent-sequences: true
check-multi-line-strings: false
comments:
ignore-shebangs: true
min-spaces-from-content: 1
comments-indentation: disable
new-lines:
type: unix
new-line-at-end-of-file: enable
EOF
- name: Lint YAML files

View File

@ -48,22 +48,22 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Login to Registry
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
with:
registry: ${{ vars.DOCKER_INTERNAL_REGISTRY_URL }}
username: ${{ secrets.DOCKER_REGISTRY_ID }}
password: ${{ secrets.DOCKER_REGISTRY_PASSWD }}
- name: Login to proxy registry
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
with:
registry: ${{ vars.DOCKER_PROXY_REGISTRY_URL }}
username: ${{ secrets.DOCKER_REGISTRY_ID }}
password: ${{ secrets.DOCKER_REGISTRY_PASSWD }}
- uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2.10.0
- uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
- uses: docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6 # v3.3.1
- uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
with:
file: .github/docker/Dockerfile.${{ matrix.dockerfile }}
context: .

View File

@ -33,7 +33,7 @@ jobs:
with:
fetch-depth: 0
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
with:
python-version: '3.9'
@ -93,7 +93,7 @@ jobs:
fetch-depth: 1
- name: Prepare FatPacker
uses: shogo82148/actions-setup-perl@v1
uses: shogo82148/actions-setup-perl@ea0507898383e7dbce382138da0c21af1849eb9e # v1.27.0
with:
perl-version: '5.34'
install-modules-with: cpm
@ -144,7 +144,8 @@ jobs:
steps:
- name: Checkout sources
if: ${{ matrix.distrib == 'el7' }}
uses: actions/checkout@v3 # el7 is not compatible with checkout v4 which uses node20
# el7 is not compatible with checkout v4 which uses node20
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: Checkout sources
if: ${{ matrix.distrib != 'el7' }}

View File

@ -28,7 +28,7 @@ jobs:
sudo apt-get install -qqy snmpsim
- name: Install Node.js
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
with:
node-version: 16
@ -36,7 +36,7 @@ jobs:
run: npm install -g -D @mockoon/cli@3.1.0
- name: Install perl dependencies
uses: shogo82148/actions-setup-perl@v1
uses: shogo82148/actions-setup-perl@ea0507898383e7dbce382138da0c21af1849eb9e # v1.27.0
with:
perl-version: '5.34'
install-modules-with: cpm
@ -55,7 +55,7 @@ jobs:
JSON::XS
- name: Install Python
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
with:
python-version: '3.11'

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

View File

@ -1,5 +1,5 @@
#
# Copyright 2023 Centreon (http://www.centreon.com/)
# Copyright 2024 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for

Some files were not shown because too many files have changed in this diff Show More