From 186afcb092417b910885bc2c2d7792b9a6029554 Mon Sep 17 00:00:00 2001 From: omercier <32134301+omercier@users.noreply.github.com> Date: Fri, 12 Jan 2024 14:22:07 +0100 Subject: [PATCH 1/5] new(pkg): adding new plugin for Avocent 8000 (#4813) --- .../deb.json | 5 + .../pkg.json | 13 + .../rpm.json | 5 + .../snmp/hardware-kvm-avocent-acs-8000.robot | 104 +++++ .../kvm/avocent/acs/8000/avocent8000.snmpwalk | 381 ++++++++++++++++++ 5 files changed, 508 insertions(+) create mode 100644 packaging/centreon-plugin-Hardware-Kvm-Avocent-Acs-8000-Snmp/deb.json create mode 100644 packaging/centreon-plugin-Hardware-Kvm-Avocent-Acs-8000-Snmp/pkg.json create mode 100644 packaging/centreon-plugin-Hardware-Kvm-Avocent-Acs-8000-Snmp/rpm.json create mode 100644 tests/functional/snmp/hardware-kvm-avocent-acs-8000.robot create mode 100644 tests/resources/snmp/hardware/kvm/avocent/acs/8000/avocent8000.snmpwalk diff --git a/packaging/centreon-plugin-Hardware-Kvm-Avocent-Acs-8000-Snmp/deb.json b/packaging/centreon-plugin-Hardware-Kvm-Avocent-Acs-8000-Snmp/deb.json new file mode 100644 index 0000000000..663aaacebf --- /dev/null +++ b/packaging/centreon-plugin-Hardware-Kvm-Avocent-Acs-8000-Snmp/deb.json @@ -0,0 +1,5 @@ +{ + "dependencies": [ + "libsnmp-perl" + ] +} \ No newline at end of file diff --git a/packaging/centreon-plugin-Hardware-Kvm-Avocent-Acs-8000-Snmp/pkg.json b/packaging/centreon-plugin-Hardware-Kvm-Avocent-Acs-8000-Snmp/pkg.json new file mode 100644 index 0000000000..7e91efedff --- /dev/null +++ b/packaging/centreon-plugin-Hardware-Kvm-Avocent-Acs-8000-Snmp/pkg.json @@ -0,0 +1,13 @@ +{ + "pkg_name": "centreon-plugin-Hardware-Kvm-Avocent-Acs-8000-Snmp", + "pkg_summary": "Centreon Plugin", + "plugin_name": "centreon_kvm_avocent_8000.pl", + "files": [ + "centreon/plugins/script_snmp.pm", + "centreon/plugins/snmp.pm", + "snmp_standard/mode/cpudetailed.pm", + "snmp_standard/mode/loadaverage.pm", + "snmp_standard/mode/memory.pm", + "hardware/kvm/avocent/acs/8000/snmp/" + ] +} diff --git a/packaging/centreon-plugin-Hardware-Kvm-Avocent-Acs-8000-Snmp/rpm.json b/packaging/centreon-plugin-Hardware-Kvm-Avocent-Acs-8000-Snmp/rpm.json new file mode 100644 index 0000000000..418a331fce --- /dev/null +++ b/packaging/centreon-plugin-Hardware-Kvm-Avocent-Acs-8000-Snmp/rpm.json @@ -0,0 +1,5 @@ +{ + "dependencies": [ + "perl(SNMP)" + ] +} \ No newline at end of file diff --git a/tests/functional/snmp/hardware-kvm-avocent-acs-8000.robot b/tests/functional/snmp/hardware-kvm-avocent-acs-8000.robot new file mode 100644 index 0000000000..8f4b1115f8 --- /dev/null +++ b/tests/functional/snmp/hardware-kvm-avocent-acs-8000.robot @@ -0,0 +1,104 @@ +*** Settings *** +Documentation hardware::kvm::avocent::acs::8000::snmp::plugin + +Library OperatingSystem +Library String + +Test Timeout 120s + + +*** Variables *** +${HOSTADDRESS} 127.0.0.1 +${SNMPPORT} 2024 +${SNMPVERSION} 2c +${SNMPCOMMUNITY} hardware/kvm/avocent/acs/8000/avocent8000 + + +*** Test Cases *** +Cpu-Detailed + [Documentation] cpu-detailed mode + [Tags] hardware kvm avocent cpu snmp + Remove File /dev/shm/snmpstandard_127.0.0.1_2024_cpu-detailed* + ${output} Run Avocent 8000 Plugin "cpu-detailed" --statefile-dir=/dev/shm/ + ${output} Strip String ${output} + Should Be Equal As Strings + ... ${output} + ... OK: CPU Usage: user : Buffer creation, nice : Buffer creation, system : Buffer creation, idle : Buffer creation, wait : Buffer creation, kernel : Buffer creation, interrupt : Buffer creation, softirq : Buffer creation, steal : Buffer creation, guest : Buffer creation, guestnice : Buffer creation + ... Wrong output result for command:{\n}${output}{\n}{\n}{\n} + + ${output} Run Avocent 8000 Plugin "cpu-detailed" --statefile-dir=/dev/shm/ + ${output} Strip String ${output} + Remove File /dev/shm/snmpstandard_127.0.0.1_2024_cpu-detailed* + Should Be Equal As Strings + ... ${output} + ... OK: CPU Usage: user : counter not moved, nice : counter not moved, system : counter not moved, idle : counter not moved, wait : counter not moved, kernel : counter not moved, interrupt : counter not moved, softirq : counter not moved, steal : counter not moved, guest : counter not moved, guestnice : counter not moved + ... Wrong output result for command:{\n}${output}{\n}{\n}{\n} + +Hardware + [Documentation] hardware mode + [Tags] hardware kvm avocent hardware-mode snmp + ${output} Run Avocent 8000 Plugin "hardware" "" + + ${output} Strip String ${output} + Should Be Equal As Strings + ... ${output} + ... OK: All 2 components are ok [2/2 psus]. | 'hardware.psu.count'=2;;;; + ... Wrong output result for command:{\n}${output}{\n}{\n}{\n} + +Load + [Documentation] load mode + [Tags] hardware kvm avocent load snmp + ${output} Run Avocent 8000 Plugin "load" "" + + ${output} Strip String ${output} + Should Be Equal As Strings + ... ${output} + ... OK: Load average: 0.04, 0.10, 0.15 | 'load1'=0.04;;;0; 'load5'=0.10;;;0; 'load15'=0.15;;;0; + ... Wrong output result for command:{\n}${output}{\n}{\n}{\n} + +Memory + [Documentation] memory mode + [Tags] hardware kvm avocent memory snmp + ${output} Run Avocent 8000 Plugin "memory" "" + + ${output} Strip String ${output} + Should Be Equal As Strings + ... ${output} + ... OK: Ram Total: 1.92 GB Used (-buffers/cache): 626.18 MB (31.79%) Free: 1.31 GB (68.21%), Buffer: 2.04 MB, Cached: 723.54 MB, Shared: 26.09 MB | 'used'=656592896B;;;0;2065698816 'free'=1409105920B;;;0;2065698816 'used_prct'=31.79%;;;0;100 'buffer'=2134016B;;;0; 'cached'=758689792B;;;0; 'shared'=27357184B;;;0; + ... Wrong output result for command:{\n}${output}{\n}{\n}{\n} + +Serial Ports + [Documentation] serial-ports mode + [Tags] hardware kvm avocent serial snmp + Remove File /dev/shm/avocent_acs_8000_127.0.0.1_2024_serial-ports* + ${output} Run Avocent 8000 Plugin "serial-ports" --statefile-dir=/dev/shm/ + ${output} Strip String ${output} + Should Be Equal As Strings + ... ${output} + ... OK: All serial ports are ok + ... Wrong output result for command:{\n}${output}{\n}{\n}{\n} + + ${output} Run Avocent 8000 Plugin "serial-ports" --statefile-dir=/dev/shm/ + ${output} Strip String ${output} + Remove File /dev/shm/avocent_acs_8000_127.0.0.1_2024_serial-ports* + Should Be Equal As Strings + ... ${output} + ... OK: All serial ports are ok | 'ttyS1#serialport.traffic.in.bitspersecond'=0b/s;;;0; 'ttyS1#serialport.traffic.out.bitspersecond'=0b/s;;;0; 'ttyS10#serialport.traffic.in.bitspersecond'=0b/s;;;0; 'ttyS10#serialport.traffic.out.bitspersecond'=0b/s;;;0; 'ttyS11#serialport.traffic.in.bitspersecond'=0b/s;;;0; 'ttyS11#serialport.traffic.out.bitspersecond'=0b/s;;;0; 'ttyS12#serialport.traffic.in.bitspersecond'=0b/s;;;0; 'ttyS12#serialport.traffic.out.bitspersecond'=0b/s;;;0; 'ttyS13#serialport.traffic.in.bitspersecond'=0b/s;;;0; 'ttyS13#serialport.traffic.out.bitspersecond'=0b/s;;;0; 'ttyS14#serialport.traffic.in.bitspersecond'=0b/s;;;0; 'ttyS14#serialport.traffic.out.bitspersecond'=0b/s;;;0; 'ttyS15#serialport.traffic.in.bitspersecond'=0b/s;;;0; 'ttyS15#serialport.traffic.out.bitspersecond'=0b/s;;;0; 'ttyS16#serialport.traffic.in.bitspersecond'=0b/s;;;0; 'ttyS16#serialport.traffic.out.bitspersecond'=0b/s;;;0; 'ttyS2#serialport.traffic.in.bitspersecond'=0b/s;;;0; 'ttyS2#serialport.traffic.out.bitspersecond'=0b/s;;;0; 'ttyS3#serialport.traffic.in.bitspersecond'=0b/s;;;0; 'ttyS3#serialport.traffic.out.bitspersecond'=0b/s;;;0; 'ttyS4#serialport.traffic.in.bitspersecond'=0b/s;;;0; 'ttyS4#serialport.traffic.out.bitspersecond'=0b/s;;;0; 'ttyS5#serialport.traffic.in.bitspersecond'=0b/s;;;0; 'ttyS5#serialport.traffic.out.bitspersecond'=0b/s;;;0; 'ttyS6#serialport.traffic.in.bitspersecond'=0b/s;;;0; 'ttyS6#serialport.traffic.out.bitspersecond'=0b/s;;;0; 'ttyS7#serialport.traffic.in.bitspersecond'=0b/s;;;0; 'ttyS7#serialport.traffic.out.bitspersecond'=0b/s;;;0; 'ttyS8#serialport.traffic.in.bitspersecond'=0b/s;;;0; 'ttyS8#serialport.traffic.out.bitspersecond'=0b/s;;;0; 'ttyS9#serialport.traffic.in.bitspersecond'=0b/s;;;0; 'ttyS9#serialport.traffic.out.bitspersecond'=0b/s;;;0; + ... Wrong output result for command:{\n}${output}{\n}{\n}{\n} + + +*** Keywords *** +Run Avocent 8000 Plugin + [Arguments] ${mode} ${extraoptions} + ${command} Catenate + ... perl ${CURDIR}${/}..${/}..${/}..${/}src${/}centreon_plugins.pl + ... --plugin=hardware::kvm::avocent::acs::8000::snmp::plugin + ... --mode=${mode} + ... --hostname=${HOSTADDRESS} + ... --snmp-version=${SNMPVERSION} + ... --snmp-port=${SNMPPORT} + ... --snmp-community=${SNMPCOMMUNITY} + ... ${extraoptions} + + ${output} Run ${command} + RETURN ${output} diff --git a/tests/resources/snmp/hardware/kvm/avocent/acs/8000/avocent8000.snmpwalk b/tests/resources/snmp/hardware/kvm/avocent/acs/8000/avocent8000.snmpwalk new file mode 100644 index 0000000000..0091a90232 --- /dev/null +++ b/tests/resources/snmp/hardware/kvm/avocent/acs/8000/avocent8000.snmpwalk @@ -0,0 +1,381 @@ +.1.3.6.1.4.1.2021.4.3.0 = INTEGER: 0 +.1.3.6.1.4.1.2021.4.4.0 = INTEGER: 0 +.1.3.6.1.4.1.2021.4.5.0 = INTEGER: 2017284 +.1.3.6.1.4.1.2021.4.6.0 = INTEGER: 633088 +.1.3.6.1.4.1.2021.4.11.0 = INTEGER: 633088 +.1.3.6.1.4.1.2021.4.13.0 = INTEGER: 26716 +.1.3.6.1.4.1.2021.4.14.0 = INTEGER: 2084 +.1.3.6.1.4.1.2021.4.15.0 = INTEGER: 740908 +.1.3.6.1.4.1.2021.10.1.3.1 = STRING: 0.04 +.1.3.6.1.4.1.2021.10.1.3.2 = STRING: 0.10 +.1.3.6.1.4.1.2021.10.1.3.3 = STRING: 0.15 +.1.3.6.1.4.1.2021.11.50.0 = INTEGER: 135503 +.1.3.6.1.4.1.2021.11.51.0 = INTEGER: 2274 +.1.3.6.1.4.1.2021.11.52.0 = INTEGER: 40397 +.1.3.6.1.4.1.2021.11.53.0 = INTEGER: 4196071 +.1.3.6.1.4.1.2021.11.54.0 = INTEGER: 12504 +.1.3.6.1.4.1.2021.11.55.0 = INTEGER: 0 +.1.3.6.1.4.1.2021.11.56.0 = INTEGER: 20130 +.1.3.6.1.4.1.2021.11.57.0 = INTEGER: 1907546 +.1.3.6.1.4.1.2021.11.58.0 = INTEGER: 1097972 +.1.3.6.1.4.1.2021.11.59.0 = INTEGER: 19954356 +.1.3.6.1.4.1.2021.11.60.0 = INTEGER: 15304192 +.1.3.6.1.4.1.2021.11.61.0 = INTEGER: 5002 +.1.3.6.1.4.1.2021.11.62.0 = INTEGER: 0 +.1.3.6.1.4.1.2021.11.63.0 = INTEGER: 0 +.1.3.6.1.4.1.2021.11.64.0 = INTEGER: 0 +.1.3.6.1.4.1.2021.11.65.0 = INTEGER: 0 +.1.3.6.1.4.1.2021.11.66.0 = INTEGER: 0 +.1.3.6.1.4.1.2021.11.67.0 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.1.1.0 = STRING: "hostname" +.1.3.6.1.4.1.10418.26.2.1.2.0 = STRING: "ACS8016 with dual power supply" +.1.3.6.1.4.1.10418.26.2.1.3.0 = STRING: "000-000" +.1.3.6.1.4.1.10418.26.2.1.4.0 = STRING: "0520307296" +.1.3.6.1.4.1.10418.26.2.1.5.0 = STRING: "notavailable" +.1.3.6.1.4.1.10418.26.2.1.6.0 = STRING: "1.18" +.1.3.6.1.4.1.10418.26.2.1.7.0 = STRING: "2.4.5.3944+845+37+11" +.1.3.6.1.4.1.10418.26.2.1.8.1.0 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.1.8.2.0 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.1.8.3.0 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.1.9.0 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.2.1.0 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.1.0 = INTEGER: 16 +.1.3.6.1.4.1.10418.26.2.3.2.1.1.1 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.1.2 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.1.3 = INTEGER: 3 +.1.3.6.1.4.1.10418.26.2.3.2.1.1.4 = INTEGER: 4 +.1.3.6.1.4.1.10418.26.2.3.2.1.1.5 = INTEGER: 5 +.1.3.6.1.4.1.10418.26.2.3.2.1.1.6 = INTEGER: 6 +.1.3.6.1.4.1.10418.26.2.3.2.1.1.7 = INTEGER: 7 +.1.3.6.1.4.1.10418.26.2.3.2.1.1.8 = INTEGER: 8 +.1.3.6.1.4.1.10418.26.2.3.2.1.1.9 = INTEGER: 9 +.1.3.6.1.4.1.10418.26.2.3.2.1.1.10 = INTEGER: 10 +.1.3.6.1.4.1.10418.26.2.3.2.1.1.11 = INTEGER: 11 +.1.3.6.1.4.1.10418.26.2.3.2.1.1.12 = INTEGER: 12 +.1.3.6.1.4.1.10418.26.2.3.2.1.1.13 = INTEGER: 13 +.1.3.6.1.4.1.10418.26.2.3.2.1.1.14 = INTEGER: 14 +.1.3.6.1.4.1.10418.26.2.3.2.1.1.15 = INTEGER: 15 +.1.3.6.1.4.1.10418.26.2.3.2.1.1.16 = INTEGER: 16 +.1.3.6.1.4.1.10418.26.2.3.2.1.2.1 = STRING: "ttyS1" +.1.3.6.1.4.1.10418.26.2.3.2.1.2.2 = STRING: "ttyS2" +.1.3.6.1.4.1.10418.26.2.3.2.1.2.3 = STRING: "ttyS3" +.1.3.6.1.4.1.10418.26.2.3.2.1.2.4 = STRING: "ttyS4" +.1.3.6.1.4.1.10418.26.2.3.2.1.2.5 = STRING: "ttyS5" +.1.3.6.1.4.1.10418.26.2.3.2.1.2.6 = STRING: "ttyS6" +.1.3.6.1.4.1.10418.26.2.3.2.1.2.7 = STRING: "ttyS7" +.1.3.6.1.4.1.10418.26.2.3.2.1.2.8 = STRING: "ttyS8" +.1.3.6.1.4.1.10418.26.2.3.2.1.2.9 = STRING: "ttyS9" +.1.3.6.1.4.1.10418.26.2.3.2.1.2.10 = STRING: "ttyS10" +.1.3.6.1.4.1.10418.26.2.3.2.1.2.11 = STRING: "ttyS11" +.1.3.6.1.4.1.10418.26.2.3.2.1.2.12 = STRING: "ttyS12" +.1.3.6.1.4.1.10418.26.2.3.2.1.2.13 = STRING: "ttyS13" +.1.3.6.1.4.1.10418.26.2.3.2.1.2.14 = STRING: "ttyS14" +.1.3.6.1.4.1.10418.26.2.3.2.1.2.15 = STRING: "ttyS15" +.1.3.6.1.4.1.10418.26.2.3.2.1.2.16 = STRING: "ttyS16" +.1.3.6.1.4.1.10418.26.2.3.2.1.3.1 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.3.2 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.3.3 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.3.4 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.3.5 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.3.6 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.3.7 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.3.8 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.3.9 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.3.10 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.3.11 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.3.12 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.3.13 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.3.14 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.3.15 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.3.16 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.4.1 = STRING: "2e-57-c4-p-1" +.1.3.6.1.4.1.10418.26.2.3.2.1.4.2 = STRING: "2e-57-c4-p-2" +.1.3.6.1.4.1.10418.26.2.3.2.1.4.3 = STRING: "2e-57-c4-p-3" +.1.3.6.1.4.1.10418.26.2.3.2.1.4.4 = STRING: "2e-57-c4-p-4" +.1.3.6.1.4.1.10418.26.2.3.2.1.4.5 = STRING: "2e-57-c4-p-5" +.1.3.6.1.4.1.10418.26.2.3.2.1.4.6 = STRING: "2e-57-c4-p-6" +.1.3.6.1.4.1.10418.26.2.3.2.1.4.7 = STRING: "2e-57-c4-p-7" +.1.3.6.1.4.1.10418.26.2.3.2.1.4.8 = STRING: "2e-57-c4-p-8" +.1.3.6.1.4.1.10418.26.2.3.2.1.4.9 = STRING: "2e-57-c4-p-9" +.1.3.6.1.4.1.10418.26.2.3.2.1.4.10 = STRING: "2e-57-c4-p-10" +.1.3.6.1.4.1.10418.26.2.3.2.1.4.11 = STRING: "2e-57-c4-p-11" +.1.3.6.1.4.1.10418.26.2.3.2.1.4.12 = STRING: "2e-57-c4-p-12" +.1.3.6.1.4.1.10418.26.2.3.2.1.4.13 = STRING: "2e-57-c4-p-13" +.1.3.6.1.4.1.10418.26.2.3.2.1.4.14 = STRING: "2e-57-c4-p-14" +.1.3.6.1.4.1.10418.26.2.3.2.1.4.15 = STRING: "2e-57-c4-p-15" +.1.3.6.1.4.1.10418.26.2.3.2.1.4.16 = STRING: "2e-57-c4-p-16" +.1.3.6.1.4.1.10418.26.2.3.2.1.5.1 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.5.2 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.5.3 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.5.4 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.5.5 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.5.6 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.5.7 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.5.8 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.5.9 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.5.10 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.5.11 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.5.12 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.5.13 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.5.14 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.5.15 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.5.16 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.6.1 = INTEGER: 5 +.1.3.6.1.4.1.10418.26.2.3.2.1.6.2 = INTEGER: 5 +.1.3.6.1.4.1.10418.26.2.3.2.1.6.3 = INTEGER: 5 +.1.3.6.1.4.1.10418.26.2.3.2.1.6.4 = INTEGER: 5 +.1.3.6.1.4.1.10418.26.2.3.2.1.6.5 = INTEGER: 5 +.1.3.6.1.4.1.10418.26.2.3.2.1.6.6 = INTEGER: 5 +.1.3.6.1.4.1.10418.26.2.3.2.1.6.7 = INTEGER: 5 +.1.3.6.1.4.1.10418.26.2.3.2.1.6.8 = INTEGER: 5 +.1.3.6.1.4.1.10418.26.2.3.2.1.6.9 = INTEGER: 5 +.1.3.6.1.4.1.10418.26.2.3.2.1.6.10 = INTEGER: 5 +.1.3.6.1.4.1.10418.26.2.3.2.1.6.11 = INTEGER: 5 +.1.3.6.1.4.1.10418.26.2.3.2.1.6.12 = INTEGER: 5 +.1.3.6.1.4.1.10418.26.2.3.2.1.6.13 = INTEGER: 5 +.1.3.6.1.4.1.10418.26.2.3.2.1.6.14 = INTEGER: 5 +.1.3.6.1.4.1.10418.26.2.3.2.1.6.15 = INTEGER: 5 +.1.3.6.1.4.1.10418.26.2.3.2.1.6.16 = INTEGER: 5 +.1.3.6.1.4.1.10418.26.2.3.2.1.7.1 = INTEGER: 9600 +.1.3.6.1.4.1.10418.26.2.3.2.1.7.2 = INTEGER: 9600 +.1.3.6.1.4.1.10418.26.2.3.2.1.7.3 = INTEGER: 9600 +.1.3.6.1.4.1.10418.26.2.3.2.1.7.4 = INTEGER: 9600 +.1.3.6.1.4.1.10418.26.2.3.2.1.7.5 = INTEGER: 9600 +.1.3.6.1.4.1.10418.26.2.3.2.1.7.6 = INTEGER: 9600 +.1.3.6.1.4.1.10418.26.2.3.2.1.7.7 = INTEGER: 9600 +.1.3.6.1.4.1.10418.26.2.3.2.1.7.8 = INTEGER: 9600 +.1.3.6.1.4.1.10418.26.2.3.2.1.7.9 = INTEGER: 9600 +.1.3.6.1.4.1.10418.26.2.3.2.1.7.10 = INTEGER: 9600 +.1.3.6.1.4.1.10418.26.2.3.2.1.7.11 = INTEGER: 9600 +.1.3.6.1.4.1.10418.26.2.3.2.1.7.12 = INTEGER: 9600 +.1.3.6.1.4.1.10418.26.2.3.2.1.7.13 = INTEGER: 9600 +.1.3.6.1.4.1.10418.26.2.3.2.1.7.14 = INTEGER: 9600 +.1.3.6.1.4.1.10418.26.2.3.2.1.7.15 = INTEGER: 9600 +.1.3.6.1.4.1.10418.26.2.3.2.1.7.16 = INTEGER: 9600 +.1.3.6.1.4.1.10418.26.2.3.2.1.8.1 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.8.2 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.8.3 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.8.4 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.8.5 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.8.6 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.8.7 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.8.8 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.8.9 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.8.10 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.8.11 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.8.12 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.8.13 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.8.14 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.8.15 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.8.16 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.9.1 = INTEGER: 8 +.1.3.6.1.4.1.10418.26.2.3.2.1.9.2 = INTEGER: 8 +.1.3.6.1.4.1.10418.26.2.3.2.1.9.3 = INTEGER: 8 +.1.3.6.1.4.1.10418.26.2.3.2.1.9.4 = INTEGER: 8 +.1.3.6.1.4.1.10418.26.2.3.2.1.9.5 = INTEGER: 8 +.1.3.6.1.4.1.10418.26.2.3.2.1.9.6 = INTEGER: 8 +.1.3.6.1.4.1.10418.26.2.3.2.1.9.7 = INTEGER: 8 +.1.3.6.1.4.1.10418.26.2.3.2.1.9.8 = INTEGER: 8 +.1.3.6.1.4.1.10418.26.2.3.2.1.9.9 = INTEGER: 8 +.1.3.6.1.4.1.10418.26.2.3.2.1.9.10 = INTEGER: 8 +.1.3.6.1.4.1.10418.26.2.3.2.1.9.11 = INTEGER: 8 +.1.3.6.1.4.1.10418.26.2.3.2.1.9.12 = INTEGER: 8 +.1.3.6.1.4.1.10418.26.2.3.2.1.9.13 = INTEGER: 8 +.1.3.6.1.4.1.10418.26.2.3.2.1.9.14 = INTEGER: 8 +.1.3.6.1.4.1.10418.26.2.3.2.1.9.15 = INTEGER: 8 +.1.3.6.1.4.1.10418.26.2.3.2.1.9.16 = INTEGER: 8 +.1.3.6.1.4.1.10418.26.2.3.2.1.10.1 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.10.2 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.10.3 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.10.4 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.10.5 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.10.6 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.10.7 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.10.8 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.10.9 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.10.10 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.10.11 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.10.12 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.10.13 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.10.14 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.10.15 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.10.16 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.11.1 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.11.2 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.11.3 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.11.4 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.11.5 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.11.6 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.11.7 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.11.8 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.11.9 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.11.10 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.11.11 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.11.12 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.11.13 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.11.14 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.11.15 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.11.16 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.12.1 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.12.2 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.12.3 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.12.4 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.12.5 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.12.6 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.12.7 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.12.8 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.12.9 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.12.10 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.12.11 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.12.12 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.12.13 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.12.14 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.12.15 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.12.16 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.13.1 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.13.2 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.13.3 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.13.4 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.13.5 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.13.6 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.13.7 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.13.8 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.13.9 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.13.10 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.13.11 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.13.12 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.13.13 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.13.14 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.13.15 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.13.16 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.14.1 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.14.2 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.14.3 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.14.4 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.14.5 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.14.6 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.14.7 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.14.8 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.14.9 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.14.10 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.14.11 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.14.12 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.14.13 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.14.14 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.14.15 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.14.16 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.15.1 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.15.2 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.15.3 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.15.4 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.15.5 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.15.6 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.15.7 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.15.8 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.15.9 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.15.10 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.15.11 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.15.12 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.15.13 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.15.14 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.15.15 = INTEGER: 2 +.1.3.6.1.4.1.10418.26.2.3.2.1.15.16 = INTEGER: 1 +.1.3.6.1.4.1.10418.26.2.3.2.1.16.1 = INTEGER: 4 +.1.3.6.1.4.1.10418.26.2.3.2.1.16.2 = INTEGER: 1870 +.1.3.6.1.4.1.10418.26.2.3.2.1.16.3 = INTEGER: 455 +.1.3.6.1.4.1.10418.26.2.3.2.1.16.4 = INTEGER: 3132 +.1.3.6.1.4.1.10418.26.2.3.2.1.16.5 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.16.6 = INTEGER: 2867 +.1.3.6.1.4.1.10418.26.2.3.2.1.16.7 = INTEGER: 386 +.1.3.6.1.4.1.10418.26.2.3.2.1.16.8 = INTEGER: 147 +.1.3.6.1.4.1.10418.26.2.3.2.1.16.9 = INTEGER: 355 +.1.3.6.1.4.1.10418.26.2.3.2.1.16.10 = INTEGER: 709 +.1.3.6.1.4.1.10418.26.2.3.2.1.16.11 = INTEGER: 1986 +.1.3.6.1.4.1.10418.26.2.3.2.1.16.12 = INTEGER: 860 +.1.3.6.1.4.1.10418.26.2.3.2.1.16.13 = INTEGER: 7 +.1.3.6.1.4.1.10418.26.2.3.2.1.16.14 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.16.15 = INTEGER: 739 +.1.3.6.1.4.1.10418.26.2.3.2.1.16.16 = INTEGER: 2062 +.1.3.6.1.4.1.10418.26.2.3.2.1.17.1 = INTEGER: 30198 +.1.3.6.1.4.1.10418.26.2.3.2.1.17.2 = INTEGER: 85760 +.1.3.6.1.4.1.10418.26.2.3.2.1.17.3 = INTEGER: 9012 +.1.3.6.1.4.1.10418.26.2.3.2.1.17.4 = INTEGER: 117562 +.1.3.6.1.4.1.10418.26.2.3.2.1.17.5 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.17.6 = INTEGER: 285873 +.1.3.6.1.4.1.10418.26.2.3.2.1.17.7 = INTEGER: 49921 +.1.3.6.1.4.1.10418.26.2.3.2.1.17.8 = INTEGER: 562 +.1.3.6.1.4.1.10418.26.2.3.2.1.17.9 = INTEGER: 27723 +.1.3.6.1.4.1.10418.26.2.3.2.1.17.10 = INTEGER: 72153 +.1.3.6.1.4.1.10418.26.2.3.2.1.17.11 = INTEGER: 141123 +.1.3.6.1.4.1.10418.26.2.3.2.1.17.12 = INTEGER: 14608 +.1.3.6.1.4.1.10418.26.2.3.2.1.17.13 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.17.14 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.17.15 = INTEGER: 17688 +.1.3.6.1.4.1.10418.26.2.3.2.1.17.16 = INTEGER: 64970 +.1.3.6.1.4.1.10418.26.2.3.2.1.18.1 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.18.2 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.18.3 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.18.4 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.18.5 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.18.6 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.18.7 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.18.8 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.18.9 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.18.10 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.18.11 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.18.12 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.18.13 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.18.14 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.18.15 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.18.16 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.19.1 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.19.2 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.19.3 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.19.4 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.19.5 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.19.6 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.19.7 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.19.8 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.19.9 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.19.10 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.19.11 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.19.12 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.19.13 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.19.14 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.19.15 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.19.16 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.20.1 = INTEGER: 3 +.1.3.6.1.4.1.10418.26.2.3.2.1.20.2 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.20.3 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.20.4 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.20.5 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.20.6 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.20.7 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.20.8 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.20.9 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.20.10 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.20.11 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.20.12 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.20.13 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.20.14 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.20.15 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.20.16 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.21.1 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.21.2 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.21.3 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.21.4 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.21.5 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.21.6 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.21.7 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.21.8 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.21.9 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.21.10 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.21.11 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.21.12 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.21.13 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.21.14 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.21.15 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.3.2.1.21.16 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.5.1.0 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.5.4.0 = INTEGER: 0 +.1.3.6.1.4.1.10418.26.2.5.6.0 = INTEGER: 0 From dd3f3a3b36efc7147e92c50f275b56e197cb4f63 Mon Sep 17 00:00:00 2001 From: ykacherCentreon <85548802+ykacherCentreon@users.noreply.github.com> Date: Fri, 12 Jan 2024 15:16:10 +0100 Subject: [PATCH 2/5] MON-21973-date-problem-on-storage-ibm-storwize-ssh-plugin-eventlog (#4676) Co-authored-by: Matteo D'Alfonso Co-authored-by: Lucie Dubrunfaut Co-authored-by: Evan --- .../deb.json | 2 +- src/storage/ibm/storwize/ssh/mode/eventlog.pm | 49 ++++++++++++------- 2 files changed, 31 insertions(+), 20 deletions(-) diff --git a/packaging/centreon-plugin-Hardware-Storage-Ibm-Storwize-Ssh/deb.json b/packaging/centreon-plugin-Hardware-Storage-Ibm-Storwize-Ssh/deb.json index 21ed5ecd4d..1c3f524e62 100644 --- a/packaging/centreon-plugin-Hardware-Storage-Ibm-Storwize-Ssh/deb.json +++ b/packaging/centreon-plugin-Hardware-Storage-Ibm-Storwize-Ssh/deb.json @@ -1,6 +1,6 @@ { "dependencies": [ "libssh-session-perl", - "plink" + "plink" ] } diff --git a/src/storage/ibm/storwize/ssh/mode/eventlog.pm b/src/storage/ibm/storwize/ssh/mode/eventlog.pm index 609a5bae6c..660bf6dc68 100644 --- a/src/storage/ibm/storwize/ssh/mode/eventlog.pm +++ b/src/storage/ibm/storwize/ssh/mode/eventlog.pm @@ -31,12 +31,12 @@ sub new { my $self = $class->SUPER::new(package => __PACKAGE__, %options, force_new_perfdata => 1); bless $self, $class; - $options{options}->add_options(arguments => { - 'warning:s' => { name => 'warning', }, - 'critical:s' => { name => 'critical', }, - 'filter-event-id:s' => { name => 'filter_event_id' }, - 'filter-message:s' => { name => 'filter_message' }, - 'retention:s' => { name => 'retention' } + $options{options}->add_options(arguments => { + 'warning:s' => { name => 'warning', }, + 'critical:s' => { name => 'critical', }, + 'filter-event-id:s' => { name => 'filter_event_id' }, + 'filter-message:s' => { name => 'filter_message' }, + 'retention:s' => { name => 'retention' } }); return $self; @@ -72,24 +72,35 @@ sub run { my $result = $options{custom}->get_hasharray(content => $content, delim => ':'); my ($num_eventlog_checked, $num_errors) = (0, 0); - foreach (@$result) { + foreach my $event (@$result) { $num_eventlog_checked++; if (defined($self->{option_results}->{filter_message}) && $self->{option_results}->{filter_message} ne '' && - $_->{description} !~ /$self->{option_results}->{filter_message}/) { - $self->{output}->output_add(long_msg => "skipping '" . $_->{description} . "': no matching filter description.", debug => 1); + $event->{description} !~ /$self->{option_results}->{filter_message}/) { + $self->{output}->output_add(long_msg => "skipping '" . $event->{description} . "': no matching filter description.", debug => 1); next; } if (defined($self->{option_results}->{filter_event_id}) && $self->{option_results}->{filter_event_id} ne '' && - $_->{event_id} !~ /$self->{option_results}->{filter_event_id}/) { - $self->{output}->output_add(long_msg => "skipping '" . $_->{event_id} . "': no matching filter event id.", debug => 1); + $event->{event_id} !~ /$self->{option_results}->{filter_event_id}/) { + $self->{output}->output_add(long_msg => "skipping '" . $event->{event_id} . "': no matching filter event id.", debug => 1); next; } + my @array = ($event->{last_timestamp} =~ m/../g); # format expected is YYMMDDHHMMSS + my $date = DateTime->new( + "year" => "20" . $array[0], # DateTime expect 4 digit year, as this is log the chance of decade old data is slim. + "month" => $array[1], + "day" => $array[2], + "hour" => $array[3], + "minute" => $array[4], + "second" => $array[5], + + ); + $self->{output}->output_add( long_msg => sprintf( - '%s : %s - %s', - scalar(localtime($_->{last_timestamp})), - $_->{event_id}, $_->{description} + '%s : %s - %s', + $date->strftime("%a %b %d %T %Y"), + $event->{event_id}, $event->{description} ) ); $num_errors++; @@ -98,16 +109,16 @@ sub run { $self->{output}->output_add(long_msg => sprintf("Number of message checked: %s", $num_eventlog_checked)); my $exit = $self->{perfdata}->threshold_check(value => $num_errors, threshold => [ { label => 'critical', exit_litteral => 'critical' }, { label => 'warning', exit_litteral => 'warning' } ]); $self->{output}->output_add( - severity => $exit, + severity => $exit, short_msg => sprintf("%d problem detected (use verbose for more details)", $num_errors) ); $self->{output}->perfdata_add( - nlabel => 'eventlogs.problems.count', - value => $num_errors, - warning => $self->{perfdata}->get_perfdata_for_output(label => 'warning'), + nlabel => 'eventlogs.problems.count', + value => $num_errors, + warning => $self->{perfdata}->get_perfdata_for_output(label => 'warning'), critical => $self->{perfdata}->get_perfdata_for_output(label => 'critical'), - min => 0 + min => 0 ); $self->{output}->display(); From 472ff03c5b513bbcf7b388018f41b866a78d72fc Mon Sep 17 00:00:00 2001 From: Lucie Dubrunfaut <123162035+lucie-dubrunfaut@users.noreply.github.com> Date: Mon, 15 Jan 2024 09:56:43 +0100 Subject: [PATCH 3/5] [CTOR-46] [Plugin] Add Pack Teldat SNMP (#4824) --- .../deb.json | 5 + .../pkg.json | 14 + .../rpm.json | 5 + src/network/teldat/snmp/mode/cellsradio.pm | 346 +++++ src/network/teldat/snmp/mode/cpu.pm | 116 ++ src/network/teldat/snmp/mode/interfaces.pm | 182 +++ src/network/teldat/snmp/mode/memory.pm | 128 ++ src/network/teldat/snmp/mode/uptime.pm | 77 ++ src/network/teldat/snmp/plugin.pm | 52 + .../functional/snmp/network-teldat-snmp.robot | 722 +++++++++++ .../snmp/network-teldat-snmp.snmpwalk | 1130 +++++++++++++++++ 11 files changed, 2777 insertions(+) create mode 100644 packaging/centreon-plugin-Network-Teldat-Snmp/deb.json create mode 100644 packaging/centreon-plugin-Network-Teldat-Snmp/pkg.json create mode 100644 packaging/centreon-plugin-Network-Teldat-Snmp/rpm.json create mode 100644 src/network/teldat/snmp/mode/cellsradio.pm create mode 100644 src/network/teldat/snmp/mode/cpu.pm create mode 100644 src/network/teldat/snmp/mode/interfaces.pm create mode 100644 src/network/teldat/snmp/mode/memory.pm create mode 100644 src/network/teldat/snmp/mode/uptime.pm create mode 100644 src/network/teldat/snmp/plugin.pm create mode 100644 tests/functional/snmp/network-teldat-snmp.robot create mode 100644 tests/resources/snmp/network-teldat-snmp.snmpwalk diff --git a/packaging/centreon-plugin-Network-Teldat-Snmp/deb.json b/packaging/centreon-plugin-Network-Teldat-Snmp/deb.json new file mode 100644 index 0000000000..663aaacebf --- /dev/null +++ b/packaging/centreon-plugin-Network-Teldat-Snmp/deb.json @@ -0,0 +1,5 @@ +{ + "dependencies": [ + "libsnmp-perl" + ] +} \ No newline at end of file diff --git a/packaging/centreon-plugin-Network-Teldat-Snmp/pkg.json b/packaging/centreon-plugin-Network-Teldat-Snmp/pkg.json new file mode 100644 index 0000000000..9e308a274e --- /dev/null +++ b/packaging/centreon-plugin-Network-Teldat-Snmp/pkg.json @@ -0,0 +1,14 @@ +{ + "pkg_name": "centreon-plugin-Network-Teldat-Snmp", + "pkg_summary": "Centreon Plugin", + "plugin_name": "centreon_teldat_snmp.pl", + "files": [ + "centreon/plugins/script_snmp.pm", + "centreon/plugins/snmp.pm", + "snmp_standard/mode/interfaces.pm", + "snmp_standard/mode/listinterfaces.pm", + "snmp_standard/mode/uptime.pm", + "snmp_standard/mode/resources/", + "network/teldat/snmp/" + ] +} diff --git a/packaging/centreon-plugin-Network-Teldat-Snmp/rpm.json b/packaging/centreon-plugin-Network-Teldat-Snmp/rpm.json new file mode 100644 index 0000000000..418a331fce --- /dev/null +++ b/packaging/centreon-plugin-Network-Teldat-Snmp/rpm.json @@ -0,0 +1,5 @@ +{ + "dependencies": [ + "perl(SNMP)" + ] +} \ No newline at end of file diff --git a/src/network/teldat/snmp/mode/cellsradio.pm b/src/network/teldat/snmp/mode/cellsradio.pm new file mode 100644 index 0000000000..ee75879fda --- /dev/null +++ b/src/network/teldat/snmp/mode/cellsradio.pm @@ -0,0 +1,346 @@ +# +# Copyright 2023 Centreon (http://www.centreon.com/) +# +# Centreon is a full-fledged industry-strength solution that meets +# the needs in IT infrastructure and application monitoring for +# service performance. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +package network::teldat::snmp::mode::cellsradio; + +use base qw(centreon::plugins::templates::counter); + +use strict; +use warnings; +use centreon::plugins::templates::catalog_functions qw(catalog_status_threshold_ng); + +sub custom_signal_perfdata { + my ($self) = @_; + + my $instances = []; + foreach (@{$self->{instance_mode}->{custom_perfdata_instances}}) { + push @$instances, $self->{result_values}->{$_}; + } + + $self->{output}->perfdata_add( + nlabel => $self->{nlabel}, + instances => $instances, + value => $self->{result_values}->{ $self->{key_values}->[0]->{name} }, + warning => $self->{perfdata}->get_perfdata_for_output(label => 'warning-' . $self->{thlabel}), + critical => $self->{perfdata}->get_perfdata_for_output(label => 'critical-' . $self->{thlabel}), + min => 0 + ); +} + +sub custom_status_output { + my ($self, %options) = @_; + + return sprintf( + 'sim status: %s [imsi: %s] [interface state: %s]', + $self->{result_values}->{simStatus}, + $self->{result_values}->{imsi}, + $self->{result_values}->{interfaceState} + ); +} + +sub cell_long_output { + my ($self, %options) = @_; + + return sprintf( + "checking cellular radio module '%s' [sim icc: %s, operator: %s]", + $options{instance_value}->{cellId}, + $options{instance_value}->{simIcc}, + $options{instance_value}->{operator} + ); +} + +sub prefix_cell_output { + my ($self, %options) = @_; + + return sprintf( + "cellular radio module '%s' [sim icc: %s, operator: %s] ", + $options{instance_value}->{cellId}, + $options{instance_value}->{simIcc}, + $options{instance_value}->{operator} + ); +} + +sub prefix_global_output { + my ($self, %options) = @_; + + return 'Number of cellular radio modules '; +} + +sub set_counters { + my ($self, %options) = @_; + + $self->{maps_counters_type} = [ + { name => 'global', type => 0, cb_prefix_output => 'prefix_global_output' }, + { name => 'cells', type => 3, cb_prefix_output => 'prefix_cell_output', cb_long_output => 'cell_long_output', + indent_long_output => ' ', message_multiple => 'All cellular radio modules are ok', + group => [ + { name => 'status', type => 0, skipped_code => { -10 => 1 } }, + { name => 'signal', type => 0, skipped_code => { -10 => 1 } } + ] + } + ]; + + $self->{maps_counters}->{global} = [ + { label => 'modules-cellradio-detected', display_ok => 0, nlabel => 'modules.cellradio.detected.count', set => { + key_values => [ { name => 'detected' } ], + output_template => 'detected: %s', + perfdatas => [ + { template => '%s', min => 0, label_extra_instance => 1, instance_use => 'name'} + ] + } + } + ]; + + $self->{maps_counters}->{status} = [ + { + label => 'status', + type => 2, + warning_default => '%{interfaceState} =~ /disconnect/', + critical_default => '%{simStatus} =~ /LOCKED/ || %{simStatus} =~ /DETECTING/', + set => { + key_values => [ + { name => 'cellId' }, { name => 'operator' }, { name => 'imsi' }, { name => 'simIcc' }, + { name => 'simStatus' }, { name => 'interfaceState' } + ], + closure_custom_output => $self->can('custom_status_output'), + closure_custom_perfdata => sub { return 0; }, + closure_custom_threshold_check => \&catalog_status_threshold_ng + } + } + ]; + + $self->{maps_counters}->{signal} = [ + { label => 'module-cellradio-rsrp', nlabel => 'module.cellradio.rsrp.dbm', set => { + key_values => [ { name => 'rsrp' }, { name => 'cellId' }, { name => 'simIcc' }, { name => 'operator' } ], + output_template => 'rsrp: %s dBm', + closure_custom_perfdata => $self->can('custom_signal_perfdata') + } + }, + { label => 'module-cellradio-rsrq', nlabel => 'module.cellradio.rsrq.dbm', set => { + key_values => [ { name => 'rsrq' }, { name => 'cellId' }, { name => 'simIcc' }, { name => 'operator' } ], + output_template => 'rsrq: %s dBm', + closure_custom_perfdata => $self->can('custom_signal_perfdata') + } + }, + { label => 'module-cellradio-snr', nlabel => 'module.cellradio.snr.db', set => { + key_values => [ { name => 'snr' }, { name => 'cellId' }, { name => 'simIcc' }, { name => 'operator' } ], + output_template => 'snr: %s dB', + closure_custom_perfdata => $self->can('custom_signal_perfdata') + } + }, + { label => 'module-cellradio-rscp', nlabel => 'module.cellradio.rscp.dbm', set => { + key_values => [ { name => 'rscp' }, { name => 'cellId' }, { name => 'simIcc' }, { name => 'operator' } ], + output_template => 'rscp: %s dBm', + closure_custom_perfdata => $self->can('custom_signal_perfdata') + } + }, + { label => 'module-cellradio-csq', nlabel => 'module.cellradio.csq.dbm', set => { + key_values => [ { name => 'csq' }, { name => 'cellId' }, { name => 'simIcc' }, { name => 'operator' } ], + output_template => 'csq: %s dBm', + closure_custom_perfdata => $self->can('custom_signal_perfdata') + } + } + ]; +} + +sub new { + my ($class, %options) = @_; + my $self = $class->SUPER::new(package => __PACKAGE__, %options, force_new_perfdata => 1); + bless $self, $class; + + $options{options}->add_options(arguments => { + 'filter-cell-id:s' => { name => 'filter_cell_id' }, + 'custom-perfdata-instances:s' => { name => 'custom_perfdata_instances' } + }); + + return $self; +} + +sub check_options { + my ($self, %options) = @_; + $self->SUPER::check_options(%options); + + if (!defined($self->{option_results}->{custom_perfdata_instances}) || $self->{option_results}->{custom_perfdata_instances} eq '') { + $self->{option_results}->{custom_perfdata_instances} = '%(cellId) %(operator)'; + } + + $self->{custom_perfdata_instances} = $self->custom_perfdata_instances( + option_name => '--custom-perfdata-instances', + instances => $self->{option_results}->{custom_perfdata_instances}, + labels => { cellId => 1, operator => 1, simIcc => 1} + ); +} + +my $mapping_info_interface = { + imei => { oid => '.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.5' }, # teldatCellularInfoInterfaceModuleIMEI : Cellular module IMEI. + imsi => { oid => '.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.6' }, # teldatCellularInfoInterfaceModuleIMSI : Cellular module IMSI. + simIcc => { oid => '.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.8' }, # teldatCellularInfoInterfaceSIMIcc : Cellular active SIM ICC. +}; + +my $mapping_state_interface = { + interfaceState => { oid => '.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.2' } # teldatCellularStateInterfaceState : Call state. +}; + +my $mapping_state_mobile = { + techno => { oid => '.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.6' }, # teldatCellularStateMobileRadioTechnology : Cellular mobile current radio access tecnology used (!GETRAT). + rscp => { oid => '.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.8' }, # teldatCellularStateMobileRxSignalCodePwr : Cellular mobile received signal code power (RSCP). + csq => { oid => '.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.10' }, # teldatCellularStateMobileSignalQuality : Cellular mobile reception signal quality (+CSQ). + rsrp => { oid => '.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.22' }, # teldatCellularStateMobileRxRSRP : Cellular mobile reference symbol received power (RSRP). + rsrq => { oid => '.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.23' }, # teldatCellularStateMobileRxRSRQ : Cellular mobile reference signal received quality (RSRQ). + snr => { oid => '.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.24' }, # teldatCellularStateMobileRxSINR : Cellular mobile signal versus noise ratio (SINR). + simStatus => { oid => '.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.26' } # teldatCellularStateMobileSIMStatus : Cellular mobile SIM status. +}; + +my $mapping_prof_dial = { + operator => { oid => '.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.2' } # teldatCellularProfDialName1 : Dial Profile Name(1) associated to cellular interface. +}; + +my $oid_teldatCellularInfoInterfaceEntry = '.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1'; # teldatInfoInterfaceTable +my $oid_teldatCellularStateMobileEntry = '.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1'; # teldatStateMobileTable + +sub manage_selection { + my ($self, %options) = @_; + + $self->{global} = { detected => 0 }; + $self->{cells} = {}; + + my $snmp_result = $options{snmp}->get_multiple_table( + oids => [ + { oid => $mapping_state_interface->{interfaceState}->{oid} }, + { oid => $mapping_prof_dial->{operator}->{oid} }, + { oid => $oid_teldatCellularInfoInterfaceEntry, start => $mapping_info_interface->{imei}->{oid}, end => $mapping_info_interface->{simIcc}->{oid} }, + { oid => $oid_teldatCellularStateMobileEntry, start => $mapping_state_mobile->{techno}->{oid}, end => $mapping_state_mobile->{simStatus}->{oid} } + ], + nothing_quit => 1 + ); + + foreach my $oid (keys %{$snmp_result->{$oid_teldatCellularInfoInterfaceEntry}}) { + next if ($oid !~ /^$mapping_info_interface->{imei}->{oid}\.(.*)$/); + my $instance = $1; + + my $result = $options{snmp}->map_instance(mapping => $mapping_info_interface, results => $snmp_result->{$oid_teldatCellularInfoInterfaceEntry}, instance => $instance); + my $result2 = $options{snmp}->map_instance(mapping => $mapping_state_interface, results => $snmp_result->{$mapping_state_interface->{interfaceState}->{oid}}, instance => $instance); + my $result3 = $options{snmp}->map_instance(mapping => $mapping_prof_dial, results => $snmp_result->{$mapping_prof_dial->{operator}->{oid}}, instance => $instance); + + my $cell_id = $result->{imei}; + next if ($cell_id !~ /^(?:[0-9]+)$/); + next if (defined($self->{option_results}->{filter_cell_id}) && $self->{option_results}->{filter_cell_id} ne '' && + $cell_id !~ /$self->{option_results}->{filter_cell_id}/ && $result->{simIcc} !~ /$self->{option_results}->{filter_cell_id}/); + + my $operator = $result3->{operator}; + if($result3->{operator} =~ /^-+$/){ + $operator = "N/A"; + } + $self->{cells}->{$instance} = { + cellId => $cell_id, + simIcc => $result->{simIcc}, + operator => $operator, + status => { + cellId => $cell_id, + simIcc => $result->{simIcc}, + operator => $operator, + imsi => $result->{imsi}, + interfaceState => $result2->{interfaceState} + }, + signal => { + cellId => $cell_id, + simIcc => $result->{simIcc}, + operator => $operator + } + }; + } + + if (scalar(keys %{$self->{cells}}) <= 0 && defined($self->{option_results}->{filter_cell_id}) && $self->{option_results}->{filter_cell_id} ne '') { + $self->{output}->add_option_msg(short_msg => "No Cell ID found matching with filter : ".$self->{option_results}->{filter_cell_id}); + $self->{output}->option_exit(); + } + # Return : OK: | 'modules.cellradio.detected.count'=0;;;0; + # return if (scalar(keys %{$self->{cells}}) <= 0); + + foreach my $instance (keys %{$self->{cells}}) { + my $result4 = $options{snmp}->map_instance(mapping => $mapping_state_mobile, results => $snmp_result->{$oid_teldatCellularStateMobileEntry}, instance => $instance); + + $self->{cells}->{$instance}->{status}->{simStatus} = $result4->{simStatus}; + + if ($self->{cells}->{$instance}->{status}->{simIcc} ne '') { + if($result4->{rsrp} ne '' && $result4->{rsrp} ne 0){ + $self->{cells}->{$instance}->{signal}->{rsrp} = $result4->{rsrp}; + } + if($result4->{rsrq} ne '' && $result4->{rsrq} ne 0) { + $self->{cells}->{$instance}->{signal}->{rsrq} = $result4->{rsrq}; + } + if($result4->{snr} ne '' && $result4->{snr} ne 0) { + $self->{cells}->{$instance}->{signal}->{snr} = $result4->{snr}; + } + if($result4->{rscp} ne '' && $result4->{rscp} ne 0) { + $self->{cells}->{$instance}->{signal}->{rscp} = $result4->{rscp}; + } + if($result4->{csq} ne '' && $result4->{csq} ne 0) { + $self->{cells}->{$instance}->{signal}->{csq} = $result4->{csq}; + } + } + + $self->{global}->{detected}++; + } +} + +1; + +__END__ + +=head1 MODE + +Check cellular radio modules. + +=over 8 + +=item B<--filter-cell-id> + +Filter cell modules by IMEI ID. + +=item B<--custom-perfdata-instances> + +Define perfdatas instance (default: '%(cellId) %(operator)'). +You can use the following variables: %{cellId}, %{simIcc}, %{operator} + +=item B<--unknown-status> + +Define the conditions to match for the status to be UNKNOWN. +You can use the following variables: %{simStatus}, %{interfaceState}, %{cellId}, %{simIcc}, %{operator}, %{imsi} + +=item B<--warning-status> + +Define the conditions to match for the status to be WARNING (default: '%{interfaceState} =~ /disconnect/'). +You can use the following variables: %{simStatus}, %{interfaceState}, %{cellId}, %{simIcc}, %{operator}, %{imsi} + +=item B<--critical-status> + +Define the conditions to match for the status to be CRITICAL (default: '%{simStatus} =~ /LOCKED/ || %{simStatus} =~ /DETECTING/'). +You can use the following variables: %{simStatus}, %{interfaceState}, %{cellId}, %{simIcc}, %{operator}, %{imsi} + +=item B<--warning-*> B<--critical-*> + +Thresholds. +Can be: 'modules-cellradio-detected', 'module-cellradio-rsrp', ''module-cellradio-rsrq', 'module-cellradio-rscp', 'module-cellradio-csq' +'module-cellradio-snr'. + +=back + +=cut diff --git a/src/network/teldat/snmp/mode/cpu.pm b/src/network/teldat/snmp/mode/cpu.pm new file mode 100644 index 0000000000..398926babf --- /dev/null +++ b/src/network/teldat/snmp/mode/cpu.pm @@ -0,0 +1,116 @@ +# +# Copyright 2023 Centreon (http://www.centreon.com/) +# +# Centreon is a full-fledged industry-strength solution that meets +# the needs in IT infrastructure and application monitoring for +# service performance. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +package network::teldat::snmp::mode::cpu; + +use base qw(centreon::plugins::templates::counter); + +use strict; +use warnings; + +sub prefix_cpu_output { + my ($self, %options) = @_; + + return 'cpu average usage: '; +} + +sub set_counters { + my ($self, %options) = @_; + + $self->{maps_counters_type} = [ + { name => 'global', type => 0, cb_prefix_output => 'prefix_cpu_output', skipped_code => { -10 => 1 } } + ]; + + $self->{maps_counters}->{global} = [ + { label => 'cpu-utilization-5s', nlabel => 'cpu.utilization.5s.percentage', set => { + key_values => [ { name => 'cpu_load5s' } ], + output_template => '%.2f %% (5s)', + perfdatas => [ + { template => '%.2f', min => 0, max => 100, unit => '%' } + ] + } + }, + { label => 'cpu-utilization-1m', nlabel => 'cpu.utilization.1m.percentage', set => { + key_values => [ { name => 'cpu_load1m' } ], + output_template => '%.2f %% (1m)', + perfdatas => [ + { template => '%.2f', min => 0, max => 100, unit => '%' } + ] + } + }, + { label => 'cpu-utilization-5m', nlabel => 'cpu.utilization.15m.percentage', set => { + key_values => [ { name => 'cpu_load5m' } ], + output_template => '%.2f %% (5m)', + perfdatas => [ + { template => '%.2f', min => 0, max => 100, unit => '%' } + ] + } + } + ]; +} + +sub new { + my ($class, %options) = @_; + my $self = $class->SUPER::new(package => __PACKAGE__, %options, force_new_perfdata => 1); + bless $self, $class; + + $options{options}->add_options(arguments => { + }); + + return $self; +} + +sub manage_selection { + my ($self, %options) = @_; + + my $oid_cpu5s = '.1.3.6.1.4.1.2007.4.1.2.1.2.1.1.1.0'; # teldatCPUBusy5sec + my $oid_cpu1m = '.1.3.6.1.4.1.2007.4.1.2.1.2.1.1.2.0'; # teldatCPUBusy1min + my $oid_cpu5m = '.1.3.6.1.4.1.2007.4.1.2.1.2.1.1.3.0'; # teldatCPUBusy5min + + my $snmp_result = $options{snmp}->get_leef( + oids => [$oid_cpu5s, $oid_cpu1m, $oid_cpu5m], + nothing_quit => 1 + ); + + $self->{global} = { + cpu_load5s => $snmp_result->{$oid_cpu5s}, + cpu_load1m => $snmp_result->{$oid_cpu1m}, + cpu_load5m => $snmp_result->{$oid_cpu5m} + }; +} + +1; + +__END__ + +=head1 MODE + +Check cpu. + +=over 8 + +=item B<--warning-*> B<--critical-*> + +Thresholds. +Can be: 'cpu-utilization-5s', 'cpu-utilization-1m', 'cpu-utilization-5m'. + +=back + +=cut diff --git a/src/network/teldat/snmp/mode/interfaces.pm b/src/network/teldat/snmp/mode/interfaces.pm new file mode 100644 index 0000000000..2de8d5dcc9 --- /dev/null +++ b/src/network/teldat/snmp/mode/interfaces.pm @@ -0,0 +1,182 @@ +# +# Copyright 2023 Centreon (http://www.centreon.com/) +# +# Centreon is a full-fledged industry-strength solution that meets +# the needs in IT infrastructure and application monitoring for +# service performance. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +package network::teldat::snmp::mode::interfaces; + +use base qw(snmp_standard::mode::interfaces); + +use strict; +use warnings; + +sub new { + my ($class, %options) = @_; + my $self = $class->SUPER::new(package => __PACKAGE__, %options, force_new_perfdata => 1); + bless $self, $class; + + return $self; +} + +1; + +__END__ + +=head1 MODE + +Check interfaces. + +=over 8 + +=item B<--add-global> + +Check global port statistics (By default if no --add-* option is set). + +=item B<--add-status> + +Check interface status. + +=item B<--add-duplex-status> + +Check duplex status (with --warning-status and --critical-status). + +=item B<--add-traffic> + +Check interface traffic. + +=item B<--add-errors> + +Check interface errors. + +=item B<--add-cast> + +Check interface cast. + +=item B<--add-speed> + +Check interface speed. + +=item B<--add-volume> + +Check interface data volume between two checks (not supposed to be graphed, useful for BI reporting). + +=item B<--check-metrics> + +If the expression is true, metrics are checked (Default: '%{opstatus} eq "up"'). + +=item B<--warning-status> + +Set warning threshold for status. +You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, %{display} + +=item B<--critical-status> + +Set critical threshold for status (Default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). +You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, %{display} + +=item B<--warning-*> B<--critical-*> + +Thresholds. +Can be: 'total-port', 'total-admin-up', 'total-admin-down', 'total-oper-up', 'total-oper-down', +'in-traffic', 'out-traffic', 'in-error', 'in-discard', 'out-error', 'out-discard', +'in-ucast', 'in-bcast', 'in-mcast', 'out-ucast', 'out-bcast', 'out-mcast', +'speed' (b/s). + +=item B<--units-traffic> + +Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). + +=item B<--units-errors> + +Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). + +=item B<--units-cast> + +Units of thresholds for communication types (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). + +=item B<--nagvis-perfdata> + +Display traffic perfdata to be compatible with nagvis widget. + +=item B<--interface> + +Set the interface (number expected) ex: 1,2,... (empty means 'check all interface'). + +=item B<--name> + +Allows to use interface name with option --interface instead of interface oid index (Can be a regexp) + +=item B<--speed> + +Set interface speed for incoming/outgoing traffic (in Mb). + +=item B<--speed-in> + +Set interface speed for incoming traffic (in Mb). + +=item B<--speed-out> + +Set interface speed for outgoing traffic (in Mb). + +=item B<--map-speed-dsl> + +Get interface speed configuration for interface type 'adsl' and 'vdsl2'. + +Syntax: --map-speed-dsl=interface-src-name,interface-dsl-name + +E.g: --map-speed-dsl=Et0.835,Et0-vdsl2 + +=item B<--force-counters64> + +Force to use 64 bits counters only. Can be used to improve performance. + +=item B<--force-counters32> + +Force to use 32 bits counters (even in snmp v2c and v3). Should be used when 64 bits counters are buggy. + +=item B<--reload-cache-time> + +Time in minutes before reloading cache file (default: 180). + +=item B<--oid-filter> + +Choose OID used to filter interface (default: ifName) (values: ifDesc, ifAlias, ifName, IpAddr). + +=item B<--oid-display> + +Choose OID used to display interface (default: ifName) (values: ifDesc, ifAlias, ifName, IpAddr). + +=item B<--oid-extra-display> + +Add an OID to display. + +=item B<--display-transform-src> + +Regexp src to transform display value. + +=item B<--display-transform-dst> + +Regexp dst to transform display value. + +=item B<--show-cache> + +Display cache interface datas. + +=back + +=cut diff --git a/src/network/teldat/snmp/mode/memory.pm b/src/network/teldat/snmp/mode/memory.pm new file mode 100644 index 0000000000..16d3f8041c --- /dev/null +++ b/src/network/teldat/snmp/mode/memory.pm @@ -0,0 +1,128 @@ +# +# Copyright 2023 Centreon (http://www.centreon.com/) +# +# Centreon is a full-fledged industry-strength solution that meets +# the needs in IT infrastructure and application monitoring for +# service performance. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +package network::teldat::snmp::mode::memory; + +use base qw(centreon::plugins::templates::counter); + +use strict; +use warnings; + +sub custom_usage_output { + my ($self, %options) = @_; + + return sprintf( + 'total: %s %s used: %s %s (%.2f%%) free: %s %s (%.2f%%)', + $self->{perfdata}->change_bytes(value => $self->{result_values}->{total}), + $self->{perfdata}->change_bytes(value => $self->{result_values}->{used}), + $self->{result_values}->{prct_used}, + $self->{perfdata}->change_bytes(value => $self->{result_values}->{free}), + $self->{result_values}->{prct_free} + ); +} + +sub prefix_memory_output { + my ($self, %options) = @_; + + return "Memory '" . $options{instance} . "' "; +} + +sub set_counters { + my ($self, %options) = @_; + + $self->{maps_counters_type} = [ + { name => 'memory', type => 1, cb_prefix_output => 'prefix_memory_output', message_multiple => 'All memory usages are ok', skipped_code => { -10 => 1 } } + ]; + + $self->{maps_counters}->{memory} = [ + { label => 'usage', nlabel => 'memory.usage.bytes', set => { + key_values => [ { name => 'used' }, { name => 'free' }, { name => 'prct_used' }, { name => 'prct_free' }, { name => 'total' } ], + closure_custom_output => $self->can('custom_usage_output'), + perfdatas => [ + { template => '%d', min => 0, max => 'total', unit => 'B', cast_int => 1, label_extra_instance => 1 } + ] + } + }, + { label => 'usage-free', display_ok => 0, nlabel => 'memory.free.bytes', display_ok => 0, set => { + key_values => [ { name => 'free' }, { name => 'used' }, { name => 'prct_used' }, { name => 'prct_free' }, { name => 'total' } ], + closure_custom_output => $self->can('custom_usage_output'), + perfdatas => [ + { template => '%d', min => 0, max => 'total', unit => 'B', cast_int => 1, label_extra_instance => 1 } + ] + } + }, + { label => 'usage-prct', nlabel => 'memory.usage.percentage', display_ok => 0, set => { + key_values => [ { name => 'prct_used' }, { name => 'used' }, { name => 'free' }, { name => 'prct_free' }, { name => 'total' } ], + closure_custom_output => $self->can('custom_usage_output'), + perfdatas => [ + { template => '%.2f', min => 0, max => 100, unit => '%', label_extra_instance => 1 } + ] + } + } + ]; +} + +sub new { + my ($class, %options) = @_; + my $self = $class->SUPER::new(package => __PACKAGE__, %options, force_new_perfdata => 1); + bless $self, $class; + + $options{options}->add_options(arguments => {}); + + return $self; +} + +sub manage_selection { + my ($self, %options) = @_; + + my $oid_total = '.1.3.6.1.4.1.2007.4.1.2.1.1.26.0'; # telProdNpMonSistemMemTotal + my $oid_free = '.1.3.6.1.4.1.2007.4.1.2.1.1.30.0'; # telProdNpMonSistemMemFreenoncache + my $snmp_result = $options{snmp}->get_leef( + oids => [$oid_total, $oid_free], + nothing_quit => 1 + ); + + $self->{memory}->{system} = { + used => $snmp_result->{$oid_total} - $snmp_result->{$oid_free}, + free => $snmp_result->{$oid_free}, + prct_used => ($snmp_result->{$oid_total} - $snmp_result->{$oid_free}) * 100 / $snmp_result->{$oid_total}, + prct_free => $snmp_result->{$oid_free} * 100 / $snmp_result->{$oid_total}, + total => $snmp_result->{$oid_total} + }; +} + +1; + +__END__ + +=head1 MODE + +Check memory. + +=over 8 + +=item B<--warning-*> B<--critical-*> + +Thresholds. +Can be: 'usage' (B), 'usage-free' (B), 'usage-prct' (%). + +=back + +=cut diff --git a/src/network/teldat/snmp/mode/uptime.pm b/src/network/teldat/snmp/mode/uptime.pm new file mode 100644 index 0000000000..0278219958 --- /dev/null +++ b/src/network/teldat/snmp/mode/uptime.pm @@ -0,0 +1,77 @@ +# +# Copyright 2023 Centreon (http://www.centreon.com/) +# +# Centreon is a full-fledged industry-strength solution that meets +# the needs in IT infrastructure and application monitoring for +# service performance. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +package network::teldat::snmp::mode::uptime; + +use base qw(snmp_standard::mode::uptime); + +use strict; +use warnings; + +sub new { + my ($class, %options) = @_; + my $self = $class->SUPER::new(package => __PACKAGE__, %options, force_new_perfdata => 1); + bless $self, $class; + + return $self; +} + +1; + +__END__ + +=head1 MODE + +Check system uptime. + +=over 8 + +=item B<--warning-uptime> + +Threshold warning. + +=item B<--critical-uptime> + +Threshold critical. + +=item B<--add-sysdesc> + +Display system description. + +=item B<--force-oid> + +Can choose your oid (numeric format only). + +=item B<--check-overload> + +Uptime counter limit is 4294967296 and overflow. +With that option, we manage the counter going back. But there is a few chance we can miss a reboot. + +=item B<--reboot-window> + +To be used with check-overload option. Time in milliseconds (Default: 5000) +You increase the chance of not missing a reboot if you decrease that value. + +=item B<--unit> + +Select the unit for performance data and thresholds. May be 's' for seconds, 'm' for minutes, +'h' for hours, 'd' for days, 'w' for weeks. Default is seconds + +=back diff --git a/src/network/teldat/snmp/plugin.pm b/src/network/teldat/snmp/plugin.pm new file mode 100644 index 0000000000..eac4e3ecd0 --- /dev/null +++ b/src/network/teldat/snmp/plugin.pm @@ -0,0 +1,52 @@ +# +# Copyright 2023 Centreon (http://www.centreon.com/) +# +# Centreon is a full-fledged industry-strength solution that meets +# the needs in IT infrastructure and application monitoring for +# service performance. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +package network::teldat::snmp::plugin; + +use strict; +use warnings; +use base qw(centreon::plugins::script_snmp); + +sub new { + my ($class, %options) = @_; + my $self = $class->SUPER::new(package => __PACKAGE__, %options); + bless $self, $class; + + $self->{modes} = { + 'cells-radio' => 'network::teldat::snmp::mode::cellsradio', + 'cpu' => 'network::teldat::snmp::mode::cpu', + 'interfaces' => 'network::teldat::snmp::mode::interfaces', + 'list-interfaces' => 'snmp_standard::mode::listinterfaces', + 'memory' => 'network::teldat::snmp::mode::memory', + 'uptime' => 'network::teldat::snmp::mode::uptime' + }; + + return $self; +} + +1; + +__END__ + +=head1 PLUGIN DESCRIPTION + +Check Teldat equipments in SNMP. + +=cut diff --git a/tests/functional/snmp/network-teldat-snmp.robot b/tests/functional/snmp/network-teldat-snmp.robot new file mode 100644 index 0000000000..43c492cc6e --- /dev/null +++ b/tests/functional/snmp/network-teldat-snmp.robot @@ -0,0 +1,722 @@ +*** Settings *** +Documentation Network Teldat SNMP plugin + +Library OperatingSystem +Library String + +Test Timeout 120s + + +*** Variables *** +${CENTREON_PLUGINS} ${CURDIR}${/}..${/}..${/}..${/}src${/}centreon_plugins.pl + +${CMD} perl ${CENTREON_PLUGINS} --plugin=network::teldat::snmp::plugin + +# Test simple usage of the cellsradio mode +&{teldat_cellsradio_test1} +... filtercellid= +... customperfdatainstances= +... unknownstatus= +... warningstatus= +... criticalstatus= +... warningmodulescellradiodetected= +... criticalmodulescellradiodetected= +... warningmodulecellradiorsrp= +... criticalmodulecellradiorsrp= +... warningmodulecellradiorsrq= +... criticalmodulecellradiorsrq= +... warningmodulecellradiorscp= +... criticalmodulecellradiorscp= +... warningmodulecellradiocsq= +... criticalmodulecellradiocsq= +... warningmodulecellradiosnr= +... criticalmodulecellradiosnr= +... result=CRITICAL: cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: PHENIX] sim status: LOCKED [imsi: 208015606540916] [interface state: connect(9)] - cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: N/A] sim status: DETECTING [imsi: 208015606540916] [interface state: disconnect(1)] WARNING: cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: N/A] sim status: OK [imsi: 208015606540916] [interface state: disconnect(1)] | 'modules.cellradio.detected.count'=3;;;0; '359072066403821~N/A#module.cellradio.rsrp.dbm'=-114;;;0; '359072066403821~N/A#module.cellradio.rsrq.dbm'=-18;;;0; '359072066403821~N/A#module.cellradio.snr.db'=-1;;;0; '359072066403821~N/A#module.cellradio.csq.dbm'=-73;;;0; '359072066403821~PHENIX#module.cellradio.rsrp.dbm'=-114;;;0; '359072066403821~PHENIX#module.cellradio.rsrq.dbm'=-18;;;0; '359072066403821~PHENIX#module.cellradio.snr.db'=-1;;;0; '359072066403821~PHENIX#module.cellradio.csq.dbm'=-73;;;0; + +# Test cellsradio mode with filter-cell-id option set to a fake value +&{teldat_cellsradio_test2} +... filtercellid=toto +... customperfdatainstances= +... unknownstatus= +... warningstatus= +... criticalstatus= +... warningmodulescellradiodetected= +... criticalmodulescellradiodetected= +... warningmodulecellradiorsrp= +... criticalmodulecellradiorsrp= +... warningmodulecellradiorsrq= +... criticalmodulecellradiorsrq= +... warningmodulecellradiorscp= +... criticalmodulecellradiorscp= +... warningmodulecellradiocsq= +... criticalmodulecellradiocsq= +... warningmodulecellradiosnr= +... criticalmodulecellradiosnr= +... result=UNKNOWN: No Cell ID found matching with filter : toto + +# Test cellsradio mode with filter-cell-id option set to a imei value +&{teldat_cellsradio_test3} +... filtercellid='359072066403821' +... customperfdatainstances= +... unknownstatus= +... warningstatus= +... criticalstatus= +... warningmodulescellradiodetected= +... criticalmodulescellradiodetected= +... warningmodulecellradiorsrp= +... criticalmodulecellradiorsrp= +... warningmodulecellradiorsrq= +... criticalmodulecellradiorsrq= +... warningmodulecellradiorscp= +... criticalmodulecellradiorscp= +... warningmodulecellradiocsq= +... criticalmodulecellradiocsq= +... warningmodulecellradiosnr= +... criticalmodulecellradiosnr= +... result=CRITICAL: cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: PHENIX] sim status: LOCKED [imsi: 208015606540916] [interface state: connect(9)] - cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: N/A] sim status: DETECTING [imsi: 208015606540916] [interface state: disconnect(1)] WARNING: cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: N/A] sim status: OK [imsi: 208015606540916] [interface state: disconnect(1)] | 'modules.cellradio.detected.count'=3;;;0; '359072066403821~N/A#module.cellradio.rsrp.dbm'=-114;;;0; '359072066403821~N/A#module.cellradio.rsrq.dbm'=-18;;;0; '359072066403821~N/A#module.cellradio.snr.db'=-1;;;0; '359072066403821~N/A#module.cellradio.csq.dbm'=-73;;;0; '359072066403821~PHENIX#module.cellradio.rsrp.dbm'=-114;;;0; '359072066403821~PHENIX#module.cellradio.rsrq.dbm'=-18;;;0; '359072066403821~PHENIX#module.cellradio.snr.db'=-1;;;0; '359072066403821~PHENIX#module.cellradio.csq.dbm'=-73;;;0; + +# Test cellsradio mode with custom-perfdata-instances option set to '%(cellId) %(simIcc)' +&{teldat_cellsradio_test4} +... filtercellid= +... customperfdatainstances='%(cellId) %(simIcc)' +... unknownstatus= +... warningstatus= +... criticalstatus= +... warningmodulescellradiodetected= +... criticalmodulescellradiodetected= +... warningmodulecellradiorsrp= +... criticalmodulecellradiorsrp= +... warningmodulecellradiorsrq= +... criticalmodulecellradiorsrq= +... warningmodulecellradiorscp= +... criticalmodulecellradiorscp= +... warningmodulecellradiocsq= +... criticalmodulecellradiocsq= +... warningmodulecellradiosnr= +... criticalmodulecellradiosnr= +... result=CRITICAL: cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: PHENIX] sim status: LOCKED [imsi: 208015606540916] [interface state: connect(9)] - cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: N/A] sim status: DETECTING [imsi: 208015606540916] [interface state: disconnect(1)] WARNING: cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: N/A] sim status: OK [imsi: 208015606540916] [interface state: disconnect(1)] | 'modules.cellradio.detected.count'=3;;;0; '359072066403821~89330122115801091660#module.cellradio.rsrp.dbm'=-114;;;0; '359072066403821~89330122115801091660#module.cellradio.rsrq.dbm'=-18;;;0; '359072066403821~89330122115801091660#module.cellradio.snr.db'=-1;;;0; '359072066403821~89330122115801091660#module.cellradio.csq.dbm'=-73;;;0; '359072066403821~89330122115801091660#module.cellradio.rsrp.dbm'=-114;;;0; '359072066403821~89330122115801091660#module.cellradio.rsrq.dbm'=-18;;;0; '359072066403821~89330122115801091660#module.cellradio.snr.db'=-1;;;0; '359072066403821~89330122115801091660#module.cellradio.csq.dbm'=-73;;;0; + +# Test cellsradio mode with warning-modules-cellradio-detected option set to a 2 +&{teldat_cellsradio_test5} +... filtercellid= +... customperfdatainstances= +... unknownstatus= +... warningstatus= +... criticalstatus= +... warningmodulescellradiodetected=2 +... criticalmodulescellradiodetected= +... warningmodulecellradiorsrp= +... criticalmodulecellradiorsrp= +... warningmodulecellradiorsrq= +... criticalmodulecellradiorsrq= +... warningmodulecellradiorscp= +... criticalmodulecellradiorscp= +... warningmodulecellradiocsq= +... criticalmodulecellradiocsq= +... warningmodulecellradiosnr= +... criticalmodulecellradiosnr= +... result=CRITICAL: cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: PHENIX] sim status: LOCKED [imsi: 208015606540916] [interface state: connect(9)] - cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: N/A] sim status: DETECTING [imsi: 208015606540916] [interface state: disconnect(1)] WARNING: Number of cellular radio modules detected: 3 - cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: N/A] sim status: OK [imsi: 208015606540916] [interface state: disconnect(1)] | 'modules.cellradio.detected.count'=3;0:2;;0; '359072066403821~N/A#module.cellradio.rsrp.dbm'=-114;;;0; '359072066403821~N/A#module.cellradio.rsrq.dbm'=-18;;;0; '359072066403821~N/A#module.cellradio.snr.db'=-1;;;0; '359072066403821~N/A#module.cellradio.csq.dbm'=-73;;;0; '359072066403821~PHENIX#module.cellradio.rsrp.dbm'=-114;;;0; '359072066403821~PHENIX#module.cellradio.rsrq.dbm'=-18;;;0; '359072066403821~PHENIX#module.cellradio.snr.db'=-1;;;0; '359072066403821~PHENIX#module.cellradio.csq.dbm'=-73;;;0; + +# Test cellsradio mode with critical-modules-cellradio-detected option set to a 2 +&{teldat_cellsradio_test6} +... filtercellid= +... customperfdatainstances= +... unknownstatus= +... warningstatus= +... criticalstatus= +... warningmodulescellradiodetected= +... criticalmodulescellradiodetected=2 +... warningmodulecellradiorsrp= +... criticalmodulecellradiorsrp= +... warningmodulecellradiorsrq= +... criticalmodulecellradiorsrq= +... warningmodulecellradiorscp= +... criticalmodulecellradiorscp= +... warningmodulecellradiocsq= +... criticalmodulecellradiocsq= +... warningmodulecellradiosnr= +... criticalmodulecellradiosnr= +... result=CRITICAL: Number of cellular radio modules detected: 3 - cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: PHENIX] sim status: LOCKED [imsi: 208015606540916] [interface state: connect(9)] - cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: N/A] sim status: DETECTING [imsi: 208015606540916] [interface state: disconnect(1)] WARNING: cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: N/A] sim status: OK [imsi: 208015606540916] [interface state: disconnect(1)] | 'modules.cellradio.detected.count'=3;;0:2;0; '359072066403821~N/A#module.cellradio.rsrp.dbm'=-114;;;0; '359072066403821~N/A#module.cellradio.rsrq.dbm'=-18;;;0; '359072066403821~N/A#module.cellradio.snr.db'=-1;;;0; '359072066403821~N/A#module.cellradio.csq.dbm'=-73;;;0; '359072066403821~PHENIX#module.cellradio.rsrp.dbm'=-114;;;0; '359072066403821~PHENIX#module.cellradio.rsrq.dbm'=-18;;;0; '359072066403821~PHENIX#module.cellradio.snr.db'=-1;;;0; '359072066403821~PHENIX#module.cellradio.csq.dbm'=-73;;;0; + +# Test cellsradio mode with warning-module-cellradio-rsrp option set to a -100 +&{teldat_cellsradio_test7} +... filtercellid= +... customperfdatainstances= +... unknownstatus= +... warningstatus= +... criticalstatus= +... warningmodulescellradiodetected= +... criticalmodulescellradiodetected= +... warningmodulecellradiorsrp=-100 +... criticalmodulecellradiorsrp= +... warningmodulecellradiorsrq= +... criticalmodulecellradiorsrq= +... warningmodulecellradiorscp= +... criticalmodulecellradiorscp= +... warningmodulecellradiocsq= +... criticalmodulecellradiocsq= +... warningmodulecellradiosnr= +... criticalmodulecellradiosnr= +... result=CRITICAL: cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: PHENIX] sim status: LOCKED [imsi: 208015606540916] [interface state: connect(9)] - cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: N/A] sim status: DETECTING [imsi: 208015606540916] [interface state: disconnect(1)] WARNING: cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: N/A] sim status: OK [imsi: 208015606540916] [interface state: disconnect(1)] - rsrp: -114 dBm - cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: PHENIX] rsrp: -114 dBm | 'modules.cellradio.detected.count'=3;;;0; '359072066403821~N/A#module.cellradio.rsrp.dbm'=-114;0:-100;;0; '359072066403821~N/A#module.cellradio.rsrq.dbm'=-18;;;0; '359072066403821~N/A#module.cellradio.snr.db'=-1;;;0; '359072066403821~N/A#module.cellradio.csq.dbm'=-73;;;0; '359072066403821~PHENIX#module.cellradio.rsrp.dbm'=-114;0:-100;;0; '359072066403821~PHENIX#module.cellradio.rsrq.dbm'=-18;;;0; '359072066403821~PHENIX#module.cellradio.snr.db'=-1;;;0; '359072066403821~PHENIX#module.cellradio.csq.dbm'=-73;;;0; + +# Test cellsradio mode with critical-module-cellradio-rsrp option set to a -100 +&{teldat_cellsradio_test8} +... filtercellid= +... customperfdatainstances= +... unknownstatus= +... warningstatus= +... criticalstatus= +... warningmodulescellradiodetected= +... criticalmodulescellradiodetected= +... warningmodulecellradiorsrp= +... criticalmodulecellradiorsrp=-100 +... warningmodulecellradiorsrq= +... criticalmodulecellradiorsrq= +... warningmodulecellradiorscp= +... criticalmodulecellradiorscp= +... warningmodulecellradiocsq= +... criticalmodulecellradiocsq= +... warningmodulecellradiosnr= +... criticalmodulecellradiosnr= +... result=CRITICAL: cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: N/A] rsrp: -114 dBm - cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: PHENIX] sim status: LOCKED [imsi: 208015606540916] [interface state: connect(9)] - rsrp: -114 dBm - cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: N/A] sim status: DETECTING [imsi: 208015606540916] [interface state: disconnect(1)] WARNING: cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: N/A] sim status: OK [imsi: 208015606540916] [interface state: disconnect(1)] | 'modules.cellradio.detected.count'=3;;;0; '359072066403821~N/A#module.cellradio.rsrp.dbm'=-114;;0:-100;0; '359072066403821~N/A#module.cellradio.rsrq.dbm'=-18;;;0; '359072066403821~N/A#module.cellradio.snr.db'=-1;;;0; '359072066403821~N/A#module.cellradio.csq.dbm'=-73;;;0; '359072066403821~PHENIX#module.cellradio.rsrp.dbm'=-114;;0:-100;0; '359072066403821~PHENIX#module.cellradio.rsrq.dbm'=-18;;;0; '359072066403821~PHENIX#module.cellradio.snr.db'=-1;;;0; '359072066403821~PHENIX#module.cellradio.csq.dbm'=-73;;;0; + +# Test cellsradio mode with warning-module-cellradio-rsrq option set to a -10 +&{teldat_cellsradio_test9} +... filtercellid= +... customperfdatainstances= +... unknownstatus= +... warningstatus= +... criticalstatus= +... warningmodulescellradiodetected= +... criticalmodulescellradiodetected= +... warningmodulecellradiorsrp= +... criticalmodulecellradiorsrp= +... warningmodulecellradiorsrq=-10 +... criticalmodulecellradiorsrq= +... warningmodulecellradiorscp= +... criticalmodulecellradiorscp= +... warningmodulecellradiocsq= +... criticalmodulecellradiocsq= +... warningmodulecellradiosnr= +... criticalmodulecellradiosnr= +... result=CRITICAL: cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: PHENIX] sim status: LOCKED [imsi: 208015606540916] [interface state: connect(9)] - cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: N/A] sim status: DETECTING [imsi: 208015606540916] [interface state: disconnect(1)] WARNING: cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: N/A] sim status: OK [imsi: 208015606540916] [interface state: disconnect(1)] - rsrq: -18 dBm - cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: PHENIX] rsrq: -18 dBm | 'modules.cellradio.detected.count'=3;;;0; '359072066403821~N/A#module.cellradio.rsrp.dbm'=-114;;;0; '359072066403821~N/A#module.cellradio.rsrq.dbm'=-18;0:-10;;0; '359072066403821~N/A#module.cellradio.snr.db'=-1;;;0; '359072066403821~N/A#module.cellradio.csq.dbm'=-73;;;0; '359072066403821~PHENIX#module.cellradio.rsrp.dbm'=-114;;;0; '359072066403821~PHENIX#module.cellradio.rsrq.dbm'=-18;0:-10;;0; '359072066403821~PHENIX#module.cellradio.snr.db'=-1;;;0; '359072066403821~PHENIX#module.cellradio.csq.dbm'=-73;;;0; + +# Test cellsradio mode with critical-module-cellradio-rsrq option set to a -10 +&{teldat_cellsradio_test10} +... filtercellid= +... customperfdatainstances= +... unknownstatus= +... warningstatus= +... criticalstatus= +... warningmodulescellradiodetected= +... criticalmodulescellradiodetected= +... warningmodulecellradiorsrp= +... criticalmodulecellradiorsrp= +... warningmodulecellradiorsrq= +... criticalmodulecellradiorsrq=-10 +... warningmodulecellradiorscp= +... criticalmodulecellradiorscp= +... warningmodulecellradiocsq= +... criticalmodulecellradiocsq= +... warningmodulecellradiosnr= +... criticalmodulecellradiosnr= +... result=CRITICAL: cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: N/A] rsrq: -18 dBm - cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: PHENIX] sim status: LOCKED [imsi: 208015606540916] [interface state: connect(9)] - rsrq: -18 dBm - cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: N/A] sim status: DETECTING [imsi: 208015606540916] [interface state: disconnect(1)] WARNING: cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: N/A] sim status: OK [imsi: 208015606540916] [interface state: disconnect(1)] | 'modules.cellradio.detected.count'=3;;;0; '359072066403821~N/A#module.cellradio.rsrp.dbm'=-114;;;0; '359072066403821~N/A#module.cellradio.rsrq.dbm'=-18;;0:-10;0; '359072066403821~N/A#module.cellradio.snr.db'=-1;;;0; '359072066403821~N/A#module.cellradio.csq.dbm'=-73;;;0; '359072066403821~PHENIX#module.cellradio.rsrp.dbm'=-114;;;0; '359072066403821~PHENIX#module.cellradio.rsrq.dbm'=-18;;0:-10;0; '359072066403821~PHENIX#module.cellradio.snr.db'=-1;;;0; '359072066403821~PHENIX#module.cellradio.csq.dbm'=-73;;;0; + +# Test cellsradio mode with warning-module-cellradio-csq option set to a -10 +&{teldat_cellsradio_test11} +... filtercellid= +... customperfdatainstances= +... unknownstatus= +... warningstatus= +... criticalstatus= +... warningmodulescellradiodetected= +... criticalmodulescellradiodetected= +... warningmodulecellradiorsrp= +... criticalmodulecellradiorsrp= +... warningmodulecellradiorsrq= +... criticalmodulecellradiorsrq= +... warningmodulecellradiorscp= +... criticalmodulecellradiorscp= +... warningmodulecellradiocsq=-10 +... criticalmodulecellradiocsq= +... warningmodulecellradiosnr= +... criticalmodulecellradiosnr= +... result=CRITICAL: cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: PHENIX] sim status: LOCKED [imsi: 208015606540916] [interface state: connect(9)] - cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: N/A] sim status: DETECTING [imsi: 208015606540916] [interface state: disconnect(1)] WARNING: cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: N/A] sim status: OK [imsi: 208015606540916] [interface state: disconnect(1)] - csq: -73 dBm - cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: PHENIX] csq: -73 dBm | 'modules.cellradio.detected.count'=3;;;0; '359072066403821~N/A#module.cellradio.rsrp.dbm'=-114;;;0; '359072066403821~N/A#module.cellradio.rsrq.dbm'=-18;;;0; '359072066403821~N/A#module.cellradio.snr.db'=-1;;;0; '359072066403821~N/A#module.cellradio.csq.dbm'=-73;0:-10;;0; '359072066403821~PHENIX#module.cellradio.rsrp.dbm'=-114;;;0; '359072066403821~PHENIX#module.cellradio.rsrq.dbm'=-18;;;0; '359072066403821~PHENIX#module.cellradio.snr.db'=-1;;;0; '359072066403821~PHENIX#module.cellradio.csq.dbm'=-73;0:-10;;0; + +# Test cellsradio mode with critical-module-cellradio-csq option set to a -10 +&{teldat_cellsradio_test12} +... filtercellid= +... customperfdatainstances= +... unknownstatus= +... warningstatus= +... criticalstatus= +... warningmodulescellradiodetected= +... criticalmodulescellradiodetected= +... warningmodulecellradiorsrp= +... criticalmodulecellradiorsrp= +... warningmodulecellradiorsrq= +... criticalmodulecellradiorsrq= +... warningmodulecellradiorscp= +... criticalmodulecellradiorscp= +... warningmodulecellradiocsq= +... criticalmodulecellradiocsq=-10 +... warningmodulecellradiosnr= +... criticalmodulecellradiosnr= +... result=CRITICAL: cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: N/A] csq: -73 dBm - cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: PHENIX] sim status: LOCKED [imsi: 208015606540916] [interface state: connect(9)] - csq: -73 dBm - cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: N/A] sim status: DETECTING [imsi: 208015606540916] [interface state: disconnect(1)] WARNING: cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: N/A] sim status: OK [imsi: 208015606540916] [interface state: disconnect(1)] | 'modules.cellradio.detected.count'=3;;;0; '359072066403821~N/A#module.cellradio.rsrp.dbm'=-114;;;0; '359072066403821~N/A#module.cellradio.rsrq.dbm'=-18;;;0; '359072066403821~N/A#module.cellradio.snr.db'=-1;;;0; '359072066403821~N/A#module.cellradio.csq.dbm'=-73;;0:-10;0; '359072066403821~PHENIX#module.cellradio.rsrp.dbm'=-114;;;0; '359072066403821~PHENIX#module.cellradio.rsrq.dbm'=-18;;;0; '359072066403821~PHENIX#module.cellradio.snr.db'=-1;;;0; '359072066403821~PHENIX#module.cellradio.csq.dbm'=-73;;0:-10;0; + +# Test cellsradio mode with warning-module-cellradio-snr option set to a 0 +&{teldat_cellsradio_test13} +... filtercellid= +... customperfdatainstances= +... unknownstatus= +... warningstatus= +... criticalstatus= +... warningmodulescellradiodetected= +... criticalmodulescellradiodetected= +... warningmodulecellradiorsrp= +... criticalmodulecellradiorsrp= +... warningmodulecellradiorsrq= +... criticalmodulecellradiorsrq= +... warningmodulecellradiorscp= +... criticalmodulecellradiorscp= +... warningmodulecellradiocsq= +... criticalmodulecellradiocsq= +... warningmodulecellradiosnr=0 +... criticalmodulecellradiosnr= +... result=CRITICAL: cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: PHENIX] sim status: LOCKED [imsi: 208015606540916] [interface state: connect(9)] - cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: N/A] sim status: DETECTING [imsi: 208015606540916] [interface state: disconnect(1)] WARNING: cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: N/A] sim status: OK [imsi: 208015606540916] [interface state: disconnect(1)] - snr: -1 dB - cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: PHENIX] snr: -1 dB | 'modules.cellradio.detected.count'=3;;;0; '359072066403821~N/A#module.cellradio.rsrp.dbm'=-114;;;0; '359072066403821~N/A#module.cellradio.rsrq.dbm'=-18;;;0; '359072066403821~N/A#module.cellradio.snr.db'=-1;0:0;;0; '359072066403821~N/A#module.cellradio.csq.dbm'=-73;;;0; '359072066403821~PHENIX#module.cellradio.rsrp.dbm'=-114;;;0; '359072066403821~PHENIX#module.cellradio.rsrq.dbm'=-18;;;0; '359072066403821~PHENIX#module.cellradio.snr.db'=-1;0:0;;0; '359072066403821~PHENIX#module.cellradio.csq.dbm'=-73;;;0; + +# Test cellsradio mode with critical-module-cellradio-snr option set to a 0 +&{teldat_cellsradio_test14} +... filtercellid= +... customperfdatainstances= +... unknownstatus= +... warningstatus= +... criticalstatus= +... warningmodulescellradiodetected= +... criticalmodulescellradiodetected= +... warningmodulecellradiorsrp= +... criticalmodulecellradiorsrp= +... warningmodulecellradiorsrq= +... criticalmodulecellradiorsrq= +... warningmodulecellradiorscp= +... criticalmodulecellradiorscp= +... warningmodulecellradiocsq= +... criticalmodulecellradiocsq= +... warningmodulecellradiosnr= +... criticalmodulecellradiosnr=0 +... result=CRITICAL: cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: N/A] snr: -1 dB - cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: PHENIX] sim status: LOCKED [imsi: 208015606540916] [interface state: connect(9)] - snr: -1 dB - cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: N/A] sim status: DETECTING [imsi: 208015606540916] [interface state: disconnect(1)] WARNING: cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: N/A] sim status: OK [imsi: 208015606540916] [interface state: disconnect(1)] | 'modules.cellradio.detected.count'=3;;;0; '359072066403821~N/A#module.cellradio.rsrp.dbm'=-114;;;0; '359072066403821~N/A#module.cellradio.rsrq.dbm'=-18;;;0; '359072066403821~N/A#module.cellradio.snr.db'=-1;;0:0;0; '359072066403821~N/A#module.cellradio.csq.dbm'=-73;;;0; '359072066403821~PHENIX#module.cellradio.rsrp.dbm'=-114;;;0; '359072066403821~PHENIX#module.cellradio.rsrq.dbm'=-18;;;0; '359072066403821~PHENIX#module.cellradio.snr.db'=-1;;0:0;0; '359072066403821~PHENIX#module.cellradio.csq.dbm'=-73;;;0; + +# Test cellsradio mode with critical-status option set to '%{interfaceState} =~ /disconnect/' +&{teldat_cellsradio_test15} +... filtercellid= +... customperfdatainstances= +... unknownstatus= +... warningstatus= +... criticalstatus='\%{interfaceState} =~ /disconnect/' +... warningmodulescellradiodetected= +... criticalmodulescellradiodetected= +... warningmodulecellradiorsrp= +... criticalmodulecellradiorsrp= +... warningmodulecellradiorsrq= +... criticalmodulecellradiorsrq= +... warningmodulecellradiorscp= +... criticalmodulecellradiorscp= +... warningmodulecellradiocsq= +... criticalmodulecellradiocsq= +... warningmodulecellradiosnr= +... criticalmodulecellradiosnr= +... result=CRITICAL: cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: N/A] sim status: OK [imsi: 208015606540916] [interface state: disconnect(1)] - cellular radio module '359072066403821' [sim icc: 89330122115801091660, operator: N/A] sim status: DETECTING [imsi: 208015606540916] [interface state: disconnect(1)] | 'modules.cellradio.detected.count'=3;;;0; '359072066403821~N/A#module.cellradio.rsrp.dbm'=-114;;;0; '359072066403821~N/A#module.cellradio.rsrq.dbm'=-18;;;0; '359072066403821~N/A#module.cellradio.snr.db'=-1;;;0; '359072066403821~N/A#module.cellradio.csq.dbm'=-73;;;0; '359072066403821~PHENIX#module.cellradio.rsrp.dbm'=-114;;;0; '359072066403821~PHENIX#module.cellradio.rsrq.dbm'=-18;;;0; '359072066403821~PHENIX#module.cellradio.snr.db'=-1;;;0; '359072066403821~PHENIX#module.cellradio.csq.dbm'=-73;;;0; + +@{teldat_cellsradio_tests} +... &{teldat_cellsradio_test1} +... &{teldat_cellsradio_test2} +... &{teldat_cellsradio_test3} +... &{teldat_cellsradio_test4} +... &{teldat_cellsradio_test5} +... &{teldat_cellsradio_test6} +... &{teldat_cellsradio_test7} +... &{teldat_cellsradio_test8} +... &{teldat_cellsradio_test9} +... &{teldat_cellsradio_test10} +... &{teldat_cellsradio_test11} +... &{teldat_cellsradio_test12} +... &{teldat_cellsradio_test13} +... &{teldat_cellsradio_test14} +... &{teldat_cellsradio_test15} + +# Test simple usage of the CPU mode +&{teldat_cpu_test1} +... warningcpuutilization5s= +... criticalcpuutilization5s= +... warningcpuutilization1m= +... criticalcpuutilization1m= +... warningcpuutilization5m= +... criticalcpuutilization5m= +... result=OK: cpu average usage: 1.00 % (5s), 1.00 % (1m), 1.00 % (5m) | 'cpu.utilization.5s.percentage'=1.00%;;;0;100 'cpu.utilization.1m.percentage'=1.00%;;;0;100 'cpu.utilization.15m.percentage'=1.00%;;;0;100 + +# Test CPU mode with warning-cpu-utilization-5s option set to a 0.5 +&{teldat_cpu_test2} +... warningcpuutilization5s=0.5 +... criticalcpuutilization5s= +... warningcpuutilization1m= +... criticalcpuutilization1m= +... warningcpuutilization5m= +... criticalcpuutilization5m= +... result=WARNING: cpu average usage: 1.00 % (5s) | 'cpu.utilization.5s.percentage'=1.00%;0:0.5;;0;100 'cpu.utilization.1m.percentage'=1.00%;;;0;100 'cpu.utilization.15m.percentage'=1.00%;;;0;100 + +# Test CPU mode with critical-cpu-utilization-5s option set to a 0.5 +&{teldat_cpu_test3} +... warningcpuutilization5s= +... criticalcpuutilization5s=0.5 +... warningcpuutilization1m= +... criticalcpuutilization1m= +... warningcpuutilization5m= +... criticalcpuutilization5m= +... result=CRITICAL: cpu average usage: 1.00 % (5s) | 'cpu.utilization.5s.percentage'=1.00%;;0:0.5;0;100 'cpu.utilization.1m.percentage'=1.00%;;;0;100 'cpu.utilization.15m.percentage'=1.00%;;;0;100 + +# Test CPU mode with warning-cpu-utilization-1m option set to a 0.5 +&{teldat_cpu_test4} +... warningcpuutilization5s= +... criticalcpuutilization5s= +... warningcpuutilization1m=0.5 +... criticalcpuutilization1m= +... warningcpuutilization5m= +... criticalcpuutilization5m= +... result=WARNING: cpu average usage: 1.00 % (1m) | 'cpu.utilization.5s.percentage'=1.00%;;;0;100 'cpu.utilization.1m.percentage'=1.00%;0:0.5;;0;100 'cpu.utilization.15m.percentage'=1.00%;;;0;100 + +# Test CPU mode with critical-cpu-utilization-1m option set to a 0.5 +&{teldat_cpu_test5} +... warningcpuutilization5s= +... criticalcpuutilization5s= +... warningcpuutilization1m= +... criticalcpuutilization1m=0.5 +... warningcpuutilization5m= +... criticalcpuutilization5m= +... result=CRITICAL: cpu average usage: 1.00 % (1m) | 'cpu.utilization.5s.percentage'=1.00%;;;0;100 'cpu.utilization.1m.percentage'=1.00%;;0:0.5;0;100 'cpu.utilization.15m.percentage'=1.00%;;;0;100 + +# Test CPU mode with warning-cpu-utilization-5m option set to a 0.5 +&{teldat_cpu_test6} +... warningcpuutilization5s= +... criticalcpuutilization5s= +... warningcpuutilization1m= +... criticalcpuutilization1m= +... warningcpuutilization5m=0.5 +... criticalcpuutilization5m= +... result=WARNING: cpu average usage: 1.00 % (5m) | 'cpu.utilization.5s.percentage'=1.00%;;;0;100 'cpu.utilization.1m.percentage'=1.00%;;;0;100 'cpu.utilization.15m.percentage'=1.00%;0:0.5;;0;100 + +# Test CPU mode with critical-cpu-utilization-5m option set to a 0.5 +&{teldat_cpu_test7} +... warningcpuutilization5s= +... criticalcpuutilization5s= +... warningcpuutilization1m= +... criticalcpuutilization1m= +... warningcpuutilization5m= +... criticalcpuutilization5m=0.5 +... result=CRITICAL: cpu average usage: 1.00 % (5m) | 'cpu.utilization.5s.percentage'=1.00%;;;0;100 'cpu.utilization.1m.percentage'=1.00%;;;0;100 'cpu.utilization.15m.percentage'=1.00%;;0:0.5;0;100 + +@{teldat_cpu_tests} +... &{teldat_cpu_test1} +... &{teldat_cpu_test2} +... &{teldat_cpu_test3} +... &{teldat_cpu_test4} +... &{teldat_cpu_test5} +... &{teldat_cpu_test6} +... &{teldat_cpu_test7} + +# Test simple usage of the memory mode +&{teldat_memory_test1} +... warningusage= +... criticalusage= +... warningusagefree= +... criticalusagefree= +... warningusageprct= +... criticalusageprct= +... result=OK: Memory 'system' total: 256.00 MB used: 100.54 MB (39.27%) free: 155.46 MB (60.73%) | 'system#memory.usage.bytes'=105419600B;;;0;268435456 'system#memory.free.bytes'=163015856B;;;0;268435456 'system#memory.usage.percentage'=39.27%;;;0;100 + +# Test memory mode with warning-usage option set to a 100 +&{teldat_memory_test2} +... warningusage=100 +... criticalusage= +... warningusagefree= +... criticalusagefree= +... warningusageprct= +... criticalusageprct= +... result=WARNING: Memory 'system' total: 256.00 MB used: 100.54 MB (39.27%) free: 155.46 MB (60.73%) | 'system#memory.usage.bytes'=105419600B;0:100;;0;268435456 'system#memory.free.bytes'=163015856B;;;0;268435456 'system#memory.usage.percentage'=39.27%;;;0;100 + +# Test memory mode with critical-usage option set to a 100 +&{teldat_memory_test3} +... warningusage= +... criticalusage=100 +... warningusagefree= +... criticalusagefree= +... warningusageprct= +... criticalusageprct= +... result=CRITICAL: Memory 'system' total: 256.00 MB used: 100.54 MB (39.27%) free: 155.46 MB (60.73%) | 'system#memory.usage.bytes'=105419600B;;0:100;0;268435456 'system#memory.free.bytes'=163015856B;;;0;268435456 'system#memory.usage.percentage'=39.27%;;;0;100 + +# Test memory mode with warning-usage-free option set to a 100 +&{teldat_memory_test4} +... warningusage= +... criticalusage= +... warningusagefree=100 +... criticalusagefree= +... warningusageprct= +... criticalusageprct= +... result=WARNING: Memory 'system' total: 256.00 MB used: 100.54 MB (39.27%) free: 155.46 MB (60.73%) | 'system#memory.usage.bytes'=105419600B;;;0;268435456 'system#memory.free.bytes'=163015856B;0:100;;0;268435456 'system#memory.usage.percentage'=39.27%;;;0;100 + +# Test memory mode with critical-usage-free option set to a 100 +&{teldat_memory_test5} +... warningusage= +... criticalusage= +... warningusagefree= +... criticalusagefree=100 +... warningusageprct= +... criticalusageprct= +... result=CRITICAL: Memory 'system' total: 256.00 MB used: 100.54 MB (39.27%) free: 155.46 MB (60.73%) | 'system#memory.usage.bytes'=105419600B;;;0;268435456 'system#memory.free.bytes'=163015856B;;0:100;0;268435456 'system#memory.usage.percentage'=39.27%;;;0;100 + +# Test memory mode with warning-usage-prct option set to a 30 +&{teldat_memory_test6} +... warningusage= +... criticalusage= +... warningusagefree= +... criticalusagefree= +... warningusageprct=30 +... criticalusageprct= +... result=WARNING: Memory 'system' total: 256.00 MB used: 100.54 MB (39.27%) free: 155.46 MB (60.73%) | 'system#memory.usage.bytes'=105419600B;;;0;268435456 'system#memory.free.bytes'=163015856B;;;0;268435456 'system#memory.usage.percentage'=39.27%;0:30;;0;100 + +# Test memory mode with critical-usage-prct option set to a 30 +&{teldat_memory_test7} +... warningusage= +... criticalusage= +... warningusagefree= +... criticalusagefree= +... warningusageprct= +... criticalusageprct=30 +... result=CRITICAL: Memory 'system' total: 256.00 MB used: 100.54 MB (39.27%) free: 155.46 MB (60.73%) | 'system#memory.usage.bytes'=105419600B;;;0;268435456 'system#memory.free.bytes'=163015856B;;;0;268435456 'system#memory.usage.percentage'=39.27%;;0:30;0;100 + +@{teldat_memory_tests} +... &{teldat_memory_test1} +... &{teldat_memory_test2} +... &{teldat_memory_test3} +... &{teldat_memory_test4} +... &{teldat_memory_test5} +... &{teldat_memory_test6} +... &{teldat_memory_test7} + + +*** Test Cases *** +Network Teldat SNMP cells radio + [Documentation] Network Teldat SNMP cells radio + [Tags] network teldat snmp + FOR ${teldat_cellsradio_test} IN @{teldat_cellsradio_tests} + ${command} Catenate + ... ${CMD} + ... --mode=cells-radio + ... --hostname=127.0.0.1 + ... --snmp-version=2c + ... --snmp-port=2024 + ... --snmp-community=network-teldat-snmp + ${length} Get Length ${teldat_cellsradio_test.filtercellid} + IF ${length} > 0 + ${command} Catenate ${command} --filter-cell-id=${teldat_cellsradio_test.filtercellid} + END + ${length} Get Length ${teldat_cellsradio_test.customperfdatainstances} + IF ${length} > 0 + ${command} Catenate + ... ${command} + ... --custom-perfdata-instances=${teldat_cellsradio_test.customperfdatainstances} + END + ${length} Get Length ${teldat_cellsradio_test.unknownstatus} + IF ${length} > 0 + ${command} Catenate ${command} --unknown-status=${teldat_cellsradio_test.unknownstatus} + END + ${length} Get Length ${teldat_cellsradio_test.warningstatus} + IF ${length} > 0 + ${command} Catenate ${command} --warning-status=${teldat_cellsradio_test.warningstatus} + END + ${length} Get Length ${teldat_cellsradio_test.criticalstatus} + IF ${length} > 0 + ${command} Catenate ${command} --critical-status=${teldat_cellsradio_test.criticalstatus} + END + ${length} Get Length ${teldat_cellsradio_test.warningmodulescellradiodetected} + IF ${length} > 0 + ${command} Catenate + ... ${command} + ... --warning-modules-cellradio-detected=${teldat_cellsradio_test.warningmodulescellradiodetected} + END + ${length} Get Length ${teldat_cellsradio_test.criticalmodulescellradiodetected} + IF ${length} > 0 + ${command} Catenate + ... ${command} + ... --critical-modules-cellradio-detected=${teldat_cellsradio_test.criticalmodulescellradiodetected} + END + ${length} Get Length ${teldat_cellsradio_test.warningmodulecellradiorsrp} + IF ${length} > 0 + ${command} Catenate + ... ${command} + ... --warning-module-cellradio-rsrp=${teldat_cellsradio_test.warningmodulecellradiorsrp} + END + ${length} Get Length ${teldat_cellsradio_test.criticalmodulecellradiorsrp} + IF ${length} > 0 + ${command} Catenate + ... ${command} + ... --critical-module-cellradio-rsrp=${teldat_cellsradio_test.criticalmodulecellradiorsrp} + END + ${length} Get Length ${teldat_cellsradio_test.warningmodulecellradiorsrq} + IF ${length} > 0 + ${command} Catenate + ... ${command} + ... --warning-module-cellradio-rsrq=${teldat_cellsradio_test.warningmodulecellradiorsrq} + END + ${length} Get Length ${teldat_cellsradio_test.criticalmodulecellradiorsrq} + IF ${length} > 0 + ${command} Catenate + ... ${command} + ... --critical-module-cellradio-rsrq=${teldat_cellsradio_test.criticalmodulecellradiorsrq} + END + ${length} Get Length ${teldat_cellsradio_test.warningmodulecellradiorscp} + IF ${length} > 0 + ${command} Catenate + ... ${command} + ... --warning-module-cellradio-rscp=${teldat_cellsradio_test.warningmodulecellradiorscp} + END + ${length} Get Length ${teldat_cellsradio_test.criticalmodulecellradiorscp} + IF ${length} > 0 + ${command} Catenate + ... ${command} + ... --critical-module-cellradio-rscp=${teldat_cellsradio_test.criticalmodulecellradiorscp} + END + ${length} Get Length ${teldat_cellsradio_test.warningmodulecellradiocsq} + IF ${length} > 0 + ${command} Catenate + ... ${command} + ... --warning-module-cellradio-csq=${teldat_cellsradio_test.warningmodulecellradiocsq} + END + ${length} Get Length ${teldat_cellsradio_test.criticalmodulecellradiocsq} + IF ${length} > 0 + ${command} Catenate + ... ${command} + ... --critical-module-cellradio-csq=${teldat_cellsradio_test.criticalmodulecellradiocsq} + END + ${length} Get Length ${teldat_cellsradio_test.warningmodulecellradiosnr} + IF ${length} > 0 + ${command} Catenate + ... ${command} + ... --warning-module-cellradio-snr=${teldat_cellsradio_test.warningmodulecellradiosnr} + END + ${length} Get Length ${teldat_cellsradio_test.criticalmodulecellradiosnr} + IF ${length} > 0 + ${command} Catenate + ... ${command} + ... --critical-module-cellradio-snr=${teldat_cellsradio_test.criticalmodulecellradiosnr} + END + ${output} Run ${command} + Log To Console . no_newline=true + ${output} Strip String ${output} + Should Be Equal As Strings + ... ${output} + ... ${teldat_cellsradio_test.result} + ... Wrong result output for:${\n}Command: ${\n}${command}${\n}${\n}Expected output: ${\n}${teldat_cellsradio_test.result}${\n}${\n}Obtained output:${\n}${output}${\n}${\n}${\n} + ... values=False + END + +Network Teldat SNMP CPU + [Documentation] Network Teldat SNMP CPU + [Tags] network teldat snmp + FOR ${teldat_cpu_test} IN @{teldat_cpu_tests} + ${command} Catenate + ... ${CMD} + ... --mode=cpu + ... --hostname=127.0.0.1 + ... --snmp-version=2c + ... --snmp-port=2024 + ... --snmp-community=network-teldat-snmp + ${length} Get Length ${teldat_cpu_test.warningcpuutilization5s} + IF ${length} > 0 + ${command} Catenate + ... ${command} + ... --warning-cpu-utilization-5s=${teldat_cpu_test.warningcpuutilization5s} + END + ${length} Get Length ${teldat_cpu_test.criticalcpuutilization5s} + IF ${length} > 0 + ${command} Catenate + ... ${command} + ... --critical-cpu-utilization-5s=${teldat_cpu_test.criticalcpuutilization5s} + END + ${length} Get Length ${teldat_cpu_test.warningcpuutilization1m} + IF ${length} > 0 + ${command} Catenate + ... ${command} + ... --warning-cpu-utilization-1m=${teldat_cpu_test.warningcpuutilization1m} + END + ${length} Get Length ${teldat_cpu_test.criticalcpuutilization1m} + IF ${length} > 0 + ${command} Catenate + ... ${command} + ... --critical-cpu-utilization-1m=${teldat_cpu_test.criticalcpuutilization1m} + END + ${length} Get Length ${teldat_cpu_test.warningcpuutilization5m} + IF ${length} > 0 + ${command} Catenate + ... ${command} + ... --warning-cpu-utilization-5m=${teldat_cpu_test.warningcpuutilization5m} + END + ${length} Get Length ${teldat_cpu_test.criticalcpuutilization5m} + IF ${length} > 0 + ${command} Catenate + ... ${command} + ... --critical-cpu-utilization-5m=${teldat_cpu_test.criticalcpuutilization5m} + END + ${output} Run ${command} + Log To Console . no_newline=true + ${output} Strip String ${output} + Should Be Equal As Strings + ... ${output} + ... ${teldat_cpu_test.result} + ... Wrong result output for:${\n}Command: ${\n}${command}${\n}${\n}Expected output: ${\n}${teldat_cpu_test.result}${\n}${\n}Obtained output:${\n}${output}${\n}${\n}${\n} + ... values=False + END + +Network Teldat SNMP Memory + [Documentation] Network Teldat SNMP memory + [Tags] network teldat snmp + FOR ${teldat_memory_test} IN @{teldat_memory_tests} + ${command} Catenate + ... ${CMD} + ... --mode=memory + ... --hostname=127.0.0.1 + ... --snmp-version=2c + ... --snmp-port=2024 + ... --snmp-community=network-teldat-snmp + ${length} Get Length ${teldat_memory_test.warningusage} + IF ${length} > 0 + ${command} Catenate ${command} --warning-usage=${teldat_memory_test.warningusage} + END + ${length} Get Length ${teldat_memory_test.criticalusage} + IF ${length} > 0 + ${command} Catenate ${command} --critical-usage=${teldat_memory_test.criticalusage} + END + ${length} Get Length ${teldat_memory_test.warningusagefree} + IF ${length} > 0 + ${command} Catenate ${command} --warning-usage-free=${teldat_memory_test.warningusagefree} + END + ${length} Get Length ${teldat_memory_test.criticalusagefree} + IF ${length} > 0 + ${command} Catenate ${command} --critical-usage-free=${teldat_memory_test.criticalusagefree} + END + ${length} Get Length ${teldat_memory_test.warningusageprct} + IF ${length} > 0 + ${command} Catenate ${command} --warning-usage-prct=${teldat_memory_test.warningusageprct} + END + ${length} Get Length ${teldat_memory_test.criticalusageprct} + IF ${length} > 0 + ${command} Catenate ${command} --critical-usage-prct=${teldat_memory_test.criticalusageprct} + END + ${output} Run ${command} + Log To Console . no_newline=true + ${output} Strip String ${output} + Should Be Equal As Strings + ... ${output} + ... ${teldat_memory_test.result} + ... Wrong result output for:${\n}Command: ${\n}${command}${\n}${\n}Expected output: ${\n}${teldat_memory_test.result}${\n}${\n}Obtained output:${\n}${output}${\n}${\n}${\n} + ... values=False + END diff --git a/tests/resources/snmp/network-teldat-snmp.snmpwalk b/tests/resources/snmp/network-teldat-snmp.snmpwalk new file mode 100644 index 0000000000..bbab371ef1 --- /dev/null +++ b/tests/resources/snmp/network-teldat-snmp.snmpwalk @@ -0,0 +1,1130 @@ +.1.3.6.1.4.1.2007.1.2.9.2.1.7.274.1 = INTEGER: 0 +.1.3.6.1.4.1.2007.1.2.9.2.1.7.274.2 = INTEGER: 0 +.1.3.6.1.4.1.2007.1.2.9.2.1.7.274.3 = INTEGER: 0 +.1.3.6.1.4.1.2007.1.2.9.2.1.7.274.4 = INTEGER: 0 +.1.3.6.1.4.1.2007.1.2.9.2.1.7.274.5 = INTEGER: 0 +.1.3.6.1.4.1.2007.1.2.9.2.1.7.274.6 = INTEGER: 0 +.1.3.6.1.4.1.2007.1.2.9.4.0 = INTEGER: 0 +.1.3.6.1.4.1.2007.1.2.10.1.1.1 = Gauge32: 1 +.1.3.6.1.4.1.2007.1.2.10.1.1.2 = Gauge32: 2 +.1.3.6.1.4.1.2007.1.2.10.1.1.3 = Gauge32: 3 +.1.3.6.1.4.1.2007.1.2.10.1.1.4 = Gauge32: 4 +.1.3.6.1.4.1.2007.1.2.10.1.1.5 = Gauge32: 5 +.1.3.6.1.4.1.2007.1.2.10.1.1.6 = Gauge32: 6 +.1.3.6.1.4.1.2007.1.2.10.1.1.7 = Gauge32: 7 +.1.3.6.1.4.1.2007.1.2.10.1.1.8 = Gauge32: 8 +.1.3.6.1.4.1.2007.1.2.10.1.1.9 = Gauge32: 9 +.1.3.6.1.4.1.2007.1.2.10.1.1.10 = Gauge32: 10 +.1.3.6.1.4.1.2007.1.2.10.1.1.11 = Gauge32: 11 +.1.3.6.1.4.1.2007.1.2.10.1.1.12 = Gauge32: 12 +.1.3.6.1.4.1.2007.1.2.10.1.1.13 = Gauge32: 13 +.1.3.6.1.4.1.2007.1.2.10.1.1.14 = Gauge32: 14 +.1.3.6.1.4.1.2007.1.2.10.1.1.15 = Gauge32: 15 +.1.3.6.1.4.1.2007.1.2.10.1.1.16 = Gauge32: 16 +.1.3.6.1.4.1.2007.1.2.10.1.2.1 = INTEGER: 121 +.1.3.6.1.4.1.2007.1.2.10.1.2.2 = INTEGER: 162 +.1.3.6.1.4.1.2007.1.2.10.1.2.3 = INTEGER: 140 +.1.3.6.1.4.1.2007.1.2.10.1.2.4 = INTEGER: 140 +.1.3.6.1.4.1.2007.1.2.10.1.2.5 = INTEGER: 162 +.1.3.6.1.4.1.2007.1.2.10.1.2.6 = INTEGER: 140 +.1.3.6.1.4.1.2007.1.2.10.1.2.7 = INTEGER: 140 +.1.3.6.1.4.1.2007.1.2.10.1.2.8 = INTEGER: 162 +.1.3.6.1.4.1.2007.1.2.10.1.2.9 = INTEGER: 140 +.1.3.6.1.4.1.2007.1.2.10.1.2.10 = INTEGER: 140 +.1.3.6.1.4.1.2007.1.2.10.1.2.11 = INTEGER: 112 +.1.3.6.1.4.1.2007.1.2.10.1.2.12 = INTEGER: 139 +.1.3.6.1.4.1.2007.1.2.10.1.2.13 = INTEGER: 139 +.1.3.6.1.4.1.2007.1.2.10.1.2.14 = INTEGER: 139 +.1.3.6.1.4.1.2007.1.2.10.1.2.15 = INTEGER: 95 +.1.3.6.1.4.1.2007.1.2.10.1.2.16 = INTEGER: 95 +.1.3.6.1.4.1.2007.1.2.10.1.3.1 = INTEGER: 34 +.1.3.6.1.4.1.2007.1.2.10.1.3.2 = INTEGER: 23 +.1.3.6.1.4.1.2007.1.2.10.1.3.3 = INTEGER: 23 +.1.3.6.1.4.1.2007.1.2.10.1.3.4 = INTEGER: 23 +.1.3.6.1.4.1.2007.1.2.10.1.3.5 = INTEGER: 24 +.1.3.6.1.4.1.2007.1.2.10.1.3.6 = INTEGER: 24 +.1.3.6.1.4.1.2007.1.2.10.1.3.7 = INTEGER: 24 +.1.3.6.1.4.1.2007.1.2.10.1.3.8 = INTEGER: 25 +.1.3.6.1.4.1.2007.1.2.10.1.3.9 = INTEGER: 25 +.1.3.6.1.4.1.2007.1.2.10.1.3.10 = INTEGER: 25 +.1.3.6.1.4.1.2007.1.2.10.1.3.11 = INTEGER: 32 +.1.3.6.1.4.1.2007.1.2.10.1.3.12 = INTEGER: 0 +.1.3.6.1.4.1.2007.1.2.10.1.3.13 = INTEGER: 0 +.1.3.6.1.4.1.2007.1.2.10.1.3.14 = INTEGER: 0 +.1.3.6.1.4.1.2007.1.2.10.1.3.15 = INTEGER: 0 +.1.3.6.1.4.1.2007.1.2.10.1.3.16 = INTEGER: 0 +.1.3.6.1.4.1.2007.1.2.10.1.4.1 = STRING: "GigabitEthernet interface" +.1.3.6.1.4.1.2007.1.2.10.1.4.2 = STRING: "Cellular Interface" +.1.3.6.1.4.1.2007.1.2.10.1.4.3 = STRING: "USB_NIC Device" +.1.3.6.1.4.1.2007.1.2.10.1.4.4 = STRING: "USB_NIC Device" +.1.3.6.1.4.1.2007.1.2.10.1.4.5 = STRING: "Cellular Interface" +.1.3.6.1.4.1.2007.1.2.10.1.4.6 = STRING: "USB_NIC Device" +.1.3.6.1.4.1.2007.1.2.10.1.4.7 = STRING: "USB_NIC Device" +.1.3.6.1.4.1.2007.1.2.10.1.4.8 = STRING: "Cellular Interface" +.1.3.6.1.4.1.2007.1.2.10.1.4.9 = STRING: "USB_NIC Device" +.1.3.6.1.4.1.2007.1.2.10.1.4.10 = STRING: "USB_NIC Device" +.1.3.6.1.4.1.2007.1.2.10.1.4.11 = STRING: "Atheros WLAN" +.1.3.6.1.4.1.2007.1.2.10.1.4.12 = STRING: "Generic DirectIP encapsulation" +.1.3.6.1.4.1.2007.1.2.10.1.4.13 = STRING: "Generic DirectIP encapsulation" +.1.3.6.1.4.1.2007.1.2.10.1.4.14 = STRING: "Generic DirectIP encapsulation" +.1.3.6.1.4.1.2007.1.2.10.1.4.15 = STRING: "Ethernet subinterface" +.1.3.6.1.4.1.2007.1.2.10.1.4.16 = STRING: "Ethernet subinterface" +.1.3.6.1.4.1.2007.1.2.11.0 = Hex-STRING: 26 06 21 00 12 10 04 00 +.1.3.6.1.4.1.2007.1.2.12.0 = INTEGER: 3 +.1.3.6.1.4.1.2007.1.2.13.0 = INTEGER: 2 +.1.3.6.1.4.1.2007.1.2.14.0 = INTEGER: 4 +.1.3.6.1.4.1.2007.1.2.15.0 = INTEGER: 0 +.1.3.6.1.4.1.2007.1.2.16.0 = Gauge32: 600 +.1.3.6.1.4.1.2007.1.2.17.0 = INTEGER: 0 +.1.3.6.1.4.1.2007.1.2.18.0 = INTEGER: 1 +.1.3.6.1.4.1.2007.3.2.1.1.0 = IpAddress: 0.0.0.12 +.1.3.6.1.4.1.2007.3.2.1.2.0 = Gauge32: 10 +.1.3.6.1.4.1.2007.3.2.1.3.0 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.1.1.1.0 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.1.1.2.0 = INTEGER: 4 +.1.3.6.1.4.1.2007.4.1.1.1.3.0 = INTEGER: 4 +.1.3.6.1.4.1.2007.4.1.1.1.4.0 = INTEGER: 4 +.1.3.6.1.4.1.2007.4.1.1.1.5.0 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.1.1.7.0 = INTEGER: 3 +.1.3.6.1.4.1.2007.4.1.1.1.8.0 = INTEGER: 2 +.1.3.6.1.4.1.2007.4.1.1.2.1.0 = STRING: "Router model H2Rail S/N: 899/000841 SWL: BASE GPS WLAN WNMS_MAX_WTPs-18 Teldat (c)1996 - 2021" +.1.3.6.1.4.1.2007.4.1.1.2.2.0 = OID: .1.3.6.1.4.1.2007.1.1.227 +.1.3.6.1.4.1.2007.4.1.1.2.3.0 = "" +.1.3.6.1.4.1.2007.4.1.1.2.4.0 = STRING: "......" +.1.3.6.1.4.1.2007.4.1.1.2.5.0 = STRING: "......." +.1.3.6.1.4.1.2007.4.1.1.2.6.0 = Gauge32: 72 +.1.3.6.1.4.1.2007.4.1.1.2.7.0 = Timeticks: (7598700) 21:06:27.00 +.1.3.6.1.4.1.2007.4.1.1.2.9.0 = INTEGER: 10 +.1.3.6.1.4.1.2007.4.1.1.5.1.1.1.0 = IpAddress: 0.0.0.0 +.1.3.6.1.4.1.2007.4.1.1.5.1.1.2.0 = IpAddress: 0.0.0.0 +.1.3.6.1.4.1.2007.4.1.1.5.1.1.3.0 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.1.5.1.1.4.0 = INTEGER: 12000 +.1.3.6.1.4.1.2007.4.1.1.5.1.1.5.0 = INTEGER: 64 +.1.3.6.1.4.1.2007.4.1.1.5.1.1.6.0 = INTEGER: 1 +.1.3.6.1.4.1.2007.4.1.1.5.1.1.7.0 = INTEGER: 5 +.1.3.6.1.4.1.2007.4.1.1.5.1.1.10.0 = INTEGER: 3 +.1.3.6.1.4.1.2007.4.1.1.5.1.1.16.0 = IpAddress: 0.0.0.0 +.1.3.6.1.4.1.2007.4.1.1.5.1.4.1.1.1 = INTEGER: 1 +.1.3.6.1.4.1.2007.4.1.1.5.1.4.1.1.2 = INTEGER: 2 +.1.3.6.1.4.1.2007.4.1.1.5.1.4.1.1.3 = INTEGER: 3 +.1.3.6.1.4.1.2007.4.1.1.5.1.4.1.1.4 = INTEGER: 4 +.1.3.6.1.4.1.2007.4.1.1.5.1.4.1.2.1 = INTEGER: 1 +.1.3.6.1.4.1.2007.4.1.1.5.1.4.1.2.2 = INTEGER: 1 +.1.3.6.1.4.1.2007.4.1.1.5.1.4.1.2.3 = INTEGER: 1 +.1.3.6.1.4.1.2007.4.1.1.5.1.4.1.2.4 = INTEGER: 1 +.1.3.6.1.4.1.2007.4.1.1.5.1.4.1.3.1 = IpAddress: 0.0.0.0 +.1.3.6.1.4.1.2007.4.1.1.5.1.4.1.3.2 = IpAddress: 0.0.0.0 +.1.3.6.1.4.1.2007.4.1.1.5.1.4.1.3.3 = IpAddress: 0.0.0.0 +.1.3.6.1.4.1.2007.4.1.1.5.1.4.1.3.4 = IpAddress: 0.0.0.0 +.1.3.6.1.4.1.2007.4.1.1.5.1.4.1.4.1 = IpAddress: 0.0.0.0 +.1.3.6.1.4.1.2007.4.1.1.5.1.4.1.4.2 = IpAddress: 0.0.0.0 +.1.3.6.1.4.1.2007.4.1.1.5.1.4.1.4.3 = IpAddress: 0.0.0.0 +.1.3.6.1.4.1.2007.4.1.1.5.1.4.1.4.4 = IpAddress: 0.0.0.0 +.1.3.6.1.4.1.2007.4.1.1.5.1.4.1.5.1 = IpAddress: 0.0.0.10 +.1.3.6.1.4.1.2007.4.1.1.5.1.4.1.5.2 = IpAddress: 0.0.0.11 +.1.3.6.1.4.1.2007.4.1.1.5.1.4.1.5.3 = IpAddress: 0.0.0.12 +.1.3.6.1.4.1.2007.4.1.1.5.1.4.1.5.4 = IpAddress: 0.0.0.13 +.1.3.6.1.4.1.2007.4.1.1.5.1.4.1.6.1 = INTEGER: 1 +.1.3.6.1.4.1.2007.4.1.1.5.1.4.1.6.2 = INTEGER: 10 +.1.3.6.1.4.1.2007.4.1.1.5.1.4.1.6.3 = INTEGER: 10 +.1.3.6.1.4.1.2007.4.1.1.5.1.4.1.6.4 = INTEGER: 10 +.1.3.6.1.4.1.2007.4.1.1.5.12.1.0 = Gauge32: 1 +.1.3.6.1.4.1.2007.4.1.1.5.12.2.0 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.1.5.12.3.0 = Gauge32: 21 +.1.3.6.1.4.1.2007.4.1.1.5.12.4.0 = Gauge32: 20 +.1.3.6.1.4.1.2007.4.1.1.5.12.5.0 = Gauge32: 360 +.1.3.6.1.4.1.2007.4.1.1.5.12.6.0 = Gauge32: 4 +.1.3.6.1.4.1.2007.4.1.1.5.12.7.0 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.1.5.12.8.0 = Gauge32: 1024 +.1.3.6.1.4.1.2007.4.1.1.5.12.9.0 = Gauge32: 2048 +.1.3.6.1.4.1.2007.4.1.1.5.12.10.0 = Gauge32: 16384 +.1.3.6.1.4.1.2007.4.1.1.5.12.11.0 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.1.5.12.12.0 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.1.5.12.13.0 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.1.5.12.14.0 = Gauge32: 1 +.1.3.6.1.4.1.2007.4.1.1.5.12.15.0 = Gauge32: 1 +.1.3.6.1.4.1.2007.4.1.1.5.12.16.0 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.1.5.13.1.1.0 = Gauge32: 2 +.1.3.6.1.4.1.2007.4.1.1.5.13.1.2.0 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.1.5.13.1.3.0 = Gauge32: 64 +.1.3.6.1.4.1.2007.4.1.1.5.13.1.4.0 = INTEGER: 1 +.1.3.6.1.4.1.2007.4.1.2.1.1.14.0 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.1.1.15.0 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.1.1.16.0 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.1.1.26.0 = Gauge32: 268435456 +.1.3.6.1.4.1.2007.4.1.2.1.1.27.0 = Gauge32: 224182272 +.1.3.6.1.4.1.2007.4.1.2.1.1.28.0 = Gauge32: 163015856 +.1.3.6.1.4.1.2007.4.1.2.1.1.29.0 = Gauge32: 224182272 +.1.3.6.1.4.1.2007.4.1.2.1.1.30.0 = Gauge32: 163015856 +.1.3.6.1.4.1.2007.4.1.2.1.1.31.0 = STRING: "Caches: ON Write Back" +.1.3.6.1.4.1.2007.4.1.2.1.1.32.0 = Gauge32: 33030144 +.1.3.6.1.4.1.2007.4.1.2.1.1.33.0 = Gauge32: 9429 +.1.3.6.1.4.1.2007.4.1.2.1.2.1.1.1.0 = Gauge32: 1 +.1.3.6.1.4.1.2007.4.1.2.1.2.1.1.2.0 = Gauge32: 1 +.1.3.6.1.4.1.2007.4.1.2.1.2.1.1.3.0 = Gauge32: 1 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.1.1.1.1 = Gauge32: 1 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.1.1.2.1 = Hex-STRING: 00 A0 26 54 02 E5 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.1.1.3.1 = Hex-STRING: 00 A0 26 54 02 E5 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.1.1.4.1 = STRING: "ethernet0/0" +.1.3.6.1.4.1.2007.4.1.2.2.2.6.2.1.1.1 = Gauge32: 1 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.2.1.2.1 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.2.1.3.1 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.2.1.4.1 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.2.1.5.1 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.2.1.6.1 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.2.1.7.1 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.2.1.8.1 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.2.1.9.1 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.2.1.10.1 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.2.1.11.1 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.2.1.12.1 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.2.1.13.1 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.2.1.14.1 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.2.1.15.1 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.2.1.16.1 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.2.1.17.1 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.2.1.18.1 = Gauge32: 5 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.1.1.1 = INTEGER: 1 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.1.1.2 = INTEGER: 1 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.1.1.3 = INTEGER: 1 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.1.1.4 = INTEGER: 1 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.1.1.5 = INTEGER: 1 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.1.1.6 = INTEGER: 1 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.1.1.7 = INTEGER: 1 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.1.1.8 = INTEGER: 1 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.1.1.9 = INTEGER: 1 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.1.1.10 = INTEGER: 1 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.1.1.11 = INTEGER: 1 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.1.1.12 = INTEGER: 1 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.1.1.13 = INTEGER: 1 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.1.1.14 = INTEGER: 1 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.1.1.15 = INTEGER: 1 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.2.1.1 = INTEGER: 1 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.2.1.2 = INTEGER: 2 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.2.1.3 = INTEGER: 3 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.2.1.4 = INTEGER: 4 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.2.1.5 = INTEGER: 5 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.2.1.6 = INTEGER: 6 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.2.1.7 = INTEGER: 7 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.2.1.8 = INTEGER: 8 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.2.1.9 = INTEGER: 9 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.2.1.10 = INTEGER: 10 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.2.1.11 = INTEGER: 11 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.2.1.12 = INTEGER: 12 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.2.1.13 = INTEGER: 13 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.2.1.14 = INTEGER: 14 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.2.1.15 = INTEGER: 15 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.3.1.1 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.3.1.2 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.3.1.3 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.3.1.4 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.3.1.5 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.3.1.6 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.3.1.7 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.3.1.8 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.3.1.9 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.3.1.10 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.3.1.11 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.3.1.12 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.3.1.13 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.3.1.14 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.6.3.1.3.1.15 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.8.1.1.1.1 = INTEGER: 1 +.1.3.6.1.4.1.2007.4.1.2.2.2.8.1.1.1.11 = INTEGER: 11 +.1.3.6.1.4.1.2007.4.1.2.2.2.8.1.1.1.15 = INTEGER: 15 +.1.3.6.1.4.1.2007.4.1.2.2.2.8.1.1.1.16 = INTEGER: 16 +.1.3.6.1.4.1.2007.4.1.2.2.2.8.1.1.2.1 = INTEGER: 4 +.1.3.6.1.4.1.2007.4.1.2.2.2.8.1.1.2.11 = INTEGER: 4 +.1.3.6.1.4.1.2007.4.1.2.2.2.8.1.1.2.15 = INTEGER: 4 +.1.3.6.1.4.1.2007.4.1.2.2.2.8.1.1.2.16 = INTEGER: 4 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.1.2 = INTEGER: 2 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.1.3 = INTEGER: 3 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.1.4 = INTEGER: 4 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.1.5 = INTEGER: 5 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.1.6 = INTEGER: 6 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.1.7 = INTEGER: 7 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.1.8 = INTEGER: 8 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.1.9 = INTEGER: 9 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.1.10 = INTEGER: 10 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.2.2 = STRING: "Sierra Wireless, Incorporated" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.2.3 = STRING: "Sierra Wireless, Incorporated" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.2.4 = STRING: "Sierra Wireless, Incorporated" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.2.5 = STRING: "Sierra Wireless, Incorporated" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.2.6 = STRING: "Sierra Wireless, Incorporated" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.2.7 = STRING: "Sierra Wireless, Incorporated" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.2.8 = STRING: "Sierra Wireless, Incorporated" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.2.9 = STRING: "Sierra Wireless, Incorporated" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.2.10 = STRING: "Sierra Wireless, Incorporated" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.3.2 = STRING: "MC7455" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.3.3 = STRING: "MC7455" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.3.4 = STRING: "MC7455" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.3.5 = STRING: "MC7455" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.3.6 = STRING: "MC7455" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.3.7 = STRING: "MC7455" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.3.8 = STRING: "MC7455" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.3.9 = STRING: "MC7455" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.3.10 = STRING: "MC7455" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.4.2 = STRING: "SWI9X30C_02.24.05.06 r7040 CARMD-EV-FRMWR2 2017/05/19 06:23:09" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.4.3 = STRING: "SWI9X30C_02.24.05.06 r7040 CARMD-EV-FRMWR2 2017/05/19 06:23:09" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.4.4 = STRING: "SWI9X30C_02.24.05.06 r7040 CARMD-EV-FRMWR2 2017/05/19 06:23:09" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.4.5 = STRING: "SWI9X30C_02.24.05.06 r7040 CARMD-EV-FRMWR2 2017/05/19 06:23:09" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.4.6 = STRING: "SWI9X30C_02.24.05.06 r7040 CARMD-EV-FRMWR2 2017/05/19 06:23:09" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.4.7 = STRING: "SWI9X30C_02.24.05.06 r7040 CARMD-EV-FRMWR2 2017/05/19 06:23:09" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.4.8 = STRING: "SWI9X30C_02.24.05.06 r7040 CARMD-EV-FRMWR2 2017/05/19 06:23:09" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.4.9 = STRING: "SWI9X30C_02.24.05.06 r7040 CARMD-EV-FRMWR2 2017/05/19 06:23:09" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.4.10 = STRING: "SWI9X30C_02.24.05.06 r7040 CARMD-EV-FRMWR2 2017/05/19 06:23:09" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.5.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.5.3 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.5.4 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.5.5 = STRING: "359072066403821" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.5.6 = STRING: "359072066403821" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.5.7 = STRING: "359072066403821" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.5.8 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.5.9 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.5.10 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.6.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.6.3 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.6.4 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.6.5 = STRING: "208015606540916" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.6.6 = STRING: "208015606540916" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.6.7 = STRING: "208015606540916" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.6.8 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.6.9 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.6.10 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.7.2 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.7.3 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.7.4 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.7.5 = STRING: "89330122115801091660" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.7.6 = STRING: "89330122115801091660" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.7.7 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.7.8 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.7.9 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.7.10 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.8.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.8.3 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.8.4 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.8.5 = STRING: "89330122115801091660" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.8.6 = STRING: "89330122115801091660" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.8.7 = STRING: "89330122115801091660" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.8.8 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.8.9 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.8.10 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.9.2 = STRING: "0/0" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.9.3 = STRING: "0/0" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.9.4 = STRING: "0/0" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.9.5 = STRING: "50000/300000" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.9.6 = STRING: "50000/300000" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.9.7 = STRING: "0/0" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.9.8 = STRING: "0/0" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.9.9 = STRING: "0/0" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.1.1.9.10 = STRING: "0/0" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.1.2 = INTEGER: 2 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.1.3 = INTEGER: 3 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.1.4 = INTEGER: 4 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.1.5 = INTEGER: 5 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.1.6 = INTEGER: 6 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.1.7 = INTEGER: 7 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.1.8 = INTEGER: 8 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.1.9 = INTEGER: 9 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.1.10 = INTEGER: 10 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.2.2 = STRING: "initial(0)" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.2.3 = STRING: "initial(0)" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.2.4 = STRING: "initial(0)" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.2.5 = STRING: "disconnect(1)" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.2.6 = STRING: "connect(9)" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.2.7 = STRING: "disconnect(1)" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.2.8 = STRING: "initial(0)" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.2.9 = STRING: "initial(0)" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.2.10 = STRING: "initial(0)" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.3.2 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.3.3 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.3.4 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.3.5 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.3.6 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.3.7 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.3.8 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.3.9 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.3.10 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.4.2 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.4.3 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.4.4 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.4.5 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.4.6 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.4.7 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.4.8 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.4.9 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.4.10 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.5.2 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.5.3 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.5.4 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.5.5 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.5.6 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.5.7 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.5.8 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.5.9 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.5.10 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.6.2 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.6.3 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.6.4 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.6.5 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.6.6 = Gauge32: 75947 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.6.7 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.6.8 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.6.9 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.6.10 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.7.2 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.7.3 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.7.4 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.7.5 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.7.6 = Gauge32: 75948 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.7.7 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.7.8 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.7.9 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.7.10 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.8.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.8.3 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.8.4 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.8.5 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.8.6 = STRING: "POTATO" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.8.7 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.8.8 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.8.9 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.8.10 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.9.2 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.9.3 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.9.4 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.9.5 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.9.6 = Gauge32: 1 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.9.7 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.9.8 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.9.9 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.9.10 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.10.2 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.10.3 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.10.4 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.10.5 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.10.6 = STRING: "phenix.com" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.10.7 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.10.8 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.10.9 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.10.10 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.11.2 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.11.3 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.11.4 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.11.5 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.11.6 = Gauge32: 9 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.11.7 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.11.8 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.11.9 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.11.10 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.12.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.12.3 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.12.4 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.12.5 = STRING: "192.168.1.120" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.12.6 = STRING: "192.168.1.120" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.12.7 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.12.8 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.12.9 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.12.10 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.13.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.13.3 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.13.4 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.13.5 = STRING: "1.1.1.1" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.13.6 = STRING: "1.1.1.1" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.13.7 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.13.8 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.13.9 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.13.10 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.14.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.14.3 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.14.4 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.14.5 = STRING: "192.168.2.5" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.14.6 = STRING: "192.168.2.5" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.14.7 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.14.8 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.14.9 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.1.1.14.10 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.1.2 = INTEGER: 2 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.1.3 = INTEGER: 3 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.1.4 = INTEGER: 4 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.1.5 = INTEGER: 5 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.1.6 = INTEGER: 6 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.1.7 = INTEGER: 7 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.1.8 = INTEGER: 8 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.1.9 = INTEGER: 9 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.1.10 = INTEGER: 10 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.2.2 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.2.3 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.2.4 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.2.5 = INTEGER: 1 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.2.6 = INTEGER: 1 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.2.7 = INTEGER: 1 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.2.8 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.2.9 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.2.10 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.3.2 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.3.3 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.3.4 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.3.5 = INTEGER: 20801 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.3.6 = INTEGER: 20801 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.3.7 = INTEGER: 20801 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.3.8 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.3.9 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.3.10 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.4.2 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.4.3 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.4.4 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.4.5 = Gauge32: 50560 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.4.6 = Gauge32: 50560 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.4.7 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.4.8 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.4.9 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.4.10 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.5.2 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.5.3 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.5.4 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.5.5 = Gauge32: 95123 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.5.6 = Gauge32: 95123 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.5.7 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.5.8 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.5.9 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.5.10 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.6.2 = STRING: "Unknown" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.6.3 = STRING: "Unknown" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.6.4 = STRING: "Unknown" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.6.5 = STRING: "E-UTRAN LTE" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.6.6 = STRING: "E-UTRAN LTE" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.6.7 = STRING: "Unknown" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.6.8 = STRING: "Unknown" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.6.9 = STRING: "Unknown" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.6.10 = STRING: "Unknown" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.7.2 = STRING: "CDMABandClass0" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.7.3 = STRING: "CDMABandClass0" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.7.4 = STRING: "CDMABandClass0" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.7.5 = STRING: "EUTRABand3_1800_DCS" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.7.6 = STRING: "EUTRABand3_1800_DCS" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.7.7 = STRING: "CDMABandClass0" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.7.8 = STRING: "CDMABandClass0" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.7.9 = STRING: "CDMABandClass0" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.7.10 = STRING: "CDMABandClass0" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.8.2 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.8.3 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.8.4 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.8.5 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.8.6 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.8.7 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.8.8 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.8.9 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.8.10 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.9.2 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.9.3 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.9.4 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.9.5 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.9.6 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.9.7 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.9.8 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.9.9 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.9.10 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.10.2 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.10.3 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.10.4 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.10.5 = INTEGER: -73 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.10.6 = INTEGER: -73 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.10.7 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.10.8 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.10.9 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.10.10 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.11.2 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.11.3 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.11.4 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.11.5 = INTEGER: 39 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.11.6 = INTEGER: 39 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.11.7 = INTEGER: 39 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.11.8 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.11.9 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.11.10 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.12.2 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.12.3 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.12.4 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.12.5 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.12.6 = Gauge32: 388788 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.12.7 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.12.8 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.12.9 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.12.10 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.13.2 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.13.3 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.13.4 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.13.5 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.13.6 = Gauge32: 323656619 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.13.7 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.13.8 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.13.9 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.13.10 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.14.2 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.14.3 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.14.4 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.14.5 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.14.6 = Gauge32: 386103 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.14.7 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.14.8 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.14.9 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.14.10 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.15.2 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.15.3 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.15.4 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.15.5 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.15.6 = Gauge32: 57389151 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.15.7 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.15.8 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.15.9 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.15.10 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.16.2 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.16.3 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.16.4 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.16.5 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.16.6 = Gauge32: 31648 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.16.7 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.16.8 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.16.9 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.16.10 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.17.2 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.17.3 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.17.4 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.17.5 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.17.6 = Gauge32: 31648 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.17.7 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.17.8 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.17.9 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.17.10 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.18.2 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.18.3 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.18.4 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.18.5 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.18.6 = Gauge32: 36306 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.18.7 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.18.8 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.18.9 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.18.10 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.19.2 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.19.3 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.19.4 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.19.5 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.19.6 = Gauge32: 37383 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.19.7 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.19.8 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.19.9 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.19.10 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.20.2 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.20.3 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.20.4 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.20.5 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.20.6 = Gauge32: 12222 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.20.7 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.20.8 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.20.9 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.20.10 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.21.2 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.21.3 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.21.4 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.21.5 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.21.6 = Gauge32: 12590 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.21.7 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.21.8 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.21.9 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.21.10 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.22.2 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.22.3 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.22.4 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.22.5 = INTEGER: -114 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.22.6 = INTEGER: -114 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.22.7 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.22.8 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.22.9 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.22.10 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.23.2 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.23.3 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.23.4 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.23.5 = INTEGER: -18 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.23.6 = INTEGER: -18 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.23.7 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.23.8 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.23.9 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.23.10 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.24.2 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.24.3 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.24.4 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.24.5 = INTEGER: -1 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.24.6 = INTEGER: -1 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.24.7 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.24.8 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.24.9 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.24.10 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.25.2 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.25.3 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.25.4 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.25.5 = Gauge32: 328 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.25.6 = Gauge32: 328 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.25.7 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.25.8 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.25.9 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.25.10 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.26.2 = STRING: "LOCKED" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.26.3 = STRING: "OK" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.26.4 = STRING: "LOCKED" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.26.5 = STRING: "OK" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.26.6 = STRING: "LOCKED" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.26.7 = STRING: "DETECTING" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.26.8 = STRING: "LOCKED" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.26.9 = STRING: "DETECTING" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.26.10 = STRING: "OK" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.27.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.27.3 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.27.4 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.27.5 = STRING: "Mobile O" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.27.6 = STRING: "Mobile O" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.27.7 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.27.8 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.27.9 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.27.10 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.28.2 = STRING: "None" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.28.3 = STRING: "None" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.28.4 = STRING: "None" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.28.5 = STRING: "PS" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.28.6 = STRING: "PS" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.28.7 = STRING: "None" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.28.8 = STRING: "None" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.28.9 = STRING: "None" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.28.10 = STRING: "None" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.29.2 = STRING: "Off" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.29.3 = STRING: "Off" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.29.4 = STRING: "Off" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.29.5 = STRING: "Off" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.29.6 = STRING: "Off" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.29.7 = STRING: "Off" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.29.8 = STRING: "Off" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.29.9 = STRING: "Off" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.29.10 = STRING: "Off" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.30.2 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.30.3 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.30.4 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.30.5 = Gauge32: 1300 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.30.6 = Gauge32: 1300 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.30.7 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.30.8 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.30.9 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.30.10 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.31.2 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.31.3 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.31.4 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.31.5 = Gauge32: 19300 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.31.6 = Gauge32: 19300 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.31.7 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.31.8 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.31.9 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.31.10 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.32.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.32.3 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.32.4 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.32.5 = STRING: "20 MHz" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.32.6 = STRING: "20 MHz" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.32.7 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.32.8 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.32.9 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.32.10 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.33.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.33.3 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.33.4 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.33.5 = STRING: "Attached" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.33.6 = STRING: "Attached" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.33.7 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.33.8 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.33.9 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.33.10 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.34.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.34.3 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.34.4 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.34.5 = STRING: "(2) Registered" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.34.6 = STRING: "(2) Registered" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.34.7 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.34.8 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.34.9 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.34.10 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.35.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.35.3 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.35.4 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.35.5 = STRING: "(0) Normal Service" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.35.6 = STRING: "(0) Normal Service" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.35.7 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.35.8 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.35.9 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.35.10 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.36.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.36.3 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.36.4 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.36.5 = STRING: "(2) RRC Connected" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.36.6 = STRING: "(2) RRC Connected" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.36.7 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.36.8 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.36.9 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.36.10 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.37.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.37.3 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.37.4 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.37.5 = STRING: "c580" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.37.6 = STRING: "c580" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.37.7 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.37.8 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.37.9 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.37.10 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.38.2 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.38.3 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.38.4 = Gauge32: 1 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.38.5 = Gauge32: 3 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.38.6 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.38.7 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.38.8 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.38.9 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.2.1.38.10 = Gauge32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.1.2 = INTEGER: 2 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.1.3 = INTEGER: 3 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.1.4 = INTEGER: 4 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.1.5 = INTEGER: 5 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.1.6 = INTEGER: 6 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.1.7 = INTEGER: 7 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.1.8 = INTEGER: 8 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.1.9 = INTEGER: 9 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.1.10 = INTEGER: 10 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.2.2 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.2.3 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.2.4 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.2.5 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.2.6 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.2.7 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.2.8 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.2.9 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.2.10 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.3.2 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.3.3 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.3.4 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.3.5 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.3.6 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.3.7 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.3.8 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.3.9 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.3.10 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.4.2 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.4.3 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.4.4 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.4.5 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.4.6 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.4.7 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.4.8 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.4.9 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.4.10 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.5.2 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.5.3 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.5.4 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.5.5 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.5.6 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.5.7 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.5.8 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.5.9 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.5.10 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.6.2 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.6.3 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.6.4 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.6.5 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.6.6 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.6.7 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.6.8 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.6.9 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.6.10 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.7.2 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.7.3 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.7.4 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.7.5 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.7.6 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.7.7 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.7.8 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.7.9 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.7.10 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.8.2 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.8.3 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.8.4 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.8.5 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.8.6 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.8.7 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.8.8 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.8.9 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.3.1.8.10 = "" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.1.2 = INTEGER: 2 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.1.3 = INTEGER: 3 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.1.4 = INTEGER: 4 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.1.5 = INTEGER: 5 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.1.6 = INTEGER: 6 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.1.7 = INTEGER: 7 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.1.8 = INTEGER: 8 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.1.9 = INTEGER: 9 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.1.10 = INTEGER: 10 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.2.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.2.3 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.2.4 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.2.5 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.2.6 = STRING: "PHENIX" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.2.7 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.2.8 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.2.9 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.2.10 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.3.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.3.3 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.3.4 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.3.5 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.3.6 = STRING: "potato.com" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.3.7 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.3.8 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.3.9 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.3.10 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.4.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.4.3 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.4.4 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.4.5 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.4.6 = STRING: "POTATO" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.4.7 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.4.8 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.4.9 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.4.10 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.5.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.5.3 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.5.4 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.5.5 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.5.6 = STRING: "potato.com" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.5.7 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.5.8 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.5.9 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.4.1.5.10 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.5.1.1.2 = INTEGER: 2 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.5.1.1.3 = INTEGER: 3 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.5.1.1.4 = INTEGER: 4 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.5.1.1.5 = INTEGER: 5 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.5.1.1.6 = INTEGER: 6 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.5.1.1.7 = INTEGER: 7 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.5.1.1.8 = INTEGER: 8 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.5.1.1.9 = INTEGER: 9 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.5.1.1.10 = INTEGER: 10 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.5.1.2.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.5.1.2.3 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.5.1.2.4 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.5.1.2.5 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.5.1.2.6 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.5.1.2.7 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.5.1.2.8 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.5.1.2.9 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.5.1.2.10 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.5.1.3.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.5.1.3.3 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.5.1.3.4 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.5.1.3.5 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.5.1.3.6 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.5.1.3.7 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.5.1.3.8 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.5.1.3.9 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.5.1.3.10 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.1.2.1 = INTEGER: 2 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.1.2.2 = INTEGER: 2 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.1.3.1 = INTEGER: 3 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.1.3.2 = INTEGER: 3 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.1.4.1 = INTEGER: 4 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.1.4.2 = INTEGER: 4 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.1.5.1 = INTEGER: 5 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.1.5.2 = INTEGER: 5 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.1.6.1 = INTEGER: 6 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.1.6.2 = INTEGER: 6 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.1.7.1 = INTEGER: 7 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.1.7.2 = INTEGER: 7 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.1.8.1 = INTEGER: 8 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.1.8.2 = INTEGER: 8 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.1.9.1 = INTEGER: 9 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.1.9.2 = INTEGER: 9 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.1.10.1 = INTEGER: 10 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.1.10.2 = INTEGER: 10 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.2.2.1 = INTEGER: 1 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.2.2.2 = INTEGER: 2 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.2.3.1 = INTEGER: 1 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.2.3.2 = INTEGER: 2 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.2.4.1 = INTEGER: 1 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.2.4.2 = INTEGER: 2 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.2.5.1 = INTEGER: 1 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.2.5.2 = INTEGER: 2 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.2.6.1 = INTEGER: 1 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.2.6.2 = INTEGER: 2 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.2.7.1 = INTEGER: 1 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.2.7.2 = INTEGER: 2 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.2.8.1 = INTEGER: 1 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.2.8.2 = INTEGER: 2 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.2.9.1 = INTEGER: 1 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.2.9.2 = INTEGER: 2 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.2.10.1 = INTEGER: 1 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.2.10.2 = INTEGER: 2 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.3.2.1 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.3.2.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.3.3.1 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.3.3.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.3.4.1 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.3.4.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.3.5.1 = STRING: "20 MHz" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.3.5.2 = STRING: "10 MHz" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.3.6.1 = STRING: "20 MHz" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.3.6.2 = STRING: "10 MHz" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.3.7.1 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.3.7.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.3.8.1 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.3.8.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.3.9.1 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.3.9.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.3.10.1 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.3.10.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.4.2.1 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.4.2.2 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.4.3.1 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.4.3.2 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.4.4.1 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.4.4.2 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.4.5.1 = INTEGER: 1300 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.4.5.2 = INTEGER: 6400 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.4.6.1 = INTEGER: 1300 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.4.6.2 = INTEGER: 6400 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.4.7.1 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.4.7.2 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.4.8.1 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.4.8.2 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.4.9.1 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.4.9.2 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.4.10.1 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.4.10.2 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.5.2.1 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.5.2.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.5.3.1 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.5.3.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.5.4.1 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.5.4.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.5.5.1 = STRING: "E-UTRA Band 3" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.5.5.2 = STRING: "E-UTRA Band 20" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.5.6.1 = STRING: "E-UTRA Band 3" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.5.6.2 = STRING: "E-UTRA Band 20" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.5.7.1 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.5.7.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.5.8.1 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.5.8.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.5.9.1 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.5.9.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.5.10.1 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.5.10.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.6.2.1 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.6.2.2 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.6.3.1 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.6.3.2 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.6.4.1 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.6.4.2 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.6.5.1 = INTEGER: 328 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.6.5.2 = INTEGER: 328 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.6.6.1 = INTEGER: 328 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.6.6.2 = INTEGER: 328 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.6.7.1 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.6.7.2 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.6.8.1 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.6.8.2 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.6.9.1 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.6.9.2 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.6.10.1 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.6.10.2 = INTEGER: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.7.2.1 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.7.2.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.7.3.1 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.7.3.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.7.4.1 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.7.4.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.7.5.1 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.7.5.2 = STRING: "INACTIVE" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.7.6.1 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.7.6.2 = STRING: "INACTIVE" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.7.7.1 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.7.7.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.7.8.1 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.7.8.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.7.9.1 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.7.9.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.7.10.1 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.6.1.7.10.2 = STRING: "---" +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.1.2 = INTEGER: 2 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.1.3 = INTEGER: 3 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.1.4 = INTEGER: 4 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.1.5 = INTEGER: 5 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.1.6 = INTEGER: 6 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.1.7 = INTEGER: 7 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.1.8 = INTEGER: 8 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.1.9 = INTEGER: 9 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.1.10 = INTEGER: 10 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.2.2 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.2.3 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.2.4 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.2.5 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.2.6 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.2.7 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.2.8 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.2.9 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.2.10 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.3.2 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.3.3 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.3.4 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.3.5 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.3.6 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.3.7 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.3.8 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.3.9 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.3.10 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.4.2 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.4.3 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.4.4 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.4.5 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.4.6 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.4.7 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.4.8 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.4.9 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.4.10 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.5.2 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.5.3 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.5.4 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.5.5 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.5.6 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.5.7 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.5.8 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.5.9 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.5.10 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.6.2 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.6.3 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.6.4 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.6.5 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.6.6 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.6.7 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.6.8 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.6.9 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.6.10 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.7.2 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.7.3 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.7.4 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.7.5 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.7.6 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.7.7 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.7.8 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.7.9 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.7.10 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.8.2 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.8.3 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.8.4 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.8.5 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.8.6 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.8.7 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.8.8 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.8.9 = Counter32: 0 +.1.3.6.1.4.1.2007.4.1.2.2.2.18.3.7.1.8.10 = Counter32: 0 From 6a5fb84d73e10093b067d61c252145c2b5ef9d56 Mon Sep 17 00:00:00 2001 From: omercier <32134301+omercier@users.noreply.github.com> Date: Tue, 16 Jan 2024 11:10:15 +0100 Subject: [PATCH 4/5] enh(license): updated the copyright year (#4838) --- src/apps/antivirus/clamav/local/mode/updatestatus.pm | 2 +- src/apps/antivirus/clamav/local/plugin.pm | 2 +- src/apps/antivirus/kaspersky/snmp/mode/deployment.pm | 2 +- src/apps/antivirus/kaspersky/snmp/mode/events.pm | 2 +- src/apps/antivirus/kaspersky/snmp/mode/fullscan.pm | 2 +- src/apps/antivirus/kaspersky/snmp/mode/logicalnetwork.pm | 2 +- src/apps/antivirus/kaspersky/snmp/mode/protection.pm | 2 +- src/apps/antivirus/kaspersky/snmp/mode/updates.pm | 2 +- src/apps/antivirus/kaspersky/snmp/plugin.pm | 2 +- src/apps/antivirus/mcafee/webgateway/snmp/mode/clients.pm | 2 +- src/apps/antivirus/mcafee/webgateway/snmp/mode/connections.pm | 2 +- src/apps/antivirus/mcafee/webgateway/snmp/mode/detections.pm | 2 +- src/apps/antivirus/mcafee/webgateway/snmp/mode/ftpstatistics.pm | 2 +- .../antivirus/mcafee/webgateway/snmp/mode/httpsstatistics.pm | 2 +- .../antivirus/mcafee/webgateway/snmp/mode/httpstatistics.pm | 2 +- src/apps/antivirus/mcafee/webgateway/snmp/mode/system.pm | 2 +- src/apps/antivirus/mcafee/webgateway/snmp/mode/versions.pm | 2 +- src/apps/antivirus/mcafee/webgateway/snmp/plugin.pm | 2 +- src/apps/apache/serverstatus/mode/cpuload.pm | 2 +- src/apps/apache/serverstatus/mode/requests.pm | 2 +- src/apps/apache/serverstatus/mode/responsetime.pm | 2 +- src/apps/apache/serverstatus/mode/slotstates.pm | 2 +- src/apps/apache/serverstatus/mode/workers.pm | 2 +- src/apps/apache/serverstatus/plugin.pm | 2 +- src/apps/apcupsd/local/custom/cli.pm | 2 +- src/apps/apcupsd/local/mode/batterycharge.pm | 2 +- src/apps/apcupsd/local/mode/batteryvoltage.pm | 2 +- src/apps/apcupsd/local/mode/linefrequency.pm | 2 +- src/apps/apcupsd/local/mode/linevoltage.pm | 2 +- src/apps/apcupsd/local/mode/loadpercentage.pm | 2 +- src/apps/apcupsd/local/mode/outputvoltage.pm | 2 +- src/apps/apcupsd/local/mode/temperature.pm | 2 +- src/apps/apcupsd/local/mode/timeleft.pm | 2 +- src/apps/apcupsd/local/plugin.pm | 2 +- src/apps/automation/ansible/cli/custom/cli.pm | 2 +- src/apps/automation/ansible/cli/mode/discovery.pm | 2 +- src/apps/automation/ansible/cli/plugin.pm | 2 +- src/apps/automation/ansible/tower/custom/api.pm | 2 +- src/apps/automation/ansible/tower/custom/towercli.pm | 2 +- src/apps/automation/ansible/tower/mode/discovery.pm | 2 +- src/apps/automation/ansible/tower/mode/hosts.pm | 2 +- src/apps/automation/ansible/tower/mode/inventories.pm | 2 +- src/apps/automation/ansible/tower/mode/jobs.pm | 2 +- src/apps/automation/ansible/tower/mode/jobtemplates.pm | 2 +- src/apps/automation/ansible/tower/mode/schedules.pm | 2 +- src/apps/automation/ansible/tower/plugin.pm | 2 +- src/apps/backup/arcserve/udp/mssql/mode/jobstatus.pm | 2 +- src/apps/backup/backupexec/local/mode/alerts.pm | 2 +- src/apps/backup/backupexec/local/mode/disks.pm | 2 +- src/apps/backup/backupexec/local/mode/jobs.pm | 2 +- src/apps/backup/backupexec/local/mode/listdisks.pm | 2 +- src/apps/backup/backupexec/local/mode/resources/types.pm | 2 +- src/apps/backup/backupexec/local/plugin.pm | 2 +- src/apps/backup/commvault/commserve/restapi/custom/api.pm | 2 +- src/apps/backup/commvault/commserve/restapi/mode/jobs.pm | 2 +- .../backup/commvault/commserve/restapi/mode/listmediaagents.pm | 2 +- .../commvault/commserve/restapi/mode/liststoragepolicies.pm | 2 +- src/apps/backup/commvault/commserve/restapi/mode/mediaagents.pm | 2 +- .../backup/commvault/commserve/restapi/mode/storagepools.pm | 2 +- src/apps/backup/commvault/commserve/restapi/plugin.pm | 2 +- src/apps/backup/netapp/snapcenter/restapi/custom/api.pm | 2 +- src/apps/backup/netapp/snapcenter/restapi/mode/jobs.pm | 2 +- src/apps/backup/netapp/snapcenter/restapi/plugin.pm | 2 +- src/apps/backup/netbackup/local/mode/dedupstatus.pm | 2 +- src/apps/backup/netbackup/local/mode/drivecleaning.pm | 2 +- src/apps/backup/netbackup/local/mode/drivestatus.pm | 2 +- src/apps/backup/netbackup/local/mode/jobstatus.pm | 2 +- src/apps/backup/netbackup/local/mode/listpolicies.pm | 2 +- src/apps/backup/netbackup/local/mode/tapeusage.pm | 2 +- src/apps/backup/netbackup/local/plugin.pm | 2 +- src/apps/backup/quadstor/local/mode/listvtl.pm | 2 +- src/apps/backup/quadstor/local/mode/vtldiskusage.pm | 2 +- src/apps/backup/quadstor/local/mode/vtljobstatus.pm | 2 +- src/apps/backup/quadstor/local/mode/vtltapeusage.pm | 2 +- src/apps/backup/quadstor/local/plugin.pm | 2 +- src/apps/backup/rapidrecovery/snmp/mode/agent.pm | 2 +- src/apps/backup/rapidrecovery/snmp/mode/repository.pm | 2 +- src/apps/backup/rapidrecovery/snmp/plugin.pm | 2 +- src/apps/backup/rubrik/restapi/custom/api.pm | 2 +- src/apps/backup/rubrik/restapi/mode/cache.pm | 2 +- src/apps/backup/rubrik/restapi/mode/cluster.pm | 2 +- src/apps/backup/rubrik/restapi/mode/compliance.pm | 2 +- src/apps/backup/rubrik/restapi/mode/disks.pm | 2 +- src/apps/backup/rubrik/restapi/mode/jobs.pm | 2 +- src/apps/backup/rubrik/restapi/mode/listjobs.pm | 2 +- src/apps/backup/rubrik/restapi/mode/nodes.pm | 2 +- src/apps/backup/rubrik/restapi/mode/storage.pm | 2 +- src/apps/backup/rubrik/restapi/mode/tasks.pm | 2 +- src/apps/backup/rubrik/restapi/plugin.pm | 2 +- src/apps/backup/tsm/local/custom/api.pm | 2 +- src/apps/backup/tsm/local/mode/actlog.pm | 2 +- src/apps/backup/tsm/local/mode/drives.pm | 2 +- src/apps/backup/tsm/local/mode/nodes.pm | 2 +- src/apps/backup/tsm/local/mode/sessions.pm | 2 +- src/apps/backup/tsm/local/mode/volumes.pm | 2 +- src/apps/backup/tsm/local/plugin.pm | 2 +- src/apps/backup/veeam/local/mode/jobstatus.pm | 2 +- src/apps/backup/veeam/local/mode/licenses.pm | 2 +- src/apps/backup/veeam/local/mode/listjobs.pm | 2 +- src/apps/backup/veeam/local/mode/listrepositories.pm | 2 +- src/apps/backup/veeam/local/mode/repositories.pm | 2 +- src/apps/backup/veeam/local/mode/resources/types.pm | 2 +- src/apps/backup/veeam/local/mode/tapejobs.pm | 2 +- src/apps/backup/veeam/local/mode/vsbjobs.pm | 2 +- src/apps/backup/veeam/local/plugin.pm | 2 +- src/apps/backup/veeam/vbem/restapi/custom/api.pm | 2 +- src/apps/backup/veeam/vbem/restapi/mode/cache.pm | 2 +- src/apps/backup/veeam/vbem/restapi/mode/jobs.pm | 2 +- src/apps/backup/veeam/vbem/restapi/mode/listjobs.pm | 2 +- src/apps/backup/veeam/vbem/restapi/mode/listrepositories.pm | 2 +- src/apps/backup/veeam/vbem/restapi/mode/repositories.pm | 2 +- src/apps/backup/veeam/vbem/restapi/plugin.pm | 2 +- src/apps/bind9/web/custom/api.pm | 2 +- src/apps/bind9/web/mode/memoryusage.pm | 2 +- src/apps/bind9/web/mode/serverusage.pm | 2 +- src/apps/bind9/web/mode/zoneusage.pm | 2 +- src/apps/bind9/web/plugin.pm | 2 +- src/apps/biztalk/sql/mode/rlocationdisabled.pm | 2 +- src/apps/bluemind/local/custom/api.pm | 2 +- src/apps/bluemind/local/mode/core.pm | 2 +- src/apps/bluemind/local/mode/eas.pm | 2 +- src/apps/bluemind/local/mode/hps.pm | 2 +- src/apps/bluemind/local/mode/ips.pm | 2 +- src/apps/bluemind/local/mode/lmtpd.pm | 2 +- src/apps/bluemind/local/mode/milter.pm | 2 +- src/apps/bluemind/local/mode/webserver.pm | 2 +- src/apps/bluemind/local/mode/xmpp.pm | 2 +- src/apps/bluemind/local/plugin.pm | 2 +- src/apps/centreon/local/mode/bamservice.pm | 2 +- src/apps/centreon/local/mode/brokerstats.pm | 2 +- src/apps/centreon/local/mode/centenginestats.pm | 2 +- src/apps/centreon/local/mode/centreonpluginsversion.pm | 2 +- src/apps/centreon/local/mode/downtimetrap.pm | 2 +- src/apps/centreon/local/mode/dummy.pm | 2 +- src/apps/centreon/local/mode/metaservice.pm | 2 +- src/apps/centreon/local/mode/notsodummy.pm | 2 +- src/apps/centreon/local/mode/retentionbroker.pm | 2 +- src/apps/centreon/local/plugin.pm | 2 +- src/apps/centreon/map/jmx/mode/brokerstats.pm | 2 +- src/apps/centreon/map/jmx/mode/enginestats.pm | 2 +- src/apps/centreon/map/jmx/mode/events.pm | 2 +- src/apps/centreon/map/jmx/mode/openviews.pm | 2 +- src/apps/centreon/map/jmx/mode/sessions.pm | 2 +- src/apps/centreon/map/jmx/mode/syncstats.pm | 2 +- src/apps/centreon/map/jmx/plugin.pm | 2 +- src/apps/centreon/map4/jmx/mode/elements.pm | 2 +- src/apps/centreon/map4/jmx/mode/eventqueue.pm | 2 +- src/apps/centreon/map4/jmx/mode/eventstatistics.pm | 2 +- src/apps/centreon/map4/jmx/mode/gates.pm | 2 +- src/apps/centreon/map4/jmx/mode/sessions.pm | 2 +- src/apps/centreon/map4/jmx/plugin.pm | 2 +- src/apps/centreon/restapi/custom/api.pm | 2 +- src/apps/centreon/restapi/mode/submitresult.pm | 2 +- src/apps/centreon/restapi/plugin.pm | 2 +- src/apps/centreon/sql/mode/countnotifications.pm | 2 +- src/apps/centreon/sql/mode/countproblems.pm | 2 +- src/apps/centreon/sql/mode/countservices.pm | 2 +- src/apps/centreon/sql/mode/dsmqueue.pm | 2 +- src/apps/centreon/sql/mode/executiontime.pm | 2 +- src/apps/centreon/sql/mode/multiservices.pm | 2 +- src/apps/centreon/sql/mode/partitioning.pm | 2 +- src/apps/centreon/sql/mode/pollerdelay.pm | 2 +- src/apps/centreon/sql/mode/virtualservice.pm | 2 +- src/apps/ceph/restapi/custom/api.pm | 2 +- src/apps/ceph/restapi/mode/health.pm | 2 +- src/apps/ceph/restapi/mode/listpools.pm | 2 +- src/apps/ceph/restapi/mode/osd.pm | 2 +- src/apps/ceph/restapi/mode/pools.pm | 2 +- src/apps/ceph/restapi/mode/storage.pm | 2 +- src/apps/ceph/restapi/plugin.pm | 2 +- src/apps/cisco/cms/restapi/custom/xmlapi.pm | 2 +- src/apps/cisco/cms/restapi/mode/alarms.pm | 2 +- src/apps/cisco/cms/restapi/mode/calls.pm | 2 +- src/apps/cisco/cms/restapi/mode/databasestatus.pm | 2 +- src/apps/cisco/cms/restapi/mode/licenses.pm | 2 +- src/apps/cisco/cms/restapi/mode/systemstatus.pm | 2 +- src/apps/cisco/cms/restapi/plugin.pm | 2 +- src/apps/cisco/dnac/restapi/custom/api.pm | 2 +- src/apps/cisco/dnac/restapi/mode/discovery.pm | 2 +- src/apps/cisco/dnac/restapi/mode/networkdevices.pm | 2 +- src/apps/cisco/dnac/restapi/mode/sites.pm | 2 +- src/apps/cisco/dnac/restapi/plugin.pm | 2 +- src/apps/cisco/ise/restapi/custom/xmlapi.pm | 2 +- src/apps/cisco/ise/restapi/mode/session.pm | 2 +- src/apps/cisco/ise/restapi/plugin.pm | 2 +- src/apps/cisco/ssms/restapi/custom/api.pm | 2 +- src/apps/cisco/ssms/restapi/mode/alerts.pm | 2 +- src/apps/cisco/ssms/restapi/mode/licenses.pm | 2 +- src/apps/cisco/ssms/restapi/plugin.pm | 2 +- src/apps/citrix/local/mode/folder.pm | 2 +- src/apps/citrix/local/mode/license.pm | 2 +- src/apps/citrix/local/mode/session.pm | 2 +- src/apps/citrix/local/mode/zone.pm | 2 +- src/apps/citrix/local/plugin.pm | 2 +- src/apps/controlm/restapi/custom/api.pm | 2 +- src/apps/controlm/restapi/mode/jobs.pm | 2 +- src/apps/controlm/restapi/mode/listjobs.pm | 2 +- src/apps/controlm/restapi/plugin.pm | 2 +- src/apps/drbd/local/mode/resources.pm | 2 +- src/apps/drbd/local/plugin.pm | 2 +- src/apps/dynamics/ax/mode/ediorder.pm | 2 +- src/apps/emc/ppma/restapi/custom/api.pm | 2 +- src/apps/emc/ppma/restapi/mode/discovery.pm | 2 +- src/apps/emc/ppma/restapi/mode/hosts.pm | 2 +- src/apps/emc/ppma/restapi/mode/listhosts.pm | 2 +- src/apps/emc/ppma/restapi/plugin.pm | 2 +- src/apps/ericsson/enm/api/custom/api.pm | 2 +- src/apps/ericsson/enm/api/mode/cache.pm | 2 +- src/apps/ericsson/enm/api/mode/discovery.pm | 2 +- src/apps/ericsson/enm/api/mode/listnodes.pm | 2 +- src/apps/ericsson/enm/api/mode/listnodescelltdd.pm | 2 +- src/apps/ericsson/enm/api/mode/listnodesfru.pm | 2 +- src/apps/ericsson/enm/api/mode/nodes.pm | 2 +- src/apps/ericsson/enm/api/plugin.pm | 2 +- src/apps/github/mode/commits.pm | 2 +- src/apps/github/mode/issues.pm | 2 +- src/apps/github/mode/pullrequests.pm | 2 +- src/apps/github/mode/stats.pm | 2 +- src/apps/github/mode/status.pm | 2 +- src/apps/github/plugin.pm | 2 +- src/apps/google/workspace/custom/api.pm | 2 +- src/apps/google/workspace/mode/listservices.pm | 2 +- src/apps/google/workspace/mode/services.pm | 2 +- src/apps/google/workspace/plugin.pm | 2 +- src/apps/gorgone/restapi/custom/api.pm | 2 +- src/apps/gorgone/restapi/mode/events.pm | 2 +- src/apps/gorgone/restapi/mode/nodes.pm | 2 +- src/apps/gorgone/restapi/plugin.pm | 2 +- src/apps/grafana/api/custom/api.pm | 2 +- src/apps/grafana/api/mode/health.pm | 2 +- src/apps/grafana/api/plugin.pm | 2 +- src/apps/graylog/restapi/custom/api.pm | 2 +- src/apps/graylog/restapi/mode/notifications.pm | 2 +- src/apps/graylog/restapi/mode/query.pm | 2 +- src/apps/graylog/restapi/plugin.pm | 2 +- src/apps/haproxy/snmp/mode/backendusage.pm | 2 +- src/apps/haproxy/snmp/mode/frontendusage.pm | 2 +- src/apps/haproxy/snmp/plugin.pm | 2 +- src/apps/hashicorp/vault/restapi/custom/api.pm | 2 +- src/apps/hashicorp/vault/restapi/mode/health.pm | 2 +- src/apps/hashicorp/vault/restapi/mode/raftstorage.pm | 2 +- src/apps/hashicorp/vault/restapi/plugin.pm | 2 +- src/apps/hddtemp/custom/cli.pm | 2 +- src/apps/hddtemp/custom/tcp.pm | 2 +- src/apps/hddtemp/mode/listdrives.pm | 2 +- src/apps/hddtemp/mode/temperatures.pm | 2 +- src/apps/hddtemp/plugin.pm | 2 +- src/apps/ibm/tsamp/local/mode/listresourcegroups.pm | 2 +- src/apps/ibm/tsamp/local/mode/resourcegroups.pm | 2 +- src/apps/ibm/tsamp/local/plugin.pm | 2 +- src/apps/inin/ig/snmp/mode/spanusage.pm | 2 +- src/apps/inin/ig/snmp/mode/stats.pm | 2 +- src/apps/inin/ig/snmp/plugin.pm | 2 +- src/apps/inin/mediaserver/snmp/mode/audioengineusage.pm | 2 +- src/apps/inin/mediaserver/snmp/mode/cmdsrvusage.pm | 2 +- src/apps/inin/mediaserver/snmp/mode/component.pm | 2 +- src/apps/inin/mediaserver/snmp/mode/diskusage.pm | 2 +- src/apps/inin/mediaserver/snmp/mode/memoryusage.pm | 2 +- src/apps/inin/mediaserver/snmp/plugin.pm | 2 +- src/apps/ipfabric/custom/api.pm | 2 +- src/apps/ipfabric/mode/discovery.pm | 2 +- src/apps/ipfabric/mode/listpaths.pm | 2 +- src/apps/ipfabric/mode/pathverification.pm | 2 +- src/apps/ipfabric/plugin.pm | 2 +- src/apps/java/awa/jmx/mode/agent.pm | 2 +- src/apps/java/awa/jmx/mode/listagents.pm | 2 +- src/apps/java/awa/jmx/mode/listqueues.pm | 2 +- src/apps/java/awa/jmx/mode/listservers.pm | 2 +- src/apps/java/awa/jmx/mode/queue.pm | 2 +- src/apps/java/awa/jmx/mode/server.pm | 2 +- src/apps/java/awa/jmx/plugin.pm | 2 +- src/apps/java/hibernate/jmx/mode/stats.pm | 2 +- src/apps/java/hibernate/jmx/plugin.pm | 2 +- src/apps/java/jboss/jmx/mode/datasourceusage.pm | 2 +- src/apps/java/jboss/jmx/mode/listdatasources.pm | 2 +- src/apps/java/jboss/jmx/plugin.pm | 2 +- src/apps/java/jvm/actuator/mode/classcount.pm | 2 +- src/apps/java/jvm/actuator/mode/cpuload.pm | 2 +- src/apps/java/jvm/actuator/mode/fdusage.pm | 2 +- src/apps/java/jvm/actuator/mode/loadaverage.pm | 2 +- src/apps/java/jvm/actuator/mode/memory.pm | 2 +- src/apps/java/jvm/actuator/mode/memorydetailed.pm | 2 +- src/apps/java/jvm/actuator/mode/threads.pm | 2 +- src/apps/java/jvm/actuator/plugin.pm | 2 +- src/apps/java/jvm/jmx/plugin.pm | 2 +- src/apps/java/kafka/jmx/mode/globalstats.pm | 2 +- src/apps/java/kafka/jmx/plugin.pm | 2 +- src/apps/java/peoplesoft/jmx/mode/queuelength.pm | 2 +- src/apps/java/peoplesoft/jmx/mode/sessions.pm | 2 +- src/apps/java/peoplesoft/jmx/plugin.pm | 2 +- src/apps/java/solr/jmx/mode/cacheusage.pm | 2 +- src/apps/java/solr/jmx/mode/requesthandlerusage.pm | 2 +- src/apps/java/solr/jmx/plugin.pm | 2 +- src/apps/java/weblogic/jmx/mode/workmanager.pm | 2 +- src/apps/java/weblogic/jmx/plugin.pm | 2 +- src/apps/java/zookeeper/jmx/mode/stats.pm | 2 +- src/apps/java/zookeeper/jmx/plugin.pm | 2 +- src/apps/jenkins/custom/api.pm | 2 +- src/apps/jenkins/mode/jobs.pm | 2 +- src/apps/jenkins/mode/listjobs.pm | 2 +- src/apps/jenkins/plugin.pm | 2 +- src/apps/jive/sql/mode/etljobstatus.pm | 2 +- src/apps/jmeter/mode/scenario.pm | 2 +- src/apps/jmeter/plugin.pm | 2 +- src/apps/keepalived/snmp/mode/vrrpstatus.pm | 2 +- src/apps/keepalived/snmp/plugin.pm | 2 +- src/apps/kingdee/eas/custom/api.pm | 2 +- src/apps/kingdee/eas/mode/activeusers.pm | 2 +- src/apps/kingdee/eas/mode/classloading.pm | 2 +- src/apps/kingdee/eas/mode/datasource.pm | 2 +- src/apps/kingdee/eas/mode/handlers.pm | 2 +- src/apps/kingdee/eas/mode/ibmjvmgc.pm | 2 +- src/apps/kingdee/eas/mode/javaruntime.pm | 2 +- src/apps/kingdee/eas/mode/memory.pm | 2 +- src/apps/kingdee/eas/mode/oraclejvmgc.pm | 2 +- src/apps/kingdee/eas/mode/oracleksqltemptable.pm | 2 +- src/apps/kingdee/eas/mode/oraclerecyclebin.pm | 2 +- src/apps/kingdee/eas/mode/oracleredolog.pm | 2 +- src/apps/kingdee/eas/mode/oraclesession.pm | 2 +- src/apps/kingdee/eas/mode/oracletable.pm | 2 +- src/apps/kingdee/eas/mode/oracleversion.pm | 2 +- src/apps/kingdee/eas/mode/ormrpc.pm | 2 +- src/apps/kingdee/eas/mode/transaction.pm | 2 +- src/apps/kingdee/eas/plugin.pm | 2 +- src/apps/lmsensors/snmp/mode/components/fan.pm | 2 +- src/apps/lmsensors/snmp/mode/components/misc.pm | 2 +- src/apps/lmsensors/snmp/mode/components/temperature.pm | 2 +- src/apps/lmsensors/snmp/mode/components/voltage.pm | 2 +- src/apps/lmsensors/snmp/mode/sensors.pm | 2 +- src/apps/lmsensors/snmp/plugin.pm | 2 +- src/apps/lotus/snmp/mode/mailstate.pm | 2 +- src/apps/lotus/snmp/mode/mailtime.pm | 2 +- src/apps/lotus/snmp/mode/serveravailability.pm | 2 +- src/apps/lotus/snmp/mode/servertransactions.pm | 2 +- src/apps/lotus/snmp/mode/usersessions.pm | 2 +- src/apps/lotus/snmp/plugin.pm | 2 +- src/apps/lync/2013/mssql/mode/lyncusers.pm | 2 +- src/apps/microsoft/activedirectory/local/mode/dcdiag.pm | 2 +- src/apps/microsoft/activedirectory/local/mode/dfsrbacklog.pm | 2 +- src/apps/microsoft/activedirectory/local/mode/netdom.pm | 2 +- src/apps/microsoft/activedirectory/local/plugin.pm | 2 +- src/apps/microsoft/activedirectory/wsman/mode/dcdiag.pm | 2 +- src/apps/microsoft/activedirectory/wsman/plugin.pm | 2 +- src/apps/microsoft/dhcp/snmp/mode/listsubnets.pm | 2 +- src/apps/microsoft/dhcp/snmp/mode/subnets.pm | 2 +- src/apps/microsoft/dhcp/snmp/plugin.pm | 2 +- src/apps/microsoft/exchange/local/mode/activesyncmailbox.pm | 2 +- src/apps/microsoft/exchange/local/mode/databases.pm | 2 +- src/apps/microsoft/exchange/local/mode/imapmailbox.pm | 2 +- src/apps/microsoft/exchange/local/mode/listdatabases.pm | 2 +- src/apps/microsoft/exchange/local/mode/mailboxes.pm | 2 +- src/apps/microsoft/exchange/local/mode/mapimailbox.pm | 2 +- src/apps/microsoft/exchange/local/mode/outlookwebservices.pm | 2 +- src/apps/microsoft/exchange/local/mode/owamailbox.pm | 2 +- src/apps/microsoft/exchange/local/mode/queues.pm | 2 +- src/apps/microsoft/exchange/local/mode/replicationhealth.pm | 2 +- src/apps/microsoft/exchange/local/mode/resources/types.pm | 2 +- src/apps/microsoft/exchange/local/mode/services.pm | 2 +- src/apps/microsoft/exchange/local/plugin.pm | 2 +- src/apps/microsoft/hyperv/2012/local/mode/listnodevms.pm | 2 +- .../microsoft/hyperv/2012/local/mode/nodeintegrationservice.pm | 2 +- src/apps/microsoft/hyperv/2012/local/mode/nodereplication.pm | 2 +- src/apps/microsoft/hyperv/2012/local/mode/nodesnapshot.pm | 2 +- src/apps/microsoft/hyperv/2012/local/mode/nodevmstatus.pm | 2 +- src/apps/microsoft/hyperv/2012/local/mode/resources/types.pm | 2 +- src/apps/microsoft/hyperv/2012/local/mode/scvmmdiscovery.pm | 2 +- .../microsoft/hyperv/2012/local/mode/scvmmintegrationservice.pm | 2 +- src/apps/microsoft/hyperv/2012/local/mode/scvmmsnapshot.pm | 2 +- src/apps/microsoft/hyperv/2012/local/mode/scvmmvmstatus.pm | 2 +- src/apps/microsoft/hyperv/2012/local/plugin.pm | 2 +- src/apps/microsoft/iis/local/mode/applicationpoolstate.pm | 2 +- src/apps/microsoft/iis/local/mode/listapplicationpools.pm | 2 +- src/apps/microsoft/iis/local/mode/listsites.pm | 2 +- src/apps/microsoft/iis/local/mode/webservicestatistics.pm | 2 +- src/apps/microsoft/iis/local/plugin.pm | 2 +- src/apps/microsoft/iis/restapi/custom/api.pm | 2 +- src/apps/microsoft/iis/restapi/mode/applicationpools.pm | 2 +- src/apps/microsoft/iis/restapi/mode/listapplicationpools.pm | 2 +- src/apps/microsoft/iis/restapi/mode/listwebsites.pm | 2 +- src/apps/microsoft/iis/restapi/mode/websites.pm | 2 +- src/apps/microsoft/iis/restapi/plugin.pm | 2 +- src/apps/microsoft/iis/wsman/mode/applicationpools.pm | 2 +- src/apps/microsoft/iis/wsman/mode/listapplicationpools.pm | 2 +- src/apps/microsoft/iis/wsman/plugin.pm | 2 +- src/apps/microsoft/mscs/local/mode/listnodes.pm | 2 +- src/apps/microsoft/mscs/local/mode/listresources.pm | 2 +- src/apps/microsoft/mscs/local/mode/networkstatus.pm | 2 +- src/apps/microsoft/mscs/local/mode/nodestatus.pm | 2 +- src/apps/microsoft/mscs/local/mode/resourcegroupstatus.pm | 2 +- src/apps/microsoft/mscs/local/mode/resourcestatus.pm | 2 +- src/apps/microsoft/mscs/local/plugin.pm | 2 +- src/apps/microsoft/sccm/local/mode/databasereplicationstatus.pm | 2 +- src/apps/microsoft/sccm/local/mode/sitestatus.pm | 2 +- src/apps/microsoft/sccm/local/plugin.pm | 2 +- src/apps/microsoft/wsus/local/mode/computersstatus.pm | 2 +- src/apps/microsoft/wsus/local/mode/serverstatistics.pm | 2 +- src/apps/microsoft/wsus/local/mode/synchronisationstatus.pm | 2 +- src/apps/microsoft/wsus/local/mode/updatesstatus.pm | 2 +- src/apps/microsoft/wsus/local/plugin.pm | 2 +- src/apps/monitoring/alyvix/restapi/custom/api.pm | 2 +- src/apps/monitoring/alyvix/restapi/mode/listtestcases.pm | 2 +- src/apps/monitoring/alyvix/restapi/mode/testcases.pm | 2 +- src/apps/monitoring/alyvix/restapi/plugin.pm | 2 +- src/apps/monitoring/dynatrace/restapi/custom/api.pm | 2 +- src/apps/monitoring/dynatrace/restapi/mode/apdex.pm | 2 +- src/apps/monitoring/dynatrace/restapi/mode/availability.pm | 2 +- src/apps/monitoring/dynatrace/restapi/mode/events.pm | 2 +- src/apps/monitoring/dynatrace/restapi/mode/problems.pm | 2 +- src/apps/monitoring/dynatrace/restapi/plugin.pm | 2 +- src/apps/monitoring/iplabel/ekara/restapi/custom/api.pm | 2 +- src/apps/monitoring/iplabel/ekara/restapi/mode/discovery.pm | 2 +- src/apps/monitoring/iplabel/ekara/restapi/mode/incidents.pm | 2 +- src/apps/monitoring/iplabel/ekara/restapi/mode/scenarios.pm | 2 +- src/apps/monitoring/iplabel/ekara/restapi/plugin.pm | 2 +- src/apps/monitoring/iplabel/newtest/restapi/custom/api.pm | 2 +- src/apps/monitoring/iplabel/newtest/restapi/mode/discovery.pm | 2 +- .../monitoring/iplabel/newtest/restapi/mode/listinstances.pm | 2 +- src/apps/monitoring/iplabel/newtest/restapi/mode/scenarios.pm | 2 +- src/apps/monitoring/iplabel/newtest/restapi/plugin.pm | 2 +- src/apps/monitoring/kadiska/custom/api.pm | 2 +- src/apps/monitoring/kadiska/mode/alerts.pm | 2 +- src/apps/monitoring/kadiska/mode/listalertrules.pm | 2 +- src/apps/monitoring/kadiska/mode/listrunners.pm | 2 +- src/apps/monitoring/kadiska/mode/listtargets.pm | 2 +- src/apps/monitoring/kadiska/mode/listwatchers.pm | 2 +- src/apps/monitoring/kadiska/mode/nettracerstatistics.pm | 2 +- src/apps/monitoring/kadiska/mode/watcherstatistics.pm | 2 +- src/apps/monitoring/kadiska/plugin.pm | 2 +- src/apps/monitoring/loggly/restapi/custom/api.pm | 2 +- src/apps/monitoring/loggly/restapi/mode/events.pm | 2 +- src/apps/monitoring/loggly/restapi/mode/fields.pm | 2 +- src/apps/monitoring/loggly/restapi/plugin.pm | 2 +- src/apps/monitoring/mip/restapi/custom/api.pm | 2 +- src/apps/monitoring/mip/restapi/mode/listscenarios.pm | 2 +- src/apps/monitoring/mip/restapi/mode/scenarios.pm | 2 +- src/apps/monitoring/mip/restapi/plugin.pm | 2 +- src/apps/monitoring/netdata/restapi/custom/api.pm | 2 +- src/apps/monitoring/netdata/restapi/mode/alarms.pm | 2 +- src/apps/monitoring/netdata/restapi/mode/cpu.pm | 2 +- src/apps/monitoring/netdata/restapi/mode/disks.pm | 2 +- src/apps/monitoring/netdata/restapi/mode/getchart.pm | 2 +- src/apps/monitoring/netdata/restapi/mode/inodes.pm | 2 +- src/apps/monitoring/netdata/restapi/mode/listcharts.pm | 2 +- src/apps/monitoring/netdata/restapi/mode/listdisks.pm | 2 +- src/apps/monitoring/netdata/restapi/mode/listinterfaces.pm | 2 +- src/apps/monitoring/netdata/restapi/mode/load.pm | 2 +- src/apps/monitoring/netdata/restapi/mode/memory.pm | 2 +- src/apps/monitoring/netdata/restapi/mode/swap.pm | 2 +- src/apps/monitoring/netdata/restapi/mode/traffic.pm | 2 +- src/apps/monitoring/netdata/restapi/plugin.pm | 2 +- src/apps/monitoring/nodeexporter/linux/mode/cpu.pm | 2 +- src/apps/monitoring/nodeexporter/linux/mode/listinterfaces.pm | 2 +- src/apps/monitoring/nodeexporter/linux/mode/liststorages.pm | 2 +- src/apps/monitoring/nodeexporter/linux/mode/load.pm | 2 +- src/apps/monitoring/nodeexporter/linux/mode/memory.pm | 2 +- src/apps/monitoring/nodeexporter/linux/mode/storage.pm | 2 +- src/apps/monitoring/nodeexporter/linux/mode/traffic.pm | 2 +- src/apps/monitoring/nodeexporter/linux/plugin.pm | 2 +- src/apps/monitoring/nodeexporter/windows/mode/cpu.pm | 2 +- src/apps/monitoring/nodeexporter/windows/mode/listinterfaces.pm | 2 +- src/apps/monitoring/nodeexporter/windows/mode/listservices.pm | 2 +- src/apps/monitoring/nodeexporter/windows/mode/liststorages.pm | 2 +- src/apps/monitoring/nodeexporter/windows/mode/memory.pm | 2 +- src/apps/monitoring/nodeexporter/windows/mode/services.pm | 2 +- src/apps/monitoring/nodeexporter/windows/mode/storage.pm | 2 +- src/apps/monitoring/nodeexporter/windows/mode/traffic.pm | 2 +- src/apps/monitoring/nodeexporter/windows/plugin.pm | 2 +- src/apps/monitoring/ntopng/restapi/custom/api.pm | 2 +- src/apps/monitoring/ntopng/restapi/plugin.pm | 2 +- src/apps/monitoring/openmetrics/mode/scrapemetrics.pm | 2 +- src/apps/monitoring/openmetrics/plugin.pm | 2 +- src/apps/monitoring/quanta/restapi/custom/api.pm | 2 +- .../monitoring/quanta/restapi/mode/webscenariosavailability.pm | 2 +- src/apps/monitoring/quanta/restapi/plugin.pm | 2 +- src/apps/monitoring/scom/restapi/custom/api.pm | 2 +- src/apps/monitoring/scom/restapi/plugin.pm | 2 +- src/apps/monitoring/speedtest/mode/internetbandwidth.pm | 2 +- src/apps/monitoring/speedtest/plugin.pm | 2 +- src/apps/monitoring/splunk/custom/api.pm | 2 +- src/apps/monitoring/splunk/mode/indexupdate.pm | 2 +- src/apps/monitoring/splunk/mode/query.pm | 2 +- src/apps/monitoring/splunk/mode/splunkdhealth.pm | 2 +- src/apps/monitoring/splunk/plugin.pm | 2 +- src/apps/mq/activemq/jmx/mode/brokers.pm | 2 +- src/apps/mq/activemq/jmx/mode/listbrokers.pm | 2 +- src/apps/mq/activemq/jmx/plugin.pm | 2 +- src/apps/mq/ibmmq/mqi/custom/api.pm | 2 +- src/apps/mq/ibmmq/mqi/mode/channels.pm | 2 +- src/apps/mq/ibmmq/mqi/mode/listchannels.pm | 2 +- src/apps/mq/ibmmq/mqi/mode/listqueues.pm | 2 +- src/apps/mq/ibmmq/mqi/mode/queuemanager.pm | 2 +- src/apps/mq/ibmmq/mqi/mode/queues.pm | 2 +- src/apps/mq/ibmmq/mqi/plugin.pm | 2 +- src/apps/mq/ibmmq/restapi/custom/api.pm | 2 +- src/apps/mq/ibmmq/restapi/mode/listqueuemanagers.pm | 2 +- src/apps/mq/ibmmq/restapi/mode/listqueues.pm | 2 +- src/apps/mq/ibmmq/restapi/mode/queuemanagers.pm | 2 +- src/apps/mq/ibmmq/restapi/mode/queues.pm | 2 +- src/apps/mq/ibmmq/restapi/plugin.pm | 2 +- src/apps/mq/rabbitmq/restapi/custom/api.pm | 2 +- src/apps/mq/rabbitmq/restapi/mode/listnodes.pm | 2 +- src/apps/mq/rabbitmq/restapi/mode/listqueues.pm | 2 +- src/apps/mq/rabbitmq/restapi/mode/listvhosts.pm | 2 +- src/apps/mq/rabbitmq/restapi/mode/nodeusage.pm | 2 +- src/apps/mq/rabbitmq/restapi/mode/queueusage.pm | 2 +- src/apps/mq/rabbitmq/restapi/mode/systemusage.pm | 2 +- src/apps/mq/rabbitmq/restapi/mode/vhostusage.pm | 2 +- src/apps/mq/rabbitmq/restapi/plugin.pm | 2 +- src/apps/mq/vernemq/restapi/custom/api.pm | 2 +- src/apps/mq/vernemq/restapi/mode/clusters.pm | 2 +- src/apps/mq/vernemq/restapi/mode/listeners.pm | 2 +- src/apps/mq/vernemq/restapi/mode/plugins.pm | 2 +- src/apps/mq/vernemq/restapi/mode/sessions.pm | 2 +- src/apps/mq/vernemq/restapi/plugin.pm | 2 +- src/apps/mulesoft/restapi/custom/api.pm | 2 +- src/apps/mulesoft/restapi/mode/applications.pm | 2 +- src/apps/mulesoft/restapi/mode/clusters.pm | 2 +- src/apps/mulesoft/restapi/mode/listapplications.pm | 2 +- src/apps/mulesoft/restapi/mode/listqueues.pm | 2 +- src/apps/mulesoft/restapi/mode/listservers.pm | 2 +- src/apps/mulesoft/restapi/mode/messages.pm | 2 +- src/apps/mulesoft/restapi/mode/servers.pm | 2 +- src/apps/mulesoft/restapi/plugin.pm | 2 +- src/apps/nginx/nginxplus/restapi/custom/api.pm | 2 +- src/apps/nginx/nginxplus/restapi/mode/connections.pm | 2 +- src/apps/nginx/nginxplus/restapi/mode/httpzones.pm | 2 +- src/apps/nginx/nginxplus/restapi/mode/ssl.pm | 2 +- src/apps/nginx/nginxplus/restapi/plugin.pm | 2 +- src/apps/nginx/serverstatus/custom/api.pm | 2 +- src/apps/nginx/serverstatus/mode/connections.pm | 2 +- src/apps/nginx/serverstatus/mode/requests.pm | 2 +- src/apps/nginx/serverstatus/plugin.pm | 2 +- src/apps/nmap/cli/mode/discovery.pm | 2 +- src/apps/nmap/cli/plugin.pm | 2 +- src/apps/nsclient/restapi/mode/query.pm | 2 +- src/apps/nsclient/restapi/plugin.pm | 2 +- src/apps/openldap/ldap/mode/systemusage.pm | 2 +- src/apps/openldap/ldap/plugin.pm | 2 +- src/apps/openvpn/omi/custom/api.pm | 2 +- src/apps/openvpn/omi/mode/serverusage.pm | 2 +- src/apps/openvpn/omi/plugin.pm | 2 +- src/apps/openweathermap/restapi/custom/api.pm | 2 +- src/apps/openweathermap/restapi/mode/cityweather.pm | 2 +- src/apps/openweathermap/restapi/plugin.pm | 2 +- src/apps/oracle/gg/local/custom/cli.pm | 2 +- src/apps/oracle/gg/local/mode/processes.pm | 2 +- src/apps/oracle/gg/local/plugin.pm | 2 +- src/apps/oracle/ovm/api/custom/rest.pm | 2 +- src/apps/oracle/ovm/api/mode/discovery.pm | 2 +- src/apps/oracle/ovm/api/mode/fileservers.pm | 2 +- src/apps/oracle/ovm/api/mode/manager.pm | 2 +- src/apps/oracle/ovm/api/mode/serverpools.pm | 2 +- src/apps/oracle/ovm/api/mode/servers.pm | 2 +- src/apps/oracle/ovm/api/mode/vm.pm | 2 +- src/apps/oracle/ovm/api/plugin.pm | 2 +- src/apps/oracle/ucp/jmx/mode/connectionpools.pm | 2 +- src/apps/oracle/ucp/jmx/mode/listconnectionpools.pm | 2 +- src/apps/oracle/ucp/jmx/plugin.pm | 2 +- src/apps/pacemaker/local/mode/clustat.pm | 2 +- src/apps/pacemaker/local/mode/constraints.pm | 2 +- src/apps/pacemaker/local/mode/crm.pm | 2 +- src/apps/pacemaker/local/plugin.pm | 2 +- src/apps/pfsense/fauxapi/custom/api.pm | 2 +- src/apps/pfsense/fauxapi/mode/backupfiles.pm | 2 +- src/apps/pfsense/fauxapi/mode/gateways.pm | 2 +- src/apps/pfsense/fauxapi/mode/rules.pm | 2 +- src/apps/pfsense/fauxapi/mode/system.pm | 2 +- src/apps/pfsense/fauxapi/plugin.pm | 2 +- src/apps/pfsense/snmp/mode/listpfinterfaces.pm | 2 +- src/apps/pfsense/snmp/mode/packetstats.pm | 2 +- src/apps/pfsense/snmp/mode/pfinterfaces.pm | 2 +- src/apps/pfsense/snmp/mode/runtime.pm | 2 +- src/apps/pfsense/snmp/mode/statetable.pm | 2 +- src/apps/pfsense/snmp/plugin.pm | 2 +- src/apps/php/apc/web/mode/filecache.pm | 2 +- src/apps/php/apc/web/mode/memory.pm | 2 +- src/apps/php/apc/web/plugin.pm | 2 +- src/apps/php/fpm/web/mode/usage.pm | 2 +- src/apps/php/fpm/web/plugin.pm | 2 +- src/apps/pineapp/securemail/snmp/mode/system.pm | 2 +- src/apps/pineapp/securemail/snmp/plugin.pm | 2 +- src/apps/protocols/bgp/4/mode/bgppeerstate.pm | 2 +- src/apps/protocols/bgp/4/plugin.pm | 2 +- src/apps/protocols/cifs/custom/libcifs.pm | 2 +- src/apps/protocols/cifs/mode/connection.pm | 2 +- src/apps/protocols/cifs/mode/files.pm | 2 +- src/apps/protocols/cifs/mode/filescount.pm | 2 +- src/apps/protocols/cifs/mode/filesdate.pm | 2 +- src/apps/protocols/cifs/mode/filessize.pm | 2 +- src/apps/protocols/cifs/mode/scenario.pm | 2 +- src/apps/protocols/cifs/plugin.pm | 2 +- src/apps/protocols/dhcp/mode/connection.pm | 2 +- src/apps/protocols/dhcp/plugin.pm | 2 +- src/apps/protocols/dns/lib/dns.pm | 2 +- src/apps/protocols/dns/mode/request.pm | 2 +- src/apps/protocols/dns/plugin.pm | 2 +- src/apps/protocols/ftp/lib/ftp.pm | 2 +- src/apps/protocols/ftp/mode/commands.pm | 2 +- src/apps/protocols/ftp/mode/date.pm | 2 +- src/apps/protocols/ftp/mode/filescount.pm | 2 +- src/apps/protocols/ftp/mode/login.pm | 2 +- src/apps/protocols/ftp/plugin.pm | 2 +- src/apps/protocols/http/mode/collection.pm | 2 +- src/apps/protocols/http/mode/expectedcontent.pm | 2 +- src/apps/protocols/http/mode/jsoncontent.pm | 2 +- src/apps/protocols/http/mode/response.pm | 2 +- src/apps/protocols/http/mode/soapcontent.pm | 2 +- src/apps/protocols/http/plugin.pm | 2 +- src/apps/protocols/imap/custom/imapclient.pm | 2 +- src/apps/protocols/imap/mode/login.pm | 2 +- src/apps/protocols/imap/mode/searchmessage.pm | 2 +- src/apps/protocols/imap/plugin.pm | 2 +- src/apps/protocols/jmx/mode/listattributes.pm | 2 +- src/apps/protocols/jmx/mode/numericvalue.pm | 2 +- src/apps/protocols/jmx/plugin.pm | 2 +- src/apps/protocols/ldap/mode/login.pm | 2 +- src/apps/protocols/ldap/mode/search.pm | 2 +- src/apps/protocols/ldap/plugin.pm | 2 +- src/apps/protocols/modbus/mode/numericvalue.pm | 2 +- src/apps/protocols/modbus/plugin.pm | 2 +- src/apps/protocols/nrpe/custom/nrpe.pm | 2 +- src/apps/protocols/nrpe/custom/nsclient.pm | 2 +- src/apps/protocols/nrpe/mode/query.pm | 2 +- src/apps/protocols/nrpe/plugin.pm | 2 +- src/apps/protocols/ntp/mode/offset.pm | 2 +- src/apps/protocols/ntp/mode/responsetime.pm | 2 +- src/apps/protocols/ntp/plugin.pm | 2 +- src/apps/protocols/ospf/snmp/mode/neighbor.pm | 2 +- src/apps/protocols/ospf/snmp/plugin.pm | 2 +- src/apps/protocols/radius/mode/login.pm | 2 +- src/apps/protocols/radius/plugin.pm | 2 +- src/apps/protocols/sftp/custom/libsftp.pm | 2 +- src/apps/protocols/sftp/mode/connection.pm | 2 +- src/apps/protocols/sftp/mode/filescount.pm | 2 +- src/apps/protocols/sftp/mode/filesdate.pm | 2 +- src/apps/protocols/sftp/mode/scenario.pm | 2 +- src/apps/protocols/sftp/plugin.pm | 2 +- src/apps/protocols/smtp/lib/smtp.pm | 2 +- src/apps/protocols/smtp/mode/login.pm | 2 +- src/apps/protocols/smtp/mode/message.pm | 2 +- src/apps/protocols/smtp/plugin.pm | 2 +- src/apps/protocols/snmp/mode/cache.pm | 2 +- src/apps/protocols/snmp/mode/collection.pm | 2 +- src/apps/protocols/snmp/mode/responsetime.pm | 2 +- src/apps/protocols/snmp/plugin.pm | 2 +- src/apps/protocols/ssh/mode/login.pm | 2 +- src/apps/protocols/ssh/plugin.pm | 2 +- src/apps/protocols/tcp/mode/connectionstatus.pm | 2 +- src/apps/protocols/tcp/mode/responsetime.pm | 2 +- src/apps/protocols/tcp/plugin.pm | 2 +- src/apps/protocols/telnet/mode/scenario.pm | 2 +- src/apps/protocols/telnet/plugin.pm | 2 +- src/apps/protocols/tftp/mode/commands.pm | 2 +- src/apps/protocols/tftp/plugin.pm | 2 +- src/apps/protocols/udp/mode/connection.pm | 2 +- src/apps/protocols/udp/plugin.pm | 2 +- src/apps/protocols/whois/mode/domain.pm | 2 +- src/apps/protocols/whois/plugin.pm | 2 +- src/apps/protocols/x509/custom/file.pm | 2 +- src/apps/protocols/x509/custom/https.pm | 2 +- src/apps/protocols/x509/custom/opensslcli.pm | 2 +- src/apps/protocols/x509/custom/tcp.pm | 2 +- src/apps/protocols/x509/mode/certificate.pm | 2 +- src/apps/protocols/x509/plugin.pm | 2 +- src/apps/proxmox/mg/restapi/custom/api.pm | 2 +- src/apps/proxmox/mg/restapi/mode/mail.pm | 2 +- src/apps/proxmox/mg/restapi/mode/version.pm | 2 +- src/apps/proxmox/mg/restapi/plugin.pm | 2 +- src/apps/proxmox/ve/restapi/custom/api.pm | 2 +- src/apps/proxmox/ve/restapi/mode/discovery.pm | 2 +- src/apps/proxmox/ve/restapi/mode/listnodes.pm | 2 +- src/apps/proxmox/ve/restapi/mode/liststorages.pm | 2 +- src/apps/proxmox/ve/restapi/mode/listvms.pm | 2 +- src/apps/proxmox/ve/restapi/mode/nodeusage.pm | 2 +- src/apps/proxmox/ve/restapi/mode/storageusage.pm | 2 +- src/apps/proxmox/ve/restapi/mode/version.pm | 2 +- src/apps/proxmox/ve/restapi/mode/vmusage.pm | 2 +- src/apps/proxmox/ve/restapi/plugin.pm | 2 +- src/apps/pvx/restapi/custom/api.pm | 2 +- src/apps/pvx/restapi/mode/httphits.pm | 2 +- src/apps/pvx/restapi/mode/networkconnection.pm | 2 +- src/apps/pvx/restapi/mode/networktraffic.pm | 2 +- src/apps/pvx/restapi/mode/networkuserexperience.pm | 2 +- src/apps/pvx/restapi/plugin.pm | 2 +- src/apps/redis/rlec/restapi/custom/api.pm | 2 +- src/apps/redis/rlec/restapi/mode/clusterstats.pm | 2 +- src/apps/redis/rlec/restapi/mode/databasesstats.pm | 2 +- src/apps/redis/rlec/restapi/mode/listdatabases.pm | 2 +- src/apps/redis/rlec/restapi/mode/listnodes.pm | 2 +- src/apps/redis/rlec/restapi/mode/listshards.pm | 2 +- src/apps/redis/rlec/restapi/mode/nodesstats.pm | 2 +- src/apps/redis/rlec/restapi/mode/shardsstats.pm | 2 +- src/apps/redis/rlec/restapi/plugin.pm | 2 +- src/apps/redis/sentinel/custom/cli.pm | 2 +- src/apps/redis/sentinel/mode/listclusters.pm | 2 +- src/apps/redis/sentinel/mode/redisclusters.pm | 2 +- src/apps/redis/sentinel/mode/sentinelclusters.pm | 2 +- src/apps/redis/sentinel/plugin.pm | 2 +- src/apps/rrdcached/mode/stats.pm | 2 +- src/apps/rrdcached/plugin.pm | 2 +- src/apps/rudder/restapi/custom/api.pm | 2 +- src/apps/rudder/restapi/mode/discovery.pm | 2 +- src/apps/rudder/restapi/mode/globalcompliance.pm | 2 +- src/apps/rudder/restapi/mode/listnodes.pm | 2 +- src/apps/rudder/restapi/mode/listrules.pm | 2 +- src/apps/rudder/restapi/mode/nodecompliance.pm | 2 +- src/apps/rudder/restapi/mode/nodesoverallcompliance.pm | 2 +- src/apps/rudder/restapi/mode/rulecompliance.pm | 2 +- src/apps/rudder/restapi/mode/statistics.pm | 2 +- src/apps/rudder/restapi/plugin.pm | 2 +- src/apps/sahipro/restapi/mode/scenario.pm | 2 +- src/apps/sahipro/restapi/plugin.pm | 2 +- src/apps/sailpoint/identitynow/restapi/custom/api.pm | 2 +- src/apps/sailpoint/identitynow/restapi/mode/listsources.pm | 2 +- src/apps/sailpoint/identitynow/restapi/mode/searchcount.pm | 2 +- src/apps/sailpoint/identitynow/restapi/mode/sourcehealth.pm | 2 +- src/apps/sailpoint/identitynow/restapi/plugin.pm | 2 +- src/apps/salesforce/restapi/custom/api.pm | 2 +- src/apps/salesforce/restapi/mode/sfdcinstance.pm | 2 +- src/apps/salesforce/restapi/plugin.pm | 2 +- src/apps/selenium/mode/scenario.pm | 2 +- src/apps/selenium/mode/scenariokatalon.pm | 2 +- src/apps/selenium/plugin.pm | 2 +- src/apps/sendmail/snmp/plugin.pm | 2 +- src/apps/slack/restapi/custom/api.pm | 2 +- src/apps/slack/restapi/mode/countchannels.pm | 2 +- src/apps/slack/restapi/mode/countmembers.pm | 2 +- src/apps/slack/restapi/mode/listservices.pm | 2 +- src/apps/slack/restapi/mode/services.pm | 2 +- src/apps/slack/restapi/plugin.pm | 2 +- src/apps/smartermail/restapi/custom/api.pm | 2 +- src/apps/smartermail/restapi/mode/licenses.pm | 2 +- src/apps/smartermail/restapi/mode/services.pm | 2 +- src/apps/smartermail/restapi/mode/spools.pm | 2 +- src/apps/smartermail/restapi/plugin.pm | 2 +- src/apps/squid/snmp/mode/cacheusage.pm | 2 +- src/apps/squid/snmp/mode/protocolstats.pm | 2 +- src/apps/squid/snmp/plugin.pm | 2 +- src/apps/thales/mistral/vs9/restapi/custom/api.pm | 2 +- src/apps/thales/mistral/vs9/restapi/mode/clusters.pm | 2 +- src/apps/thales/mistral/vs9/restapi/mode/devices.pm | 2 +- src/apps/thales/mistral/vs9/restapi/mode/discovery.pm | 2 +- src/apps/thales/mistral/vs9/restapi/mode/mmccertificates.pm | 2 +- src/apps/thales/mistral/vs9/restapi/mode/mmccluster.pm | 2 +- src/apps/thales/mistral/vs9/restapi/plugin.pm | 2 +- src/apps/tomcat/jmx/mode/connectorusage.pm | 2 +- src/apps/tomcat/jmx/mode/datasourceusage.pm | 2 +- src/apps/tomcat/jmx/mode/listdatasources.pm | 2 +- src/apps/tomcat/jmx/mode/listwebapps.pm | 2 +- src/apps/tomcat/jmx/mode/webappssessions.pm | 2 +- src/apps/tomcat/jmx/plugin.pm | 2 +- src/apps/tomcat/web/mode/applications.pm | 2 +- src/apps/tomcat/web/mode/connectors.pm | 2 +- src/apps/tomcat/web/mode/listapplication.pm | 2 +- src/apps/tomcat/web/mode/memory.pm | 2 +- src/apps/tomcat/web/plugin.pm | 2 +- src/apps/tosca/restapi/custom/api.pm | 2 +- src/apps/tosca/restapi/mode/executionliststatus.pm | 2 +- src/apps/tosca/restapi/mode/scenariostatus.pm | 2 +- src/apps/tosca/restapi/plugin.pm | 2 +- src/apps/toshiba/storemate/sql/mode/maintenanceplan.pm | 2 +- src/apps/toshiba/storemate/sql/mode/posstatus.pm | 2 +- src/apps/varnish/local/mode/stats.pm | 2 +- src/apps/varnish/local/plugin.pm | 2 +- src/apps/video/openheadend/snmp/mode/nodeusage.pm | 2 +- src/apps/video/openheadend/snmp/mode/operationstatus.pm | 2 +- src/apps/video/openheadend/snmp/plugin.pm | 2 +- src/apps/video/zixi/restapi/custom/api.pm | 2 +- src/apps/video/zixi/restapi/mode/broadcasterinputusage.pm | 2 +- src/apps/video/zixi/restapi/mode/broadcasterlicenseusage.pm | 2 +- src/apps/video/zixi/restapi/mode/broadcasteroutputusage.pm | 2 +- src/apps/video/zixi/restapi/mode/broadcastersystemusage.pm | 2 +- src/apps/video/zixi/restapi/mode/feederinputusage.pm | 2 +- src/apps/video/zixi/restapi/mode/feederoutputusage.pm | 2 +- src/apps/video/zixi/restapi/plugin.pm | 2 +- src/apps/virtualization/hpe/simplivity/restapi/custom/api.pm | 2 +- .../virtualization/hpe/simplivity/restapi/mode/discovery.pm | 2 +- src/apps/virtualization/hpe/simplivity/restapi/mode/hosts.pm | 2 +- .../virtualization/hpe/simplivity/restapi/mode/listhosts.pm | 2 +- .../hpe/simplivity/restapi/mode/omnistackclusters.pm | 2 +- .../hpe/simplivity/restapi/mode/virtualmachines.pm | 2 +- src/apps/virtualization/hpe/simplivity/restapi/plugin.pm | 2 +- src/apps/virtualization/ovirt/custom/api.pm | 2 +- src/apps/virtualization/ovirt/mode/cpuhost.pm | 2 +- src/apps/virtualization/ovirt/mode/listclusters.pm | 2 +- src/apps/virtualization/ovirt/mode/listdatacenters.pm | 2 +- src/apps/virtualization/ovirt/mode/listhosts.pm | 2 +- src/apps/virtualization/ovirt/plugin.pm | 2 +- src/apps/vmware/connector/custom/connector.pm | 2 +- src/apps/vmware/connector/mode/alarmdatacenter.pm | 2 +- src/apps/vmware/connector/mode/alarmhost.pm | 2 +- src/apps/vmware/connector/mode/countvmhost.pm | 2 +- src/apps/vmware/connector/mode/cpucluster.pm | 2 +- src/apps/vmware/connector/mode/cpuhost.pm | 2 +- src/apps/vmware/connector/mode/cpuvm.pm | 2 +- src/apps/vmware/connector/mode/datastorecountvm.pm | 2 +- src/apps/vmware/connector/mode/datastorehost.pm | 2 +- src/apps/vmware/connector/mode/datastoreio.pm | 2 +- src/apps/vmware/connector/mode/datastoreiops.pm | 2 +- src/apps/vmware/connector/mode/datastoresnapshot.pm | 2 +- src/apps/vmware/connector/mode/datastoreusage.pm | 2 +- src/apps/vmware/connector/mode/datastorevm.pm | 2 +- src/apps/vmware/connector/mode/devicevm.pm | 2 +- src/apps/vmware/connector/mode/discovery.pm | 2 +- src/apps/vmware/connector/mode/getmap.pm | 2 +- src/apps/vmware/connector/mode/healthhost.pm | 2 +- src/apps/vmware/connector/mode/licenses.pm | 2 +- src/apps/vmware/connector/mode/limitvm.pm | 2 +- src/apps/vmware/connector/mode/listclusters.pm | 2 +- src/apps/vmware/connector/mode/listdatacenters.pm | 2 +- src/apps/vmware/connector/mode/listdatastores.pm | 2 +- src/apps/vmware/connector/mode/listnichost.pm | 2 +- src/apps/vmware/connector/mode/maintenancehost.pm | 2 +- src/apps/vmware/connector/mode/memoryhost.pm | 2 +- src/apps/vmware/connector/mode/memoryvm.pm | 2 +- src/apps/vmware/connector/mode/nethost.pm | 2 +- src/apps/vmware/connector/mode/netvm.pm | 2 +- src/apps/vmware/connector/mode/servicehost.pm | 2 +- src/apps/vmware/connector/mode/snapshotvm.pm | 2 +- src/apps/vmware/connector/mode/statconnectors.pm | 2 +- src/apps/vmware/connector/mode/statuscluster.pm | 2 +- src/apps/vmware/connector/mode/statushost.pm | 2 +- src/apps/vmware/connector/mode/statusvm.pm | 2 +- src/apps/vmware/connector/mode/storagehost.pm | 2 +- src/apps/vmware/connector/mode/swaphost.pm | 2 +- src/apps/vmware/connector/mode/swapvm.pm | 2 +- src/apps/vmware/connector/mode/thinprovisioningvm.pm | 2 +- src/apps/vmware/connector/mode/timehost.pm | 2 +- src/apps/vmware/connector/mode/toolsvm.pm | 2 +- src/apps/vmware/connector/mode/uptimehost.pm | 2 +- src/apps/vmware/connector/mode/vmoperationcluster.pm | 2 +- src/apps/vmware/connector/mode/vsanclusterusage.pm | 2 +- src/apps/vmware/connector/plugin.pm | 2 +- src/apps/vmware/vcsa/restapi/custom/api.pm | 2 +- src/apps/vmware/vcsa/restapi/mode/health.pm | 2 +- src/apps/vmware/vcsa/restapi/plugin.pm | 2 +- src/apps/vmware/vcsa/snmp/mode/cpu.pm | 2 +- src/apps/vmware/vcsa/snmp/mode/interfaces.pm | 2 +- src/apps/vmware/vcsa/snmp/mode/listinterfaces.pm | 2 +- src/apps/vmware/vcsa/snmp/mode/memory.pm | 2 +- src/apps/vmware/vcsa/snmp/mode/storage.pm | 2 +- src/apps/vmware/vcsa/snmp/mode/uptime.pm | 2 +- src/apps/vmware/vcsa/snmp/plugin.pm | 2 +- src/apps/vmware/wsman/mode/components/cim_card.pm | 2 +- src/apps/vmware/wsman/mode/components/cim_computersystem.pm | 2 +- src/apps/vmware/wsman/mode/components/cim_memory.pm | 2 +- src/apps/vmware/wsman/mode/components/cim_numericsensor.pm | 2 +- src/apps/vmware/wsman/mode/components/cim_processor.pm | 2 +- src/apps/vmware/wsman/mode/components/cim_recordlog.pm | 2 +- src/apps/vmware/wsman/mode/components/omc_discretesensor.pm | 2 +- src/apps/vmware/wsman/mode/components/omc_fan.pm | 2 +- src/apps/vmware/wsman/mode/components/omc_psu.pm | 2 +- src/apps/vmware/wsman/mode/components/resources.pm | 2 +- src/apps/vmware/wsman/mode/components/vmware_battery.pm | 2 +- src/apps/vmware/wsman/mode/components/vmware_controller.pm | 2 +- src/apps/vmware/wsman/mode/components/vmware_sassataport.pm | 2 +- src/apps/vmware/wsman/mode/components/vmware_storageextent.pm | 2 +- src/apps/vmware/wsman/mode/components/vmware_storagevolume.pm | 2 +- src/apps/vmware/wsman/mode/hardware.pm | 2 +- src/apps/vmware/wsman/plugin.pm | 2 +- src/apps/voip/3cx/restapi/custom/api.pm | 2 +- src/apps/voip/3cx/restapi/mode/extension.pm | 2 +- src/apps/voip/3cx/restapi/mode/system.pm | 2 +- src/apps/voip/3cx/restapi/plugin.pm | 2 +- src/apps/voip/asterisk/ami/custom/api.pm | 2 +- src/apps/voip/asterisk/ami/mode/channelusage.pm | 2 +- src/apps/voip/asterisk/ami/mode/dahdistatus.pm | 2 +- src/apps/voip/asterisk/ami/mode/sippeersusage.pm | 2 +- src/apps/voip/asterisk/ami/plugin.pm | 2 +- src/apps/voip/asterisk/snmp/mode/channelusage.pm | 2 +- src/apps/voip/asterisk/snmp/plugin.pm | 2 +- src/apps/voip/cisco/meetingplace/mode/audiolicenses.pm | 2 +- src/apps/voip/cisco/meetingplace/mode/audioports.pm | 2 +- src/apps/voip/cisco/meetingplace/mode/videolicenses.pm | 2 +- src/apps/voip/cisco/meetingplace/mode/videoports.pm | 2 +- src/apps/voip/cisco/meetingplace/plugin.pm | 2 +- src/apps/vtom/restapi/custom/api.pm | 2 +- src/apps/vtom/restapi/custom/legacy.pm | 2 +- src/apps/vtom/restapi/mode/cache.pm | 2 +- src/apps/vtom/restapi/mode/jobs.pm | 2 +- src/apps/vtom/restapi/mode/listjobs.pm | 2 +- src/apps/vtom/restapi/plugin.pm | 2 +- src/apps/wallix/bastion/snmp/mode/license.pm | 2 +- src/apps/wallix/bastion/snmp/mode/system.pm | 2 +- src/apps/wallix/bastion/snmp/plugin.pm | 2 +- src/apps/wazuh/restapi/custom/api.pm | 2 +- src/apps/wazuh/restapi/mode/agents.pm | 2 +- src/apps/wazuh/restapi/mode/manager.pm | 2 +- src/apps/wazuh/restapi/plugin.pm | 2 +- src/apps/zoom/restapi/custom/api.pm | 2 +- src/apps/zoom/restapi/mode/listusers.pm | 2 +- src/apps/zoom/restapi/plugin.pm | 2 +- src/blockchain/hyperledger/exporter/mode/channels.pm | 2 +- src/blockchain/hyperledger/exporter/plugin.pm | 2 +- src/blockchain/parity/ethpoller/custom/api.pm | 2 +- src/blockchain/parity/ethpoller/mode/disk.pm | 2 +- src/blockchain/parity/ethpoller/mode/stats.pm | 2 +- src/blockchain/parity/ethpoller/mode/tracking.pm | 2 +- src/blockchain/parity/ethpoller/plugin.pm | 2 +- src/blockchain/parity/restapi/custom/api.pm | 2 +- src/blockchain/parity/restapi/mode/eth.pm | 2 +- src/blockchain/parity/restapi/mode/infos.pm | 2 +- src/blockchain/parity/restapi/mode/net.pm | 2 +- src/blockchain/parity/restapi/mode/parity.pm | 2 +- src/blockchain/parity/restapi/plugin.pm | 2 +- src/centreon/common/adic/tape/snmp/mode/components/component.pm | 2 +- src/centreon/common/adic/tape/snmp/mode/components/fan.pm | 2 +- src/centreon/common/adic/tape/snmp/mode/components/global.pm | 2 +- .../common/adic/tape/snmp/mode/components/physicaldrive.pm | 2 +- src/centreon/common/adic/tape/snmp/mode/components/subsystem.pm | 2 +- .../common/adic/tape/snmp/mode/components/temperature.pm | 2 +- src/centreon/common/adic/tape/snmp/mode/hardware.pm | 2 +- .../common/airespace/snmp/mode/apchannelinterference.pm | 2 +- src/centreon/common/airespace/snmp/mode/apchannelnoise.pm | 2 +- src/centreon/common/airespace/snmp/mode/apstatus.pm | 2 +- src/centreon/common/airespace/snmp/mode/apusers.pm | 2 +- src/centreon/common/airespace/snmp/mode/components/psu.pm | 2 +- src/centreon/common/airespace/snmp/mode/cpu.pm | 2 +- src/centreon/common/airespace/snmp/mode/discovery.pm | 2 +- src/centreon/common/airespace/snmp/mode/hardware.pm | 2 +- src/centreon/common/airespace/snmp/mode/listaps.pm | 2 +- src/centreon/common/airespace/snmp/mode/listgroups.pm | 2 +- src/centreon/common/airespace/snmp/mode/listradiusaccservers.pm | 2 +- .../common/airespace/snmp/mode/listradiusauthservers.pm | 2 +- src/centreon/common/airespace/snmp/mode/memory.pm | 2 +- src/centreon/common/airespace/snmp/mode/radiusaccservers.pm | 2 +- src/centreon/common/airespace/snmp/mode/radiusauthservers.pm | 2 +- src/centreon/common/aruba/snmp/mode/apconnections.pm | 2 +- src/centreon/common/aruba/snmp/mode/apssidstatistics.pm | 2 +- src/centreon/common/aruba/snmp/mode/apstatus.pm | 2 +- src/centreon/common/aruba/snmp/mode/apusers.pm | 2 +- src/centreon/common/aruba/snmp/mode/components/fan.pm | 2 +- src/centreon/common/aruba/snmp/mode/components/module.pm | 2 +- src/centreon/common/aruba/snmp/mode/components/psu.pm | 2 +- src/centreon/common/aruba/snmp/mode/controllerstatus.pm | 2 +- src/centreon/common/aruba/snmp/mode/cpu.pm | 2 +- src/centreon/common/aruba/snmp/mode/discovery.pm | 2 +- src/centreon/common/aruba/snmp/mode/hardware.pm | 2 +- src/centreon/common/aruba/snmp/mode/license.pm | 2 +- src/centreon/common/aruba/snmp/mode/memory.pm | 2 +- src/centreon/common/aruba/snmp/mode/storage.pm | 2 +- src/centreon/common/avaya/snmp/mode/cpu.pm | 2 +- src/centreon/common/avaya/snmp/mode/memory.pm | 2 +- src/centreon/common/bluearc/snmp/mode/clusterstatus.pm | 2 +- src/centreon/common/bluearc/snmp/mode/components/battery.pm | 2 +- src/centreon/common/bluearc/snmp/mode/components/fan.pm | 2 +- src/centreon/common/bluearc/snmp/mode/components/psu.pm | 2 +- src/centreon/common/bluearc/snmp/mode/components/sysdrive.pm | 2 +- src/centreon/common/bluearc/snmp/mode/components/temperature.pm | 2 +- src/centreon/common/bluearc/snmp/mode/hardware.pm | 2 +- src/centreon/common/bluearc/snmp/mode/interfaces.pm | 2 +- src/centreon/common/bluearc/snmp/mode/listinterfaces.pm | 2 +- src/centreon/common/bluearc/snmp/mode/listvolumes.pm | 2 +- src/centreon/common/bluearc/snmp/mode/virtualvolumesquotas.pm | 2 +- src/centreon/common/bluearc/snmp/mode/volumeusage.pm | 2 +- .../common/broadcom/fastpath/snmp/mode/components/fan.pm | 2 +- .../common/broadcom/fastpath/snmp/mode/components/psu.pm | 2 +- .../broadcom/fastpath/snmp/mode/components/temperature.pm | 2 +- src/centreon/common/broadcom/fastpath/snmp/mode/cpu.pm | 2 +- src/centreon/common/broadcom/fastpath/snmp/mode/hardware.pm | 2 +- src/centreon/common/broadcom/fastpath/snmp/mode/memory.pm | 2 +- .../common/broadcom/megaraid/snmp/mode/components/alarm.pm | 2 +- .../common/broadcom/megaraid/snmp/mode/components/fan.pm | 2 +- .../common/broadcom/megaraid/snmp/mode/components/pdrive.pm | 2 +- .../common/broadcom/megaraid/snmp/mode/components/psu.pm | 2 +- .../common/broadcom/megaraid/snmp/mode/components/sim.pm | 2 +- .../common/broadcom/megaraid/snmp/mode/components/slot.pm | 2 +- .../broadcom/megaraid/snmp/mode/components/temperature.pm | 2 +- .../common/broadcom/megaraid/snmp/mode/components/vdrive.pm | 2 +- src/centreon/common/broadcom/megaraid/snmp/mode/hardware.pm | 2 +- src/centreon/common/cisco/ironport/snmp/mode/components/fan.pm | 2 +- src/centreon/common/cisco/ironport/snmp/mode/components/psu.pm | 2 +- src/centreon/common/cisco/ironport/snmp/mode/components/raid.pm | 2 +- .../common/cisco/ironport/snmp/mode/components/temperature.pm | 2 +- src/centreon/common/cisco/ironport/snmp/mode/cpu.pm | 2 +- src/centreon/common/cisco/ironport/snmp/mode/hardware.pm | 2 +- src/centreon/common/cisco/ironport/snmp/mode/mailusage.pm | 2 +- src/centreon/common/cisco/ironport/snmp/mode/memory.pm | 2 +- src/centreon/common/cisco/ironport/snmp/mode/proxyusage.pm | 2 +- src/centreon/common/cisco/ironport/xmlapi/mode/systemusage.pm | 2 +- .../common/cisco/smallbusiness/snmp/mode/components/fan.pm | 2 +- .../common/cisco/smallbusiness/snmp/mode/components/psu.pm | 2 +- .../cisco/smallbusiness/snmp/mode/components/resources.pm | 2 +- .../cisco/smallbusiness/snmp/mode/components/temperature.pm | 2 +- src/centreon/common/cisco/smallbusiness/snmp/mode/cpu.pm | 2 +- .../common/cisco/smallbusiness/snmp/mode/environment.pm | 2 +- src/centreon/common/cisco/standard/snmp/mode/aaaservers.pm | 2 +- src/centreon/common/cisco/standard/snmp/mode/bgp.pm | 2 +- src/centreon/common/cisco/standard/snmp/mode/components/fan.pm | 2 +- .../common/cisco/standard/snmp/mode/components/module.pm | 2 +- .../common/cisco/standard/snmp/mode/components/physical.pm | 2 +- src/centreon/common/cisco/standard/snmp/mode/components/psu.pm | 2 +- .../common/cisco/standard/snmp/mode/components/sensor.pm | 2 +- .../common/cisco/standard/snmp/mode/components/temperature.pm | 2 +- .../common/cisco/standard/snmp/mode/components/voltage.pm | 2 +- src/centreon/common/cisco/standard/snmp/mode/configuration.pm | 2 +- src/centreon/common/cisco/standard/snmp/mode/cpu.pm | 2 +- src/centreon/common/cisco/standard/snmp/mode/environment.pm | 2 +- src/centreon/common/cisco/standard/snmp/mode/hsrp.pm | 2 +- src/centreon/common/cisco/standard/snmp/mode/interfaces.pm | 2 +- src/centreon/common/cisco/standard/snmp/mode/ipsectunnel.pm | 2 +- src/centreon/common/cisco/standard/snmp/mode/ipsla.pm | 2 +- src/centreon/common/cisco/standard/snmp/mode/listaaaservers.pm | 2 +- src/centreon/common/cisco/standard/snmp/mode/load.pm | 2 +- src/centreon/common/cisco/standard/snmp/mode/memory.pm | 2 +- src/centreon/common/cisco/standard/snmp/mode/memoryflash.pm | 2 +- src/centreon/common/cisco/standard/snmp/mode/qosusage.pm | 2 +- src/centreon/common/cisco/standard/snmp/mode/sessions.pm | 2 +- src/centreon/common/cisco/standard/snmp/mode/stack.pm | 2 +- src/centreon/common/cisco/standard/snmp/mode/voicecall.pm | 2 +- src/centreon/common/cisco/standard/snmp/mode/vpc.pm | 2 +- src/centreon/common/cisco/standard/snmp/mode/vss.pm | 2 +- src/centreon/common/cisco/standard/snmp/mode/wan3g.pm | 2 +- src/centreon/common/cps/ups/snmp/mode/batterystatus.pm | 2 +- src/centreon/common/cps/ups/snmp/mode/inputlines.pm | 2 +- src/centreon/common/cps/ups/snmp/mode/outputlines.pm | 2 +- src/centreon/common/dell/fastpath/snmp/mode/components/fan.pm | 2 +- src/centreon/common/dell/fastpath/snmp/mode/components/psu.pm | 2 +- .../common/dell/fastpath/snmp/mode/components/temperature.pm | 2 +- src/centreon/common/dell/fastpath/snmp/mode/cpu.pm | 2 +- src/centreon/common/dell/fastpath/snmp/mode/environment.pm | 2 +- src/centreon/common/dell/fastpath/snmp/mode/memory.pm | 2 +- src/centreon/common/dell/powerconnect3000/mode/globalstatus.pm | 2 +- src/centreon/common/emc/navisphere/custom/custom.pm | 2 +- src/centreon/common/emc/navisphere/mode/cache.pm | 2 +- src/centreon/common/emc/navisphere/mode/controller.pm | 2 +- src/centreon/common/emc/navisphere/mode/disk.pm | 2 +- src/centreon/common/emc/navisphere/mode/faults.pm | 2 +- src/centreon/common/emc/navisphere/mode/hbastate.pm | 2 +- src/centreon/common/emc/navisphere/mode/listluns.pm | 2 +- src/centreon/common/emc/navisphere/mode/portstate.pm | 2 +- src/centreon/common/emc/navisphere/mode/sp.pm | 2 +- src/centreon/common/emc/navisphere/mode/spcomponents/battery.pm | 2 +- src/centreon/common/emc/navisphere/mode/spcomponents/cable.pm | 2 +- src/centreon/common/emc/navisphere/mode/spcomponents/cpu.pm | 2 +- src/centreon/common/emc/navisphere/mode/spcomponents/fan.pm | 2 +- .../common/emc/navisphere/mode/spcomponents/iomodule.pm | 2 +- src/centreon/common/emc/navisphere/mode/spcomponents/lcc.pm | 2 +- src/centreon/common/emc/navisphere/mode/spcomponents/memory.pm | 2 +- src/centreon/common/emc/navisphere/mode/spcomponents/psu.pm | 2 +- src/centreon/common/emc/navisphere/mode/spcomponents/sp.pm | 2 +- src/centreon/common/emc/navisphere/mode/spinfo.pm | 2 +- src/centreon/common/force10/snmp/mode/components/fan.pm | 2 +- src/centreon/common/force10/snmp/mode/components/psu.pm | 2 +- src/centreon/common/force10/snmp/mode/components/stack.pm | 2 +- src/centreon/common/force10/snmp/mode/cpu.pm | 2 +- src/centreon/common/force10/snmp/mode/hardware.pm | 2 +- src/centreon/common/force10/snmp/mode/memory.pm | 2 +- src/centreon/common/fortinet/fortigate/snmp/mode/apusage.pm | 2 +- .../common/fortinet/fortigate/snmp/mode/clusterstatus.pm | 2 +- src/centreon/common/fortinet/fortigate/snmp/mode/cpu.pm | 2 +- src/centreon/common/fortinet/fortigate/snmp/mode/disk.pm | 2 +- src/centreon/common/fortinet/fortigate/snmp/mode/hardware.pm | 2 +- src/centreon/common/fortinet/fortigate/snmp/mode/interfaces.pm | 2 +- src/centreon/common/fortinet/fortigate/snmp/mode/ipsstats.pm | 2 +- .../common/fortinet/fortigate/snmp/mode/listvirtualdomains.pm | 2 +- src/centreon/common/fortinet/fortigate/snmp/mode/memory.pm | 2 +- src/centreon/common/fortinet/fortigate/snmp/mode/sdwan.pm | 2 +- src/centreon/common/fortinet/fortigate/snmp/mode/sessions.pm | 2 +- src/centreon/common/fortinet/fortigate/snmp/mode/signatures.pm | 2 +- src/centreon/common/fortinet/fortigate/snmp/mode/vdomusage.pm | 2 +- src/centreon/common/fortinet/fortigate/snmp/mode/virus.pm | 2 +- src/centreon/common/fortinet/fortigate/snmp/mode/vpn.pm | 2 +- src/centreon/common/foundry/snmp/mode/components/board.pm | 2 +- src/centreon/common/foundry/snmp/mode/components/fan.pm | 2 +- src/centreon/common/foundry/snmp/mode/components/psu.pm | 2 +- src/centreon/common/foundry/snmp/mode/components/resources.pm | 2 +- src/centreon/common/foundry/snmp/mode/components/temperature.pm | 2 +- src/centreon/common/foundry/snmp/mode/cpu.pm | 2 +- src/centreon/common/foundry/snmp/mode/hardware.pm | 2 +- src/centreon/common/foundry/snmp/mode/memory.pm | 2 +- src/centreon/common/frogfoot/snmp/mode/load.pm | 2 +- src/centreon/common/frogfoot/snmp/mode/memory.pm | 2 +- src/centreon/common/h3c/snmp/mode/components/default.pm | 2 +- src/centreon/common/h3c/snmp/mode/components/fan.pm | 2 +- src/centreon/common/h3c/snmp/mode/components/psu.pm | 2 +- src/centreon/common/h3c/snmp/mode/components/sensor.pm | 2 +- src/centreon/common/h3c/snmp/mode/cpu.pm | 2 +- src/centreon/common/h3c/snmp/mode/hardware.pm | 2 +- src/centreon/common/h3c/snmp/mode/interfaces.pm | 2 +- src/centreon/common/h3c/snmp/mode/memory.pm | 2 +- src/centreon/common/ibm/nos/snmp/mode/components/faultled.pm | 2 +- src/centreon/common/ibm/nos/snmp/mode/components/temperature.pm | 2 +- src/centreon/common/ibm/nos/snmp/mode/cpu.pm | 2 +- src/centreon/common/ibm/nos/snmp/mode/disk.pm | 2 +- src/centreon/common/ibm/nos/snmp/mode/environment.pm | 2 +- src/centreon/common/ibm/nos/snmp/mode/memory.pm | 2 +- .../common/ibm/tapelibrary/snmp/mode/components/changer.pm | 2 +- .../common/ibm/tapelibrary/snmp/mode/components/chassis.pm | 2 +- .../common/ibm/tapelibrary/snmp/mode/components/drive.pm | 2 +- src/centreon/common/ibm/tapelibrary/snmp/mode/components/psu.pm | 2 +- .../common/ibm/tapelibrary/snmp/mode/components/resources.pm | 2 +- src/centreon/common/ibm/tapelibrary/snmp/mode/hardware.pm | 2 +- src/centreon/common/ingrian/snmp/mode/connections.pm | 2 +- src/centreon/common/ingrian/snmp/mode/cpu.pm | 2 +- src/centreon/common/ingrian/snmp/mode/disk.pm | 2 +- src/centreon/common/ingrian/snmp/mode/memory.pm | 2 +- src/centreon/common/ingrian/snmp/mode/requeststats.pm | 2 +- src/centreon/common/jvm/mode/classcount.pm | 2 +- src/centreon/common/jvm/mode/cpuload.pm | 2 +- src/centreon/common/jvm/mode/fdusage.pm | 2 +- src/centreon/common/jvm/mode/gcusage.pm | 2 +- src/centreon/common/jvm/mode/loadaverage.pm | 2 +- src/centreon/common/jvm/mode/memory.pm | 2 +- src/centreon/common/jvm/mode/memorydetailed.pm | 2 +- src/centreon/common/jvm/mode/threads.pm | 2 +- src/centreon/common/microsoft/skype/mssql/mode/appsharingqoe.pm | 2 +- src/centreon/common/microsoft/skype/mssql/mode/audioqoe.pm | 2 +- src/centreon/common/microsoft/skype/mssql/mode/poorcalls.pm | 2 +- src/centreon/common/microsoft/skype/mssql/mode/sessionstypes.pm | 2 +- src/centreon/common/monitoring/openmetrics/custom/file.pm | 2 +- src/centreon/common/monitoring/openmetrics/custom/web.pm | 2 +- src/centreon/common/monitoring/openmetrics/scrape.pm | 2 +- .../common/polycom/endpoint/snmp/mode/components/board.pm | 2 +- .../common/polycom/endpoint/snmp/mode/components/camera.pm | 2 +- .../common/polycom/endpoint/snmp/mode/components/global.pm | 2 +- .../common/polycom/endpoint/snmp/mode/components/microphone.pm | 2 +- .../common/polycom/endpoint/snmp/mode/components/nic.pm | 2 +- .../common/polycom/endpoint/snmp/mode/components/ptc.pm | 2 +- .../common/polycom/endpoint/snmp/mode/components/resources.pm | 2 +- src/centreon/common/polycom/endpoint/snmp/mode/hardware.pm | 2 +- .../common/polycom/endpoint/snmp/mode/videoconferencing.pm | 2 +- src/centreon/common/powershell/backupexec/alerts.pm | 2 +- src/centreon/common/powershell/backupexec/disks.pm | 2 +- src/centreon/common/powershell/backupexec/functions.pm | 2 +- src/centreon/common/powershell/backupexec/jobs.pm | 2 +- src/centreon/common/powershell/dell/compellent/hbausage.pm | 2 +- src/centreon/common/powershell/dell/compellent/volumeusage.pm | 2 +- src/centreon/common/powershell/exchange/activesyncmailbox.pm | 2 +- src/centreon/common/powershell/exchange/databases.pm | 2 +- src/centreon/common/powershell/exchange/imapmailbox.pm | 2 +- src/centreon/common/powershell/exchange/listdatabases.pm | 2 +- src/centreon/common/powershell/exchange/mailboxes.pm | 2 +- src/centreon/common/powershell/exchange/mapimailbox.pm | 2 +- src/centreon/common/powershell/exchange/outlookwebservices.pm | 2 +- src/centreon/common/powershell/exchange/owamailbox.pm | 2 +- src/centreon/common/powershell/exchange/powershell.pm | 2 +- src/centreon/common/powershell/exchange/queues.pm | 2 +- src/centreon/common/powershell/exchange/replicationhealth.pm | 2 +- src/centreon/common/powershell/exchange/services.pm | 2 +- src/centreon/common/powershell/functions.pm | 2 +- src/centreon/common/powershell/hyperv/2012/listnodevms.pm | 2 +- .../common/powershell/hyperv/2012/nodeintegrationservice.pm | 2 +- src/centreon/common/powershell/hyperv/2012/nodereplication.pm | 2 +- src/centreon/common/powershell/hyperv/2012/nodesnapshot.pm | 2 +- src/centreon/common/powershell/hyperv/2012/nodevmstatus.pm | 2 +- src/centreon/common/powershell/hyperv/2012/scvmmdiscovery.pm | 2 +- .../common/powershell/hyperv/2012/scvmmintegrationservice.pm | 2 +- src/centreon/common/powershell/hyperv/2012/scvmmsnapshot.pm | 2 +- src/centreon/common/powershell/hyperv/2012/scvmmvmstatus.pm | 2 +- .../common/powershell/sccm/databasereplicationstatus.pm | 2 +- src/centreon/common/powershell/sccm/sitestatus.pm | 2 +- src/centreon/common/powershell/veeam/functions.pm | 2 +- src/centreon/common/powershell/veeam/jobstatus.pm | 2 +- src/centreon/common/powershell/veeam/licenses.pm | 2 +- src/centreon/common/powershell/veeam/listjobs.pm | 2 +- src/centreon/common/powershell/veeam/repositories.pm | 2 +- src/centreon/common/powershell/veeam/tapejobs.pm | 2 +- src/centreon/common/powershell/veeam/vsbjobs.pm | 2 +- src/centreon/common/powershell/windows/certificates.pm | 2 +- src/centreon/common/powershell/windows/liststorages.pm | 2 +- src/centreon/common/powershell/windows/pendingreboot.pm | 2 +- src/centreon/common/powershell/windows/updates.pm | 2 +- src/centreon/common/powershell/wsus/computersstatus.pm | 2 +- src/centreon/common/powershell/wsus/serverstatistics.pm | 2 +- src/centreon/common/powershell/wsus/synchronisationstatus.pm | 2 +- src/centreon/common/powershell/wsus/updatesstatus.pm | 2 +- src/centreon/common/protocols/actuator/custom/centreonmap.pm | 2 +- src/centreon/common/protocols/actuator/custom/standard.pm | 2 +- src/centreon/common/protocols/jmx/custom/jolokia.pm | 2 +- src/centreon/common/protocols/ldap/lib/ldap.pm | 2 +- src/centreon/common/protocols/modbus/custom/api.pm | 2 +- src/centreon/common/protocols/sql/mode/collection.pm | 2 +- src/centreon/common/protocols/sql/mode/connectiontime.pm | 2 +- src/centreon/common/protocols/sql/mode/sql.pm | 2 +- src/centreon/common/protocols/sql/mode/sqlstring.pm | 2 +- src/centreon/common/protocols/ssh/custom/api.pm | 2 +- src/centreon/common/radlan/snmp/mode/components/fan.pm | 2 +- src/centreon/common/radlan/snmp/mode/components/psu.pm | 2 +- src/centreon/common/radlan/snmp/mode/components/resources.pm | 2 +- src/centreon/common/radlan/snmp/mode/components/temperature.pm | 2 +- src/centreon/common/radlan/snmp/mode/cpu.pm | 2 +- src/centreon/common/radlan/snmp/mode/environment.pm | 2 +- src/centreon/common/redfish/restapi/mode/components/chassis.pm | 2 +- src/centreon/common/redfish/restapi/mode/components/device.pm | 2 +- src/centreon/common/redfish/restapi/mode/components/drive.pm | 2 +- src/centreon/common/redfish/restapi/mode/components/fan.pm | 2 +- src/centreon/common/redfish/restapi/mode/components/psu.pm | 2 +- src/centreon/common/redfish/restapi/mode/components/sc.pm | 2 +- src/centreon/common/redfish/restapi/mode/components/storage.pm | 2 +- .../common/redfish/restapi/mode/components/temperature.pm | 2 +- src/centreon/common/redfish/restapi/mode/components/volume.pm | 2 +- src/centreon/common/redfish/restapi/mode/hardware.pm | 2 +- .../common/riverbed/steelhead/snmp/mode/bwoptimization.pm | 2 +- .../common/riverbed/steelhead/snmp/mode/bwpassthrough.pm | 2 +- src/centreon/common/riverbed/steelhead/snmp/mode/connections.pm | 2 +- .../common/riverbed/steelhead/snmp/mode/diskutilization.pm | 2 +- src/centreon/common/riverbed/steelhead/snmp/mode/loadaverage.pm | 2 +- src/centreon/common/riverbed/steelhead/snmp/mode/status.pm | 2 +- src/centreon/common/riverbed/steelhead/snmp/mode/temperature.pm | 2 +- src/centreon/common/smcli/custom/custom.pm | 2 +- src/centreon/common/smcli/mode/healthstatus.pm | 2 +- src/centreon/common/sun/snmp/mode/components/entity.pm | 2 +- src/centreon/common/sun/snmp/mode/hardware.pm | 2 +- src/centreon/common/violin/snmp/mode/components/ca.pm | 2 +- src/centreon/common/violin/snmp/mode/components/fan.pm | 2 +- src/centreon/common/violin/snmp/mode/components/gfc.pm | 2 +- src/centreon/common/violin/snmp/mode/components/lfc.pm | 2 +- src/centreon/common/violin/snmp/mode/components/psu.pm | 2 +- src/centreon/common/violin/snmp/mode/components/temperature.pm | 2 +- src/centreon/common/violin/snmp/mode/components/vimm.pm | 2 +- src/centreon/common/violin/snmp/mode/hardware.pm | 2 +- src/centreon/common/xppc/snmp/mode/batterystatus.pm | 2 +- src/centreon/common/xppc/snmp/mode/inputlines.pm | 2 +- src/centreon/common/xppc/snmp/mode/outputlines.pm | 2 +- src/centreon/plugins/alternative/FatPackerOptions.pm | 2 +- src/centreon/plugins/alternative/Getopt.pm | 2 +- src/centreon/plugins/backend/http/curl.pm | 2 +- src/centreon/plugins/backend/http/curlconstants.pm | 2 +- src/centreon/plugins/backend/http/lwp.pm | 2 +- src/centreon/plugins/backend/http/useragent.pm | 2 +- src/centreon/plugins/backend/ssh/libssh.pm | 2 +- src/centreon/plugins/backend/ssh/libsshconstants.pm | 2 +- src/centreon/plugins/backend/ssh/plink.pm | 2 +- src/centreon/plugins/backend/ssh/sshcli.pm | 2 +- src/centreon/plugins/dbi.pm | 2 +- src/centreon/plugins/http.pm | 2 +- src/centreon/plugins/misc.pm | 2 +- src/centreon/plugins/mode.pm | 2 +- src/centreon/plugins/multi.pm | 2 +- src/centreon/plugins/nrpe.pm | 2 +- src/centreon/plugins/options.pm | 2 +- src/centreon/plugins/output.pm | 2 +- src/centreon/plugins/passwordmgr/centreonvault.pm | 2 +- src/centreon/plugins/passwordmgr/environment.pm | 2 +- src/centreon/plugins/passwordmgr/file.pm | 2 +- src/centreon/plugins/passwordmgr/hashicorpvault.pm | 2 +- src/centreon/plugins/passwordmgr/keepass.pm | 2 +- src/centreon/plugins/passwordmgr/teampass.pm | 2 +- src/centreon/plugins/perfdata.pm | 2 +- src/centreon/plugins/script.pm | 2 +- src/centreon/plugins/script_custom.pm | 2 +- src/centreon/plugins/script_custom/cli.pm | 2 +- src/centreon/plugins/script_simple.pm | 2 +- src/centreon/plugins/script_snmp.pm | 2 +- src/centreon/plugins/script_sql.pm | 2 +- src/centreon/plugins/script_wsman.pm | 2 +- src/centreon/plugins/snmp.pm | 2 +- src/centreon/plugins/ssh.pm | 2 +- src/centreon/plugins/statefile.pm | 2 +- src/centreon/plugins/templates/counter.pm | 2 +- src/centreon/plugins/templates/hardware.pm | 2 +- src/centreon/plugins/values.pm | 2 +- src/centreon/plugins/wsman.pm | 2 +- src/centreon_plugins.pl | 2 +- src/cloud/aws/apigateway/mode/discovery.pm | 2 +- src/cloud/aws/apigateway/mode/latency.pm | 2 +- src/cloud/aws/apigateway/mode/requests.pm | 2 +- src/cloud/aws/apigateway/plugin.pm | 2 +- src/cloud/aws/backup/mode/discovery.pm | 2 +- src/cloud/aws/backup/mode/jobstatus.pm | 2 +- src/cloud/aws/backup/plugin.pm | 2 +- src/cloud/aws/billing/mode/discovery.pm | 2 +- src/cloud/aws/billing/mode/estimatedcharges.pm | 2 +- src/cloud/aws/billing/mode/listservices.pm | 2 +- src/cloud/aws/billing/plugin.pm | 2 +- src/cloud/aws/cloudfront/mode/errors.pm | 2 +- src/cloud/aws/cloudfront/mode/requests.pm | 2 +- src/cloud/aws/cloudfront/mode/throughput.pm | 2 +- src/cloud/aws/cloudfront/plugin.pm | 2 +- src/cloud/aws/cloudtrail/mode/checktrailstatus.pm | 2 +- src/cloud/aws/cloudtrail/mode/countevents.pm | 2 +- src/cloud/aws/cloudtrail/plugin.pm | 2 +- src/cloud/aws/cloudwatch/mode/discovery.pm | 2 +- src/cloud/aws/cloudwatch/mode/getalarms.pm | 2 +- src/cloud/aws/cloudwatch/mode/getmetrics.pm | 2 +- src/cloud/aws/cloudwatch/mode/listmetrics.pm | 2 +- src/cloud/aws/cloudwatch/plugin.pm | 2 +- src/cloud/aws/cloudwatchlogs/mode/getlogs.pm | 2 +- src/cloud/aws/cloudwatchlogs/mode/listgroups.pm | 2 +- src/cloud/aws/cloudwatchlogs/plugin.pm | 2 +- src/cloud/aws/custom/awscli.pm | 2 +- src/cloud/aws/custom/mode.pm | 2 +- src/cloud/aws/custom/paws.pm | 2 +- src/cloud/aws/directconnect/mode/connections.pm | 2 +- src/cloud/aws/directconnect/mode/discovery.pm | 2 +- src/cloud/aws/directconnect/mode/listconnections.pm | 2 +- src/cloud/aws/directconnect/mode/listvirtualinterfaces.pm | 2 +- src/cloud/aws/directconnect/mode/virtualinterfaces.pm | 2 +- src/cloud/aws/directconnect/plugin.pm | 2 +- src/cloud/aws/ebs/mode/discovery.pm | 2 +- src/cloud/aws/ebs/mode/listvolumes.pm | 2 +- src/cloud/aws/ebs/mode/volumeio.pm | 2 +- src/cloud/aws/ebs/mode/volumeiops.pm | 2 +- src/cloud/aws/ebs/mode/volumetime.pm | 2 +- src/cloud/aws/ebs/plugin.pm | 2 +- src/cloud/aws/ec2/mode/asgstatus.pm | 2 +- src/cloud/aws/ec2/mode/cpu.pm | 2 +- src/cloud/aws/ec2/mode/discovery.pm | 2 +- src/cloud/aws/ec2/mode/discoveryspotfleetrequests.pm | 2 +- src/cloud/aws/ec2/mode/diskio.pm | 2 +- src/cloud/aws/ec2/mode/instancesstatus.pm | 2 +- src/cloud/aws/ec2/mode/instancestypes.pm | 2 +- src/cloud/aws/ec2/mode/listasg.pm | 2 +- src/cloud/aws/ec2/mode/listinstances.pm | 2 +- src/cloud/aws/ec2/mode/listspotfleetrequests.pm | 2 +- src/cloud/aws/ec2/mode/network.pm | 2 +- src/cloud/aws/ec2/mode/spotactiveinstances.pm | 2 +- src/cloud/aws/ec2/mode/status.pm | 2 +- src/cloud/aws/ec2/plugin.pm | 2 +- src/cloud/aws/efs/mode/connections.pm | 2 +- src/cloud/aws/efs/mode/datausage.pm | 2 +- src/cloud/aws/efs/mode/discovery.pm | 2 +- src/cloud/aws/efs/plugin.pm | 2 +- src/cloud/aws/elasticache/mode/commandsmemcached.pm | 2 +- src/cloud/aws/elasticache/mode/commandsredis.pm | 2 +- src/cloud/aws/elasticache/mode/connections.pm | 2 +- src/cloud/aws/elasticache/mode/cpu.pm | 2 +- src/cloud/aws/elasticache/mode/discovery.pm | 2 +- src/cloud/aws/elasticache/mode/evictions.pm | 2 +- src/cloud/aws/elasticache/mode/items.pm | 2 +- src/cloud/aws/elasticache/mode/network.pm | 2 +- src/cloud/aws/elasticache/mode/replication.pm | 2 +- src/cloud/aws/elasticache/mode/requestsmemcached.pm | 2 +- src/cloud/aws/elasticache/mode/requestsredis.pm | 2 +- src/cloud/aws/elasticache/mode/usagememcached.pm | 2 +- src/cloud/aws/elasticache/mode/usageredis.pm | 2 +- src/cloud/aws/elasticache/plugin.pm | 2 +- src/cloud/aws/elb/application/mode/connections.pm | 2 +- src/cloud/aws/elb/application/mode/discovery.pm | 2 +- src/cloud/aws/elb/application/mode/httpcodes.pm | 2 +- src/cloud/aws/elb/application/mode/targetshealth.pm | 2 +- src/cloud/aws/elb/application/plugin.pm | 2 +- src/cloud/aws/elb/classic/mode/discovery.pm | 2 +- src/cloud/aws/elb/classic/mode/httpcodes.pm | 2 +- src/cloud/aws/elb/classic/mode/performances.pm | 2 +- src/cloud/aws/elb/classic/mode/queues.pm | 2 +- src/cloud/aws/elb/classic/mode/targetshealth.pm | 2 +- src/cloud/aws/elb/classic/plugin.pm | 2 +- src/cloud/aws/elb/network/mode/discovery.pm | 2 +- src/cloud/aws/elb/network/mode/listhealthtargetgroups.pm | 2 +- src/cloud/aws/elb/network/mode/targetshealth.pm | 2 +- src/cloud/aws/elb/network/plugin.pm | 2 +- src/cloud/aws/fsx/mode/datausage.pm | 2 +- src/cloud/aws/fsx/mode/discovery.pm | 2 +- src/cloud/aws/fsx/mode/freespace.pm | 2 +- src/cloud/aws/fsx/plugin.pm | 2 +- src/cloud/aws/health/mode/events.pm | 2 +- src/cloud/aws/health/plugin.pm | 2 +- src/cloud/aws/kinesis/mode/discovery.pm | 2 +- src/cloud/aws/kinesis/mode/recordsstats.pm | 2 +- src/cloud/aws/kinesis/mode/streams.pm | 2 +- src/cloud/aws/kinesis/plugin.pm | 2 +- src/cloud/aws/lambda/mode/discovery.pm | 2 +- src/cloud/aws/lambda/mode/invocations.pm | 2 +- src/cloud/aws/lambda/plugin.pm | 2 +- src/cloud/aws/rds/mode/connections.pm | 2 +- src/cloud/aws/rds/mode/cpu.pm | 2 +- src/cloud/aws/rds/mode/discovery.pm | 2 +- src/cloud/aws/rds/mode/diskio.pm | 2 +- src/cloud/aws/rds/mode/instancestatus.pm | 2 +- src/cloud/aws/rds/mode/listclusters.pm | 2 +- src/cloud/aws/rds/mode/listinstances.pm | 2 +- src/cloud/aws/rds/mode/network.pm | 2 +- src/cloud/aws/rds/mode/queries.pm | 2 +- src/cloud/aws/rds/mode/storage.pm | 2 +- src/cloud/aws/rds/mode/transactions.pm | 2 +- src/cloud/aws/rds/mode/volume.pm | 2 +- src/cloud/aws/rds/plugin.pm | 2 +- src/cloud/aws/s3/mode/bucketsize.pm | 2 +- src/cloud/aws/s3/mode/discovery.pm | 2 +- src/cloud/aws/s3/mode/objects.pm | 2 +- src/cloud/aws/s3/mode/requests.pm | 2 +- src/cloud/aws/s3/plugin.pm | 2 +- src/cloud/aws/ses/mode/emails.pm | 2 +- src/cloud/aws/ses/plugin.pm | 2 +- src/cloud/aws/sns/mode/discovery.pm | 2 +- src/cloud/aws/sns/mode/listtopics.pm | 2 +- src/cloud/aws/sns/mode/notifications.pm | 2 +- src/cloud/aws/sns/plugin.pm | 2 +- src/cloud/aws/sqs/mode/discovery.pm | 2 +- src/cloud/aws/sqs/mode/listqueues.pm | 2 +- src/cloud/aws/sqs/mode/queues.pm | 2 +- src/cloud/aws/sqs/plugin.pm | 2 +- src/cloud/aws/transitgateway/mode/listgateways.pm | 2 +- src/cloud/aws/transitgateway/mode/traffic.pm | 2 +- src/cloud/aws/transitgateway/plugin.pm | 2 +- src/cloud/aws/vpn/mode/discovery.pm | 2 +- src/cloud/aws/vpn/mode/listvpn.pm | 2 +- src/cloud/aws/vpn/mode/traffic.pm | 2 +- src/cloud/aws/vpn/plugin.pm | 2 +- src/cloud/azure/analytics/eventhubs/mode/backlog.pm | 2 +- src/cloud/azure/analytics/eventhubs/mode/connections.pm | 2 +- src/cloud/azure/analytics/eventhubs/mode/discovery.pm | 2 +- src/cloud/azure/analytics/eventhubs/mode/errors.pm | 2 +- src/cloud/azure/analytics/eventhubs/mode/health.pm | 2 +- src/cloud/azure/analytics/eventhubs/mode/messages.pm | 2 +- src/cloud/azure/analytics/eventhubs/mode/requests.pm | 2 +- src/cloud/azure/analytics/eventhubs/mode/throughput.pm | 2 +- src/cloud/azure/analytics/eventhubs/plugin.pm | 2 +- src/cloud/azure/classicstorage/storageaccount/mode/discovery.pm | 2 +- .../azure/classicstorage/storageaccount/mode/listresources.pm | 2 +- src/cloud/azure/classicstorage/storageaccount/plugin.pm | 2 +- src/cloud/azure/common/appservice/mode/appusage.pm | 2 +- src/cloud/azure/common/appservice/mode/cputime.pm | 2 +- src/cloud/azure/common/appservice/mode/data.pm | 2 +- src/cloud/azure/common/appservice/mode/discovery.pm | 2 +- src/cloud/azure/common/appservice/mode/filesystem.pm | 2 +- src/cloud/azure/common/appservice/mode/gcusage.pm | 2 +- src/cloud/azure/common/appservice/mode/health.pm | 2 +- src/cloud/azure/common/appservice/mode/httprequests.pm | 2 +- src/cloud/azure/common/appservice/mode/iooperations.pm | 2 +- src/cloud/azure/common/appservice/mode/memory.pm | 2 +- src/cloud/azure/common/appservice/mode/responsetime.pm | 2 +- src/cloud/azure/common/appservice/mode/status.pm | 2 +- src/cloud/azure/common/storageaccount/accountusedcapacity.pm | 2 +- src/cloud/azure/common/storageaccount/blobcapacity.pm | 2 +- src/cloud/azure/common/storageaccount/blobcontainercount.pm | 2 +- src/cloud/azure/common/storageaccount/blobcount.pm | 2 +- src/cloud/azure/common/storageaccount/filecapacity.pm | 2 +- src/cloud/azure/common/storageaccount/filecount.pm | 2 +- src/cloud/azure/common/storageaccount/filesharecount.pm | 2 +- src/cloud/azure/common/storageaccount/filesharequota.pm | 2 +- src/cloud/azure/common/storageaccount/health.pm | 2 +- src/cloud/azure/common/storageaccount/listfileshares.pm | 2 +- src/cloud/azure/common/storageaccount/queuecapacity.pm | 2 +- src/cloud/azure/common/storageaccount/queuecount.pm | 2 +- src/cloud/azure/common/storageaccount/queuemessagecount.pm | 2 +- src/cloud/azure/common/storageaccount/tablecapacity.pm | 2 +- src/cloud/azure/common/storageaccount/tablecount.pm | 2 +- src/cloud/azure/common/storageaccount/tableentitycount.pm | 2 +- .../azure/common/storageaccount/transactionsavailability.pm | 2 +- src/cloud/azure/common/storageaccount/transactionscount.pm | 2 +- src/cloud/azure/common/storageaccount/transactionslatency.pm | 2 +- src/cloud/azure/common/storageaccount/transactionsthroughput.pm | 2 +- src/cloud/azure/compute/aks/mode/allocatableresources.pm | 2 +- src/cloud/azure/compute/aks/mode/cpu.pm | 2 +- src/cloud/azure/compute/aks/mode/discovery.pm | 2 +- src/cloud/azure/compute/aks/mode/health.pm | 2 +- src/cloud/azure/compute/aks/mode/storage.pm | 2 +- src/cloud/azure/compute/aks/mode/traffic.pm | 2 +- src/cloud/azure/compute/aks/mode/unneedednodes.pm | 2 +- src/cloud/azure/compute/aks/plugin.pm | 2 +- src/cloud/azure/compute/disk/mode/discovery.pm | 2 +- src/cloud/azure/compute/disk/mode/diskio.pm | 2 +- src/cloud/azure/compute/disk/plugin.pm | 2 +- src/cloud/azure/compute/functions/mode/executions.pm | 2 +- src/cloud/azure/compute/functions/plugin.pm | 2 +- src/cloud/azure/compute/virtualmachine/mode/cpu.pm | 2 +- src/cloud/azure/compute/virtualmachine/mode/discovery.pm | 2 +- src/cloud/azure/compute/virtualmachine/mode/diskio.pm | 2 +- src/cloud/azure/compute/virtualmachine/mode/health.pm | 2 +- src/cloud/azure/compute/virtualmachine/mode/listresources.pm | 2 +- src/cloud/azure/compute/virtualmachine/mode/memory.pm | 2 +- src/cloud/azure/compute/virtualmachine/mode/network.pm | 2 +- src/cloud/azure/compute/virtualmachine/mode/vmsizes.pm | 2 +- src/cloud/azure/compute/virtualmachine/plugin.pm | 2 +- src/cloud/azure/compute/vmscalesets/mode/cpu.pm | 2 +- src/cloud/azure/compute/vmscalesets/mode/discovery.pm | 2 +- src/cloud/azure/compute/vmscalesets/mode/diskio.pm | 2 +- src/cloud/azure/compute/vmscalesets/mode/health.pm | 2 +- src/cloud/azure/compute/vmscalesets/mode/memory.pm | 2 +- src/cloud/azure/compute/vmscalesets/mode/traffic.pm | 2 +- src/cloud/azure/compute/vmscalesets/plugin.pm | 2 +- src/cloud/azure/custom/api.pm | 2 +- src/cloud/azure/custom/azcli.pm | 2 +- src/cloud/azure/custom/mode.pm | 2 +- src/cloud/azure/database/cosmosdb/mode/availability.pm | 2 +- src/cloud/azure/database/cosmosdb/mode/cache.pm | 2 +- src/cloud/azure/database/cosmosdb/mode/discovery.pm | 2 +- src/cloud/azure/database/cosmosdb/mode/document.pm | 2 +- src/cloud/azure/database/cosmosdb/mode/health.pm | 2 +- src/cloud/azure/database/cosmosdb/mode/latency.pm | 2 +- src/cloud/azure/database/cosmosdb/mode/throughput.pm | 2 +- src/cloud/azure/database/cosmosdb/mode/units.pm | 2 +- src/cloud/azure/database/cosmosdb/mode/usage.pm | 2 +- src/cloud/azure/database/cosmosdb/plugin.pm | 2 +- src/cloud/azure/database/elasticpool/mode/cpu.pm | 2 +- src/cloud/azure/database/elasticpool/mode/discovery.pm | 2 +- src/cloud/azure/database/elasticpool/mode/dtu.pm | 2 +- src/cloud/azure/database/elasticpool/mode/log.pm | 2 +- src/cloud/azure/database/elasticpool/mode/sessions.pm | 2 +- src/cloud/azure/database/elasticpool/mode/storage.pm | 2 +- src/cloud/azure/database/elasticpool/plugin.pm | 2 +- src/cloud/azure/database/mariadb/mode/connections.pm | 2 +- src/cloud/azure/database/mariadb/mode/cpu.pm | 2 +- src/cloud/azure/database/mariadb/mode/discovery.pm | 2 +- src/cloud/azure/database/mariadb/mode/ioconsumption.pm | 2 +- src/cloud/azure/database/mariadb/mode/memory.pm | 2 +- src/cloud/azure/database/mariadb/mode/replication.pm | 2 +- src/cloud/azure/database/mariadb/mode/storage.pm | 2 +- src/cloud/azure/database/mariadb/mode/traffic.pm | 2 +- src/cloud/azure/database/mariadb/plugin.pm | 2 +- src/cloud/azure/database/mysql/mode/connections.pm | 2 +- src/cloud/azure/database/mysql/mode/cpu.pm | 2 +- src/cloud/azure/database/mysql/mode/discovery.pm | 2 +- src/cloud/azure/database/mysql/mode/ioconsumption.pm | 2 +- src/cloud/azure/database/mysql/mode/memory.pm | 2 +- src/cloud/azure/database/mysql/mode/queries.pm | 2 +- src/cloud/azure/database/mysql/mode/replication.pm | 2 +- src/cloud/azure/database/mysql/mode/storage.pm | 2 +- src/cloud/azure/database/mysql/mode/traffic.pm | 2 +- src/cloud/azure/database/mysql/plugin.pm | 2 +- src/cloud/azure/database/redis/mode/cachelatency.pm | 2 +- src/cloud/azure/database/redis/mode/cachethroughput.pm | 2 +- src/cloud/azure/database/redis/mode/cacheusage.pm | 2 +- src/cloud/azure/database/redis/mode/clients.pm | 2 +- src/cloud/azure/database/redis/mode/cpu.pm | 2 +- src/cloud/azure/database/redis/mode/discovery.pm | 2 +- src/cloud/azure/database/redis/mode/errors.pm | 2 +- src/cloud/azure/database/redis/mode/health.pm | 2 +- src/cloud/azure/database/redis/mode/load.pm | 2 +- src/cloud/azure/database/redis/mode/memory.pm | 2 +- src/cloud/azure/database/redis/mode/operations.pm | 2 +- src/cloud/azure/database/redis/plugin.pm | 2 +- src/cloud/azure/database/sqldatabase/mode/appresources.pm | 2 +- src/cloud/azure/database/sqldatabase/mode/connections.pm | 2 +- src/cloud/azure/database/sqldatabase/mode/deadlocks.pm | 2 +- src/cloud/azure/database/sqldatabase/mode/discovery.pm | 2 +- src/cloud/azure/database/sqldatabase/mode/health.pm | 2 +- src/cloud/azure/database/sqldatabase/mode/listdatabases.pm | 2 +- src/cloud/azure/database/sqldatabase/mode/sessions.pm | 2 +- src/cloud/azure/database/sqldatabase/mode/storage.pm | 2 +- src/cloud/azure/database/sqldatabase/mode/workers.pm | 2 +- src/cloud/azure/database/sqldatabase/plugin.pm | 2 +- src/cloud/azure/database/sqlmanagedinstance/mode/cpu.pm | 2 +- src/cloud/azure/database/sqlmanagedinstance/mode/discovery.pm | 2 +- src/cloud/azure/database/sqlmanagedinstance/mode/diskio.pm | 2 +- src/cloud/azure/database/sqlmanagedinstance/mode/health.pm | 2 +- src/cloud/azure/database/sqlmanagedinstance/mode/storage.pm | 2 +- src/cloud/azure/database/sqlmanagedinstance/plugin.pm | 2 +- src/cloud/azure/database/sqlserver/mode/discovery.pm | 2 +- src/cloud/azure/database/sqlserver/mode/listservers.pm | 2 +- src/cloud/azure/database/sqlserver/mode/serverstatus.pm | 2 +- src/cloud/azure/database/sqlserver/plugin.pm | 2 +- src/cloud/azure/datafactory/factories/mode/discovery.pm | 2 +- src/cloud/azure/datafactory/factories/mode/factoryusage.pm | 2 +- .../azure/datafactory/factories/mode/integrationruntime.pm | 2 +- src/cloud/azure/datafactory/factories/plugin.pm | 2 +- src/cloud/azure/devtools/appconfiguration/mode/discovery.pm | 2 +- src/cloud/azure/devtools/appconfiguration/mode/httprequests.pm | 2 +- src/cloud/azure/devtools/appconfiguration/plugin.pm | 2 +- src/cloud/azure/integration/eventgrid/mode/discovery.pm | 2 +- src/cloud/azure/integration/eventgrid/mode/events.pm | 2 +- src/cloud/azure/integration/eventgrid/mode/eventstats.pm | 2 +- src/cloud/azure/integration/eventgrid/mode/health.pm | 2 +- src/cloud/azure/integration/servicebus/mode/connections.pm | 2 +- src/cloud/azure/integration/servicebus/mode/discovery.pm | 2 +- src/cloud/azure/integration/servicebus/mode/health.pm | 2 +- src/cloud/azure/integration/servicebus/mode/messages.pm | 2 +- src/cloud/azure/integration/servicebus/mode/namespaces.pm | 2 +- src/cloud/azure/integration/servicebus/mode/requests.pm | 2 +- src/cloud/azure/integration/servicebus/plugin.pm | 2 +- src/cloud/azure/management/apimanagement/mode/capacity.pm | 2 +- src/cloud/azure/management/apimanagement/mode/discovery.pm | 2 +- src/cloud/azure/management/apimanagement/mode/duration.pm | 2 +- src/cloud/azure/management/apimanagement/mode/events.pm | 2 +- src/cloud/azure/management/apimanagement/mode/requests.pm | 2 +- src/cloud/azure/management/apimanagement/plugin.pm | 2 +- .../azure/management/applicationinsights/mode/availability.pm | 2 +- .../azure/management/applicationinsights/mode/browsertimings.pm | 2 +- src/cloud/azure/management/applicationinsights/mode/cpu.pm | 2 +- .../azure/management/applicationinsights/mode/discovery.pm | 2 +- .../azure/management/applicationinsights/mode/exceptions.pm | 2 +- .../azure/management/applicationinsights/mode/externalcalls.pm | 2 +- .../azure/management/applicationinsights/mode/iooperations.pm | 2 +- src/cloud/azure/management/applicationinsights/mode/memory.pm | 2 +- .../azure/management/applicationinsights/mode/pageviews.pm | 2 +- src/cloud/azure/management/applicationinsights/mode/requests.pm | 2 +- src/cloud/azure/management/applicationinsights/plugin.pm | 2 +- src/cloud/azure/management/automation/mode/discovery.pm | 2 +- src/cloud/azure/management/automation/mode/jobs.pm | 2 +- src/cloud/azure/management/costs/mode/budgets.pm | 2 +- src/cloud/azure/management/costs/mode/costsexplorer.pm | 2 +- src/cloud/azure/management/costs/mode/hybridbenefits.pm | 2 +- src/cloud/azure/management/costs/mode/listbudgets.pm | 2 +- src/cloud/azure/management/costs/mode/orphanresources.pm | 2 +- src/cloud/azure/management/costs/mode/tagscompliance.pm | 2 +- src/cloud/azure/management/costs/plugin.pm | 2 +- src/cloud/azure/management/discover/plugin.pm | 2 +- src/cloud/azure/management/insightsmetrics/mode/cpu.pm | 2 +- .../azure/management/insightsmetrics/mode/listlogicaldisks.pm | 2 +- src/cloud/azure/management/insightsmetrics/mode/logicaldisks.pm | 2 +- src/cloud/azure/management/insightsmetrics/mode/memory.pm | 2 +- src/cloud/azure/management/insightsmetrics/plugin.pm | 2 +- src/cloud/azure/management/loganalytics/mode/kustoquery.pm | 2 +- src/cloud/azure/management/loganalytics/plugin.pm | 2 +- src/cloud/azure/management/monitor/mode/alert.pm | 2 +- src/cloud/azure/management/monitor/mode/discovery.pm | 2 +- src/cloud/azure/management/monitor/mode/discoverytenant.pm | 2 +- src/cloud/azure/management/monitor/mode/getmetrics.pm | 2 +- src/cloud/azure/management/monitor/mode/health.pm | 2 +- src/cloud/azure/management/monitor/plugin.pm | 2 +- src/cloud/azure/management/recovery/mode/backupitemsstatus.pm | 2 +- src/cloud/azure/management/recovery/mode/backupjobsstatus.pm | 2 +- src/cloud/azure/management/recovery/mode/discovery.pm | 2 +- src/cloud/azure/management/recovery/mode/listbackupjobs.pm | 2 +- src/cloud/azure/management/recovery/mode/listreplicateditems.pm | 2 +- src/cloud/azure/management/recovery/mode/listvaults.pm | 2 +- src/cloud/azure/management/recovery/mode/replicationhealth.pm | 2 +- src/cloud/azure/management/recovery/plugin.pm | 2 +- src/cloud/azure/management/resource/mode/deploymentsstatus.pm | 2 +- src/cloud/azure/management/resource/mode/items.pm | 2 +- src/cloud/azure/management/resource/mode/listgroups.pm | 2 +- src/cloud/azure/management/resource/mode/listresources.pm | 2 +- src/cloud/azure/management/resource/plugin.pm | 2 +- src/cloud/azure/network/appgateway/mode/backendhealth.pm | 2 +- src/cloud/azure/network/appgateway/mode/backendstatus.pm | 2 +- src/cloud/azure/network/appgateway/mode/backendtime.pm | 2 +- src/cloud/azure/network/appgateway/mode/clientstraffic.pm | 2 +- src/cloud/azure/network/appgateway/mode/connections.pm | 2 +- src/cloud/azure/network/appgateway/mode/discovery.pm | 2 +- src/cloud/azure/network/appgateway/mode/gatewaytime.pm | 2 +- src/cloud/azure/network/appgateway/mode/health.pm | 2 +- src/cloud/azure/network/appgateway/mode/requests.pm | 2 +- src/cloud/azure/network/appgateway/mode/throughput.pm | 2 +- src/cloud/azure/network/appgateway/mode/units.pm | 2 +- src/cloud/azure/network/appgateway/plugin.pm | 2 +- src/cloud/azure/network/cdn/mode/discovery.pm | 2 +- src/cloud/azure/network/cdn/mode/hitratio.pm | 2 +- src/cloud/azure/network/cdn/mode/latency.pm | 2 +- src/cloud/azure/network/cdn/mode/requests.pm | 2 +- src/cloud/azure/network/cdn/mode/response.pm | 2 +- src/cloud/azure/network/cdn/plugin.pm | 2 +- src/cloud/azure/network/expressroute/mode/circuitstatus.pm | 2 +- src/cloud/azure/network/expressroute/mode/discovery.pm | 2 +- src/cloud/azure/network/expressroute/mode/health.pm | 2 +- src/cloud/azure/network/expressroute/mode/listcircuits.pm | 2 +- src/cloud/azure/network/expressroute/mode/traffic.pm | 2 +- src/cloud/azure/network/expressroute/plugin.pm | 2 +- src/cloud/azure/network/frontdoor/mode/backendhealth.pm | 2 +- src/cloud/azure/network/frontdoor/mode/discovery.pm | 2 +- src/cloud/azure/network/frontdoor/mode/health.pm | 2 +- src/cloud/azure/network/frontdoor/mode/latency.pm | 2 +- src/cloud/azure/network/frontdoor/mode/requests.pm | 2 +- src/cloud/azure/network/frontdoor/mode/size.pm | 2 +- src/cloud/azure/network/frontdoor/plugin.pm | 2 +- src/cloud/azure/network/loadbalancer/mode/datapath.pm | 2 +- src/cloud/azure/network/loadbalancer/mode/discovery.pm | 2 +- src/cloud/azure/network/loadbalancer/mode/healthprobe.pm | 2 +- src/cloud/azure/network/loadbalancer/mode/snat.pm | 2 +- src/cloud/azure/network/loadbalancer/mode/throughput.pm | 2 +- src/cloud/azure/network/loadbalancer/plugin.pm | 2 +- src/cloud/azure/network/networkinterface/mode/discovery.pm | 2 +- src/cloud/azure/network/networkinterface/mode/listresources.pm | 2 +- src/cloud/azure/network/networkinterface/mode/traffic.pm | 2 +- src/cloud/azure/network/networkinterface/plugin.pm | 2 +- src/cloud/azure/network/trafficmanager/mode/discovery.pm | 2 +- src/cloud/azure/network/trafficmanager/mode/endpointstatus.pm | 2 +- src/cloud/azure/network/trafficmanager/mode/health.pm | 2 +- src/cloud/azure/network/trafficmanager/mode/queries.pm | 2 +- src/cloud/azure/network/trafficmanager/plugin.pm | 2 +- src/cloud/azure/network/virtualnetwork/mode/discovery.pm | 2 +- .../azure/network/virtualnetwork/mode/listvirtualnetworks.pm | 2 +- src/cloud/azure/network/virtualnetwork/mode/peeringsstatus.pm | 2 +- src/cloud/azure/network/virtualnetwork/plugin.pm | 2 +- src/cloud/azure/network/vpngateway/mode/discovery.pm | 2 +- src/cloud/azure/network/vpngateway/mode/health.pm | 2 +- src/cloud/azure/network/vpngateway/mode/sitetraffic.pm | 2 +- src/cloud/azure/network/vpngateway/mode/tunneltraffic.pm | 2 +- src/cloud/azure/network/vpngateway/mode/vpngatewaystatus.pm | 2 +- src/cloud/azure/network/vpngateway/plugin.pm | 2 +- src/cloud/azure/security/keyvault/mode/discovery.pm | 2 +- src/cloud/azure/security/keyvault/mode/serviceapi.pm | 2 +- src/cloud/azure/security/keyvault/mode/vaultavailability.pm | 2 +- src/cloud/azure/security/keyvault/mode/vaultcapacity.pm | 2 +- src/cloud/azure/security/keyvault/plugin.pm | 2 +- src/cloud/azure/storage/acr/mode/discovery.pm | 2 +- src/cloud/azure/storage/acr/mode/storageusage.pm | 2 +- src/cloud/azure/storage/acr/plugin.pm | 2 +- src/cloud/azure/storage/storageaccount/mode/discovery.pm | 2 +- src/cloud/azure/storage/storageaccount/mode/listresources.pm | 2 +- src/cloud/azure/storage/storageaccount/plugin.pm | 2 +- src/cloud/azure/storage/storagesync/mode/discovery.pm | 2 +- src/cloud/azure/storage/storagesync/mode/filessync.pm | 2 +- src/cloud/azure/storage/storagesync/mode/recalls.pm | 2 +- src/cloud/azure/storage/storagesync/mode/serverstatus.pm | 2 +- src/cloud/azure/storage/storagesync/plugin.pm | 2 +- src/cloud/azure/web/appservice/plugin.pm | 2 +- src/cloud/azure/web/appserviceplan/mode/cpu.pm | 2 +- src/cloud/azure/web/appserviceplan/mode/data.pm | 2 +- src/cloud/azure/web/appserviceplan/mode/discovery.pm | 2 +- src/cloud/azure/web/appserviceplan/mode/health.pm | 2 +- src/cloud/azure/web/appserviceplan/mode/memory.pm | 2 +- src/cloud/azure/web/appserviceplan/mode/queue.pm | 2 +- src/cloud/azure/web/appserviceplan/mode/socket.pm | 2 +- src/cloud/azure/web/appserviceplan/mode/tcpconnections.pm | 2 +- src/cloud/azure/web/appserviceplan/plugin.pm | 2 +- src/cloud/azure/web/signalr/mode/discovery.pm | 2 +- src/cloud/azure/web/signalr/mode/errors.pm | 2 +- src/cloud/azure/web/signalr/mode/health.pm | 2 +- src/cloud/azure/web/signalr/mode/traffic.pm | 2 +- src/cloud/azure/web/signalr/mode/usage.pm | 2 +- src/cloud/azure/web/signalr/plugin.pm | 2 +- src/cloud/cadvisor/restapi/custom/api.pm | 2 +- src/cloud/cadvisor/restapi/mode/containerusage.pm | 2 +- src/cloud/cadvisor/restapi/mode/diskio.pm | 2 +- src/cloud/cadvisor/restapi/mode/listcontainers.pm | 2 +- src/cloud/cadvisor/restapi/plugin.pm | 2 +- src/cloud/cloudfoundry/restapi/custom/api.pm | 2 +- src/cloud/cloudfoundry/restapi/mode/appsstate.pm | 2 +- src/cloud/cloudfoundry/restapi/mode/instancesstate.pm | 2 +- src/cloud/cloudfoundry/restapi/mode/listapps.pm | 2 +- src/cloud/cloudfoundry/restapi/mode/listorganizations.pm | 2 +- src/cloud/cloudfoundry/restapi/mode/listspaces.pm | 2 +- src/cloud/cloudfoundry/restapi/plugin.pm | 2 +- src/cloud/docker/local/mode/containerstatus.pm | 2 +- src/cloud/docker/local/mode/containerusage.pm | 2 +- src/cloud/docker/local/mode/listcontainers.pm | 2 +- src/cloud/docker/local/plugin.pm | 2 +- src/cloud/docker/restapi/custom/api.pm | 2 +- src/cloud/docker/restapi/mode/containerusage.pm | 2 +- src/cloud/docker/restapi/mode/listcontainers.pm | 2 +- src/cloud/docker/restapi/mode/nodestatus.pm | 2 +- src/cloud/docker/restapi/mode/servicestatus.pm | 2 +- src/cloud/docker/restapi/plugin.pm | 2 +- src/cloud/google/gcp/cloudsql/common/mode/cpu.pm | 2 +- src/cloud/google/gcp/cloudsql/common/mode/network.pm | 2 +- src/cloud/google/gcp/cloudsql/common/mode/storage.pm | 2 +- src/cloud/google/gcp/cloudsql/mysql/mode/discovery.pm | 2 +- src/cloud/google/gcp/cloudsql/mysql/mode/innodb.pm | 2 +- src/cloud/google/gcp/cloudsql/mysql/mode/queries.pm | 2 +- src/cloud/google/gcp/cloudsql/mysql/plugin.pm | 2 +- src/cloud/google/gcp/compute/computeengine/mode/cpu.pm | 2 +- src/cloud/google/gcp/compute/computeengine/mode/discovery.pm | 2 +- src/cloud/google/gcp/compute/computeengine/mode/diskio.pm | 2 +- src/cloud/google/gcp/compute/computeengine/mode/network.pm | 2 +- src/cloud/google/gcp/compute/computeengine/plugin.pm | 2 +- src/cloud/google/gcp/custom/api.pm | 2 +- src/cloud/google/gcp/custom/mode.pm | 2 +- src/cloud/google/gcp/management/stackdriver/mode/getmetrics.pm | 2 +- src/cloud/google/gcp/management/stackdriver/plugin.pm | 2 +- src/cloud/google/gcp/storage/mode/bucket.pm | 2 +- src/cloud/google/gcp/storage/mode/discovery.pm | 2 +- src/cloud/google/gcp/storage/plugin.pm | 2 +- src/cloud/ibm/softlayer/custom/xmlapi.pm | 2 +- src/cloud/ibm/softlayer/mode/events.pm | 2 +- src/cloud/ibm/softlayer/mode/opentickets.pm | 2 +- src/cloud/ibm/softlayer/plugin.pm | 2 +- src/cloud/iics/restapi/custom/api.pm | 2 +- src/cloud/iics/restapi/mode/agents.pm | 2 +- src/cloud/iics/restapi/mode/listagents.pm | 2 +- src/cloud/iics/restapi/plugin.pm | 2 +- src/cloud/kubernetes/custom/api.pm | 2 +- src/cloud/kubernetes/custom/kubectl.pm | 2 +- src/cloud/kubernetes/mode/clusterevents.pm | 2 +- src/cloud/kubernetes/mode/cronjobstatus.pm | 2 +- src/cloud/kubernetes/mode/daemonsetstatus.pm | 2 +- src/cloud/kubernetes/mode/deploymentstatus.pm | 2 +- src/cloud/kubernetes/mode/discovery.pm | 2 +- src/cloud/kubernetes/mode/listcronjobs.pm | 2 +- src/cloud/kubernetes/mode/listdaemonsets.pm | 2 +- src/cloud/kubernetes/mode/listdeployments.pm | 2 +- src/cloud/kubernetes/mode/listingresses.pm | 2 +- src/cloud/kubernetes/mode/listnamespaces.pm | 2 +- src/cloud/kubernetes/mode/listnodes.pm | 2 +- src/cloud/kubernetes/mode/listpersistentvolumes.pm | 2 +- src/cloud/kubernetes/mode/listpods.pm | 2 +- src/cloud/kubernetes/mode/listreplicasets.pm | 2 +- src/cloud/kubernetes/mode/listreplicationcontrollers.pm | 2 +- src/cloud/kubernetes/mode/listservices.pm | 2 +- src/cloud/kubernetes/mode/liststatefulsets.pm | 2 +- src/cloud/kubernetes/mode/nodestatus.pm | 2 +- src/cloud/kubernetes/mode/nodeusage.pm | 2 +- src/cloud/kubernetes/mode/persistentvolumestatus.pm | 2 +- src/cloud/kubernetes/mode/podstatus.pm | 2 +- src/cloud/kubernetes/mode/replicasetstatus.pm | 2 +- src/cloud/kubernetes/mode/replicationcontrollerstatus.pm | 2 +- src/cloud/kubernetes/mode/statefulsetstatus.pm | 2 +- src/cloud/kubernetes/plugin.pm | 2 +- .../microsoft/office365/azuread/mode/directorysizeusage.pm | 2 +- src/cloud/microsoft/office365/azuread/plugin.pm | 2 +- src/cloud/microsoft/office365/custom/graphapi.pm | 2 +- src/cloud/microsoft/office365/custom/managementapi.pm | 2 +- src/cloud/microsoft/office365/exchange/mode/emailactivity.pm | 2 +- src/cloud/microsoft/office365/exchange/mode/mailboxusage.pm | 2 +- src/cloud/microsoft/office365/exchange/plugin.pm | 2 +- src/cloud/microsoft/office365/management/mode/appcredentials.pm | 2 +- src/cloud/microsoft/office365/management/mode/listservices.pm | 2 +- .../microsoft/office365/management/mode/listsubscriptions.pm | 2 +- src/cloud/microsoft/office365/management/mode/servicestatus.pm | 2 +- src/cloud/microsoft/office365/management/mode/subscriptions.pm | 2 +- src/cloud/microsoft/office365/management/plugin.pm | 2 +- src/cloud/microsoft/office365/onedrive/mode/listsites.pm | 2 +- src/cloud/microsoft/office365/onedrive/mode/siteusage.pm | 2 +- src/cloud/microsoft/office365/onedrive/mode/usersactivity.pm | 2 +- src/cloud/microsoft/office365/onedrive/plugin.pm | 2 +- src/cloud/microsoft/office365/sharepoint/mode/listsites.pm | 2 +- src/cloud/microsoft/office365/sharepoint/mode/siteusage.pm | 2 +- src/cloud/microsoft/office365/sharepoint/mode/usersactivity.pm | 2 +- src/cloud/microsoft/office365/sharepoint/plugin.pm | 2 +- src/cloud/microsoft/office365/skype/mode/devicesusage.pm | 2 +- src/cloud/microsoft/office365/skype/mode/usersactivity.pm | 2 +- src/cloud/microsoft/office365/skype/plugin.pm | 2 +- src/cloud/microsoft/office365/teams/mode/devicesusage.pm | 2 +- src/cloud/microsoft/office365/teams/mode/usersactivity.pm | 2 +- src/cloud/microsoft/office365/teams/plugin.pm | 2 +- src/cloud/nutanix/snmp/mode/clusterusage.pm | 2 +- src/cloud/nutanix/snmp/mode/containerusage.pm | 2 +- src/cloud/nutanix/snmp/mode/discovery.pm | 2 +- src/cloud/nutanix/snmp/mode/diskusage.pm | 2 +- src/cloud/nutanix/snmp/mode/hypervisorusage.pm | 2 +- src/cloud/nutanix/snmp/mode/listcontainers.pm | 2 +- src/cloud/nutanix/snmp/mode/listdisks.pm | 2 +- src/cloud/nutanix/snmp/mode/listhypervisors.pm | 2 +- src/cloud/nutanix/snmp/mode/liststoragepools.pm | 2 +- src/cloud/nutanix/snmp/mode/listvms.pm | 2 +- src/cloud/nutanix/snmp/mode/storagepoolusage.pm | 2 +- src/cloud/nutanix/snmp/mode/vmusage.pm | 2 +- src/cloud/nutanix/snmp/plugin.pm | 2 +- src/cloud/outscale/custom/http.pm | 2 +- src/cloud/outscale/custom/osccli.pm | 2 +- src/cloud/outscale/mode/accountconsumptions.pm | 2 +- src/cloud/outscale/mode/clientgateways.pm | 2 +- src/cloud/outscale/mode/internetservices.pm | 2 +- src/cloud/outscale/mode/listclientgateways.pm | 2 +- src/cloud/outscale/mode/listinternetservices.pm | 2 +- src/cloud/outscale/mode/listloadbalancers.pm | 2 +- src/cloud/outscale/mode/listnatservices.pm | 2 +- src/cloud/outscale/mode/listnets.pm | 2 +- src/cloud/outscale/mode/listquotas.pm | 2 +- src/cloud/outscale/mode/listroutetables.pm | 2 +- src/cloud/outscale/mode/listsubnets.pm | 2 +- src/cloud/outscale/mode/listvirtualgateways.pm | 2 +- src/cloud/outscale/mode/listvms.pm | 2 +- src/cloud/outscale/mode/listvolumes.pm | 2 +- src/cloud/outscale/mode/listvpnconnections.pm | 2 +- src/cloud/outscale/mode/loadbalancers.pm | 2 +- src/cloud/outscale/mode/natservices.pm | 2 +- src/cloud/outscale/mode/nets.pm | 2 +- src/cloud/outscale/mode/quotas.pm | 2 +- src/cloud/outscale/mode/routetables.pm | 2 +- src/cloud/outscale/mode/subnets.pm | 2 +- src/cloud/outscale/mode/virtualgateways.pm | 2 +- src/cloud/outscale/mode/vms.pm | 2 +- src/cloud/outscale/mode/volumes.pm | 2 +- src/cloud/outscale/mode/vpnconnections.pm | 2 +- src/cloud/outscale/plugin.pm | 2 +- src/cloud/ovh/restapi/custom/api.pm | 2 +- src/cloud/ovh/restapi/mode/quotausage.pm | 2 +- src/cloud/ovh/restapi/mode/sms.pm | 2 +- src/cloud/ovh/restapi/plugin.pm | 2 +- src/cloud/prometheus/direct/kubernetes/mode/containerstatus.pm | 2 +- src/cloud/prometheus/direct/kubernetes/mode/daemonsetstatus.pm | 2 +- src/cloud/prometheus/direct/kubernetes/mode/deploymentstatus.pm | 2 +- src/cloud/prometheus/direct/kubernetes/mode/listcontainers.pm | 2 +- src/cloud/prometheus/direct/kubernetes/mode/listdaemonsets.pm | 2 +- src/cloud/prometheus/direct/kubernetes/mode/listdeployments.pm | 2 +- src/cloud/prometheus/direct/kubernetes/mode/listnamespaces.pm | 2 +- src/cloud/prometheus/direct/kubernetes/mode/listnodes.pm | 2 +- src/cloud/prometheus/direct/kubernetes/mode/listservices.pm | 2 +- src/cloud/prometheus/direct/kubernetes/mode/namespacestatus.pm | 2 +- src/cloud/prometheus/direct/kubernetes/mode/nodestatus.pm | 2 +- src/cloud/prometheus/direct/kubernetes/plugin.pm | 2 +- .../direct/nginxingresscontroller/mode/connections.pm | 2 +- .../prometheus/direct/nginxingresscontroller/mode/requests.pm | 2 +- src/cloud/prometheus/direct/nginxingresscontroller/plugin.pm | 2 +- src/cloud/prometheus/exporters/cadvisor/mode/cpu.pm | 2 +- src/cloud/prometheus/exporters/cadvisor/mode/listcontainers.pm | 2 +- src/cloud/prometheus/exporters/cadvisor/mode/load.pm | 2 +- src/cloud/prometheus/exporters/cadvisor/mode/memory.pm | 2 +- src/cloud/prometheus/exporters/cadvisor/mode/storage.pm | 2 +- src/cloud/prometheus/exporters/cadvisor/mode/taskstate.pm | 2 +- src/cloud/prometheus/exporters/cadvisor/plugin.pm | 2 +- src/cloud/prometheus/exporters/nodeexporter/mode/cpu.pm | 2 +- src/cloud/prometheus/exporters/nodeexporter/mode/cpudetailed.pm | 2 +- src/cloud/prometheus/exporters/nodeexporter/mode/load.pm | 2 +- src/cloud/prometheus/exporters/nodeexporter/mode/memory.pm | 2 +- src/cloud/prometheus/exporters/nodeexporter/mode/storage.pm | 2 +- src/cloud/prometheus/exporters/nodeexporter/plugin.pm | 2 +- src/cloud/prometheus/restapi/custom/api.pm | 2 +- src/cloud/prometheus/restapi/mode/discovery.pm | 2 +- src/cloud/prometheus/restapi/mode/expression.pm | 2 +- src/cloud/prometheus/restapi/mode/targetstatus.pm | 2 +- src/cloud/prometheus/restapi/plugin.pm | 2 +- src/cloud/talend/tmc/custom/api.pm | 2 +- src/cloud/talend/tmc/mode/cache.pm | 2 +- src/cloud/talend/tmc/mode/listenvironments.pm | 2 +- src/cloud/talend/tmc/mode/listplans.pm | 2 +- src/cloud/talend/tmc/mode/listremoteengines.pm | 2 +- src/cloud/talend/tmc/mode/listtasks.pm | 2 +- src/cloud/talend/tmc/mode/plans.pm | 2 +- src/cloud/talend/tmc/mode/remoteengines.pm | 2 +- src/cloud/talend/tmc/mode/tasks.pm | 2 +- src/cloud/talend/tmc/plugin.pm | 2 +- src/cloud/vmware/velocloud/restapi/custom/api.pm | 2 +- src/cloud/vmware/velocloud/restapi/mode/applicationusage.pm | 2 +- src/cloud/vmware/velocloud/restapi/mode/categoryusage.pm | 2 +- src/cloud/vmware/velocloud/restapi/mode/discovery.pm | 2 +- src/cloud/vmware/velocloud/restapi/mode/edgeqoe.pm | 2 +- src/cloud/vmware/velocloud/restapi/mode/edgestatus.pm | 2 +- src/cloud/vmware/velocloud/restapi/mode/linkstatus.pm | 2 +- src/cloud/vmware/velocloud/restapi/mode/linkusage.pm | 2 +- src/cloud/vmware/velocloud/restapi/mode/listedges.pm | 2 +- src/cloud/vmware/velocloud/restapi/mode/listlinks.pm | 2 +- src/cloud/vmware/velocloud/restapi/plugin.pm | 2 +- src/contrib/check_plugins.pl | 2 +- src/contrib/tutorial/apps/myawesomeapp/api/plugin.pm | 2 +- src/database/cassandra/jmx/mode/cachesusage.pm | 2 +- src/database/cassandra/jmx/mode/clientrequestsusage.pm | 2 +- src/database/cassandra/jmx/mode/threadpoolsusage.pm | 2 +- src/database/cassandra/jmx/plugin.pm | 2 +- src/database/couchdb/restapi/custom/api.pm | 2 +- src/database/couchdb/restapi/mode/server.pm | 2 +- src/database/couchdb/restapi/plugin.pm | 2 +- src/database/db2/dbi.pm | 2 +- src/database/db2/mode/connectedusers.pm | 2 +- src/database/db2/mode/databaselogs.pm | 2 +- src/database/db2/mode/databaseusage.pm | 2 +- src/database/db2/mode/hadr.pm | 2 +- src/database/db2/mode/listtablespaces.pm | 2 +- src/database/db2/mode/tablespaces.pm | 2 +- src/database/db2/plugin.pm | 2 +- src/database/elasticsearch/restapi/custom/api.pm | 2 +- src/database/elasticsearch/restapi/mode/clusterstatistics.pm | 2 +- src/database/elasticsearch/restapi/mode/indicestatistics.pm | 2 +- src/database/elasticsearch/restapi/mode/license.pm | 2 +- src/database/elasticsearch/restapi/mode/listindices.pm | 2 +- src/database/elasticsearch/restapi/mode/listnodes.pm | 2 +- src/database/elasticsearch/restapi/mode/nodestatistics.pm | 2 +- src/database/elasticsearch/restapi/plugin.pm | 2 +- src/database/firebird/mode/longqueries.pm | 2 +- src/database/firebird/mode/memory.pm | 2 +- src/database/firebird/mode/pages.pm | 2 +- src/database/firebird/mode/queries.pm | 2 +- src/database/firebird/mode/users.pm | 2 +- src/database/firebird/plugin.pm | 2 +- src/database/influxdb/custom/api.pm | 2 +- src/database/influxdb/mode/connectiontime.pm | 2 +- src/database/influxdb/mode/databasestatistics.pm | 2 +- src/database/influxdb/mode/httpserverstatistics.pm | 2 +- src/database/influxdb/mode/listdatabases.pm | 2 +- src/database/influxdb/mode/query.pm | 2 +- src/database/influxdb/mode/writestatistics.pm | 2 +- src/database/influxdb/plugin.pm | 2 +- src/database/informix/snmp/mode/archivelevel0.pm | 2 +- src/database/informix/snmp/mode/chunkstatus.pm | 2 +- src/database/informix/snmp/mode/dbspaceusage.pm | 2 +- src/database/informix/snmp/mode/globalcache.pm | 2 +- src/database/informix/snmp/mode/listdbspaces.pm | 2 +- src/database/informix/snmp/mode/listinstances.pm | 2 +- src/database/informix/snmp/mode/lockstats.pm | 2 +- src/database/informix/snmp/mode/logfileusage.pm | 2 +- src/database/informix/snmp/mode/sessions.pm | 2 +- src/database/informix/snmp/plugin.pm | 2 +- src/database/informix/sql/mode/archivelevel0.pm | 2 +- src/database/informix/sql/mode/checkpoints.pm | 2 +- src/database/informix/sql/mode/chunkstates.pm | 2 +- src/database/informix/sql/mode/dbspacesusage.pm | 2 +- src/database/informix/sql/mode/globalcache.pm | 2 +- src/database/informix/sql/mode/listdatabases.pm | 2 +- src/database/informix/sql/mode/listdbspaces.pm | 2 +- src/database/informix/sql/mode/lockoverflow.pm | 2 +- src/database/informix/sql/mode/logfilesusage.pm | 2 +- src/database/informix/sql/mode/longtxs.pm | 2 +- src/database/informix/sql/mode/sessions.pm | 2 +- src/database/informix/sql/mode/tablelocks.pm | 2 +- src/database/informix/sql/plugin.pm | 2 +- src/database/mongodb/custom/driver.pm | 2 +- src/database/mongodb/mode/collectionstatistics.pm | 2 +- src/database/mongodb/mode/connections.pm | 2 +- src/database/mongodb/mode/connectiontime.pm | 2 +- src/database/mongodb/mode/databasestatistics.pm | 2 +- src/database/mongodb/mode/listdatabases.pm | 2 +- src/database/mongodb/mode/queries.pm | 2 +- src/database/mongodb/mode/replicationstatus.pm | 2 +- src/database/mongodb/plugin.pm | 2 +- src/database/mssql/dbi.pm | 2 +- src/database/mssql/mode/backupage.pm | 2 +- src/database/mssql/mode/blockedprocesses.pm | 2 +- src/database/mssql/mode/cachehitratio.pm | 2 +- src/database/mssql/mode/connectedusers.pm | 2 +- src/database/mssql/mode/databasessize.pm | 2 +- src/database/mssql/mode/deadlocks.pm | 2 +- src/database/mssql/mode/failedjobs.pm | 2 +- src/database/mssql/mode/listdatabases.pm | 2 +- src/database/mssql/mode/lockswaits.pm | 2 +- src/database/mssql/mode/pagelifeexpectancy.pm | 2 +- src/database/mssql/mode/resources/types.pm | 2 +- src/database/mssql/mode/tables.pm | 2 +- src/database/mssql/mode/transactions.pm | 2 +- src/database/mssql/plugin.pm | 2 +- src/database/mysql/dbi.pm | 2 +- src/database/mysql/mode/backup.pm | 2 +- src/database/mysql/mode/databasessize.pm | 2 +- src/database/mysql/mode/innodbbufferpoolhitrate.pm | 2 +- src/database/mysql/mode/longqueries.pm | 2 +- src/database/mysql/mode/myisamkeycachehitrate.pm | 2 +- src/database/mysql/mode/openfiles.pm | 2 +- src/database/mysql/mode/opentables.pm | 2 +- src/database/mysql/mode/passwordexpiration.pm | 2 +- src/database/mysql/mode/qcachehitrate.pm | 2 +- src/database/mysql/mode/queries.pm | 2 +- src/database/mysql/mode/replication.pm | 2 +- src/database/mysql/mode/slowqueries.pm | 2 +- src/database/mysql/mode/threadsconnected.pm | 2 +- src/database/mysql/mode/uptime.pm | 2 +- src/database/mysql/mysqlcmd.pm | 2 +- src/database/mysql/plugin.pm | 2 +- src/database/oracle/dbi.pm | 2 +- src/database/oracle/mode/asmdiskgroupusage.pm | 2 +- src/database/oracle/mode/connectedusers.pm | 2 +- src/database/oracle/mode/corruptedblocks.pm | 2 +- src/database/oracle/mode/datacachehitratio.pm | 2 +- src/database/oracle/mode/datafilesstatus.pm | 2 +- src/database/oracle/mode/dataguard.pm | 2 +- src/database/oracle/mode/dictionarycacheusage.pm | 2 +- src/database/oracle/mode/eventwaitsusage.pm | 2 +- src/database/oracle/mode/frausage.pm | 2 +- src/database/oracle/mode/invalidobject.pm | 2 +- src/database/oracle/mode/librarycacheusage.pm | 2 +- src/database/oracle/mode/listasmdiskgroups.pm | 2 +- src/database/oracle/mode/listtablespaces.pm | 2 +- src/database/oracle/mode/longqueries.pm | 2 +- src/database/oracle/mode/passwordexpiration.pm | 2 +- src/database/oracle/mode/processusage.pm | 2 +- src/database/oracle/mode/redologusage.pm | 2 +- src/database/oracle/mode/rmanbackupage.pm | 2 +- src/database/oracle/mode/rmanbackupproblems.pm | 2 +- src/database/oracle/mode/rmanonlinebackupage.pm | 2 +- src/database/oracle/mode/rollbacksegmentusage.pm | 2 +- src/database/oracle/mode/sessionusage.pm | 2 +- src/database/oracle/mode/tablespaceusage.pm | 2 +- src/database/oracle/mode/tnsping.pm | 2 +- src/database/oracle/plugin.pm | 2 +- src/database/postgres/dbi.pm | 2 +- src/database/postgres/mode/backends.pm | 2 +- src/database/postgres/mode/bloat.pm | 2 +- src/database/postgres/mode/connectiontime.pm | 2 +- src/database/postgres/mode/databasesize.pm | 2 +- src/database/postgres/mode/hitratio.pm | 2 +- src/database/postgres/mode/listdatabases.pm | 2 +- src/database/postgres/mode/locks.pm | 2 +- src/database/postgres/mode/querytime.pm | 2 +- src/database/postgres/mode/statistics.pm | 2 +- src/database/postgres/mode/tablespace.pm | 2 +- src/database/postgres/mode/timesync.pm | 2 +- src/database/postgres/mode/vacuum.pm | 2 +- src/database/postgres/plugin.pm | 2 +- src/database/postgres/psqlcmd.pm | 2 +- src/database/redis/custom/cli.pm | 2 +- src/database/redis/custom/perlmod.pm | 2 +- src/database/redis/mode/clients.pm | 2 +- src/database/redis/mode/commands.pm | 2 +- src/database/redis/mode/connections.pm | 2 +- src/database/redis/mode/cpu.pm | 2 +- src/database/redis/mode/memory.pm | 2 +- src/database/redis/mode/persistence.pm | 2 +- src/database/redis/mode/replication.pm | 2 +- src/database/redis/plugin.pm | 2 +- src/database/rrdtool/local/custom/cli.pm | 2 +- src/database/rrdtool/local/custom/perlmod.pm | 2 +- src/database/rrdtool/local/mode/query.pm | 2 +- src/database/rrdtool/local/plugin.pm | 2 +- src/database/sap/hana/mode/blockedtransactions.pm | 2 +- src/database/sap/hana/mode/connectedusers.pm | 2 +- src/database/sap/hana/mode/diskusage.pm | 2 +- src/database/sap/hana/mode/hostcpu.pm | 2 +- src/database/sap/hana/mode/hostmemory.pm | 2 +- src/database/sap/hana/mode/volumeusage.pm | 2 +- src/database/sap/hana/plugin.pm | 2 +- src/database/sybase/mode/blockedprocesses.pm | 2 +- src/database/sybase/mode/connectedusers.pm | 2 +- src/database/sybase/mode/databasessize.pm | 2 +- src/database/sybase/plugin.pm | 2 +- src/database/warp10/sensision/mode/fetchstatistics.pm | 2 +- src/database/warp10/sensision/mode/scriptstatistics.pm | 2 +- src/database/warp10/sensision/plugin.pm | 2 +- src/example/custommode/simple.pm | 2 +- src/example/mode/getvalue.pm | 2 +- src/example/mode/launchcmd.pm | 2 +- src/example/mode/testcustom.pm | 2 +- src/example/plugin_command.pm | 2 +- src/example/plugin_custom.pm | 2 +- src/example/plugin_snmp.pm | 2 +- src/hardware/ats/apc/snmp/mode/components/entity.pm | 2 +- src/hardware/ats/apc/snmp/mode/devicestatus.pm | 2 +- src/hardware/ats/apc/snmp/mode/inputlines.pm | 2 +- src/hardware/ats/apc/snmp/mode/ntp.pm | 2 +- src/hardware/ats/apc/snmp/mode/outputlines.pm | 2 +- src/hardware/ats/apc/snmp/plugin.pm | 2 +- src/hardware/ats/eaton/snmp/mode/inputlines.pm | 2 +- src/hardware/ats/eaton/snmp/mode/outputline.pm | 2 +- src/hardware/ats/eaton/snmp/mode/system.pm | 2 +- src/hardware/ats/eaton/snmp/plugin.pm | 2 +- src/hardware/devices/abb/cms700/snmp/mode/listsensors.pm | 2 +- src/hardware/devices/abb/cms700/snmp/mode/mainsmeasurements.pm | 2 +- .../devices/abb/cms700/snmp/mode/sensorsmeasurements.pm | 2 +- src/hardware/devices/abb/cms700/snmp/plugin.pm | 2 +- src/hardware/devices/aeg/acm/snmp/mode/acstatus.pm | 2 +- src/hardware/devices/aeg/acm/snmp/mode/alarmsstatus.pm | 2 +- src/hardware/devices/aeg/acm/snmp/mode/batterystatus.pm | 2 +- src/hardware/devices/aeg/acm/snmp/mode/components/multiple.pm | 2 +- src/hardware/devices/aeg/acm/snmp/mode/components/simple.pm | 2 +- src/hardware/devices/aeg/acm/snmp/mode/loadstatus.pm | 2 +- src/hardware/devices/aeg/acm/snmp/mode/rectifierstatus.pm | 2 +- src/hardware/devices/aeg/acm/snmp/plugin.pm | 2 +- src/hardware/devices/barco/cs/restapi/custom/api.pm | 2 +- src/hardware/devices/barco/cs/restapi/mode/device.pm | 2 +- src/hardware/devices/barco/cs/restapi/plugin.pm | 2 +- .../devices/camera/hanwha/snmp/mode/components/sdcard.pm | 2 +- .../devices/camera/hanwha/snmp/mode/components/service.pm | 2 +- src/hardware/devices/camera/hanwha/snmp/mode/hardware.pm | 2 +- src/hardware/devices/camera/hanwha/snmp/plugin.pm | 2 +- src/hardware/devices/camera/hikvision/snmp/mode/cpu.pm | 2 +- src/hardware/devices/camera/hikvision/snmp/mode/disk.pm | 2 +- src/hardware/devices/camera/hikvision/snmp/mode/memory.pm | 2 +- src/hardware/devices/camera/hikvision/snmp/mode/time.pm | 2 +- src/hardware/devices/camera/hikvision/snmp/plugin.pm | 2 +- src/hardware/devices/camera/mobotix/snmp/mode/system.pm | 2 +- src/hardware/devices/camera/mobotix/snmp/plugin.pm | 2 +- src/hardware/devices/camera/optelecom/snmp/mode/alarms.pm | 2 +- src/hardware/devices/camera/optelecom/snmp/mode/interfaces.pm | 2 +- src/hardware/devices/camera/optelecom/snmp/mode/networks.pm | 2 +- src/hardware/devices/camera/optelecom/snmp/mode/temperatures.pm | 2 +- src/hardware/devices/camera/optelecom/snmp/mode/uptime.pm | 2 +- src/hardware/devices/camera/optelecom/snmp/plugin.pm | 2 +- src/hardware/devices/cisco/ces/restapi/custom/api.pm | 2 +- src/hardware/devices/cisco/ces/restapi/mode/callsrt.pm | 2 +- src/hardware/devices/cisco/ces/restapi/mode/callssummary.pm | 2 +- src/hardware/devices/cisco/ces/restapi/mode/certificates.pm | 2 +- src/hardware/devices/cisco/ces/restapi/mode/components.pm | 2 +- src/hardware/devices/cisco/ces/restapi/mode/components/ad.pm | 2 +- src/hardware/devices/cisco/ces/restapi/mode/components/aic.pm | 2 +- src/hardware/devices/cisco/ces/restapi/mode/components/aoc.pm | 2 +- .../devices/cisco/ces/restapi/mode/components/camera.pm | 2 +- .../devices/cisco/ces/restapi/mode/components/software.pm | 2 +- src/hardware/devices/cisco/ces/restapi/mode/components/st.pm | 2 +- .../devices/cisco/ces/restapi/mode/components/temperature.pm | 2 +- src/hardware/devices/cisco/ces/restapi/mode/components/vic.pm | 2 +- src/hardware/devices/cisco/ces/restapi/mode/components/vis.pm | 2 +- src/hardware/devices/cisco/ces/restapi/mode/components/voc.pm | 2 +- src/hardware/devices/cisco/ces/restapi/mode/components/webex.pm | 2 +- src/hardware/devices/cisco/ces/restapi/mode/peripherals.pm | 2 +- src/hardware/devices/cisco/ces/restapi/mode/sessions.pm | 2 +- src/hardware/devices/cisco/ces/restapi/plugin.pm | 2 +- src/hardware/devices/cisco/cts/snmp/mode/calls.pm | 2 +- src/hardware/devices/cisco/cts/snmp/mode/peripherals.pm | 2 +- src/hardware/devices/cisco/cts/snmp/plugin.pm | 2 +- src/hardware/devices/eltek/enexus/snmp/mode/alarms.pm | 2 +- src/hardware/devices/eltek/enexus/snmp/mode/battery.pm | 2 +- src/hardware/devices/eltek/enexus/snmp/mode/load.pm | 2 +- src/hardware/devices/eltek/enexus/snmp/mode/outputs.pm | 2 +- src/hardware/devices/eltek/enexus/snmp/plugin.pm | 2 +- src/hardware/devices/gorgy/ntpserver/snmp/mode/globalstatus.pm | 2 +- src/hardware/devices/gorgy/ntpserver/snmp/plugin.pm | 2 +- src/hardware/devices/hikvision/nvr/isapi/custom/api.pm | 2 +- src/hardware/devices/hikvision/nvr/isapi/mode/cpu.pm | 2 +- src/hardware/devices/hikvision/nvr/isapi/mode/device.pm | 2 +- src/hardware/devices/hikvision/nvr/isapi/mode/disks.pm | 2 +- src/hardware/devices/hikvision/nvr/isapi/mode/memory.pm | 2 +- src/hardware/devices/hikvision/nvr/isapi/mode/protocols.pm | 2 +- src/hardware/devices/hikvision/nvr/isapi/mode/time.pm | 2 +- src/hardware/devices/hikvision/nvr/isapi/mode/uptime.pm | 2 +- src/hardware/devices/hikvision/nvr/isapi/plugin.pm | 2 +- src/hardware/devices/hikvision/nvr/snmp/mode/disks.pm | 2 +- src/hardware/devices/hikvision/nvr/snmp/mode/memory.pm | 2 +- src/hardware/devices/hikvision/nvr/snmp/mode/uptime.pm | 2 +- src/hardware/devices/hikvision/nvr/snmp/plugin.pm | 2 +- src/hardware/devices/hms/ewon/snmp/mode/listtags.pm | 2 +- src/hardware/devices/hms/ewon/snmp/mode/tags.pm | 2 +- src/hardware/devices/hms/ewon/snmp/plugin.pm | 2 +- src/hardware/devices/hms/netbiter/argos/restapi/custom/api.pm | 2 +- src/hardware/devices/hms/netbiter/argos/restapi/mode/alarms.pm | 2 +- .../devices/hms/netbiter/argos/restapi/mode/discovery.pm | 2 +- .../devices/hms/netbiter/argos/restapi/mode/listsensors.pm | 2 +- src/hardware/devices/hms/netbiter/argos/restapi/mode/sensors.pm | 2 +- src/hardware/devices/hms/netbiter/argos/restapi/plugin.pm | 2 +- .../devices/masterclock/ntp100gps/snmp/mode/gpsstatus.pm | 2 +- .../devices/masterclock/ntp100gps/snmp/mode/ntpperformance.pm | 2 +- src/hardware/devices/nvidia/gpu/smi/mode/stats.pm | 2 +- src/hardware/devices/nvidia/gpu/smi/plugin.pm | 2 +- src/hardware/devices/pexip/infinity/managementapi/custom/api.pm | 2 +- .../devices/pexip/infinity/managementapi/mode/licenses.pm | 2 +- src/hardware/devices/pexip/infinity/managementapi/plugin.pm | 2 +- src/hardware/devices/polycom/dma/snmp/mode/alerts.pm | 2 +- src/hardware/devices/polycom/dma/snmp/mode/clusters.pm | 2 +- src/hardware/devices/polycom/dma/snmp/mode/conferencemanager.pm | 2 +- .../devices/polycom/dma/snmp/mode/deviceregistrations.pm | 2 +- src/hardware/devices/polycom/dma/snmp/mode/serversusage.pm | 2 +- src/hardware/devices/polycom/dma/snmp/plugin.pm | 2 +- src/hardware/devices/polycom/groupseries/snmp/plugin.pm | 2 +- src/hardware/devices/polycom/hdx/snmp/mode/viewstationstats.pm | 2 +- src/hardware/devices/polycom/hdx/snmp/plugin.pm | 2 +- src/hardware/devices/polycom/rprm/snmp/mode/clusterstatus.pm | 2 +- src/hardware/devices/polycom/rprm/snmp/mode/license.pm | 2 +- src/hardware/devices/polycom/rprm/snmp/mode/provisioning.pm | 2 +- src/hardware/devices/polycom/rprm/snmp/mode/sitelinks.pm | 2 +- src/hardware/devices/polycom/rprm/snmp/mode/sites.pm | 2 +- src/hardware/devices/polycom/rprm/snmp/mode/updates.pm | 2 +- src/hardware/devices/polycom/rprm/snmp/plugin.pm | 2 +- src/hardware/devices/polycom/trio/restapi/custom/api.pm | 2 +- src/hardware/devices/polycom/trio/restapi/mode/callsrt.pm | 2 +- src/hardware/devices/polycom/trio/restapi/mode/callssummary.pm | 2 +- src/hardware/devices/polycom/trio/restapi/mode/device.pm | 2 +- src/hardware/devices/polycom/trio/restapi/mode/network.pm | 2 +- src/hardware/devices/polycom/trio/restapi/mode/paired.pm | 2 +- src/hardware/devices/polycom/trio/restapi/mode/registration.pm | 2 +- src/hardware/devices/polycom/trio/restapi/plugin.pm | 2 +- .../safenet/hsm/protecttoolkit/mode/components/hwstatus.pm | 2 +- .../safenet/hsm/protecttoolkit/mode/components/memory.pm | 2 +- .../safenet/hsm/protecttoolkit/mode/components/temperature.pm | 2 +- .../devices/safenet/hsm/protecttoolkit/mode/hardware.pm | 2 +- src/hardware/devices/safenet/hsm/protecttoolkit/plugin.pm | 2 +- src/hardware/devices/safenet/keysecure/snmp/plugin.pm | 2 +- src/hardware/devices/timelinkmicro/tms6001/snmp/mode/alarms.pm | 2 +- src/hardware/devices/timelinkmicro/tms6001/snmp/mode/antenna.pm | 2 +- .../devices/timelinkmicro/tms6001/snmp/mode/frequency.pm | 2 +- src/hardware/devices/timelinkmicro/tms6001/snmp/mode/gnss.pm | 2 +- .../devices/timelinkmicro/tms6001/snmp/mode/satellites.pm | 2 +- src/hardware/devices/video/appeartv/snmp/mode/alarms.pm | 2 +- src/hardware/devices/video/appeartv/snmp/plugin.pm | 2 +- src/hardware/devices/video/axis/snmp/mode/components/audio.pm | 2 +- src/hardware/devices/video/axis/snmp/mode/components/casing.pm | 2 +- src/hardware/devices/video/axis/snmp/mode/components/fan.pm | 2 +- src/hardware/devices/video/axis/snmp/mode/components/psu.pm | 2 +- src/hardware/devices/video/axis/snmp/mode/components/storage.pm | 2 +- .../devices/video/axis/snmp/mode/components/temperature.pm | 2 +- src/hardware/devices/video/axis/snmp/mode/components/video.pm | 2 +- src/hardware/devices/video/axis/snmp/mode/environment.pm | 2 +- src/hardware/devices/video/axis/snmp/plugin.pm | 2 +- src/hardware/kvm/adder/aim/snmp/mode/deviceusage.pm | 2 +- src/hardware/kvm/adder/aim/snmp/mode/serverusage.pm | 2 +- src/hardware/kvm/adder/aim/snmp/plugin.pm | 2 +- src/hardware/kvm/avocent/acs/6000/snmp/mode/components/psu.pm | 2 +- src/hardware/kvm/avocent/acs/6000/snmp/mode/hardware.pm | 2 +- src/hardware/kvm/avocent/acs/6000/snmp/plugin.pm | 2 +- src/hardware/kvm/avocent/acs/8000/snmp/mode/serialports.pm | 2 +- src/hardware/pdu/apc/snmp/mode/components/humidity.pm | 2 +- src/hardware/pdu/apc/snmp/mode/components/psu.pm | 2 +- src/hardware/pdu/apc/snmp/mode/components/temperature.pm | 2 +- src/hardware/pdu/apc/snmp/mode/hardware.pm | 2 +- src/hardware/pdu/apc/snmp/mode/load.pm | 2 +- src/hardware/pdu/apc/snmp/mode/ntp.pm | 2 +- src/hardware/pdu/apc/snmp/mode/outlet.pm | 2 +- src/hardware/pdu/apc/snmp/plugin.pm | 2 +- src/hardware/pdu/clever/snmp/mode/psusage.pm | 2 +- src/hardware/pdu/clever/snmp/plugin.pm | 2 +- src/hardware/pdu/cyberpower/snmp/mode/load.pm | 2 +- src/hardware/pdu/cyberpower/snmp/mode/outlets.pm | 2 +- src/hardware/pdu/cyberpower/snmp/plugin.pm | 2 +- src/hardware/pdu/eaton/snmp/mode/environment.pm | 2 +- src/hardware/pdu/eaton/snmp/mode/group.pm | 2 +- src/hardware/pdu/eaton/snmp/mode/outlet.pm | 2 +- src/hardware/pdu/eaton/snmp/plugin.pm | 2 +- src/hardware/pdu/emerson/snmp/mode/globalstatus.pm | 2 +- src/hardware/pdu/emerson/snmp/mode/psusage.pm | 2 +- src/hardware/pdu/emerson/snmp/mode/receptacles.pm | 2 +- src/hardware/pdu/emerson/snmp/plugin.pm | 2 +- src/hardware/pdu/gude/epc/snmp/mode/listsppowerchannels.pm | 2 +- src/hardware/pdu/gude/epc/snmp/mode/powerchannels.pm | 2 +- src/hardware/pdu/gude/epc/snmp/mode/resources.pm | 2 +- src/hardware/pdu/gude/epc/snmp/mode/sppowerchannels.pm | 2 +- src/hardware/pdu/gude/epc/snmp/plugin.pm | 2 +- src/hardware/pdu/raritan/snmp/mode/components/resources.pm | 2 +- src/hardware/pdu/raritan/snmp/mode/components/sensor.pm | 2 +- src/hardware/pdu/raritan/snmp/mode/externalsensors.pm | 2 +- src/hardware/pdu/raritan/snmp/mode/inletsensors.pm | 2 +- src/hardware/pdu/raritan/snmp/mode/ocprotsensors.pm | 2 +- src/hardware/pdu/raritan/snmp/mode/outletsensors.pm | 2 +- src/hardware/pdu/raritan/snmp/plugin.pm | 2 +- .../pdu/schleifenbauer/gateway/snmp/mode/components/contact.pm | 2 +- .../pdu/schleifenbauer/gateway/snmp/mode/components/humidity.pm | 2 +- .../schleifenbauer/gateway/snmp/mode/components/resources.pm | 2 +- .../schleifenbauer/gateway/snmp/mode/components/temperature.pm | 2 +- src/hardware/pdu/schleifenbauer/gateway/snmp/mode/sensors.pm | 2 +- src/hardware/pdu/schleifenbauer/gateway/snmp/plugin.pm | 2 +- src/hardware/printers/standard/rfc3805/mode/coverstatus.pm | 2 +- src/hardware/printers/standard/rfc3805/mode/markerimpression.pm | 2 +- src/hardware/printers/standard/rfc3805/mode/markersupply.pm | 2 +- src/hardware/printers/standard/rfc3805/mode/papertray.pm | 2 +- src/hardware/printers/standard/rfc3805/plugin.pm | 2 +- src/hardware/sensors/akcp/snmp/mode/components/humidity.pm | 2 +- src/hardware/sensors/akcp/snmp/mode/components/resources.pm | 2 +- src/hardware/sensors/akcp/snmp/mode/components/serial.pm | 2 +- src/hardware/sensors/akcp/snmp/mode/components/switch.pm | 2 +- src/hardware/sensors/akcp/snmp/mode/components/temperature.pm | 2 +- src/hardware/sensors/akcp/snmp/mode/components/water.pm | 2 +- src/hardware/sensors/akcp/snmp/mode/sensors.pm | 2 +- src/hardware/sensors/akcp/snmp/plugin.pm | 2 +- src/hardware/sensors/apc/snmp/mode/components/fluid.pm | 2 +- src/hardware/sensors/apc/snmp/mode/components/humidity.pm | 2 +- src/hardware/sensors/apc/snmp/mode/components/resources.pm | 2 +- src/hardware/sensors/apc/snmp/mode/components/temperature.pm | 2 +- src/hardware/sensors/apc/snmp/mode/sensors.pm | 2 +- src/hardware/sensors/apc/snmp/plugin.pm | 2 +- src/hardware/sensors/comet/p8000/snmp/mode/sensors.pm | 2 +- src/hardware/sensors/comet/p8000/snmp/plugin.pm | 2 +- src/hardware/sensors/geist/snmp/mode/sensors.pm | 2 +- src/hardware/sensors/geist/snmp/plugin.pm | 2 +- src/hardware/sensors/hwgste/snmp/mode/components/humidity.pm | 2 +- src/hardware/sensors/hwgste/snmp/mode/components/resources.pm | 2 +- src/hardware/sensors/hwgste/snmp/mode/components/temperature.pm | 2 +- src/hardware/sensors/hwgste/snmp/mode/sensors.pm | 2 +- src/hardware/sensors/hwgste/snmp/plugin.pm | 2 +- src/hardware/sensors/jacarta/snmp/mode/components/humidity.pm | 2 +- src/hardware/sensors/jacarta/snmp/mode/components/input.pm | 2 +- src/hardware/sensors/jacarta/snmp/mode/components/resources.pm | 2 +- .../sensors/jacarta/snmp/mode/components/temperature.pm | 2 +- src/hardware/sensors/jacarta/snmp/mode/sensors.pm | 2 +- src/hardware/sensors/jacarta/snmp/plugin.pm | 2 +- src/hardware/sensors/netbotz/snmp/mode/components/airflow.pm | 2 +- src/hardware/sensors/netbotz/snmp/mode/components/camera.pm | 2 +- src/hardware/sensors/netbotz/snmp/mode/components/dewpoint.pm | 2 +- src/hardware/sensors/netbotz/snmp/mode/components/doorswitch.pm | 2 +- src/hardware/sensors/netbotz/snmp/mode/components/humidity.pm | 2 +- src/hardware/sensors/netbotz/snmp/mode/components/otherstate.pm | 2 +- src/hardware/sensors/netbotz/snmp/mode/components/resources.pm | 2 +- .../sensors/netbotz/snmp/mode/components/temperature.pm | 2 +- src/hardware/sensors/netbotz/snmp/mode/sensors.pm | 2 +- src/hardware/sensors/netbotz/snmp/plugin.pm | 2 +- src/hardware/sensors/rittal/cmc3/snmp/mode/devices.pm | 2 +- src/hardware/sensors/rittal/cmc3/snmp/mode/listdevices.pm | 2 +- src/hardware/sensors/rittal/cmc3/snmp/mode/load.pm | 2 +- src/hardware/sensors/rittal/cmc3/snmp/mode/unitstatus.pm | 2 +- src/hardware/sensors/rittal/cmc3/snmp/mode/uptime.pm | 2 +- src/hardware/sensors/sensorip/snmp/mode/components/humidity.pm | 2 +- src/hardware/sensors/sensorip/snmp/mode/components/sp.pm | 2 +- src/hardware/sensors/sensorip/snmp/mode/components/switch.pm | 2 +- .../sensors/sensorip/snmp/mode/components/temperature.pm | 2 +- src/hardware/sensors/sensorip/snmp/mode/sensors.pm | 2 +- src/hardware/sensors/sensorip/snmp/plugin.pm | 2 +- src/hardware/sensors/sensormetrix/em01/web/mode/contact.pm | 2 +- src/hardware/sensors/sensormetrix/em01/web/mode/flood.pm | 2 +- src/hardware/sensors/sensormetrix/em01/web/mode/humidity.pm | 2 +- src/hardware/sensors/sensormetrix/em01/web/mode/illumination.pm | 2 +- src/hardware/sensors/sensormetrix/em01/web/mode/temperature.pm | 2 +- src/hardware/sensors/sensormetrix/em01/web/mode/thermistor.pm | 2 +- src/hardware/sensors/sensormetrix/em01/web/mode/voltage.pm | 2 +- src/hardware/sensors/sensormetrix/em01/web/plugin.pm | 2 +- .../serverscheck/sensorgateway/snmp/mode/components/sensors.pm | 2 +- .../sensors/serverscheck/sensorgateway/snmp/mode/sensors.pm | 2 +- src/hardware/sensors/serverscheck/sensorgateway/snmp/plugin.pm | 2 +- src/hardware/sensors/temperhum/local/mode/environment.pm | 2 +- src/hardware/sensors/temperhum/local/plugin.pm | 2 +- src/hardware/server/cisco/ucs/snmp/mode/auditlogs.pm | 2 +- src/hardware/server/cisco/ucs/snmp/mode/components/blade.pm | 2 +- src/hardware/server/cisco/ucs/snmp/mode/components/chassis.pm | 2 +- src/hardware/server/cisco/ucs/snmp/mode/components/cpu.pm | 2 +- src/hardware/server/cisco/ucs/snmp/mode/components/fan.pm | 2 +- src/hardware/server/cisco/ucs/snmp/mode/components/fex.pm | 2 +- src/hardware/server/cisco/ucs/snmp/mode/components/iocard.pm | 2 +- src/hardware/server/cisco/ucs/snmp/mode/components/localdisk.pm | 2 +- src/hardware/server/cisco/ucs/snmp/mode/components/memory.pm | 2 +- src/hardware/server/cisco/ucs/snmp/mode/components/psu.pm | 2 +- src/hardware/server/cisco/ucs/snmp/mode/components/resources.pm | 2 +- src/hardware/server/cisco/ucs/snmp/mode/equipment.pm | 2 +- src/hardware/server/cisco/ucs/snmp/mode/faults.pm | 2 +- src/hardware/server/cisco/ucs/snmp/mode/mgmtentities.pm | 2 +- src/hardware/server/cisco/ucs/snmp/mode/serviceprofile.pm | 2 +- src/hardware/server/cisco/ucs/snmp/plugin.pm | 2 +- src/hardware/server/dell/cmc/snmp/mode/components/chassis.pm | 2 +- src/hardware/server/dell/cmc/snmp/mode/components/disk.pm | 2 +- src/hardware/server/dell/cmc/snmp/mode/components/health.pm | 2 +- src/hardware/server/dell/cmc/snmp/mode/components/psu.pm | 2 +- src/hardware/server/dell/cmc/snmp/mode/components/resources.pm | 2 +- .../server/dell/cmc/snmp/mode/components/temperature.pm | 2 +- src/hardware/server/dell/cmc/snmp/mode/components/vdisk.pm | 2 +- src/hardware/server/dell/cmc/snmp/mode/hardware.pm | 2 +- src/hardware/server/dell/cmc/snmp/plugin.pm | 2 +- src/hardware/server/dell/idrac/snmp/mode/components/amperage.pm | 2 +- .../server/dell/idrac/snmp/mode/components/coolingdevice.pm | 2 +- .../server/dell/idrac/snmp/mode/components/coolingunit.pm | 2 +- .../server/dell/idrac/snmp/mode/components/enclosure.pm | 2 +- src/hardware/server/dell/idrac/snmp/mode/components/fru.pm | 2 +- src/hardware/server/dell/idrac/snmp/mode/components/health.pm | 2 +- src/hardware/server/dell/idrac/snmp/mode/components/memory.pm | 2 +- src/hardware/server/dell/idrac/snmp/mode/components/network.pm | 2 +- src/hardware/server/dell/idrac/snmp/mode/components/pci.pm | 2 +- src/hardware/server/dell/idrac/snmp/mode/components/pdisk.pm | 2 +- .../server/dell/idrac/snmp/mode/components/processor.pm | 2 +- src/hardware/server/dell/idrac/snmp/mode/components/psu.pm | 2 +- src/hardware/server/dell/idrac/snmp/mode/components/punit.pm | 2 +- .../server/dell/idrac/snmp/mode/components/resources.pm | 2 +- src/hardware/server/dell/idrac/snmp/mode/components/slot.pm | 2 +- .../server/dell/idrac/snmp/mode/components/storagebattery.pm | 2 +- .../server/dell/idrac/snmp/mode/components/storagectrl.pm | 2 +- .../server/dell/idrac/snmp/mode/components/systembattery.pm | 2 +- .../server/dell/idrac/snmp/mode/components/temperature.pm | 2 +- src/hardware/server/dell/idrac/snmp/mode/components/vdisk.pm | 2 +- src/hardware/server/dell/idrac/snmp/mode/components/voltage.pm | 2 +- src/hardware/server/dell/idrac/snmp/mode/globalstatus.pm | 2 +- src/hardware/server/dell/idrac/snmp/mode/hardware.pm | 2 +- src/hardware/server/dell/idrac/snmp/plugin.pm | 2 +- src/hardware/server/dell/omem/snmp/mode/components/chassis.pm | 2 +- src/hardware/server/dell/omem/snmp/mode/components/health.pm | 2 +- src/hardware/server/dell/omem/snmp/mode/components/psu.pm | 2 +- .../server/dell/omem/snmp/mode/components/temperature.pm | 2 +- src/hardware/server/dell/omem/snmp/mode/hardware.pm | 2 +- src/hardware/server/dell/omem/snmp/plugin.pm | 2 +- .../server/dell/openmanage/snmp/mode/components/battery.pm | 2 +- .../server/dell/openmanage/snmp/mode/components/cachebattery.pm | 2 +- .../server/dell/openmanage/snmp/mode/components/connector.pm | 2 +- .../server/dell/openmanage/snmp/mode/components/controller.pm | 2 +- src/hardware/server/dell/openmanage/snmp/mode/components/cpu.pm | 2 +- .../server/dell/openmanage/snmp/mode/components/esmlog.pm | 2 +- src/hardware/server/dell/openmanage/snmp/mode/components/fan.pm | 2 +- .../server/dell/openmanage/snmp/mode/components/globalstatus.pm | 2 +- .../server/dell/openmanage/snmp/mode/components/logicaldrive.pm | 2 +- .../server/dell/openmanage/snmp/mode/components/memory.pm | 2 +- .../server/dell/openmanage/snmp/mode/components/physicaldisk.pm | 2 +- src/hardware/server/dell/openmanage/snmp/mode/components/psu.pm | 2 +- .../server/dell/openmanage/snmp/mode/components/temperature.pm | 2 +- src/hardware/server/dell/openmanage/snmp/mode/hardware.pm | 2 +- src/hardware/server/dell/openmanage/snmp/plugin.pm | 2 +- src/hardware/server/dell/vxm/restapi/custom/api.pm | 2 +- src/hardware/server/dell/vxm/restapi/mode/chassis.pm | 2 +- src/hardware/server/dell/vxm/restapi/mode/discovery.pm | 2 +- src/hardware/server/dell/vxm/restapi/mode/hosts.pm | 2 +- src/hardware/server/dell/vxm/restapi/plugin.pm | 2 +- src/hardware/server/fujitsu/snmp/mode/components/cpu.pm | 2 +- src/hardware/server/fujitsu/snmp/mode/components/disk.pm | 2 +- src/hardware/server/fujitsu/snmp/mode/components/fan.pm | 2 +- src/hardware/server/fujitsu/snmp/mode/components/memory.pm | 2 +- src/hardware/server/fujitsu/snmp/mode/components/psu.pm | 2 +- src/hardware/server/fujitsu/snmp/mode/components/raid.pm | 2 +- src/hardware/server/fujitsu/snmp/mode/components/temperature.pm | 2 +- src/hardware/server/fujitsu/snmp/mode/components/voltage.pm | 2 +- src/hardware/server/fujitsu/snmp/mode/hardware.pm | 2 +- src/hardware/server/fujitsu/snmp/plugin.pm | 2 +- .../server/hp/bladechassis/snmp/mode/components/blade.pm | 2 +- .../server/hp/bladechassis/snmp/mode/components/enclosure.pm | 2 +- src/hardware/server/hp/bladechassis/snmp/mode/components/fan.pm | 2 +- .../server/hp/bladechassis/snmp/mode/components/fuse.pm | 2 +- .../server/hp/bladechassis/snmp/mode/components/manager.pm | 2 +- .../server/hp/bladechassis/snmp/mode/components/network.pm | 2 +- src/hardware/server/hp/bladechassis/snmp/mode/components/psu.pm | 2 +- .../server/hp/bladechassis/snmp/mode/components/temperature.pm | 2 +- src/hardware/server/hp/bladechassis/snmp/mode/hardware.pm | 2 +- src/hardware/server/hp/bladechassis/snmp/plugin.pm | 2 +- src/hardware/server/hp/ilo/restapi/custom/api.pm | 2 +- src/hardware/server/hp/ilo/restapi/plugin.pm | 2 +- src/hardware/server/hp/ilo/xmlapi/custom/api.pm | 2 +- src/hardware/server/hp/ilo/xmlapi/mode/components/battery.pm | 2 +- src/hardware/server/hp/ilo/xmlapi/mode/components/bios.pm | 2 +- src/hardware/server/hp/ilo/xmlapi/mode/components/cpu.pm | 2 +- src/hardware/server/hp/ilo/xmlapi/mode/components/ctrl.pm | 2 +- src/hardware/server/hp/ilo/xmlapi/mode/components/driveencl.pm | 2 +- src/hardware/server/hp/ilo/xmlapi/mode/components/fan.pm | 2 +- src/hardware/server/hp/ilo/xmlapi/mode/components/ldrive.pm | 2 +- src/hardware/server/hp/ilo/xmlapi/mode/components/memory.pm | 2 +- src/hardware/server/hp/ilo/xmlapi/mode/components/nic.pm | 2 +- src/hardware/server/hp/ilo/xmlapi/mode/components/pdrive.pm | 2 +- src/hardware/server/hp/ilo/xmlapi/mode/components/psu.pm | 2 +- .../server/hp/ilo/xmlapi/mode/components/temperature.pm | 2 +- src/hardware/server/hp/ilo/xmlapi/mode/components/vrm.pm | 2 +- src/hardware/server/hp/ilo/xmlapi/mode/hardware.pm | 2 +- src/hardware/server/hp/ilo/xmlapi/plugin.pm | 2 +- src/hardware/server/hp/oneview/restapi/custom/api.pm | 2 +- .../server/hp/oneview/restapi/mode/components/enclosure.pm | 2 +- .../server/hp/oneview/restapi/mode/components/server.pm | 2 +- src/hardware/server/hp/oneview/restapi/mode/hardware.pm | 2 +- src/hardware/server/hp/oneview/restapi/mode/storagepools.pm | 2 +- src/hardware/server/hp/oneview/restapi/plugin.pm | 2 +- src/hardware/server/hp/proliant/snmp/mode/components/cpu.pm | 2 +- src/hardware/server/hp/proliant/snmp/mode/components/daacc.pm | 2 +- src/hardware/server/hp/proliant/snmp/mode/components/dactl.pm | 2 +- .../server/hp/proliant/snmp/mode/components/daldrive.pm | 2 +- .../server/hp/proliant/snmp/mode/components/dapdrive.pm | 2 +- src/hardware/server/hp/proliant/snmp/mode/components/fan.pm | 2 +- .../server/hp/proliant/snmp/mode/components/fcaexternalacc.pm | 2 +- .../server/hp/proliant/snmp/mode/components/fcaexternalctl.pm | 2 +- .../server/hp/proliant/snmp/mode/components/fcahostctl.pm | 2 +- .../server/hp/proliant/snmp/mode/components/fcaldrive.pm | 2 +- .../server/hp/proliant/snmp/mode/components/fcapdrive.pm | 2 +- src/hardware/server/hp/proliant/snmp/mode/components/idectl.pm | 2 +- .../server/hp/proliant/snmp/mode/components/ideldrive.pm | 2 +- .../server/hp/proliant/snmp/mode/components/idepdrive.pm | 2 +- src/hardware/server/hp/proliant/snmp/mode/components/ilo.pm | 2 +- src/hardware/server/hp/proliant/snmp/mode/components/lnic.pm | 2 +- src/hardware/server/hp/proliant/snmp/mode/components/memory.pm | 2 +- src/hardware/server/hp/proliant/snmp/mode/components/pc.pm | 2 +- src/hardware/server/hp/proliant/snmp/mode/components/pnic.pm | 2 +- src/hardware/server/hp/proliant/snmp/mode/components/psu.pm | 2 +- src/hardware/server/hp/proliant/snmp/mode/components/sasctl.pm | 2 +- .../server/hp/proliant/snmp/mode/components/sasldrive.pm | 2 +- .../server/hp/proliant/snmp/mode/components/saspdrive.pm | 2 +- src/hardware/server/hp/proliant/snmp/mode/components/scsictl.pm | 2 +- .../server/hp/proliant/snmp/mode/components/scsildrive.pm | 2 +- .../server/hp/proliant/snmp/mode/components/scsipdrive.pm | 2 +- .../server/hp/proliant/snmp/mode/components/temperature.pm | 2 +- src/hardware/server/hp/proliant/snmp/mode/globalstatus.pm | 2 +- src/hardware/server/hp/proliant/snmp/mode/hardware.pm | 2 +- src/hardware/server/hp/proliant/snmp/plugin.pm | 2 +- src/hardware/server/huawei/hmm/snmp/mode/blade.pm | 2 +- src/hardware/server/huawei/hmm/snmp/mode/chassis.pm | 2 +- src/hardware/server/huawei/hmm/snmp/mode/components/blade.pm | 2 +- src/hardware/server/huawei/hmm/snmp/mode/components/cpu.pm | 2 +- src/hardware/server/huawei/hmm/snmp/mode/components/disk.pm | 2 +- src/hardware/server/huawei/hmm/snmp/mode/components/fan.pm | 2 +- src/hardware/server/huawei/hmm/snmp/mode/components/memory.pm | 2 +- src/hardware/server/huawei/hmm/snmp/mode/components/mezz.pm | 2 +- src/hardware/server/huawei/hmm/snmp/mode/components/psu.pm | 2 +- .../server/huawei/hmm/snmp/mode/components/raidcontroller.pm | 2 +- src/hardware/server/huawei/hmm/snmp/mode/components/switch.pm | 2 +- .../server/huawei/hmm/snmp/mode/components/temperature.pm | 2 +- src/hardware/server/huawei/hmm/snmp/plugin.pm | 2 +- .../server/huawei/ibmc/snmp/mode/components/component.pm | 2 +- src/hardware/server/huawei/ibmc/snmp/mode/components/cpu.pm | 2 +- src/hardware/server/huawei/ibmc/snmp/mode/components/fan.pm | 2 +- .../server/huawei/ibmc/snmp/mode/components/harddisk.pm | 2 +- .../server/huawei/ibmc/snmp/mode/components/logicaldrive.pm | 2 +- src/hardware/server/huawei/ibmc/snmp/mode/components/memory.pm | 2 +- src/hardware/server/huawei/ibmc/snmp/mode/components/pcie.pm | 2 +- src/hardware/server/huawei/ibmc/snmp/mode/components/psu.pm | 2 +- .../server/huawei/ibmc/snmp/mode/components/raidcontroller.pm | 2 +- .../server/huawei/ibmc/snmp/mode/components/temperature.pm | 2 +- src/hardware/server/huawei/ibmc/snmp/mode/hardware.pm | 2 +- src/hardware/server/huawei/ibmc/snmp/plugin.pm | 2 +- .../server/ibm/bladecenter/snmp/mode/components/ambient.pm | 2 +- .../server/ibm/bladecenter/snmp/mode/components/blade.pm | 2 +- .../server/ibm/bladecenter/snmp/mode/components/blower.pm | 2 +- .../server/ibm/bladecenter/snmp/mode/components/chassisfan.pm | 2 +- .../ibm/bladecenter/snmp/mode/components/chassisstatus.pm | 2 +- .../server/ibm/bladecenter/snmp/mode/components/fanpack.pm | 2 +- .../server/ibm/bladecenter/snmp/mode/components/powermodule.pm | 2 +- .../server/ibm/bladecenter/snmp/mode/components/switchmodule.pm | 2 +- .../server/ibm/bladecenter/snmp/mode/components/systemhealth.pm | 2 +- src/hardware/server/ibm/bladecenter/snmp/mode/hardware.pm | 2 +- src/hardware/server/ibm/bladecenter/snmp/plugin.pm | 2 +- src/hardware/server/ibm/hmc/ssh/mode/hardwareerrors.pm | 2 +- src/hardware/server/ibm/hmc/ssh/mode/ledstatus.pm | 2 +- src/hardware/server/ibm/hmc/ssh/plugin.pm | 2 +- .../server/ibm/mgmt_cards/imm/snmp/mode/components/cpu.pm | 2 +- .../server/ibm/mgmt_cards/imm/snmp/mode/components/disk.pm | 2 +- .../server/ibm/mgmt_cards/imm/snmp/mode/components/fan.pm | 2 +- .../server/ibm/mgmt_cards/imm/snmp/mode/components/global.pm | 2 +- .../server/ibm/mgmt_cards/imm/snmp/mode/components/memory.pm | 2 +- .../server/ibm/mgmt_cards/imm/snmp/mode/components/power.pm | 2 +- .../ibm/mgmt_cards/imm/snmp/mode/components/temperature.pm | 2 +- .../server/ibm/mgmt_cards/imm/snmp/mode/components/voltage.pm | 2 +- src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/environment.pm | 2 +- src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/eventlog.pm | 2 +- src/hardware/server/ibm/mgmt_cards/imm/snmp/plugin.pm | 2 +- src/hardware/server/lenovo/xcc/snmp/mode/components/disk.pm | 2 +- src/hardware/server/lenovo/xcc/snmp/mode/components/fan.pm | 2 +- src/hardware/server/lenovo/xcc/snmp/mode/components/psu.pm | 2 +- .../server/lenovo/xcc/snmp/mode/components/raidvolume.pm | 2 +- .../server/lenovo/xcc/snmp/mode/components/temperature.pm | 2 +- src/hardware/server/lenovo/xcc/snmp/mode/components/voltage.pm | 2 +- src/hardware/server/lenovo/xcc/snmp/mode/hardware.pm | 2 +- src/hardware/server/lenovo/xcc/snmp/plugin.pm | 2 +- .../server/sun/mgmt_cards/components/showenvironment/disk.pm | 2 +- .../server/sun/mgmt_cards/components/showenvironment/fan.pm | 2 +- .../server/sun/mgmt_cards/components/showenvironment/psu.pm | 2 +- .../server/sun/mgmt_cards/components/showenvironment/sensors.pm | 2 +- .../server/sun/mgmt_cards/components/showenvironment/si.pm | 2 +- .../sun/mgmt_cards/components/showenvironment/temperature.pm | 2 +- .../server/sun/mgmt_cards/components/showenvironment/voltage.pm | 2 +- src/hardware/server/sun/mgmt_cards/lib/telnet.pm | 2 +- src/hardware/server/sun/mgmt_cards/mode/environmentsf2xx.pm | 2 +- src/hardware/server/sun/mgmt_cards/mode/environmentv4xx.pm | 2 +- src/hardware/server/sun/mgmt_cards/mode/environmentv8xx.pm | 2 +- src/hardware/server/sun/mgmt_cards/mode/showboards.pm | 2 +- src/hardware/server/sun/mgmt_cards/mode/showenvironment.pm | 2 +- src/hardware/server/sun/mgmt_cards/mode/showfaults.pm | 2 +- src/hardware/server/sun/mgmt_cards/mode/showfaulty.pm | 2 +- src/hardware/server/sun/mgmt_cards/mode/showstatus.pm | 2 +- src/hardware/server/sun/mgmt_cards/plugin.pm | 2 +- src/hardware/server/sun/mseries/mode/domains.pm | 2 +- src/hardware/server/sun/mseries/mode/hardware.pm | 2 +- src/hardware/server/sun/mseries/plugin.pm | 2 +- src/hardware/server/sun/sfxxk/mode/boards.pm | 2 +- src/hardware/server/sun/sfxxk/mode/environment.pm | 2 +- src/hardware/server/sun/sfxxk/mode/failover.pm | 2 +- src/hardware/server/sun/sfxxk/plugin.pm | 2 +- src/hardware/server/sun/snmp/plugin.pm | 2 +- src/hardware/server/supermicro/bmc/snmp/mode/hardware.pm | 2 +- src/hardware/server/supermicro/bmc/snmp/plugin.pm | 2 +- .../server/supermicro/superdoctor/snmp/mode/hardware.pm | 2 +- src/hardware/server/supermicro/superdoctor/snmp/plugin.pm | 2 +- .../server/xfusion/ibmc/snmp/mode/components/component.pm | 2 +- src/hardware/server/xfusion/ibmc/snmp/mode/components/cpu.pm | 2 +- src/hardware/server/xfusion/ibmc/snmp/mode/components/fan.pm | 2 +- .../server/xfusion/ibmc/snmp/mode/components/harddisk.pm | 2 +- .../server/xfusion/ibmc/snmp/mode/components/logicaldrive.pm | 2 +- src/hardware/server/xfusion/ibmc/snmp/mode/components/memory.pm | 2 +- src/hardware/server/xfusion/ibmc/snmp/mode/components/pcie.pm | 2 +- src/hardware/server/xfusion/ibmc/snmp/mode/components/psu.pm | 2 +- .../server/xfusion/ibmc/snmp/mode/components/raidcontroller.pm | 2 +- .../server/xfusion/ibmc/snmp/mode/components/temperature.pm | 2 +- src/hardware/server/xfusion/ibmc/snmp/mode/hardware.pm | 2 +- src/hardware/server/xfusion/ibmc/snmp/plugin.pm | 2 +- src/hardware/telephony/avaya/aes/snmp/mode/services.pm | 2 +- src/hardware/telephony/avaya/aes/snmp/plugin.pm | 2 +- src/hardware/telephony/avaya/cm/snmp/mode/calls.pm | 2 +- src/hardware/telephony/avaya/cm/snmp/mode/licenses.pm | 2 +- src/hardware/telephony/avaya/cm/snmp/mode/trunks.pm | 2 +- src/hardware/telephony/avaya/cm/snmp/plugin.pm | 2 +- .../telephony/avaya/mediagateway/snmp/mode/components/alarm.pm | 2 +- .../telephony/avaya/mediagateway/snmp/mode/controllerstatus.pm | 2 +- src/hardware/telephony/avaya/mediagateway/snmp/mode/hardware.pm | 2 +- src/hardware/telephony/avaya/mediagateway/snmp/plugin.pm | 2 +- src/hardware/ups/alpha/snmp/mode/alarms.pm | 2 +- src/hardware/ups/alpha/snmp/mode/batterystatus.pm | 2 +- src/hardware/ups/apc/snmp/mode/batterystatus.pm | 2 +- src/hardware/ups/apc/snmp/mode/inputlines.pm | 2 +- src/hardware/ups/apc/snmp/mode/ntp.pm | 2 +- src/hardware/ups/apc/snmp/mode/outputlines.pm | 2 +- src/hardware/ups/apc/snmp/mode/sensors.pm | 2 +- src/hardware/ups/apc/snmp/mode/uptime.pm | 2 +- src/hardware/ups/ees/snmp/mode/battery.pm | 2 +- src/hardware/ups/ees/snmp/mode/input.pm | 2 +- src/hardware/ups/ees/snmp/mode/rectifier.pm | 2 +- src/hardware/ups/ees/snmp/mode/system.pm | 2 +- src/hardware/ups/ees/snmp/mode/temperature.pm | 2 +- src/hardware/ups/ees/snmp/mode/uptime.pm | 2 +- src/hardware/ups/ees/snmp/plugin.pm | 2 +- src/hardware/ups/himoinsa/snmp/mode/frequency.pm | 2 +- src/hardware/ups/himoinsa/snmp/mode/fuellevel.pm | 2 +- src/hardware/ups/himoinsa/snmp/mode/phase.pm | 2 +- src/hardware/ups/himoinsa/snmp/mode/status.pm | 2 +- src/hardware/ups/himoinsa/snmp/mode/uptime.pm | 2 +- src/hardware/ups/himoinsa/snmp/mode/voltage.pm | 2 +- src/hardware/ups/hp/snmp/mode/batterystatus.pm | 2 +- src/hardware/ups/hp/snmp/mode/environment.pm | 2 +- src/hardware/ups/hp/snmp/mode/inputlines.pm | 2 +- src/hardware/ups/hp/snmp/mode/outputlines.pm | 2 +- src/hardware/ups/hp/snmp/mode/time.pm | 2 +- src/hardware/ups/hp/snmp/plugin.pm | 2 +- src/hardware/ups/mge/snmp/mode/batterystatus.pm | 2 +- src/hardware/ups/mge/snmp/mode/environment.pm | 2 +- src/hardware/ups/mge/snmp/mode/inputlines.pm | 2 +- src/hardware/ups/mge/snmp/mode/outputlines.pm | 2 +- src/hardware/ups/mge/snmp/mode/outputsource.pm | 2 +- src/hardware/ups/mge/snmp/plugin.pm | 2 +- src/hardware/ups/phoenixtec/snmp/plugin.pm | 2 +- src/hardware/ups/powerware/snmp/mode/alarms.pm | 2 +- src/hardware/ups/powerware/snmp/mode/batterystatus.pm | 2 +- src/hardware/ups/powerware/snmp/mode/environment.pm | 2 +- src/hardware/ups/powerware/snmp/mode/inputlines.pm | 2 +- src/hardware/ups/powerware/snmp/mode/outputlines.pm | 2 +- src/hardware/ups/powerware/snmp/mode/outputsource.pm | 2 +- src/hardware/ups/powerware/snmp/plugin.pm | 2 +- src/hardware/ups/riello/snmp/mode/alarms.pm | 2 +- src/hardware/ups/riello/snmp/mode/battery.pm | 2 +- src/hardware/ups/riello/snmp/mode/inputlines.pm | 2 +- src/hardware/ups/riello/snmp/mode/outputlines.pm | 2 +- src/hardware/ups/riello/snmp/plugin.pm | 2 +- src/hardware/ups/socomec/netvision/snmp/mode/alarms.pm | 2 +- src/hardware/ups/socomec/netvision/snmp/mode/battery.pm | 2 +- src/hardware/ups/socomec/netvision/snmp/mode/inputlines.pm | 2 +- src/hardware/ups/socomec/netvision/snmp/mode/outputlines.pm | 2 +- src/hardware/ups/socomec/netvision/snmp/plugin.pm | 2 +- src/hardware/ups/standard/rfc1628/snmp/mode/alarms.pm | 2 +- src/hardware/ups/standard/rfc1628/snmp/mode/batterystatus.pm | 2 +- src/hardware/ups/standard/rfc1628/snmp/mode/inputlines.pm | 2 +- src/hardware/ups/standard/rfc1628/snmp/mode/outputlines.pm | 2 +- src/hardware/ups/standard/rfc1628/snmp/mode/outputsource.pm | 2 +- src/hardware/ups/standard/rfc1628/snmp/plugin.pm | 2 +- src/network/3com/snmp/mode/components/fan.pm | 2 +- src/network/3com/snmp/mode/components/psu.pm | 2 +- src/network/3com/snmp/mode/cpu.pm | 2 +- src/network/3com/snmp/mode/hardware.pm | 2 +- src/network/3com/snmp/mode/memory.pm | 2 +- src/network/3com/snmp/plugin.pm | 2 +- src/network/a10/ax/snmp/mode/cpu.pm | 2 +- src/network/a10/ax/snmp/mode/disk.pm | 2 +- src/network/a10/ax/snmp/mode/globalstats.pm | 2 +- src/network/a10/ax/snmp/mode/hardware.pm | 2 +- src/network/a10/ax/snmp/mode/listvservers.pm | 2 +- src/network/a10/ax/snmp/mode/memory.pm | 2 +- src/network/a10/ax/snmp/mode/vserverusage.pm | 2 +- src/network/a10/ax/snmp/plugin.pm | 2 +- src/network/acmepacket/snmp/mode/codec.pm | 2 +- src/network/acmepacket/snmp/mode/components/fan.pm | 2 +- src/network/acmepacket/snmp/mode/components/psu.pm | 2 +- src/network/acmepacket/snmp/mode/components/resources.pm | 2 +- src/network/acmepacket/snmp/mode/components/temperature.pm | 2 +- src/network/acmepacket/snmp/mode/components/voltage.pm | 2 +- src/network/acmepacket/snmp/mode/hardware.pm | 2 +- src/network/acmepacket/snmp/mode/listpolicyservers.pm | 2 +- src/network/acmepacket/snmp/mode/listrealm.pm | 2 +- src/network/acmepacket/snmp/mode/listsip.pm | 2 +- src/network/acmepacket/snmp/mode/policyservers.pm | 2 +- src/network/acmepacket/snmp/mode/realmusage.pm | 2 +- src/network/acmepacket/snmp/mode/security.pm | 2 +- src/network/acmepacket/snmp/mode/sipusage.pm | 2 +- src/network/acmepacket/snmp/mode/systemusage.pm | 2 +- src/network/acmepacket/snmp/plugin.pm | 2 +- src/network/adva/fsp150/snmp/mode/alarms.pm | 2 +- src/network/adva/fsp150/snmp/mode/components/card.pm | 2 +- src/network/adva/fsp150/snmp/mode/components/resources.pm | 2 +- src/network/adva/fsp150/snmp/mode/components/shelf.pm | 2 +- src/network/adva/fsp150/snmp/mode/hardware.pm | 2 +- src/network/adva/fsp150/snmp/mode/systems.pm | 2 +- src/network/adva/fsp150/snmp/plugin.pm | 2 +- src/network/adva/fsp3000/snmp/mode/alarms.pm | 2 +- src/network/adva/fsp3000/snmp/mode/interfaces.pm | 2 +- src/network/adva/fsp3000/snmp/mode/listinterfaces.pm | 2 +- src/network/adva/fsp3000/snmp/plugin.pm | 2 +- src/network/aerohive/snmp/mode/connectedusers.pm | 2 +- src/network/aerohive/snmp/plugin.pm | 2 +- .../alcatel/isam/snmp/mode/components/cardtemperature.pm | 2 +- src/network/alcatel/isam/snmp/mode/components/resources.pm | 2 +- src/network/alcatel/isam/snmp/mode/components/sfp.pm | 2 +- src/network/alcatel/isam/snmp/mode/cpu.pm | 2 +- src/network/alcatel/isam/snmp/mode/hardware.pm | 2 +- src/network/alcatel/isam/snmp/mode/hubsapusage.pm | 2 +- src/network/alcatel/isam/snmp/mode/listhubsap.pm | 2 +- src/network/alcatel/isam/snmp/mode/memory.pm | 2 +- src/network/alcatel/isam/snmp/plugin.pm | 2 +- .../alcatel/omniswitch/snmp/mode/components/backplane.pm | 2 +- src/network/alcatel/omniswitch/snmp/mode/components/chassis.pm | 2 +- .../alcatel/omniswitch/snmp/mode/components/container.pm | 2 +- src/network/alcatel/omniswitch/snmp/mode/components/fan.pm | 2 +- src/network/alcatel/omniswitch/snmp/mode/components/module.pm | 2 +- src/network/alcatel/omniswitch/snmp/mode/components/other.pm | 2 +- src/network/alcatel/omniswitch/snmp/mode/components/port.pm | 2 +- src/network/alcatel/omniswitch/snmp/mode/components/psu.pm | 2 +- .../alcatel/omniswitch/snmp/mode/components/resources.pm | 2 +- src/network/alcatel/omniswitch/snmp/mode/components/sensor.pm | 2 +- src/network/alcatel/omniswitch/snmp/mode/components/stack.pm | 2 +- src/network/alcatel/omniswitch/snmp/mode/components/unknown.pm | 2 +- src/network/alcatel/omniswitch/snmp/mode/cpu.pm | 2 +- src/network/alcatel/omniswitch/snmp/mode/flashmemory.pm | 2 +- src/network/alcatel/omniswitch/snmp/mode/hardware.pm | 2 +- src/network/alcatel/omniswitch/snmp/mode/memory.pm | 2 +- src/network/alcatel/omniswitch/snmp/mode/virtualchassis.pm | 2 +- src/network/alcatel/omniswitch/snmp/plugin.pm | 2 +- src/network/alcatel/oxe/snmp/mode/domains.pm | 2 +- src/network/alcatel/oxe/snmp/mode/pbxrole.pm | 2 +- src/network/alcatel/oxe/snmp/mode/pbxstate.pm | 2 +- src/network/alcatel/oxe/snmp/mode/trunks.pm | 2 +- src/network/alcatel/oxe/snmp/plugin.pm | 2 +- src/network/alcatel/pss/1830/snmp/mode/listsap.pm | 2 +- src/network/alcatel/pss/1830/snmp/mode/sapqosstats.pm | 2 +- src/network/alcatel/pss/1830/snmp/plugin.pm | 2 +- src/network/allied/snmp/mode/components/fan.pm | 2 +- src/network/allied/snmp/mode/components/psu.pm | 2 +- src/network/allied/snmp/mode/components/temperature.pm | 2 +- src/network/allied/snmp/mode/components/voltage.pm | 2 +- src/network/allied/snmp/mode/cpu.pm | 2 +- src/network/allied/snmp/mode/hardware.pm | 2 +- src/network/allied/snmp/mode/memory.pm | 2 +- src/network/allied/snmp/plugin.pm | 2 +- src/network/arista/snmp/mode/memory.pm | 2 +- src/network/arista/snmp/plugin.pm | 2 +- src/network/arkoon/plugin.pm | 2 +- src/network/aruba/aoscx/restapi/custom/api.pm | 2 +- src/network/aruba/aoscx/restapi/mode/components/fan.pm | 2 +- src/network/aruba/aoscx/restapi/mode/components/psu.pm | 2 +- src/network/aruba/aoscx/restapi/mode/components/temperature.pm | 2 +- src/network/aruba/aoscx/restapi/mode/hardware.pm | 2 +- src/network/aruba/aoscx/restapi/mode/vsx.pm | 2 +- src/network/aruba/aoscx/restapi/plugin.pm | 2 +- src/network/aruba/aoscx/snmp/mode/components/fan.pm | 2 +- src/network/aruba/aoscx/snmp/mode/components/fantray.pm | 2 +- src/network/aruba/aoscx/snmp/mode/components/psu.pm | 2 +- src/network/aruba/aoscx/snmp/mode/components/temperature.pm | 2 +- src/network/aruba/aoscx/snmp/mode/cpu.pm | 2 +- src/network/aruba/aoscx/snmp/mode/hardware.pm | 2 +- src/network/aruba/aoscx/snmp/mode/memory.pm | 2 +- src/network/aruba/aoscx/snmp/mode/vsf.pm | 2 +- src/network/aruba/aoscx/snmp/mode/vsx.pm | 2 +- src/network/aruba/aoscx/snmp/plugin.pm | 2 +- src/network/aruba/cppm/snmp/mode/cpu.pm | 2 +- src/network/aruba/cppm/snmp/mode/disks.pm | 2 +- src/network/aruba/cppm/snmp/mode/interfaces.pm | 2 +- src/network/aruba/cppm/snmp/mode/memory.pm | 2 +- src/network/aruba/cppm/snmp/mode/radius.pm | 2 +- src/network/aruba/cppm/snmp/mode/repositories.pm | 2 +- src/network/aruba/cppm/snmp/mode/swap.pm | 2 +- src/network/aruba/cppm/snmp/mode/tacacs.pm | 2 +- src/network/aruba/cppm/snmp/plugin.pm | 2 +- src/network/aruba/instant/snmp/mode/apusage.pm | 2 +- src/network/aruba/instant/snmp/mode/ssidstatus.pm | 2 +- src/network/aruba/instant/snmp/plugin.pm | 2 +- src/network/aruba/orchestrator/restapi/custom/api.pm | 2 +- src/network/aruba/orchestrator/restapi/mode/appliances.pm | 2 +- src/network/aruba/orchestrator/restapi/mode/discovery.pm | 2 +- src/network/aruba/orchestrator/restapi/plugin.pm | 2 +- src/network/aruba/standard/snmp/plugin.pm | 2 +- src/network/athonet/epc/snmp/mode/aggregate.pm | 2 +- src/network/athonet/epc/snmp/mode/apns.pm | 2 +- src/network/athonet/epc/snmp/mode/interfacesdiameter.pm | 2 +- src/network/athonet/epc/snmp/mode/interfacesga.pm | 2 +- src/network/athonet/epc/snmp/mode/interfacesgtpc.pm | 2 +- src/network/athonet/epc/snmp/mode/interfaceslte.pm | 2 +- src/network/athonet/epc/snmp/mode/license.pm | 2 +- src/network/athonet/epc/snmp/mode/listapns.pm | 2 +- src/network/athonet/epc/snmp/mode/listinterfacesdiameter.pm | 2 +- src/network/athonet/epc/snmp/mode/listinterfacesga.pm | 2 +- src/network/athonet/epc/snmp/mode/listinterfacesgtpc.pm | 2 +- src/network/athonet/epc/snmp/mode/listinterfaceslte.pm | 2 +- src/network/athonet/epc/snmp/mode/lte.pm | 2 +- src/network/athonet/epc/snmp/plugin.pm | 2 +- src/network/atrica/snmp/mode/connections.pm | 2 +- src/network/atrica/snmp/mode/listconnections.pm | 2 +- src/network/atrica/snmp/plugin.pm | 2 +- src/network/atto/fibrebridge/snmp/mode/fcportusage.pm | 2 +- src/network/atto/fibrebridge/snmp/plugin.pm | 2 +- src/network/audiocodes/snmp/mode/components/fantray.pm | 2 +- src/network/audiocodes/snmp/mode/components/module.pm | 2 +- src/network/audiocodes/snmp/mode/components/psu.pm | 2 +- src/network/audiocodes/snmp/mode/cpu.pm | 2 +- src/network/audiocodes/snmp/mode/hardware.pm | 2 +- src/network/audiocodes/snmp/mode/interfaces.pm | 2 +- src/network/audiocodes/snmp/mode/listtrunks.pm | 2 +- src/network/audiocodes/snmp/mode/memory.pm | 2 +- src/network/audiocodes/snmp/mode/sbccalls.pm | 2 +- src/network/audiocodes/snmp/mode/trunkstatus.pm | 2 +- src/network/audiocodes/snmp/plugin.pm | 2 +- src/network/barracuda/bma/snmp/mode/load.pm | 2 +- src/network/barracuda/bma/snmp/mode/mails.pm | 2 +- src/network/barracuda/bma/snmp/mode/storage.pm | 2 +- src/network/barracuda/bma/snmp/plugin.pm | 2 +- src/network/barracuda/cloudgen/snmp/mode/boxservice.pm | 2 +- src/network/barracuda/cloudgen/snmp/mode/components/fan.pm | 2 +- src/network/barracuda/cloudgen/snmp/mode/components/psu.pm | 2 +- .../barracuda/cloudgen/snmp/mode/components/temperature.pm | 2 +- src/network/barracuda/cloudgen/snmp/mode/components/voltage.pm | 2 +- src/network/barracuda/cloudgen/snmp/mode/hardware.pm | 2 +- src/network/barracuda/cloudgen/snmp/mode/listvpns.pm | 2 +- src/network/barracuda/cloudgen/snmp/mode/serverservice.pm | 2 +- src/network/barracuda/cloudgen/snmp/mode/vpnstatus.pm | 2 +- src/network/barracuda/cloudgen/snmp/plugin.pm | 2 +- src/network/beeware/snmp/mode/listreverseproxy.pm | 2 +- src/network/beeware/snmp/mode/reverseproxyusage.pm | 2 +- src/network/beeware/snmp/plugin.pm | 2 +- src/network/bluecoat/snmp/mode/clientconnections.pm | 2 +- src/network/bluecoat/snmp/mode/clientrequests.pm | 2 +- src/network/bluecoat/snmp/mode/clienttraffic.pm | 2 +- src/network/bluecoat/snmp/mode/components/disk.pm | 2 +- src/network/bluecoat/snmp/mode/components/sensor.pm | 2 +- src/network/bluecoat/snmp/mode/cpu.pm | 2 +- src/network/bluecoat/snmp/mode/disk.pm | 2 +- src/network/bluecoat/snmp/mode/hardware.pm | 2 +- src/network/bluecoat/snmp/mode/memory.pm | 2 +- src/network/bluecoat/snmp/mode/serverconnections.pm | 2 +- src/network/bluecoat/snmp/plugin.pm | 2 +- src/network/brocade/snmp/mode/cpu.pm | 2 +- src/network/brocade/snmp/mode/hardware.pm | 2 +- src/network/brocade/snmp/mode/interfaces.pm | 2 +- src/network/brocade/snmp/mode/listinterfaces.pm | 2 +- src/network/brocade/snmp/mode/memory.pm | 2 +- src/network/brocade/snmp/plugin.pm | 2 +- src/network/cambium/cnpilot/snmp/mode/connectionstatus.pm | 2 +- src/network/cambium/cnpilot/snmp/mode/cpu.pm | 2 +- src/network/cambium/cnpilot/snmp/mode/interfaces.pm | 2 +- src/network/cambium/cnpilot/snmp/mode/listradios.pm | 2 +- src/network/cambium/cnpilot/snmp/mode/memory.pm | 2 +- src/network/cambium/cnpilot/snmp/mode/radios.pm | 2 +- src/network/cambium/cnpilot/snmp/plugin.pm | 2 +- src/network/cambium/epmp/snmp/mode/antenna.pm | 2 +- src/network/cambium/epmp/snmp/mode/cpu.pm | 2 +- src/network/cambium/epmp/snmp/mode/interfaces.pm | 2 +- src/network/cambium/epmp/snmp/mode/license.pm | 2 +- src/network/cambium/epmp/snmp/mode/uptime.pm | 2 +- src/network/cambium/epmp/snmp/plugin.pm | 2 +- src/network/chapsvision/crossing/snmp/mode/antivirus.pm | 2 +- src/network/chapsvision/crossing/snmp/mode/interfaces.pm | 2 +- src/network/chapsvision/crossing/snmp/plugin.pm | 2 +- src/network/checkpoint/snmp/mode/components/fan.pm | 2 +- src/network/checkpoint/snmp/mode/components/psu.pm | 2 +- src/network/checkpoint/snmp/mode/components/raiddisk.pm | 2 +- src/network/checkpoint/snmp/mode/components/temperature.pm | 2 +- src/network/checkpoint/snmp/mode/components/voltage.pm | 2 +- src/network/checkpoint/snmp/mode/connections.pm | 2 +- src/network/checkpoint/snmp/mode/cpu.pm | 2 +- src/network/checkpoint/snmp/mode/disk.pm | 2 +- src/network/checkpoint/snmp/mode/hardware.pm | 2 +- src/network/checkpoint/snmp/mode/hastate.pm | 2 +- src/network/checkpoint/snmp/mode/memory.pm | 2 +- src/network/checkpoint/snmp/mode/rausers.pm | 2 +- src/network/checkpoint/snmp/mode/vpnstatus.pm | 2 +- src/network/checkpoint/snmp/mode/vsx.pm | 2 +- src/network/checkpoint/snmp/plugin.pm | 2 +- src/network/cisco/WaaS/mode/sessions.pm | 2 +- src/network/cisco/WaaS/plugin.pm | 2 +- src/network/cisco/aci/apic/restapi/custom/api.pm | 2 +- src/network/cisco/aci/apic/restapi/mode/fabric.pm | 2 +- src/network/cisco/aci/apic/restapi/mode/node.pm | 2 +- src/network/cisco/aci/apic/restapi/mode/tenant.pm | 2 +- src/network/cisco/aci/apic/restapi/plugin.pm | 2 +- src/network/cisco/asa/snmp/mode/failover.pm | 2 +- src/network/cisco/asa/snmp/plugin.pm | 2 +- src/network/cisco/callmanager/snmp/mode/ccmusage.pm | 2 +- src/network/cisco/callmanager/snmp/mode/ctiusage.pm | 2 +- src/network/cisco/callmanager/snmp/mode/gatewayusage.pm | 2 +- src/network/cisco/callmanager/snmp/mode/mediadeviceusage.pm | 2 +- src/network/cisco/callmanager/snmp/mode/phoneusage.pm | 2 +- src/network/cisco/callmanager/snmp/mode/voicemailusage.pm | 2 +- src/network/cisco/callmanager/snmp/plugin.pm | 2 +- src/network/cisco/callmanager/sxml/custom/xmlapi.pm | 2 +- src/network/cisco/callmanager/sxml/mode/alerts.pm | 2 +- src/network/cisco/callmanager/sxml/mode/services.pm | 2 +- src/network/cisco/callmanager/sxml/plugin.pm | 2 +- src/network/cisco/esa/restapi/custom/api.pm | 2 +- src/network/cisco/esa/restapi/mode/system.pm | 2 +- src/network/cisco/esa/restapi/plugin.pm | 2 +- src/network/cisco/esa/xmlapi/plugin.pm | 2 +- src/network/cisco/firepower/fmc/restapi/custom/api.pm | 2 +- src/network/cisco/firepower/fmc/restapi/mode/devices.pm | 2 +- src/network/cisco/firepower/fmc/restapi/mode/discovery.pm | 2 +- src/network/cisco/firepower/fmc/restapi/plugin.pm | 2 +- .../cisco/firepower/fxos/snmp/mode/components/chassis.pm | 2 +- .../cisco/firepower/fxos/snmp/mode/components/cpuunit.pm | 2 +- src/network/cisco/firepower/fxos/snmp/mode/components/fan.pm | 2 +- .../cisco/firepower/fxos/snmp/mode/components/fanmodule.pm | 2 +- .../cisco/firepower/fxos/snmp/mode/components/memoryunit.pm | 2 +- src/network/cisco/firepower/fxos/snmp/mode/components/psu.pm | 2 +- .../cisco/firepower/fxos/snmp/mode/components/resources.pm | 2 +- src/network/cisco/firepower/fxos/snmp/mode/cpu.pm | 2 +- src/network/cisco/firepower/fxos/snmp/mode/faults.pm | 2 +- src/network/cisco/firepower/fxos/snmp/mode/hardware.pm | 2 +- src/network/cisco/firepower/fxos/snmp/mode/memory.pm | 2 +- src/network/cisco/firepower/fxos/snmp/plugin.pm | 2 +- src/network/cisco/ironport/snmp/plugin.pm | 2 +- src/network/cisco/meraki/cloudcontroller/restapi/custom/api.pm | 2 +- .../cisco/meraki/cloudcontroller/restapi/mode/apirequests.pm | 2 +- src/network/cisco/meraki/cloudcontroller/restapi/mode/cache.pm | 2 +- .../cisco/meraki/cloudcontroller/restapi/mode/devices.pm | 2 +- .../cisco/meraki/cloudcontroller/restapi/mode/discovery.pm | 2 +- .../cisco/meraki/cloudcontroller/restapi/mode/listdevices.pm | 2 +- .../cisco/meraki/cloudcontroller/restapi/mode/listtags.pm | 2 +- .../cisco/meraki/cloudcontroller/restapi/mode/networks.pm | 2 +- src/network/cisco/meraki/cloudcontroller/restapi/plugin.pm | 2 +- .../cisco/meraki/cloudcontroller/snmp/mode/deviceusage.pm | 2 +- .../cisco/meraki/cloudcontroller/snmp/mode/listdevices.pm | 2 +- src/network/cisco/meraki/cloudcontroller/snmp/plugin.pm | 2 +- src/network/cisco/prime/restapi/custom/api.pm | 2 +- src/network/cisco/prime/restapi/mode/apusage.pm | 2 +- src/network/cisco/prime/restapi/plugin.pm | 2 +- src/network/cisco/smallbusiness/standard/snmp/plugin.pm | 2 +- src/network/cisco/standard/snmp/plugin.pm | 2 +- src/network/cisco/standard/ssh/custom/custom.pm | 2 +- src/network/cisco/standard/ssh/mode/cpu.pm | 2 +- src/network/cisco/standard/ssh/mode/voicedialpeer.pm | 2 +- src/network/cisco/standard/ssh/plugin.pm | 2 +- src/network/cisco/umbrella/snmp/mode/appliance.pm | 2 +- src/network/cisco/umbrella/snmp/mode/connectivity.pm | 2 +- src/network/cisco/umbrella/snmp/mode/cpudetailed.pm | 2 +- src/network/cisco/umbrella/snmp/mode/load.pm | 2 +- src/network/cisco/umbrella/snmp/mode/memory.pm | 2 +- src/network/cisco/umbrella/snmp/mode/query.pm | 2 +- src/network/cisco/umbrella/snmp/mode/storage.pm | 2 +- src/network/cisco/umbrella/snmp/plugin.pm | 2 +- src/network/cisco/vcs/restapi/custom/xmlapi.pm | 2 +- src/network/cisco/vcs/restapi/mode/alerts.pm | 2 +- src/network/cisco/vcs/restapi/mode/calls.pm | 2 +- src/network/cisco/vcs/restapi/mode/endpoints.pm | 2 +- src/network/cisco/vcs/restapi/mode/httpproxystats.pm | 2 +- src/network/cisco/vcs/restapi/mode/zones.pm | 2 +- src/network/cisco/vcs/restapi/plugin.pm | 2 +- src/network/cisco/vg/snmp/plugin.pm | 2 +- src/network/cisco/wap/snmp/mode/clients.pm | 2 +- src/network/cisco/wap/snmp/mode/cpu.pm | 2 +- src/network/cisco/wap/snmp/mode/memory.pm | 2 +- src/network/cisco/wap/snmp/mode/virtualaccesspoints.pm | 2 +- src/network/cisco/wap/snmp/plugin.pm | 2 +- src/network/cisco/wlc/snmp/plugin.pm | 2 +- src/network/citrix/appacceleration/snmp/mode/cpu.pm | 2 +- .../citrix/appacceleration/snmp/mode/listserviceclass.pm | 2 +- .../citrix/appacceleration/snmp/mode/serviceclassusage.pm | 2 +- src/network/citrix/appacceleration/snmp/plugin.pm | 2 +- src/network/citrix/netscaler/snmp/mode/certificatesexpire.pm | 2 +- src/network/citrix/netscaler/snmp/mode/components/fanspeed.pm | 2 +- src/network/citrix/netscaler/snmp/mode/components/psu.pm | 2 +- .../citrix/netscaler/snmp/mode/components/temperature.pm | 2 +- src/network/citrix/netscaler/snmp/mode/components/voltage.pm | 2 +- src/network/citrix/netscaler/snmp/mode/connections.pm | 2 +- src/network/citrix/netscaler/snmp/mode/cpu.pm | 2 +- src/network/citrix/netscaler/snmp/mode/hastate.pm | 2 +- src/network/citrix/netscaler/snmp/mode/health.pm | 2 +- src/network/citrix/netscaler/snmp/mode/listvservers.pm | 2 +- src/network/citrix/netscaler/snmp/mode/memory.pm | 2 +- src/network/citrix/netscaler/snmp/mode/storage.pm | 2 +- src/network/citrix/netscaler/snmp/mode/vserverstatus.pm | 2 +- src/network/citrix/netscaler/snmp/plugin.pm | 2 +- src/network/citrix/sdx/snmp/mode/diskusage.pm | 2 +- src/network/citrix/sdx/snmp/mode/hardware.pm | 2 +- src/network/citrix/sdx/snmp/mode/srusage.pm | 2 +- src/network/citrix/sdx/snmp/mode/xenusage.pm | 2 +- src/network/citrix/sdx/snmp/plugin.pm | 2 +- src/network/colubris/snmp/mode/apusage.pm | 2 +- src/network/colubris/snmp/mode/cpu.pm | 2 +- src/network/colubris/snmp/mode/load.pm | 2 +- src/network/colubris/snmp/mode/memory.pm | 2 +- src/network/colubris/snmp/mode/storage.pm | 2 +- src/network/colubris/snmp/plugin.pm | 2 +- src/network/cyberoam/snmp/mode/components/service.pm | 2 +- src/network/cyberoam/snmp/mode/cpu.pm | 2 +- src/network/cyberoam/snmp/mode/memory.pm | 2 +- src/network/cyberoam/snmp/mode/requests.pm | 2 +- src/network/cyberoam/snmp/mode/services.pm | 2 +- src/network/cyberoam/snmp/mode/storage.pm | 2 +- src/network/cyberoam/snmp/plugin.pm | 2 +- src/network/dell/6200/snmp/plugin.pm | 2 +- src/network/dell/nseries/snmp/mode/interfaces.pm | 2 +- src/network/dell/nseries/snmp/mode/time.pm | 2 +- src/network/dell/nseries/snmp/mode/uptime.pm | 2 +- src/network/dell/nseries/snmp/plugin.pm | 2 +- src/network/dell/os10/snmp/mode/components/card.pm | 2 +- src/network/dell/os10/snmp/mode/components/fan.pm | 2 +- src/network/dell/os10/snmp/mode/components/fantray.pm | 2 +- src/network/dell/os10/snmp/mode/components/psu.pm | 2 +- src/network/dell/os10/snmp/mode/components/resources.pm | 2 +- src/network/dell/os10/snmp/mode/components/temperature.pm | 2 +- src/network/dell/os10/snmp/mode/hardware.pm | 2 +- src/network/dell/os10/snmp/plugin.pm | 2 +- src/network/dell/sseries/snmp/plugin.pm | 2 +- src/network/dell/xseries/snmp/plugin.pm | 2 +- src/network/denyall/snmp/mode/listreverseproxy.pm | 2 +- src/network/denyall/snmp/mode/reverseproxy.pm | 2 +- src/network/denyall/snmp/plugin.pm | 2 +- src/network/digi/anywhereusb/snmp/mode/cpu.pm | 2 +- src/network/digi/anywhereusb/snmp/mode/memory.pm | 2 +- src/network/digi/anywhereusb/snmp/plugin.pm | 2 +- src/network/digi/portserverts/snmp/mode/cpu.pm | 2 +- src/network/digi/portserverts/snmp/mode/memory.pm | 2 +- src/network/digi/portserverts/snmp/plugin.pm | 2 +- src/network/digi/sarian/snmp/mode/cpu.pm | 2 +- src/network/digi/sarian/snmp/mode/gprs.pm | 2 +- src/network/digi/sarian/snmp/mode/memory.pm | 2 +- src/network/digi/sarian/snmp/mode/temperature.pm | 2 +- src/network/digi/sarian/snmp/plugin.pm | 2 +- src/network/dlink/dgs3100/snmp/mode/components/fan.pm | 2 +- src/network/dlink/dgs3100/snmp/mode/components/psu.pm | 2 +- src/network/dlink/dgs3100/snmp/mode/cpu.pm | 2 +- src/network/dlink/dgs3100/snmp/mode/hardware.pm | 2 +- src/network/dlink/dgs3100/snmp/plugin.pm | 2 +- src/network/dlink/standard/snmp/mode/components/fan.pm | 2 +- src/network/dlink/standard/snmp/mode/components/psu.pm | 2 +- src/network/dlink/standard/snmp/mode/components/temperature.pm | 2 +- src/network/dlink/standard/snmp/mode/cpu.pm | 2 +- src/network/dlink/standard/snmp/mode/hardware.pm | 2 +- src/network/dlink/standard/snmp/mode/interfaces.pm | 2 +- src/network/dlink/standard/snmp/mode/memory.pm | 2 +- src/network/dlink/standard/snmp/mode/stack.pm | 2 +- src/network/dlink/standard/snmp/plugin.pm | 2 +- src/network/efficientip/snmp/mode/dhcpusage.pm | 2 +- src/network/efficientip/snmp/mode/dnsusage.pm | 2 +- src/network/efficientip/snmp/mode/status.pm | 2 +- src/network/efficientip/snmp/plugin.pm | 2 +- src/network/enterasys/snmp/mode/cpu.pm | 2 +- src/network/enterasys/snmp/mode/interfaces.pm | 2 +- src/network/enterasys/snmp/mode/memory.pm | 2 +- src/network/enterasys/snmp/mode/storage.pm | 2 +- src/network/enterasys/snmp/mode/uptime.pm | 2 +- src/network/enterasys/snmp/plugin.pm | 2 +- src/network/evertz/AEA47721/snmp/mode/streamstatus.pm | 2 +- src/network/evertz/AEA47721/snmp/plugin.pm | 2 +- src/network/evertz/DA6HDL7700/snmp/mode/videostatus.pm | 2 +- src/network/evertz/DA6HDL7700/snmp/plugin.pm | 2 +- src/network/evertz/FC7800/snmp/mode/hardware.pm | 2 +- src/network/evertz/FC7800/snmp/plugin.pm | 2 +- src/network/extreme/snmp/mode/components/fan.pm | 2 +- src/network/extreme/snmp/mode/components/poe.pm | 2 +- src/network/extreme/snmp/mode/components/psu.pm | 2 +- src/network/extreme/snmp/mode/components/slot.pm | 2 +- src/network/extreme/snmp/mode/components/temperature.pm | 2 +- src/network/extreme/snmp/mode/cpu.pm | 2 +- src/network/extreme/snmp/mode/hardware.pm | 2 +- src/network/extreme/snmp/mode/interfaces.pm | 2 +- src/network/extreme/snmp/mode/memory.pm | 2 +- src/network/extreme/snmp/mode/stack.pm | 2 +- src/network/extreme/snmp/plugin.pm | 2 +- src/network/f5/bigip/snmp/mode/apm.pm | 2 +- src/network/f5/bigip/snmp/mode/components/fan.pm | 2 +- src/network/f5/bigip/snmp/mode/components/psu.pm | 2 +- src/network/f5/bigip/snmp/mode/components/temperature.pm | 2 +- src/network/f5/bigip/snmp/mode/connections.pm | 2 +- src/network/f5/bigip/snmp/mode/failover.pm | 2 +- src/network/f5/bigip/snmp/mode/hardware.pm | 2 +- src/network/f5/bigip/snmp/mode/listnodes.pm | 2 +- src/network/f5/bigip/snmp/mode/listpools.pm | 2 +- src/network/f5/bigip/snmp/mode/listtrunks.pm | 2 +- src/network/f5/bigip/snmp/mode/listvirtualservers.pm | 2 +- src/network/f5/bigip/snmp/mode/nodestatus.pm | 2 +- src/network/f5/bigip/snmp/mode/poolstatus.pm | 2 +- src/network/f5/bigip/snmp/mode/tmmusage.pm | 2 +- src/network/f5/bigip/snmp/mode/trunks.pm | 2 +- src/network/f5/bigip/snmp/mode/virtualserverstatus.pm | 2 +- src/network/f5/bigip/snmp/plugin.pm | 2 +- src/network/fiberstore/snmp/mode/components/fan.pm | 2 +- src/network/fiberstore/snmp/mode/components/power.pm | 2 +- src/network/fiberstore/snmp/mode/components/slot.pm | 2 +- src/network/fiberstore/snmp/mode/cpu.pm | 2 +- src/network/fiberstore/snmp/mode/hardware.pm | 2 +- src/network/fiberstore/snmp/mode/memory.pm | 2 +- src/network/fiberstore/snmp/plugin.pm | 2 +- src/network/fortinet/fortiadc/snmp/mode/components/fan.pm | 2 +- .../fortinet/fortiadc/snmp/mode/components/temperature.pm | 2 +- src/network/fortinet/fortiadc/snmp/mode/cpu.pm | 2 +- src/network/fortinet/fortiadc/snmp/mode/hardware.pm | 2 +- src/network/fortinet/fortiadc/snmp/mode/interfaces.pm | 2 +- src/network/fortinet/fortiadc/snmp/mode/listvirtualservers.pm | 2 +- src/network/fortinet/fortiadc/snmp/mode/memory.pm | 2 +- src/network/fortinet/fortiadc/snmp/mode/security.pm | 2 +- src/network/fortinet/fortiadc/snmp/mode/uptime.pm | 2 +- src/network/fortinet/fortiadc/snmp/mode/virtualservers.pm | 2 +- src/network/fortinet/fortiadc/snmp/plugin.pm | 2 +- .../fortinet/fortiauthenticator/snmp/mode/authenticator.pm | 2 +- src/network/fortinet/fortiauthenticator/snmp/mode/cpu.pm | 2 +- src/network/fortinet/fortiauthenticator/snmp/mode/disklog.pm | 2 +- src/network/fortinet/fortiauthenticator/snmp/mode/ha.pm | 2 +- src/network/fortinet/fortiauthenticator/snmp/mode/memory.pm | 2 +- src/network/fortinet/fortiauthenticator/snmp/plugin.pm | 2 +- src/network/fortinet/fortigate/restapi/custom/api.pm | 2 +- src/network/fortinet/fortigate/restapi/mode/ha.pm | 2 +- src/network/fortinet/fortigate/restapi/mode/health.pm | 2 +- src/network/fortinet/fortigate/restapi/mode/licenses.pm | 2 +- src/network/fortinet/fortigate/restapi/mode/system.pm | 2 +- src/network/fortinet/fortigate/restapi/plugin.pm | 2 +- src/network/fortinet/fortigate/snmp/plugin.pm | 2 +- src/network/fortinet/fortimail/snmp/mode/cpu.pm | 2 +- src/network/fortinet/fortimail/snmp/mode/interfaces.pm | 2 +- src/network/fortinet/fortimail/snmp/mode/uptime.pm | 2 +- src/network/fortinet/fortimanager/snmp/mode/cpu.pm | 2 +- src/network/fortinet/fortimanager/snmp/mode/devicestatus.pm | 2 +- src/network/fortinet/fortimanager/snmp/mode/disk.pm | 2 +- src/network/fortinet/fortimanager/snmp/mode/memory.pm | 2 +- src/network/fortinet/fortimanager/snmp/plugin.pm | 2 +- src/network/fortinet/fortiswitch/snmp/mode/cpu.pm | 2 +- src/network/fortinet/fortiswitch/snmp/mode/disk.pm | 2 +- src/network/fortinet/fortiswitch/snmp/mode/interfaces.pm | 2 +- src/network/fortinet/fortiswitch/snmp/mode/memory.pm | 2 +- src/network/fortinet/fortiswitch/snmp/mode/uptime.pm | 2 +- src/network/fortinet/fortiswitch/snmp/plugin.pm | 2 +- src/network/fortinet/fortiweb/snmp/mode/proxy.pm | 2 +- src/network/fortinet/fortiweb/snmp/mode/system.pm | 2 +- src/network/fortinet/fortiweb/snmp/plugin.pm | 2 +- src/network/freebox/restapi/custom/api.pm | 2 +- src/network/freebox/restapi/mode/dslusage.pm | 2 +- src/network/freebox/restapi/mode/netusage.pm | 2 +- src/network/freebox/restapi/mode/system.pm | 2 +- src/network/freebox/restapi/plugin.pm | 2 +- src/network/fritzbox/upnp/custom/soap.pm | 2 +- src/network/fritzbox/upnp/mode/system.pm | 2 +- src/network/fritzbox/upnp/mode/traffic.pm | 2 +- src/network/fritzbox/upnp/plugin.pm | 2 +- src/network/h3c/snmp/plugin.pm | 2 +- src/network/hirschmann/standard/snmp/mode/components/fan.pm | 2 +- src/network/hirschmann/standard/snmp/mode/components/led.pm | 2 +- src/network/hirschmann/standard/snmp/mode/components/psu.pm | 2 +- .../hirschmann/standard/snmp/mode/components/temperature.pm | 2 +- src/network/hirschmann/standard/snmp/mode/configuration.pm | 2 +- src/network/hirschmann/standard/snmp/mode/cpu.pm | 2 +- src/network/hirschmann/standard/snmp/mode/hardware.pm | 2 +- src/network/hirschmann/standard/snmp/mode/memory.pm | 2 +- src/network/hirschmann/standard/snmp/mode/processcount.pm | 2 +- src/network/hirschmann/standard/snmp/plugin.pm | 2 +- src/network/hp/moonshot/snmp/mode/cpu.pm | 2 +- src/network/hp/moonshot/snmp/mode/interfaces.pm | 2 +- src/network/hp/moonshot/snmp/mode/memory.pm | 2 +- src/network/hp/moonshot/snmp/plugin.pm | 2 +- src/network/hp/procurve/snmp/mode/components/fan.pm | 2 +- src/network/hp/procurve/snmp/mode/components/psu.pm | 2 +- src/network/hp/procurve/snmp/mode/components/sensor.pm | 2 +- src/network/hp/procurve/snmp/mode/components/temperature.pm | 2 +- src/network/hp/procurve/snmp/mode/cpu.pm | 2 +- src/network/hp/procurve/snmp/mode/environment.pm | 2 +- src/network/hp/procurve/snmp/mode/interfaces.pm | 2 +- src/network/hp/procurve/snmp/mode/memory.pm | 2 +- src/network/hp/procurve/snmp/mode/virtualchassis.pm | 2 +- src/network/hp/procurve/snmp/plugin.pm | 2 +- src/network/hp/standard/snmp/plugin.pm | 2 +- src/network/hp/vc/snmp/mode/components/domain.pm | 2 +- src/network/hp/vc/snmp/mode/components/enclosure.pm | 2 +- src/network/hp/vc/snmp/mode/components/enet.pm | 2 +- src/network/hp/vc/snmp/mode/components/fc.pm | 2 +- src/network/hp/vc/snmp/mode/components/module.pm | 2 +- src/network/hp/vc/snmp/mode/components/moduleport.pm | 2 +- src/network/hp/vc/snmp/mode/components/physicalserver.pm | 2 +- src/network/hp/vc/snmp/mode/components/port.pm | 2 +- src/network/hp/vc/snmp/mode/components/profile.pm | 2 +- src/network/hp/vc/snmp/mode/components/resources.pm | 2 +- src/network/hp/vc/snmp/mode/hardware.pm | 2 +- src/network/hp/vc/snmp/plugin.pm | 2 +- src/network/huawei/snmp/mode/components/fan.pm | 2 +- src/network/huawei/snmp/mode/components/temperature.pm | 2 +- src/network/huawei/snmp/mode/cpu.pm | 2 +- src/network/huawei/snmp/mode/hardware.pm | 2 +- src/network/huawei/snmp/mode/interfaces.pm | 2 +- src/network/huawei/snmp/mode/memory.pm | 2 +- src/network/huawei/snmp/plugin.pm | 2 +- src/network/ibm/bladecenter/snmp/plugin.pm | 2 +- src/network/infoblox/snmp/mode/dhcpusage.pm | 2 +- src/network/infoblox/snmp/mode/dnsusage.pm | 2 +- src/network/infoblox/snmp/mode/listdhcpsubnets.pm | 2 +- src/network/infoblox/snmp/mode/services.pm | 2 +- src/network/infoblox/snmp/mode/system.pm | 2 +- src/network/infoblox/snmp/plugin.pm | 2 +- src/network/juniper/common/ive/mode/cpu.pm | 2 +- src/network/juniper/common/ive/mode/disk.pm | 2 +- src/network/juniper/common/ive/mode/logfile.pm | 2 +- src/network/juniper/common/ive/mode/users.pm | 2 +- .../juniper/common/junos/mode/bgppeerprefixstatistics.pm | 2 +- src/network/juniper/common/junos/mode/bgppeerstate.pm | 2 +- src/network/juniper/common/junos/mode/components/alarm.pm | 2 +- src/network/juniper/common/junos/mode/components/fru.pm | 2 +- src/network/juniper/common/junos/mode/components/operating.pm | 2 +- src/network/juniper/common/junos/mode/cos.pm | 2 +- src/network/juniper/common/junos/mode/cpsessions.pm | 2 +- src/network/juniper/common/junos/mode/cpu.pm | 2 +- src/network/juniper/common/junos/mode/cpuforwarding.pm | 2 +- src/network/juniper/common/junos/mode/flowsessions.pm | 2 +- src/network/juniper/common/junos/mode/hardware.pm | 2 +- src/network/juniper/common/junos/mode/interfaces.pm | 2 +- src/network/juniper/common/junos/mode/ipsectunnel.pm | 2 +- src/network/juniper/common/junos/mode/ldpsessionstatus.pm | 2 +- src/network/juniper/common/junos/mode/listbgppeers.pm | 2 +- src/network/juniper/common/junos/mode/lspstatus.pm | 2 +- src/network/juniper/common/junos/mode/memory.pm | 2 +- src/network/juniper/common/junos/mode/memoryforwarding.pm | 2 +- src/network/juniper/common/junos/mode/rsvpsessionstatus.pm | 2 +- src/network/juniper/common/junos/mode/stack.pm | 2 +- src/network/juniper/common/screenos/snmp/mode/components/fan.pm | 2 +- .../juniper/common/screenos/snmp/mode/components/module.pm | 2 +- src/network/juniper/common/screenos/snmp/mode/components/psu.pm | 2 +- .../juniper/common/screenos/snmp/mode/components/temperature.pm | 2 +- src/network/juniper/common/screenos/snmp/mode/cpu.pm | 2 +- src/network/juniper/common/screenos/snmp/mode/hardware.pm | 2 +- src/network/juniper/common/screenos/snmp/mode/listvpn.pm | 2 +- src/network/juniper/common/screenos/snmp/mode/memory.pm | 2 +- src/network/juniper/common/screenos/snmp/mode/nsrp.pm | 2 +- src/network/juniper/common/screenos/snmp/mode/sessions.pm | 2 +- src/network/juniper/common/screenos/snmp/mode/vpnstatus.pm | 2 +- src/network/juniper/common/screenos/snmp/mode/vpnusage.pm | 2 +- src/network/juniper/ex/plugin.pm | 2 +- src/network/juniper/ggsn/mode/apnstats.pm | 2 +- src/network/juniper/ggsn/mode/globalstats.pm | 2 +- src/network/juniper/ggsn/plugin.pm | 2 +- src/network/juniper/isg/snmp/plugin.pm | 2 +- src/network/juniper/mag/mode/bladetemperature.pm | 2 +- src/network/juniper/mag/plugin.pm | 2 +- src/network/juniper/mseries/plugin.pm | 2 +- src/network/juniper/sa/plugin.pm | 2 +- src/network/juniper/srx/plugin.pm | 2 +- src/network/juniper/ssg/snmp/plugin.pm | 2 +- src/network/kemp/snmp/mode/hastatus.pm | 2 +- src/network/kemp/snmp/mode/listvs.pm | 2 +- src/network/kemp/snmp/mode/rsstatus.pm | 2 +- src/network/kemp/snmp/mode/vsstatus.pm | 2 +- src/network/kemp/snmp/plugin.pm | 2 +- src/network/keysight/nvos/restapi/custom/api.pm | 2 +- src/network/keysight/nvos/restapi/mode/dynamicfilters.pm | 2 +- src/network/keysight/nvos/restapi/mode/hardware.pm | 2 +- src/network/keysight/nvos/restapi/mode/listdynamicfilters.pm | 2 +- src/network/keysight/nvos/restapi/mode/listports.pm | 2 +- src/network/keysight/nvos/restapi/mode/ports.pm | 2 +- src/network/keysight/nvos/restapi/mode/time.pm | 2 +- src/network/keysight/nvos/restapi/mode/uptime.pm | 2 +- src/network/keysight/nvos/restapi/plugin.pm | 2 +- src/network/lenovo/flexsystem/snmp/mode/components/faultled.pm | 2 +- .../lenovo/flexsystem/snmp/mode/components/temperature.pm | 2 +- src/network/lenovo/flexsystem/snmp/mode/cpu.pm | 2 +- src/network/lenovo/flexsystem/snmp/mode/environment.pm | 2 +- src/network/lenovo/flexsystem/snmp/mode/memory.pm | 2 +- src/network/lenovo/flexsystem/snmp/plugin.pm | 2 +- src/network/lenovo/rackswitch/snmp/mode/cpu.pm | 2 +- src/network/lenovo/rackswitch/snmp/mode/hardware.pm | 2 +- src/network/lenovo/rackswitch/snmp/mode/interfaces.pm | 2 +- src/network/lenovo/rackswitch/snmp/mode/memory.pm | 2 +- src/network/lenovo/rackswitch/snmp/mode/resources.pm | 2 +- src/network/lenovo/rackswitch/snmp/mode/uptime.pm | 2 +- src/network/lenovo/rackswitch/snmp/plugin.pm | 2 +- src/network/libraesva/snmp/mode/interfaces.pm | 2 +- src/network/libraesva/snmp/mode/load.pm | 2 +- src/network/libraesva/snmp/mode/memory.pm | 2 +- src/network/libraesva/snmp/mode/storage.pm | 2 +- src/network/libraesva/snmp/mode/swap.pm | 2 +- src/network/libraesva/snmp/mode/system.pm | 2 +- src/network/libraesva/snmp/plugin.pm | 2 +- src/network/meru/snmp/mode/alarms.pm | 2 +- src/network/meru/snmp/mode/cpu.pm | 2 +- src/network/meru/snmp/mode/memory.pm | 2 +- src/network/meru/snmp/mode/wireless.pm | 2 +- src/network/meru/snmp/plugin.pm | 2 +- src/network/microsens/g6/snmp/mode/components/fan.pm | 2 +- src/network/microsens/g6/snmp/mode/components/psu.pm | 2 +- src/network/microsens/g6/snmp/mode/components/sdcard.pm | 2 +- src/network/microsens/g6/snmp/mode/components/temperature.pm | 2 +- src/network/microsens/g6/snmp/mode/cpudetailed.pm | 2 +- src/network/microsens/g6/snmp/mode/hardware.pm | 2 +- src/network/microsens/g6/snmp/mode/interfaces.pm | 2 +- src/network/microsens/g6/snmp/mode/listsfp.pm | 2 +- src/network/microsens/g6/snmp/mode/load.pm | 2 +- src/network/microsens/g6/snmp/mode/memory.pm | 2 +- src/network/microsens/g6/snmp/mode/sfp.pm | 2 +- src/network/microsens/g6/snmp/mode/uptime.pm | 2 +- src/network/microsens/g6/snmp/plugin.pm | 2 +- src/network/mikrotik/snmp/mode/components/current.pm | 2 +- src/network/mikrotik/snmp/mode/components/fan.pm | 2 +- src/network/mikrotik/snmp/mode/components/power.pm | 2 +- src/network/mikrotik/snmp/mode/components/resources.pm | 2 +- src/network/mikrotik/snmp/mode/components/status.pm | 2 +- src/network/mikrotik/snmp/mode/components/temperature.pm | 2 +- src/network/mikrotik/snmp/mode/components/voltage.pm | 2 +- src/network/mikrotik/snmp/mode/disk.pm | 2 +- src/network/mikrotik/snmp/mode/environment.pm | 2 +- src/network/mikrotik/snmp/mode/firmware.pm | 2 +- src/network/mikrotik/snmp/mode/interfaces.pm | 2 +- src/network/mikrotik/snmp/mode/listfrequencies.pm | 2 +- src/network/mikrotik/snmp/mode/listssids.pm | 2 +- src/network/mikrotik/snmp/mode/memory.pm | 2 +- src/network/mikrotik/snmp/mode/signal.pm | 2 +- src/network/mikrotik/snmp/plugin.pm | 2 +- src/network/mitel/3300icp/snmp/mode/licenses.pm | 2 +- src/network/mitel/3300icp/snmp/mode/listzaps.pm | 2 +- src/network/mitel/3300icp/snmp/mode/zapbandwidth.pm | 2 +- src/network/mitel/3300icp/snmp/mode/zapcalls.pm | 2 +- src/network/mitel/3300icp/snmp/plugin.pm | 2 +- src/network/moxa/switch/snmp/mode/cpu.pm | 2 +- src/network/moxa/switch/snmp/mode/memory.pm | 2 +- src/network/mrv/optiswitch/snmp/mode/components/cpu.pm | 2 +- src/network/mrv/optiswitch/snmp/mode/components/fan.pm | 2 +- src/network/mrv/optiswitch/snmp/mode/components/psu.pm | 2 +- src/network/mrv/optiswitch/snmp/mode/environment.pm | 2 +- src/network/mrv/optiswitch/snmp/mode/interfaces.pm | 2 +- src/network/mrv/optiswitch/snmp/mode/listinterfaces.pm | 2 +- src/network/mrv/optiswitch/snmp/mode/memory.pm | 2 +- src/network/mrv/optiswitch/snmp/plugin.pm | 2 +- src/network/netgear/mseries/snmp/mode/components/fan.pm | 2 +- src/network/netgear/mseries/snmp/mode/components/psu.pm | 2 +- src/network/netgear/mseries/snmp/mode/components/temperature.pm | 2 +- src/network/netgear/mseries/snmp/mode/cpu.pm | 2 +- src/network/netgear/mseries/snmp/mode/hardware.pm | 2 +- src/network/netgear/mseries/snmp/mode/memory.pm | 2 +- src/network/netgear/mseries/snmp/plugin.pm | 2 +- src/network/netgear/sseries/snmp/mode/components/fan.pm | 2 +- src/network/netgear/sseries/snmp/mode/components/psu.pm | 2 +- src/network/netgear/sseries/snmp/mode/components/temperature.pm | 2 +- src/network/netgear/sseries/snmp/mode/cpu.pm | 2 +- src/network/netgear/sseries/snmp/mode/hardware.pm | 2 +- src/network/netgear/sseries/snmp/mode/interfaces.pm | 2 +- src/network/netgear/sseries/snmp/mode/memory.pm | 2 +- src/network/netgear/sseries/snmp/plugin.pm | 2 +- src/network/nokia/timos/snmp/mode/bgpusage.pm | 2 +- src/network/nokia/timos/snmp/mode/cpu.pm | 2 +- src/network/nokia/timos/snmp/mode/hardware.pm | 2 +- src/network/nokia/timos/snmp/mode/isisusage.pm | 2 +- src/network/nokia/timos/snmp/mode/l2tpusage.pm | 2 +- src/network/nokia/timos/snmp/mode/ldpusage.pm | 2 +- src/network/nokia/timos/snmp/mode/listbgp.pm | 2 +- src/network/nokia/timos/snmp/mode/listisis.pm | 2 +- src/network/nokia/timos/snmp/mode/listldp.pm | 2 +- src/network/nokia/timos/snmp/mode/listsap.pm | 2 +- src/network/nokia/timos/snmp/mode/listvrtr.pm | 2 +- src/network/nokia/timos/snmp/mode/memory.pm | 2 +- src/network/nokia/timos/snmp/mode/sapusage.pm | 2 +- src/network/nokia/timos/snmp/plugin.pm | 2 +- src/network/nortel/standard/snmp/mode/components/card.pm | 2 +- src/network/nortel/standard/snmp/mode/components/entity.pm | 2 +- src/network/nortel/standard/snmp/mode/components/fan.pm | 2 +- src/network/nortel/standard/snmp/mode/components/led.pm | 2 +- src/network/nortel/standard/snmp/mode/components/psu.pm | 2 +- src/network/nortel/standard/snmp/mode/components/resources.pm | 2 +- src/network/nortel/standard/snmp/mode/components/temperature.pm | 2 +- src/network/nortel/standard/snmp/mode/cpu.pm | 2 +- src/network/nortel/standard/snmp/mode/hardware.pm | 2 +- src/network/nortel/standard/snmp/mode/interfaces.pm | 2 +- src/network/nortel/standard/snmp/mode/memory.pm | 2 +- src/network/nortel/standard/snmp/mode/stack.pm | 2 +- src/network/nortel/standard/snmp/plugin.pm | 2 +- src/network/oneaccess/snmp/mode/cellsradio.pm | 2 +- src/network/oneaccess/snmp/mode/cpu.pm | 2 +- src/network/oneaccess/snmp/mode/interfaces.pm | 2 +- src/network/oneaccess/snmp/mode/listrttprobes.pm | 2 +- src/network/oneaccess/snmp/mode/memory.pm | 2 +- src/network/oneaccess/snmp/mode/rttprobes.pm | 2 +- src/network/oneaccess/snmp/plugin.pm | 2 +- src/network/opengear/snmp/mode/cpudetailed.pm | 2 +- src/network/opengear/snmp/mode/interfaces.pm | 2 +- src/network/opengear/snmp/mode/listserialports.pm | 2 +- src/network/opengear/snmp/mode/load.pm | 2 +- src/network/opengear/snmp/mode/memory.pm | 2 +- src/network/opengear/snmp/mode/serialports.pm | 2 +- src/network/opengear/snmp/mode/uptime.pm | 2 +- src/network/opengear/snmp/plugin.pm | 2 +- src/network/oracle/infiniband/snmp/mode/infinibandusage.pm | 2 +- src/network/oracle/infiniband/snmp/mode/listinfinibands.pm | 2 +- src/network/oracle/infiniband/snmp/plugin.pm | 2 +- src/network/oracle/otd/snmp/mode/listvservers.pm | 2 +- src/network/oracle/otd/snmp/mode/vserverusage.pm | 2 +- src/network/oracle/otd/snmp/plugin.pm | 2 +- src/network/paloalto/snmp/mode/clusterstatus.pm | 2 +- src/network/paloalto/snmp/mode/cpu.pm | 2 +- src/network/paloalto/snmp/mode/gpusage.pm | 2 +- src/network/paloalto/snmp/mode/memory.pm | 2 +- src/network/paloalto/snmp/mode/panorama.pm | 2 +- src/network/paloalto/snmp/mode/sessions.pm | 2 +- src/network/paloalto/snmp/mode/signatures.pm | 2 +- src/network/paloalto/snmp/plugin.pm | 2 +- src/network/paloalto/ssh/custom/cli.pm | 2 +- src/network/paloalto/ssh/mode/components/psu.pm | 2 +- src/network/paloalto/ssh/mode/components/temperature.pm | 2 +- src/network/paloalto/ssh/mode/components/voltage.pm | 2 +- src/network/paloalto/ssh/mode/environment.pm | 2 +- src/network/paloalto/ssh/mode/ha.pm | 2 +- src/network/paloalto/ssh/mode/interfaces.pm | 2 +- src/network/paloalto/ssh/mode/ipsec.pm | 2 +- src/network/paloalto/ssh/mode/licenses.pm | 2 +- src/network/paloalto/ssh/mode/system.pm | 2 +- src/network/paloalto/ssh/plugin.pm | 2 +- src/network/patton/smartnode/snmp/mode/call.pm | 2 +- src/network/patton/smartnode/snmp/mode/system.pm | 2 +- src/network/patton/smartnode/snmp/plugin.pm | 2 +- src/network/peplink/pepwave/snmp/mode/cpu.pm | 2 +- src/network/peplink/pepwave/snmp/mode/memory.pm | 2 +- src/network/peplink/pepwave/snmp/mode/wanusage.pm | 2 +- src/network/peplink/pepwave/snmp/plugin.pm | 2 +- src/network/perle/ids/snmp/mode/components/psu.pm | 2 +- src/network/perle/ids/snmp/mode/components/resources.pm | 2 +- src/network/perle/ids/snmp/mode/components/temperature.pm | 2 +- src/network/perle/ids/snmp/mode/hardware.pm | 2 +- src/network/perle/ids/snmp/mode/systemusage.pm | 2 +- src/network/perle/ids/snmp/plugin.pm | 2 +- src/network/polycom/rmx/snmp/mode/components/board.pm | 2 +- src/network/polycom/rmx/snmp/mode/components/fan.pm | 2 +- src/network/polycom/rmx/snmp/mode/components/psu.pm | 2 +- src/network/polycom/rmx/snmp/mode/hardware.pm | 2 +- src/network/polycom/rmx/snmp/mode/videoconferencingusage.pm | 2 +- src/network/polycom/rmx/snmp/plugin.pm | 2 +- src/network/radware/alteon/snmp/mode/cpu.pm | 2 +- src/network/radware/alteon/snmp/mode/hardware.pm | 2 +- src/network/radware/alteon/snmp/mode/listvservers.pm | 2 +- src/network/radware/alteon/snmp/mode/memory.pm | 2 +- src/network/radware/alteon/snmp/mode/vserverstatus.pm | 2 +- src/network/radware/alteon/snmp/plugin.pm | 2 +- src/network/raisecom/snmp/mode/components/fan.pm | 2 +- src/network/raisecom/snmp/mode/components/temperature.pm | 2 +- src/network/raisecom/snmp/mode/components/voltage.pm | 2 +- src/network/raisecom/snmp/mode/cpu.pm | 2 +- src/network/raisecom/snmp/mode/hardware.pm | 2 +- src/network/raisecom/snmp/mode/interfaces.pm | 2 +- src/network/raisecom/snmp/mode/memory.pm | 2 +- src/network/raisecom/snmp/plugin.pm | 2 +- src/network/redback/snmp/mode/components/disk.pm | 2 +- src/network/redback/snmp/mode/components/fan.pm | 2 +- src/network/redback/snmp/mode/components/psu.pm | 2 +- src/network/redback/snmp/mode/components/temperature.pm | 2 +- src/network/redback/snmp/mode/components/voltage.pm | 2 +- src/network/redback/snmp/mode/cpu.pm | 2 +- src/network/redback/snmp/mode/disk.pm | 2 +- src/network/redback/snmp/mode/hardware.pm | 2 +- src/network/redback/snmp/mode/memory.pm | 2 +- src/network/redback/snmp/plugin.pm | 2 +- .../riverbed/interceptor/snmp/mode/neighborconnections.pm | 2 +- src/network/riverbed/interceptor/snmp/plugin.pm | 2 +- src/network/riverbed/steelhead/snmp/plugin.pm | 2 +- src/network/ruckus/ap/snmp/mode/cpu.pm | 2 +- src/network/ruckus/ap/snmp/mode/memory.pm | 2 +- src/network/ruckus/ap/snmp/mode/users.pm | 2 +- src/network/ruckus/ap/snmp/plugin.pm | 2 +- src/network/ruckus/icx/snmp/plugin.pm | 2 +- src/network/ruckus/scg/snmp/mode/apstatus.pm | 2 +- src/network/ruckus/scg/snmp/mode/apusage.pm | 2 +- src/network/ruckus/scg/snmp/mode/listaps.pm | 2 +- src/network/ruckus/scg/snmp/mode/listssids.pm | 2 +- src/network/ruckus/scg/snmp/mode/ssidusage.pm | 2 +- src/network/ruckus/scg/snmp/mode/systemstats.pm | 2 +- src/network/ruckus/scg/snmp/plugin.pm | 2 +- src/network/ruckus/smartzone/snmp/mode/accesspoints.pm | 2 +- src/network/ruckus/smartzone/snmp/mode/listaccesspoints.pm | 2 +- src/network/ruckus/smartzone/snmp/mode/system.pm | 2 +- src/network/ruckus/smartzone/snmp/plugin.pm | 2 +- src/network/ruckus/zonedirector/snmp/mode/accesspoints.pm | 2 +- src/network/ruckus/zonedirector/snmp/mode/listaccesspoints.pm | 2 +- src/network/ruckus/zonedirector/snmp/mode/system.pm | 2 +- src/network/ruckus/zonedirector/snmp/plugin.pm | 2 +- src/network/ruggedcom/mode/components/fan.pm | 2 +- src/network/ruggedcom/mode/components/psu.pm | 2 +- src/network/ruggedcom/mode/errors.pm | 2 +- src/network/ruggedcom/mode/hardware.pm | 2 +- src/network/ruggedcom/mode/memory.pm | 2 +- src/network/ruggedcom/mode/temperature.pm | 2 +- src/network/ruggedcom/plugin.pm | 2 +- src/network/securactive/mode/bca.pm | 2 +- src/network/securactive/mode/bcn.pm | 2 +- src/network/securactive/mode/listbca.pm | 2 +- src/network/securactive/mode/listbcn.pm | 2 +- src/network/securactive/plugin.pm | 2 +- src/network/silverpeak/snmp/mode/alarms.pm | 2 +- src/network/silverpeak/snmp/mode/status.pm | 2 +- src/network/silverpeak/snmp/mode/uptime.pm | 2 +- src/network/silverpeak/snmp/plugin.pm | 2 +- src/network/sonicwall/snmp/mode/connections.pm | 2 +- src/network/sonicwall/snmp/mode/cpu.pm | 2 +- src/network/sonicwall/snmp/mode/memory.pm | 2 +- src/network/sonicwall/snmp/mode/vpn.pm | 2 +- src/network/sonicwall/snmp/plugin.pm | 2 +- src/network/sonus/sbc/snmp/mode/callstats.pm | 2 +- src/network/sonus/sbc/snmp/mode/channels.pm | 2 +- src/network/sonus/sbc/snmp/mode/cpu.pm | 2 +- src/network/sonus/sbc/snmp/mode/cpudetailed.pm | 2 +- src/network/sonus/sbc/snmp/mode/dspstats.pm | 2 +- src/network/sonus/sbc/snmp/mode/interfaces.pm | 2 +- src/network/sonus/sbc/snmp/mode/load.pm | 2 +- src/network/sonus/sbc/snmp/mode/memory.pm | 2 +- src/network/sonus/sbc/snmp/mode/storage.pm | 2 +- src/network/sonus/sbc/snmp/mode/swap.pm | 2 +- src/network/sonus/sbc/snmp/plugin.pm | 2 +- src/network/sophos/es/snmp/mode/components/component.pm | 2 +- src/network/sophos/es/snmp/mode/components/system.pm | 2 +- src/network/sophos/es/snmp/mode/health.pm | 2 +- src/network/sophos/es/snmp/mode/message.pm | 2 +- src/network/sophos/es/snmp/plugin.pm | 2 +- src/network/stonesoft/snmp/mode/clusterload.pm | 2 +- src/network/stonesoft/snmp/mode/clusterstate.pm | 2 +- src/network/stonesoft/snmp/mode/connections.pm | 2 +- src/network/stonesoft/snmp/mode/cpu.pm | 2 +- src/network/stonesoft/snmp/mode/droppedpackets.pm | 2 +- src/network/stonesoft/snmp/mode/memory.pm | 2 +- src/network/stonesoft/snmp/mode/rejectedpackets.pm | 2 +- src/network/stonesoft/snmp/mode/storage.pm | 2 +- src/network/stonesoft/snmp/plugin.pm | 2 +- src/network/stormshield/api/custom/api.pm | 2 +- src/network/stormshield/api/mode/components/disk.pm | 2 +- src/network/stormshield/api/mode/components/fan.pm | 2 +- src/network/stormshield/api/mode/components/psu.pm | 2 +- src/network/stormshield/api/mode/components/temperature.pm | 2 +- src/network/stormshield/api/mode/cpu.pm | 2 +- src/network/stormshield/api/mode/ha.pm | 2 +- src/network/stormshield/api/mode/hardware.pm | 2 +- src/network/stormshield/api/mode/health.pm | 2 +- src/network/stormshield/api/mode/interfaces.pm | 2 +- src/network/stormshield/api/mode/listinterfaces.pm | 2 +- src/network/stormshield/api/mode/memory.pm | 2 +- src/network/stormshield/api/mode/uptime.pm | 2 +- src/network/stormshield/api/plugin.pm | 2 +- src/network/stormshield/local/mode/qosusage.pm | 2 +- src/network/stormshield/local/plugin.pm | 2 +- src/network/stormshield/snmp/mode/components/disk.pm | 2 +- src/network/stormshield/snmp/mode/components/fan.pm | 2 +- src/network/stormshield/snmp/mode/components/psu.pm | 2 +- src/network/stormshield/snmp/mode/components/temperature.pm | 2 +- src/network/stormshield/snmp/mode/connections.pm | 2 +- src/network/stormshield/snmp/mode/hanodes.pm | 2 +- src/network/stormshield/snmp/mode/hardware.pm | 2 +- src/network/stormshield/snmp/mode/health.pm | 2 +- src/network/stormshield/snmp/mode/memorydetailed.pm | 2 +- src/network/stormshield/snmp/mode/qos.pm | 2 +- src/network/stormshield/snmp/mode/vpnstatus.pm | 2 +- src/network/stormshield/snmp/plugin.pm | 2 +- src/network/symbol/wing/snmp/mode/systems.pm | 2 +- src/network/symbol/wing/snmp/plugin.pm | 2 +- src/network/teldat/snmp/mode/cellsradio.pm | 2 +- src/network/teldat/snmp/mode/cpu.pm | 2 +- src/network/teldat/snmp/mode/interfaces.pm | 2 +- src/network/teldat/snmp/mode/memory.pm | 2 +- src/network/teldat/snmp/mode/uptime.pm | 2 +- src/network/teldat/snmp/plugin.pm | 2 +- src/network/teltonika/snmp/mode/interfaces.pm | 2 +- src/network/tplink/snmp/mode/cpu.pm | 2 +- src/network/tplink/snmp/mode/memory.pm | 2 +- src/network/tplink/snmp/plugin.pm | 2 +- src/network/ubiquiti/airfiber/snmp/mode/listradios.pm | 2 +- src/network/ubiquiti/airfiber/snmp/mode/radios.pm | 2 +- src/network/ubiquiti/airfiber/snmp/plugin.pm | 2 +- src/network/ubiquiti/edge/snmp/plugin.pm | 2 +- src/network/ubiquiti/unifi/snmp/mode/listvirtualaccesspoints.pm | 2 +- src/network/ubiquiti/unifi/snmp/mode/virtualaccesspoints.pm | 2 +- src/network/ubiquiti/unifi/snmp/plugin.pm | 2 +- src/network/ucopia/wlc/snmp/plugin.pm | 2 +- src/network/vectra/restapi/custom/api.pm | 2 +- src/network/vectra/restapi/mode/cpu.pm | 2 +- src/network/vectra/restapi/mode/disk.pm | 2 +- src/network/vectra/restapi/mode/interfaces.pm | 2 +- src/network/vectra/restapi/mode/listinterfaces.pm | 2 +- src/network/vectra/restapi/mode/listsensors.pm | 2 +- src/network/vectra/restapi/mode/memory.pm | 2 +- src/network/vectra/restapi/mode/sensors.pm | 2 +- src/network/vectra/restapi/mode/uptime.pm | 2 +- src/network/vectra/restapi/plugin.pm | 2 +- src/network/versa/director/restapi/custom/api.pm | 2 +- src/network/versa/director/restapi/mode/cache.pm | 2 +- src/network/versa/director/restapi/mode/devices.pm | 2 +- src/network/versa/director/restapi/mode/discovery.pm | 2 +- src/network/versa/director/restapi/mode/listdevices.pm | 2 +- src/network/versa/director/restapi/mode/listpaths.pm | 2 +- src/network/versa/director/restapi/mode/paths.pm | 2 +- src/network/versa/director/restapi/plugin.pm | 2 +- src/network/versa/snmp/mode/bgppeers.pm | 2 +- src/network/versa/snmp/mode/devices.pm | 2 +- src/network/versa/snmp/mode/ipsec.pm | 2 +- src/network/versa/snmp/mode/listipsec.pm | 2 +- src/network/versa/snmp/mode/listsdwan.pm | 2 +- src/network/versa/snmp/mode/qospolicy.pm | 2 +- src/network/versa/snmp/mode/sdwan.pm | 2 +- src/network/versa/snmp/plugin.pm | 2 +- src/network/viptela/snmp/mode/components/fan.pm | 2 +- src/network/viptela/snmp/mode/components/led.pm | 2 +- src/network/viptela/snmp/mode/components/nim.pm | 2 +- src/network/viptela/snmp/mode/components/pem.pm | 2 +- src/network/viptela/snmp/mode/components/pim.pm | 2 +- src/network/viptela/snmp/mode/components/temperature.pm | 2 +- src/network/viptela/snmp/mode/components/usb.pm | 2 +- src/network/viptela/snmp/mode/controlconnections.pm | 2 +- src/network/viptela/snmp/mode/cpu.pm | 2 +- src/network/viptela/snmp/mode/disk.pm | 2 +- src/network/viptela/snmp/mode/gretunnels.pm | 2 +- src/network/viptela/snmp/mode/hardware.pm | 2 +- src/network/viptela/snmp/mode/interfaces.pm | 2 +- src/network/viptela/snmp/mode/listgretunnels.pm | 2 +- src/network/viptela/snmp/mode/memory.pm | 2 +- src/network/viptela/snmp/mode/uptime.pm | 2 +- src/network/viptela/snmp/plugin.pm | 2 +- src/network/watchguard/snmp/mode/cluster.pm | 2 +- src/network/watchguard/snmp/mode/cpu.pm | 2 +- src/network/watchguard/snmp/mode/ipsectunnel.pm | 2 +- src/network/watchguard/snmp/mode/policyusage.pm | 2 +- src/network/watchguard/snmp/mode/system.pm | 2 +- src/network/watchguard/snmp/plugin.pm | 2 +- src/network/zyxel/snmp/mode/cpu.pm | 2 +- src/network/zyxel/snmp/mode/listvpn.pm | 2 +- src/network/zyxel/snmp/mode/memory.pm | 2 +- src/network/zyxel/snmp/mode/sessions.pm | 2 +- src/network/zyxel/snmp/mode/vpnstatus.pm | 2 +- src/network/zyxel/snmp/plugin.pm | 2 +- src/notification/centreon/opentickets/api/custom/api.pm | 2 +- src/notification/centreon/opentickets/api/mode/closehost.pm | 2 +- src/notification/centreon/opentickets/api/mode/closeservice.pm | 2 +- src/notification/centreon/opentickets/api/mode/openhost.pm | 2 +- src/notification/centreon/opentickets/api/mode/openservice.pm | 2 +- src/notification/centreon/opentickets/api/plugin.pm | 2 +- src/notification/email/mode/alert.pm | 2 +- src/notification/email/plugin.pm | 2 +- src/notification/foxbox/mode/alert.pm | 2 +- src/notification/foxbox/plugin.pm | 2 +- src/notification/highsms/mode/alert.pm | 2 +- src/notification/highsms/plugin.pm | 2 +- src/notification/jasminsms/httpapi/custom/api.pm | 2 +- src/notification/jasminsms/httpapi/mode/alert.pm | 2 +- src/notification/jasminsms/httpapi/plugin.pm | 2 +- src/notification/microsoft/office365/teams/custom/webhookapi.pm | 2 +- src/notification/microsoft/office365/teams/mode/alert.pm | 2 +- src/notification/microsoft/office365/teams/plugin.pm | 2 +- src/notification/ovhsms/mode/alert.pm | 2 +- src/notification/ovhsms/plugin.pm | 2 +- src/notification/prowl/mode/alert.pm | 2 +- src/notification/prowl/plugin.pm | 2 +- src/notification/sirportly/mode/ticket.pm | 2 +- src/notification/sirportly/plugin.pm | 2 +- src/notification/slack/mode/alert.pm | 2 +- src/notification/slack/plugin.pm | 2 +- src/notification/telegram/mode/alert.pm | 2 +- src/notification/telegram/plugin.pm | 2 +- src/os/aix/local/custom/cli.pm | 2 +- src/os/aix/local/mode/cmdreturn.pm | 2 +- src/os/aix/local/mode/errpt.pm | 2 +- src/os/aix/local/mode/inodes.pm | 2 +- src/os/aix/local/mode/liststorages.pm | 2 +- src/os/aix/local/mode/lvsync.pm | 2 +- src/os/aix/local/mode/process.pm | 2 +- src/os/aix/local/mode/storage.pm | 2 +- src/os/aix/local/plugin.pm | 2 +- src/os/aix/snmp/mode/swap.pm | 2 +- src/os/aix/snmp/plugin.pm | 2 +- src/os/as400/connector/custom/api.pm | 2 +- src/os/as400/connector/mode/command.pm | 2 +- src/os/as400/connector/mode/disks.pm | 2 +- src/os/as400/connector/mode/jobqueues.pm | 2 +- src/os/as400/connector/mode/jobs.pm | 2 +- src/os/as400/connector/mode/listdisks.pm | 2 +- src/os/as400/connector/mode/listsubsystems.pm | 2 +- src/os/as400/connector/mode/messagequeue.pm | 2 +- src/os/as400/connector/mode/pagefaults.pm | 2 +- src/os/as400/connector/mode/subsystems.pm | 2 +- src/os/as400/connector/mode/system.pm | 2 +- src/os/as400/connector/plugin.pm | 2 +- src/os/freebsd/snmp/mode/memory.pm | 2 +- src/os/freebsd/snmp/plugin.pm | 2 +- src/os/hpux/local/mode/inodes.pm | 2 +- src/os/hpux/local/mode/liststorages.pm | 2 +- src/os/hpux/local/mode/storage.pm | 2 +- src/os/hpux/local/plugin.pm | 2 +- src/os/hpux/snmp/mode/cpu.pm | 2 +- src/os/hpux/snmp/mode/load.pm | 2 +- src/os/hpux/snmp/mode/memory.pm | 2 +- src/os/hpux/snmp/mode/process.pm | 2 +- src/os/hpux/snmp/mode/storage.pm | 2 +- src/os/hpux/snmp/plugin.pm | 2 +- src/os/linux/local/custom/cli.pm | 2 +- src/os/linux/local/mode/checkplugin.pm | 2 +- src/os/linux/local/mode/cmdreturn.pm | 2 +- src/os/linux/local/mode/connections.pm | 2 +- src/os/linux/local/mode/cpu.pm | 2 +- src/os/linux/local/mode/cpudetailed.pm | 2 +- src/os/linux/local/mode/discoverysnmp.pm | 2 +- src/os/linux/local/mode/discoverysnmpv3.pm | 2 +- src/os/linux/local/mode/diskio.pm | 2 +- src/os/linux/local/mode/filesdate.pm | 2 +- src/os/linux/local/mode/filessize.pm | 2 +- src/os/linux/local/mode/inodes.pm | 2 +- src/os/linux/local/mode/listinterfaces.pm | 2 +- src/os/linux/local/mode/listpartitions.pm | 2 +- src/os/linux/local/mode/liststorages.pm | 2 +- src/os/linux/local/mode/listsystemdservices.pm | 2 +- src/os/linux/local/mode/loadaverage.pm | 2 +- src/os/linux/local/mode/lvm.pm | 2 +- src/os/linux/local/mode/memory.pm | 2 +- src/os/linux/local/mode/mountpoint.pm | 2 +- src/os/linux/local/mode/openfiles.pm | 2 +- src/os/linux/local/mode/packeterrors.pm | 2 +- src/os/linux/local/mode/paging.pm | 2 +- src/os/linux/local/mode/pendingupdates.pm | 2 +- src/os/linux/local/mode/process.pm | 2 +- src/os/linux/local/mode/quota.pm | 2 +- src/os/linux/local/mode/resources/discovery.pm | 2 +- src/os/linux/local/mode/storage.pm | 2 +- src/os/linux/local/mode/swap.pm | 2 +- src/os/linux/local/mode/systemdjournal.pm | 2 +- src/os/linux/local/mode/systemdscstatus.pm | 2 +- src/os/linux/local/mode/traffic.pm | 2 +- src/os/linux/local/mode/uptime.pm | 2 +- src/os/linux/local/plugin.pm | 2 +- src/os/linux/snmp/plugin.pm | 2 +- src/os/mac/snmp/mode/memory.pm | 2 +- src/os/mac/snmp/plugin.pm | 2 +- src/os/picos/snmp/mode/components/fan.pm | 2 +- src/os/picos/snmp/mode/components/psu.pm | 2 +- src/os/picos/snmp/mode/cpu.pm | 2 +- src/os/picos/snmp/mode/hardware.pm | 2 +- src/os/picos/snmp/mode/interfaces.pm | 2 +- src/os/picos/snmp/mode/listinterfaces.pm | 2 +- src/os/picos/snmp/mode/memory.pm | 2 +- src/os/picos/snmp/mode/temperature.pm | 2 +- src/os/picos/snmp/plugin.pm | 2 +- src/os/solaris/local/mode/analyzedisks.pm | 2 +- src/os/solaris/local/mode/cpu.pm | 2 +- src/os/solaris/local/mode/fcconnected.pm | 2 +- src/os/solaris/local/mode/fmadm.pm | 2 +- src/os/solaris/local/mode/hwraidctl.pm | 2 +- src/os/solaris/local/mode/hwsas2ircu.pm | 2 +- src/os/solaris/local/mode/lomv120.pm | 2 +- src/os/solaris/local/mode/lomv120components/fan.pm | 2 +- src/os/solaris/local/mode/lomv120components/psu.pm | 2 +- src/os/solaris/local/mode/lomv120components/sf.pm | 2 +- src/os/solaris/local/mode/lomv120components/voltage.pm | 2 +- src/os/solaris/local/mode/lomv1280.pm | 2 +- src/os/solaris/local/mode/prtdiag.pm | 2 +- src/os/solaris/local/mode/svmdisks.pm | 2 +- src/os/solaris/local/mode/vxdisks.pm | 2 +- src/os/solaris/local/plugin.pm | 2 +- src/os/solaris/snmp/plugin.pm | 2 +- src/os/windows/local/mode/certificates.pm | 2 +- src/os/windows/local/mode/cmdreturn.pm | 2 +- src/os/windows/local/mode/listcertificates.pm | 2 +- src/os/windows/local/mode/liststorages.pm | 2 +- src/os/windows/local/mode/ntp.pm | 2 +- src/os/windows/local/mode/pendingreboot.pm | 2 +- src/os/windows/local/mode/sessions.pm | 2 +- src/os/windows/local/mode/updates.pm | 2 +- src/os/windows/local/plugin.pm | 2 +- src/os/windows/snmp/mode/listservices.pm | 2 +- src/os/windows/snmp/mode/memory.pm | 2 +- src/os/windows/snmp/mode/service.pm | 2 +- src/os/windows/snmp/mode/swap.pm | 2 +- src/os/windows/snmp/plugin.pm | 2 +- src/os/windows/wsman/mode/cpu.pm | 2 +- src/os/windows/wsman/mode/eventlog.pm | 2 +- src/os/windows/wsman/mode/filesdate.pm | 2 +- src/os/windows/wsman/mode/filessize.pm | 2 +- src/os/windows/wsman/mode/interfaces.pm | 2 +- src/os/windows/wsman/mode/listinterfaces.pm | 2 +- src/os/windows/wsman/mode/listprocesses.pm | 2 +- src/os/windows/wsman/mode/listservices.pm | 2 +- src/os/windows/wsman/mode/liststorages.pm | 2 +- src/os/windows/wsman/mode/memory.pm | 2 +- src/os/windows/wsman/mode/pages.pm | 2 +- src/os/windows/wsman/mode/pendingreboot.pm | 2 +- src/os/windows/wsman/mode/processes.pm | 2 +- src/os/windows/wsman/mode/services.pm | 2 +- src/os/windows/wsman/mode/sessions.pm | 2 +- src/os/windows/wsman/mode/storages.pm | 2 +- src/os/windows/wsman/mode/time.pm | 2 +- src/os/windows/wsman/mode/updates.pm | 2 +- src/os/windows/wsman/mode/uptime.pm | 2 +- src/os/windows/wsman/plugin.pm | 2 +- src/snmp_standard/mode/arp.pm | 2 +- src/snmp_standard/mode/cpu.pm | 2 +- src/snmp_standard/mode/cpudetailed.pm | 2 +- src/snmp_standard/mode/discovery.pm | 2 +- src/snmp_standard/mode/diskio.pm | 2 +- src/snmp_standard/mode/diskusage.pm | 2 +- src/snmp_standard/mode/dynamiccommand.pm | 2 +- src/snmp_standard/mode/entity.pm | 2 +- src/snmp_standard/mode/hardwaredevice.pm | 2 +- src/snmp_standard/mode/hardwarefibrealliance.pm | 2 +- src/snmp_standard/mode/inodes.pm | 2 +- src/snmp_standard/mode/interfaces.pm | 2 +- src/snmp_standard/mode/isdnusage.pm | 2 +- src/snmp_standard/mode/listdiskio.pm | 2 +- src/snmp_standard/mode/listdiskspath.pm | 2 +- src/snmp_standard/mode/listinterfaces.pm | 2 +- src/snmp_standard/mode/listprocesses.pm | 2 +- src/snmp_standard/mode/listspanningtrees.pm | 2 +- src/snmp_standard/mode/liststorages.pm | 2 +- src/snmp_standard/mode/loadaverage.pm | 2 +- src/snmp_standard/mode/memory.pm | 2 +- src/snmp_standard/mode/mtausage.pm | 2 +- src/snmp_standard/mode/ntp.pm | 2 +- src/snmp_standard/mode/numericvalue.pm | 2 +- src/snmp_standard/mode/printererror.pm | 2 +- src/snmp_standard/mode/processcount.pm | 2 +- src/snmp_standard/mode/resources/types.pm | 2 +- src/snmp_standard/mode/spanningtree.pm | 2 +- src/snmp_standard/mode/storage.pm | 2 +- src/snmp_standard/mode/stringvalue.pm | 2 +- src/snmp_standard/mode/swap.pm | 2 +- src/snmp_standard/mode/tcpcon.pm | 2 +- src/snmp_standard/mode/udpcon.pm | 2 +- src/snmp_standard/mode/uptime.pm | 2 +- src/snmp_standard/mode/vrrp.pm | 2 +- src/storage/adic/tape/snmp/plugin.pm | 2 +- src/storage/avid/isis/snmp/mode/performance.pm | 2 +- src/storage/avid/isis/snmp/mode/status.pm | 2 +- src/storage/avid/isis/snmp/mode/usage.pm | 2 +- src/storage/avid/isis/snmp/plugin.pm | 2 +- src/storage/bdt/multistak/snmp/mode/components/device.pm | 2 +- src/storage/bdt/multistak/snmp/mode/components/module.pm | 2 +- src/storage/bdt/multistak/snmp/mode/hardware.pm | 2 +- src/storage/bdt/multistak/snmp/plugin.pm | 2 +- src/storage/buffalo/terastation/snmp/mode/arrayusage.pm | 2 +- src/storage/buffalo/terastation/snmp/mode/components/disk.pm | 2 +- src/storage/buffalo/terastation/snmp/mode/components/iscsi.pm | 2 +- src/storage/buffalo/terastation/snmp/mode/components/psu.pm | 2 +- src/storage/buffalo/terastation/snmp/mode/hardware.pm | 2 +- src/storage/buffalo/terastation/snmp/plugin.pm | 2 +- src/storage/dell/MD3000/cli/custom/cli.pm | 2 +- src/storage/dell/MD3000/cli/plugin.pm | 2 +- src/storage/dell/TL2000/mode/globalstatus.pm | 2 +- src/storage/dell/TL2000/plugin.pm | 2 +- src/storage/dell/compellent/local/mode/hbausage.pm | 2 +- src/storage/dell/compellent/local/mode/volumeusage.pm | 2 +- src/storage/dell/compellent/local/plugin.pm | 2 +- src/storage/dell/compellent/snmp/mode/components/cache.pm | 2 +- src/storage/dell/compellent/snmp/mode/components/ctrl.pm | 2 +- src/storage/dell/compellent/snmp/mode/components/ctrlfan.pm | 2 +- src/storage/dell/compellent/snmp/mode/components/ctrlpower.pm | 2 +- src/storage/dell/compellent/snmp/mode/components/ctrltemp.pm | 2 +- src/storage/dell/compellent/snmp/mode/components/ctrlvoltage.pm | 2 +- src/storage/dell/compellent/snmp/mode/components/disk.pm | 2 +- src/storage/dell/compellent/snmp/mode/components/diskfolder.pm | 2 +- src/storage/dell/compellent/snmp/mode/components/encl.pm | 2 +- src/storage/dell/compellent/snmp/mode/components/enclfan.pm | 2 +- src/storage/dell/compellent/snmp/mode/components/encliomod.pm | 2 +- src/storage/dell/compellent/snmp/mode/components/enclpower.pm | 2 +- src/storage/dell/compellent/snmp/mode/components/encltemp.pm | 2 +- src/storage/dell/compellent/snmp/mode/components/resources.pm | 2 +- src/storage/dell/compellent/snmp/mode/components/sc.pm | 2 +- src/storage/dell/compellent/snmp/mode/components/server.pm | 2 +- src/storage/dell/compellent/snmp/mode/components/volume.pm | 2 +- src/storage/dell/compellent/snmp/mode/globalstatus.pm | 2 +- src/storage/dell/compellent/snmp/mode/hardware.pm | 2 +- src/storage/dell/compellent/snmp/plugin.pm | 2 +- src/storage/dell/equallogic/snmp/mode/arrayusage.pm | 2 +- src/storage/dell/equallogic/snmp/mode/components/disk.pm | 2 +- src/storage/dell/equallogic/snmp/mode/components/fan.pm | 2 +- src/storage/dell/equallogic/snmp/mode/components/health.pm | 2 +- src/storage/dell/equallogic/snmp/mode/components/psu.pm | 2 +- src/storage/dell/equallogic/snmp/mode/components/raid.pm | 2 +- src/storage/dell/equallogic/snmp/mode/components/temperature.pm | 2 +- src/storage/dell/equallogic/snmp/mode/diskusage.pm | 2 +- src/storage/dell/equallogic/snmp/mode/hardware.pm | 2 +- src/storage/dell/equallogic/snmp/mode/poolusage.pm | 2 +- src/storage/dell/equallogic/snmp/plugin.pm | 2 +- src/storage/dell/fluidfs/snmp/mode/components/ad.pm | 2 +- src/storage/dell/fluidfs/snmp/mode/components/extservers.pm | 2 +- src/storage/dell/fluidfs/snmp/mode/components/overall.pm | 2 +- src/storage/dell/fluidfs/snmp/mode/components/substorage.pm | 2 +- src/storage/dell/fluidfs/snmp/mode/hardware.pm | 2 +- src/storage/dell/fluidfs/snmp/mode/volumeusage.pm | 2 +- src/storage/dell/fluidfs/snmp/plugin.pm | 2 +- src/storage/dell/me4/restapi/custom/api.pm | 2 +- src/storage/dell/me4/restapi/mode/components/controller.pm | 2 +- src/storage/dell/me4/restapi/mode/components/disk.pm | 2 +- src/storage/dell/me4/restapi/mode/components/fan.pm | 2 +- src/storage/dell/me4/restapi/mode/components/fru.pm | 2 +- src/storage/dell/me4/restapi/mode/components/psu.pm | 2 +- src/storage/dell/me4/restapi/mode/components/sensor.pm | 2 +- src/storage/dell/me4/restapi/mode/components/volume.pm | 2 +- src/storage/dell/me4/restapi/mode/controllerstatistics.pm | 2 +- src/storage/dell/me4/restapi/mode/hardware.pm | 2 +- src/storage/dell/me4/restapi/mode/interfaces.pm | 2 +- src/storage/dell/me4/restapi/mode/listcontrollers.pm | 2 +- src/storage/dell/me4/restapi/mode/listvolumes.pm | 2 +- src/storage/dell/me4/restapi/mode/volumestatistics.pm | 2 +- src/storage/dell/me4/restapi/plugin.pm | 2 +- src/storage/dell/ml6000/snmp/plugin.pm | 2 +- src/storage/dell/powerstore/restapi/custom/api.pm | 2 +- src/storage/dell/powerstore/restapi/mode/clusters.pm | 2 +- .../dell/powerstore/restapi/mode/components/appliance.pm | 2 +- src/storage/dell/powerstore/restapi/mode/components/battery.pm | 2 +- src/storage/dell/powerstore/restapi/mode/components/dimm.pm | 2 +- src/storage/dell/powerstore/restapi/mode/components/disk.pm | 2 +- .../dell/powerstore/restapi/mode/components/enclosure.pm | 2 +- src/storage/dell/powerstore/restapi/mode/components/fan.pm | 2 +- src/storage/dell/powerstore/restapi/mode/components/iomodule.pm | 2 +- src/storage/dell/powerstore/restapi/mode/components/node.pm | 2 +- src/storage/dell/powerstore/restapi/mode/components/psu.pm | 2 +- .../dell/powerstore/restapi/mode/components/resources.pm | 2 +- src/storage/dell/powerstore/restapi/mode/components/sfp.pm | 2 +- src/storage/dell/powerstore/restapi/mode/hardware.pm | 2 +- src/storage/dell/powerstore/restapi/mode/memory.pm | 2 +- src/storage/dell/powerstore/restapi/plugin.pm | 2 +- src/storage/emc/DataDomain/lib/functions.pm | 2 +- src/storage/emc/DataDomain/mode/components/battery.pm | 2 +- src/storage/emc/DataDomain/mode/components/disk.pm | 2 +- src/storage/emc/DataDomain/mode/components/fan.pm | 2 +- src/storage/emc/DataDomain/mode/components/psu.pm | 2 +- src/storage/emc/DataDomain/mode/components/temperature.pm | 2 +- src/storage/emc/DataDomain/mode/filesystem.pm | 2 +- src/storage/emc/DataDomain/mode/hardware.pm | 2 +- src/storage/emc/DataDomain/mode/replication.pm | 2 +- src/storage/emc/DataDomain/plugin.pm | 2 +- src/storage/emc/celerra/local/mode/components/controlstation.pm | 2 +- src/storage/emc/celerra/local/mode/components/datamover.pm | 2 +- src/storage/emc/celerra/local/mode/filesystems.pm | 2 +- src/storage/emc/celerra/local/mode/getreason.pm | 2 +- src/storage/emc/celerra/local/mode/pools.pm | 2 +- src/storage/emc/celerra/local/plugin.pm | 2 +- src/storage/emc/clariion/plugin.pm | 2 +- src/storage/emc/isilon/snmp/mode/clusterusage.pm | 2 +- src/storage/emc/isilon/snmp/mode/components/disk.pm | 2 +- src/storage/emc/isilon/snmp/mode/components/fan.pm | 2 +- src/storage/emc/isilon/snmp/mode/components/power.pm | 2 +- src/storage/emc/isilon/snmp/mode/components/temperature.pm | 2 +- src/storage/emc/isilon/snmp/mode/hardware.pm | 2 +- src/storage/emc/isilon/snmp/plugin.pm | 2 +- src/storage/emc/recoverypoint/ssh/mode/monitoredparameters.pm | 2 +- src/storage/emc/recoverypoint/ssh/mode/systemstatus.pm | 2 +- src/storage/emc/recoverypoint/ssh/plugin.pm | 2 +- src/storage/emc/symmetrix/dmx34/local/mode/components/config.pm | 2 +- .../emc/symmetrix/dmx34/local/mode/components/director.pm | 2 +- src/storage/emc/symmetrix/dmx34/local/mode/components/disk.pm | 2 +- src/storage/emc/symmetrix/dmx34/local/mode/components/fru.pm | 2 +- src/storage/emc/symmetrix/dmx34/local/mode/components/memory.pm | 2 +- src/storage/emc/symmetrix/dmx34/local/mode/components/test.pm | 2 +- src/storage/emc/symmetrix/dmx34/local/mode/components/xcm.pm | 2 +- src/storage/emc/symmetrix/dmx34/local/mode/hardware.pm | 2 +- src/storage/emc/symmetrix/dmx34/local/plugin.pm | 2 +- src/storage/emc/symmetrix/vmax/local/mode/components/cabling.pm | 2 +- .../emc/symmetrix/vmax/local/mode/components/director.pm | 2 +- src/storage/emc/symmetrix/vmax/local/mode/components/fabric.pm | 2 +- src/storage/emc/symmetrix/vmax/local/mode/components/module.pm | 2 +- src/storage/emc/symmetrix/vmax/local/mode/components/power.pm | 2 +- .../emc/symmetrix/vmax/local/mode/components/sparedisk.pm | 2 +- .../emc/symmetrix/vmax/local/mode/components/temperature.pm | 2 +- src/storage/emc/symmetrix/vmax/local/mode/components/voltage.pm | 2 +- src/storage/emc/symmetrix/vmax/local/mode/hardware.pm | 2 +- src/storage/emc/symmetrix/vmax/local/plugin.pm | 2 +- src/storage/emc/unisphere/restapi/custom/api.pm | 2 +- src/storage/emc/unisphere/restapi/mode/components/battery.pm | 2 +- src/storage/emc/unisphere/restapi/mode/components/disk.pm | 2 +- src/storage/emc/unisphere/restapi/mode/components/dpe.pm | 2 +- src/storage/emc/unisphere/restapi/mode/components/fan.pm | 2 +- src/storage/emc/unisphere/restapi/mode/components/iomodule.pm | 2 +- src/storage/emc/unisphere/restapi/mode/components/memmodule.pm | 2 +- src/storage/emc/unisphere/restapi/mode/components/psu.pm | 2 +- src/storage/emc/unisphere/restapi/mode/components/resources.pm | 2 +- src/storage/emc/unisphere/restapi/mode/components/sp.pm | 2 +- src/storage/emc/unisphere/restapi/mode/components/ssd.pm | 2 +- src/storage/emc/unisphere/restapi/mode/hardware.pm | 2 +- src/storage/emc/unisphere/restapi/mode/listpools.pm | 2 +- src/storage/emc/unisphere/restapi/mode/listreplications.pm | 2 +- src/storage/emc/unisphere/restapi/mode/liststorageresources.pm | 2 +- src/storage/emc/unisphere/restapi/mode/pools.pm | 2 +- src/storage/emc/unisphere/restapi/mode/replications.pm | 2 +- src/storage/emc/unisphere/restapi/mode/storageresources.pm | 2 +- src/storage/emc/unisphere/restapi/plugin.pm | 2 +- src/storage/emc/vplex/restapi/custom/apiv1.pm | 2 +- src/storage/emc/vplex/restapi/custom/apiv2.pm | 2 +- src/storage/emc/vplex/restapi/mode/clustercommunication.pm | 2 +- src/storage/emc/vplex/restapi/mode/clusterdevices.pm | 2 +- src/storage/emc/vplex/restapi/mode/directors.pm | 2 +- src/storage/emc/vplex/restapi/mode/distributeddevices.pm | 2 +- src/storage/emc/vplex/restapi/mode/fans.pm | 2 +- src/storage/emc/vplex/restapi/mode/psus.pm | 2 +- src/storage/emc/vplex/restapi/mode/storagevolumes.pm | 2 +- src/storage/emc/vplex/restapi/plugin.pm | 2 +- src/storage/emc/xtremio/restapi/custom/xtremioapi.pm | 2 +- src/storage/emc/xtremio/restapi/mode/clusterhealth.pm | 2 +- src/storage/emc/xtremio/restapi/mode/dpg.pm | 2 +- src/storage/emc/xtremio/restapi/mode/ssdendurance.pm | 2 +- src/storage/emc/xtremio/restapi/mode/ssdiops.pm | 2 +- src/storage/emc/xtremio/restapi/mode/storagecontrollers.pm | 2 +- src/storage/emc/xtremio/restapi/mode/xenvscpu.pm | 2 +- src/storage/emc/xtremio/restapi/mode/xenvsstate.pm | 2 +- src/storage/emc/xtremio/restapi/plugin.pm | 2 +- src/storage/exagrid/snmp/mode/serverusage.pm | 2 +- src/storage/exagrid/snmp/plugin.pm | 2 +- src/storage/fujitsu/eternus/dx/ssh/mode/cpu.pm | 2 +- src/storage/fujitsu/eternus/dx/ssh/mode/physicaldisk.pm | 2 +- src/storage/fujitsu/eternus/dx/ssh/mode/portstats.pm | 2 +- src/storage/fujitsu/eternus/dx/ssh/mode/psu.pm | 2 +- src/storage/fujitsu/eternus/dx/ssh/mode/raidgroups.pm | 2 +- src/storage/fujitsu/eternus/dx/ssh/mode/volumestats.pm | 2 +- src/storage/fujitsu/eternus/dx/ssh/plugin.pm | 2 +- src/storage/hitachi/hcp/snmp/mode/listnodes.pm | 2 +- src/storage/hitachi/hcp/snmp/mode/listtenants.pm | 2 +- src/storage/hitachi/hcp/snmp/mode/listvolumes.pm | 2 +- src/storage/hitachi/hcp/snmp/mode/nodes.pm | 2 +- src/storage/hitachi/hcp/snmp/mode/tenants.pm | 2 +- src/storage/hitachi/hcp/snmp/mode/volumes.pm | 2 +- src/storage/hitachi/hcp/snmp/plugin.pm | 2 +- src/storage/hitachi/hnas/snmp/plugin.pm | 2 +- src/storage/hitachi/standard/snmp/mode/components/component.pm | 2 +- src/storage/hitachi/standard/snmp/mode/components/dkc.pm | 2 +- src/storage/hitachi/standard/snmp/mode/components/dku.pm | 2 +- src/storage/hitachi/standard/snmp/mode/hardware.pm | 2 +- src/storage/hitachi/standard/snmp/plugin.pm | 2 +- src/storage/hp/3par/ssh/custom/custom.pm | 2 +- src/storage/hp/3par/ssh/mode/afc.pm | 2 +- src/storage/hp/3par/ssh/mode/cages.pm | 2 +- src/storage/hp/3par/ssh/mode/capacity.pm | 2 +- src/storage/hp/3par/ssh/mode/components/battery.pm | 2 +- src/storage/hp/3par/ssh/mode/components/cim.pm | 2 +- src/storage/hp/3par/ssh/mode/components/disk.pm | 2 +- src/storage/hp/3par/ssh/mode/components/node.pm | 2 +- src/storage/hp/3par/ssh/mode/components/port.pm | 2 +- src/storage/hp/3par/ssh/mode/components/psu.pm | 2 +- src/storage/hp/3par/ssh/mode/components/sensor.pm | 2 +- src/storage/hp/3par/ssh/mode/components/wsapi.pm | 2 +- src/storage/hp/3par/ssh/mode/diskusage.pm | 2 +- src/storage/hp/3par/ssh/mode/hardware.pm | 2 +- src/storage/hp/3par/ssh/mode/nodes.pm | 2 +- src/storage/hp/3par/ssh/mode/psu.pm | 2 +- src/storage/hp/3par/ssh/mode/time.pm | 2 +- src/storage/hp/3par/ssh/mode/uptime.pm | 2 +- src/storage/hp/3par/ssh/mode/volumeusage.pm | 2 +- src/storage/hp/3par/ssh/plugin.pm | 2 +- src/storage/hp/eva/cli/custom/api.pm | 2 +- src/storage/hp/eva/cli/mode/components/battery.pm | 2 +- src/storage/hp/eva/cli/mode/components/disk.pm | 2 +- src/storage/hp/eva/cli/mode/components/diskgrp.pm | 2 +- src/storage/hp/eva/cli/mode/components/fan.pm | 2 +- src/storage/hp/eva/cli/mode/components/iomodule.pm | 2 +- src/storage/hp/eva/cli/mode/components/psu.pm | 2 +- src/storage/hp/eva/cli/mode/components/system.pm | 2 +- src/storage/hp/eva/cli/mode/components/temperature.pm | 2 +- src/storage/hp/eva/cli/mode/hardware.pm | 2 +- src/storage/hp/eva/cli/mode/storageusage.pm | 2 +- src/storage/hp/eva/cli/plugin.pm | 2 +- src/storage/hp/lefthand/snmp/mode/components/device.pm | 2 +- src/storage/hp/lefthand/snmp/mode/components/fan.pm | 2 +- src/storage/hp/lefthand/snmp/mode/components/psu.pm | 2 +- src/storage/hp/lefthand/snmp/mode/components/rc.pm | 2 +- src/storage/hp/lefthand/snmp/mode/components/rcc.pm | 2 +- src/storage/hp/lefthand/snmp/mode/components/resources.pm | 2 +- src/storage/hp/lefthand/snmp/mode/components/ro.pm | 2 +- src/storage/hp/lefthand/snmp/mode/components/temperature.pm | 2 +- src/storage/hp/lefthand/snmp/mode/components/voltage.pm | 2 +- src/storage/hp/lefthand/snmp/mode/hardware.pm | 2 +- src/storage/hp/lefthand/snmp/mode/volumeusage.pm | 2 +- src/storage/hp/lefthand/snmp/plugin.pm | 2 +- src/storage/hp/msa2000/snmp/plugin.pm | 2 +- src/storage/hp/msl/snmp/mode/hardware.pm | 2 +- src/storage/hp/msl/snmp/plugin.pm | 2 +- src/storage/hp/p2000/xmlapi/custom/api.pm | 2 +- src/storage/hp/p2000/xmlapi/mode/components/disk.pm | 2 +- src/storage/hp/p2000/xmlapi/mode/components/enclosure.pm | 2 +- src/storage/hp/p2000/xmlapi/mode/components/fan.pm | 2 +- src/storage/hp/p2000/xmlapi/mode/components/fru.pm | 2 +- src/storage/hp/p2000/xmlapi/mode/components/psu.pm | 2 +- src/storage/hp/p2000/xmlapi/mode/components/resources.pm | 2 +- src/storage/hp/p2000/xmlapi/mode/components/saslink.pm | 2 +- src/storage/hp/p2000/xmlapi/mode/components/sensor.pm | 2 +- src/storage/hp/p2000/xmlapi/mode/components/vdisk.pm | 2 +- src/storage/hp/p2000/xmlapi/mode/controllers.pm | 2 +- src/storage/hp/p2000/xmlapi/mode/health.pm | 2 +- src/storage/hp/p2000/xmlapi/mode/listvolumes.pm | 2 +- src/storage/hp/p2000/xmlapi/mode/ntp.pm | 2 +- src/storage/hp/p2000/xmlapi/mode/time.pm | 2 +- src/storage/hp/p2000/xmlapi/mode/vdisks.pm | 2 +- src/storage/hp/p2000/xmlapi/mode/volumesstats.pm | 2 +- src/storage/hp/p2000/xmlapi/plugin.pm | 2 +- src/storage/hp/storeonce/3/restapi/custom/api.pm | 2 +- src/storage/hp/storeonce/3/restapi/mode/clusterusage.pm | 2 +- src/storage/hp/storeonce/3/restapi/mode/fcsusage.pm | 2 +- src/storage/hp/storeonce/3/restapi/mode/nasusage.pm | 2 +- src/storage/hp/storeonce/3/restapi/mode/servicesetusage.pm | 2 +- src/storage/hp/storeonce/3/restapi/plugin.pm | 2 +- src/storage/hp/storeonce/4/restapi/custom/api.pm | 2 +- src/storage/hp/storeonce/4/restapi/mode/appliances.pm | 2 +- src/storage/hp/storeonce/4/restapi/mode/components/drive.pm | 2 +- src/storage/hp/storeonce/4/restapi/mode/components/driveencl.pm | 2 +- src/storage/hp/storeonce/4/restapi/mode/components/fan.pm | 2 +- src/storage/hp/storeonce/4/restapi/mode/components/iomodule.pm | 2 +- src/storage/hp/storeonce/4/restapi/mode/components/pool.pm | 2 +- src/storage/hp/storeonce/4/restapi/mode/components/psu.pm | 2 +- .../hp/storeonce/4/restapi/mode/components/temperature.pm | 2 +- src/storage/hp/storeonce/4/restapi/mode/hardwarestorage.pm | 2 +- src/storage/hp/storeonce/4/restapi/mode/listappliances.pm | 2 +- src/storage/hp/storeonce/4/restapi/mode/liststores.pm | 2 +- src/storage/hp/storeonce/4/restapi/mode/stores.pm | 2 +- src/storage/hp/storeonce/4/restapi/plugin.pm | 2 +- src/storage/hp/storeonce/ssh/custom/custom.pm | 2 +- src/storage/hp/storeonce/ssh/mode/components/hardware.pm | 2 +- src/storage/hp/storeonce/ssh/mode/components/serviceset.pm | 2 +- src/storage/hp/storeonce/ssh/mode/hardware.pm | 2 +- src/storage/hp/storeonce/ssh/plugin.pm | 2 +- src/storage/huawei/oceanstor/snmp/mode/components/bbu.pm | 2 +- src/storage/huawei/oceanstor/snmp/mode/components/disk.pm | 2 +- src/storage/huawei/oceanstor/snmp/mode/components/enclosure.pm | 2 +- src/storage/huawei/oceanstor/snmp/mode/components/expboard.pm | 2 +- src/storage/huawei/oceanstor/snmp/mode/components/fan.pm | 2 +- src/storage/huawei/oceanstor/snmp/mode/components/psu.pm | 2 +- src/storage/huawei/oceanstor/snmp/mode/controllers.pm | 2 +- src/storage/huawei/oceanstor/snmp/mode/hardware.pm | 2 +- src/storage/huawei/oceanstor/snmp/mode/listcontrollers.pm | 2 +- src/storage/huawei/oceanstor/snmp/mode/listluns.pm | 2 +- src/storage/huawei/oceanstor/snmp/mode/liststoragepools.pm | 2 +- src/storage/huawei/oceanstor/snmp/mode/luns.pm | 2 +- src/storage/huawei/oceanstor/snmp/mode/resources.pm | 2 +- src/storage/huawei/oceanstor/snmp/mode/storagepools.pm | 2 +- src/storage/huawei/oceanstor/snmp/plugin.pm | 2 +- src/storage/ibm/DS3000/cli/plugin.pm | 2 +- src/storage/ibm/DS4000/cli/plugin.pm | 2 +- src/storage/ibm/DS5000/cli/plugin.pm | 2 +- src/storage/ibm/fs900/snmp/mode/arraysstatus.pm | 2 +- src/storage/ibm/fs900/snmp/mode/arraysusage.pm | 2 +- src/storage/ibm/fs900/snmp/mode/components/battery.pm | 2 +- src/storage/ibm/fs900/snmp/mode/components/fan.pm | 2 +- src/storage/ibm/fs900/snmp/mode/components/fibrechannel.pm | 2 +- src/storage/ibm/fs900/snmp/mode/components/flashcard.pm | 2 +- src/storage/ibm/fs900/snmp/mode/components/psu.pm | 2 +- src/storage/ibm/fs900/snmp/mode/fcusage.pm | 2 +- src/storage/ibm/fs900/snmp/mode/hardware.pm | 2 +- src/storage/ibm/fs900/snmp/plugin.pm | 2 +- src/storage/ibm/storwize/ssh/custom/api.pm | 2 +- src/storage/ibm/storwize/ssh/mode/components/array.pm | 2 +- src/storage/ibm/storwize/ssh/mode/components/drive.pm | 2 +- src/storage/ibm/storwize/ssh/mode/components/enclosure.pm | 2 +- .../ibm/storwize/ssh/mode/components/enclosurebattery.pm | 2 +- .../ibm/storwize/ssh/mode/components/enclosurecanister.pm | 2 +- src/storage/ibm/storwize/ssh/mode/components/enclosurepsu.pm | 2 +- src/storage/ibm/storwize/ssh/mode/components/host.pm | 2 +- src/storage/ibm/storwize/ssh/mode/components/mdisk.pm | 2 +- src/storage/ibm/storwize/ssh/mode/components/node.pm | 2 +- src/storage/ibm/storwize/ssh/mode/components/portfc.pm | 2 +- src/storage/ibm/storwize/ssh/mode/components/portsas.pm | 2 +- src/storage/ibm/storwize/ssh/mode/components/quorum.pm | 2 +- src/storage/ibm/storwize/ssh/mode/components/systemstats.pm | 2 +- src/storage/ibm/storwize/ssh/mode/components/vdisk.pm | 2 +- src/storage/ibm/storwize/ssh/mode/eventlog.pm | 2 +- src/storage/ibm/storwize/ssh/mode/hardware.pm | 2 +- src/storage/ibm/storwize/ssh/mode/poolusage.pm | 2 +- src/storage/ibm/storwize/ssh/mode/replication.pm | 2 +- src/storage/ibm/storwize/ssh/plugin.pm | 2 +- src/storage/ibm/ts2900/snmp/mode/hardware.pm | 2 +- src/storage/ibm/ts2900/snmp/plugin.pm | 2 +- src/storage/ibm/ts3100/snmp/mode/globalstatus.pm | 2 +- src/storage/ibm/ts3100/snmp/plugin.pm | 2 +- src/storage/ibm/ts3200/snmp/mode/globalstatus.pm | 2 +- src/storage/ibm/ts3200/snmp/plugin.pm | 2 +- src/storage/ibm/ts3500/snmp/plugin.pm | 2 +- src/storage/kaminario/restapi/custom/api.pm | 2 +- src/storage/kaminario/restapi/mode/systemusage.pm | 2 +- src/storage/kaminario/restapi/mode/volumeusage.pm | 2 +- src/storage/kaminario/restapi/plugin.pm | 2 +- src/storage/lenovo/iomega/snmp/mode/components/disk.pm | 2 +- src/storage/lenovo/iomega/snmp/mode/components/fan.pm | 2 +- src/storage/lenovo/iomega/snmp/mode/components/raid.pm | 2 +- src/storage/lenovo/iomega/snmp/mode/components/temperature.pm | 2 +- src/storage/lenovo/iomega/snmp/mode/components/voltage.pm | 2 +- src/storage/lenovo/iomega/snmp/mode/hardware.pm | 2 +- src/storage/lenovo/iomega/snmp/mode/interfaces.pm | 2 +- src/storage/lenovo/iomega/snmp/mode/memory.pm | 2 +- src/storage/lenovo/iomega/snmp/plugin.pm | 2 +- src/storage/lenovo/sseries/snmp/plugin.pm | 2 +- src/storage/netapp/ontap/oncommandapi/custom/api.pm | 2 +- .../netapp/ontap/oncommandapi/mode/aggregateraidstatus.pm | 2 +- src/storage/netapp/ontap/oncommandapi/mode/aggregatestatus.pm | 2 +- src/storage/netapp/ontap/oncommandapi/mode/aggregateusage.pm | 2 +- src/storage/netapp/ontap/oncommandapi/mode/clusterio.pm | 2 +- src/storage/netapp/ontap/oncommandapi/mode/clusterstatus.pm | 2 +- src/storage/netapp/ontap/oncommandapi/mode/clusterusage.pm | 2 +- src/storage/netapp/ontap/oncommandapi/mode/diskfailed.pm | 2 +- src/storage/netapp/ontap/oncommandapi/mode/diskspare.pm | 2 +- src/storage/netapp/ontap/oncommandapi/mode/fcportstatus.pm | 2 +- src/storage/netapp/ontap/oncommandapi/mode/listaggregates.pm | 2 +- src/storage/netapp/ontap/oncommandapi/mode/listclusters.pm | 2 +- src/storage/netapp/ontap/oncommandapi/mode/listfcports.pm | 2 +- src/storage/netapp/ontap/oncommandapi/mode/listluns.pm | 2 +- src/storage/netapp/ontap/oncommandapi/mode/listnodes.pm | 2 +- src/storage/netapp/ontap/oncommandapi/mode/listsnapmirrors.pm | 2 +- src/storage/netapp/ontap/oncommandapi/mode/listsvm.pm | 2 +- src/storage/netapp/ontap/oncommandapi/mode/listvolumes.pm | 2 +- src/storage/netapp/ontap/oncommandapi/mode/lunalignment.pm | 2 +- src/storage/netapp/ontap/oncommandapi/mode/lunonline.pm | 2 +- src/storage/netapp/ontap/oncommandapi/mode/lunusage.pm | 2 +- .../netapp/ontap/oncommandapi/mode/nodefailoverstatus.pm | 2 +- .../netapp/ontap/oncommandapi/mode/nodehardwarestatus.pm | 2 +- src/storage/netapp/ontap/oncommandapi/mode/qtreestatus.pm | 2 +- src/storage/netapp/ontap/oncommandapi/mode/snapmirrorstatus.pm | 2 +- src/storage/netapp/ontap/oncommandapi/mode/snapmirrorusage.pm | 2 +- src/storage/netapp/ontap/oncommandapi/mode/volumes.pm | 2 +- src/storage/netapp/ontap/oncommandapi/plugin.pm | 2 +- src/storage/netapp/ontap/restapi/custom/api.pm | 2 +- src/storage/netapp/ontap/restapi/mode/aggregates.pm | 2 +- src/storage/netapp/ontap/restapi/mode/cluster.pm | 2 +- src/storage/netapp/ontap/restapi/mode/components/bay.pm | 2 +- src/storage/netapp/ontap/restapi/mode/components/disk.pm | 2 +- src/storage/netapp/ontap/restapi/mode/components/fru.pm | 2 +- src/storage/netapp/ontap/restapi/mode/components/shelf.pm | 2 +- src/storage/netapp/ontap/restapi/mode/hardware.pm | 2 +- src/storage/netapp/ontap/restapi/mode/listvolumes.pm | 2 +- src/storage/netapp/ontap/restapi/mode/luns.pm | 2 +- src/storage/netapp/ontap/restapi/mode/quotas.pm | 2 +- src/storage/netapp/ontap/restapi/mode/snapmirrors.pm | 2 +- src/storage/netapp/ontap/restapi/mode/volumes.pm | 2 +- src/storage/netapp/ontap/restapi/plugin.pm | 2 +- src/storage/netapp/ontap/snmp/mode/aggregates.pm | 2 +- src/storage/netapp/ontap/snmp/mode/cacheage.pm | 2 +- src/storage/netapp/ontap/snmp/mode/clusternodes.pm | 2 +- src/storage/netapp/ontap/snmp/mode/components/communication.pm | 2 +- src/storage/netapp/ontap/snmp/mode/components/electronics.pm | 2 +- src/storage/netapp/ontap/snmp/mode/components/fan.pm | 2 +- src/storage/netapp/ontap/snmp/mode/components/psu.pm | 2 +- src/storage/netapp/ontap/snmp/mode/components/raid.pm | 2 +- src/storage/netapp/ontap/snmp/mode/components/temperature.pm | 2 +- src/storage/netapp/ontap/snmp/mode/components/voltage.pm | 2 +- src/storage/netapp/ontap/snmp/mode/cpstatistics.pm | 2 +- src/storage/netapp/ontap/snmp/mode/cpuload.pm | 2 +- src/storage/netapp/ontap/snmp/mode/diskfailed.pm | 2 +- src/storage/netapp/ontap/snmp/mode/failover.pm | 2 +- src/storage/netapp/ontap/snmp/mode/fan.pm | 2 +- src/storage/netapp/ontap/snmp/mode/filesys.pm | 2 +- src/storage/netapp/ontap/snmp/mode/globalstatus.pm | 2 +- src/storage/netapp/ontap/snmp/mode/listclusternodes.pm | 2 +- src/storage/netapp/ontap/snmp/mode/listfilesys.pm | 2 +- src/storage/netapp/ontap/snmp/mode/listplexes.pm | 2 +- src/storage/netapp/ontap/snmp/mode/listsnapvault.pm | 2 +- src/storage/netapp/ontap/snmp/mode/ndmpsessions.pm | 2 +- src/storage/netapp/ontap/snmp/mode/nvram.pm | 2 +- src/storage/netapp/ontap/snmp/mode/partnerstatus.pm | 2 +- src/storage/netapp/ontap/snmp/mode/plexes.pm | 2 +- src/storage/netapp/ontap/snmp/mode/psu.pm | 2 +- src/storage/netapp/ontap/snmp/mode/quotas.pm | 2 +- src/storage/netapp/ontap/snmp/mode/sharecalls.pm | 2 +- src/storage/netapp/ontap/snmp/mode/shelf.pm | 2 +- src/storage/netapp/ontap/snmp/mode/sis.pm | 2 +- src/storage/netapp/ontap/snmp/mode/snapmirrorlag.pm | 2 +- src/storage/netapp/ontap/snmp/mode/snapshotage.pm | 2 +- src/storage/netapp/ontap/snmp/mode/snapvaultusage.pm | 2 +- src/storage/netapp/ontap/snmp/mode/temperature.pm | 2 +- src/storage/netapp/ontap/snmp/mode/volumeoptions.pm | 2 +- src/storage/netapp/ontap/snmp/plugin.pm | 2 +- src/storage/netapp/santricity/restapi/custom/api.pm | 2 +- .../netapp/santricity/restapi/mode/components/battery.pm | 2 +- src/storage/netapp/santricity/restapi/mode/components/board.pm | 2 +- src/storage/netapp/santricity/restapi/mode/components/cbd.pm | 2 +- src/storage/netapp/santricity/restapi/mode/components/cmd.pm | 2 +- src/storage/netapp/santricity/restapi/mode/components/ctrl.pm | 2 +- src/storage/netapp/santricity/restapi/mode/components/drive.pm | 2 +- src/storage/netapp/santricity/restapi/mode/components/fan.pm | 2 +- src/storage/netapp/santricity/restapi/mode/components/psu.pm | 2 +- .../netapp/santricity/restapi/mode/components/storage.pm | 2 +- .../netapp/santricity/restapi/mode/components/thsensor.pm | 2 +- src/storage/netapp/santricity/restapi/mode/hardware.pm | 2 +- .../netapp/santricity/restapi/mode/storagecontrollers.pm | 2 +- src/storage/netapp/santricity/restapi/mode/storagepools.pm | 2 +- src/storage/netapp/santricity/restapi/mode/storagesystems.pm | 2 +- src/storage/netapp/santricity/restapi/mode/storagevolumes.pm | 2 +- src/storage/netapp/santricity/restapi/plugin.pm | 2 +- src/storage/nimble/restapi/custom/api.pm | 2 +- src/storage/nimble/restapi/mode/arrays.pm | 2 +- src/storage/nimble/restapi/mode/components/disk.pm | 2 +- src/storage/nimble/restapi/mode/components/fan.pm | 2 +- src/storage/nimble/restapi/mode/components/psu.pm | 2 +- src/storage/nimble/restapi/mode/components/temperature.pm | 2 +- src/storage/nimble/restapi/mode/hardware.pm | 2 +- src/storage/nimble/restapi/mode/volumes.pm | 2 +- src/storage/nimble/restapi/plugin.pm | 2 +- src/storage/nimble/snmp/mode/globalstats.pm | 2 +- src/storage/nimble/snmp/mode/volumeusage.pm | 2 +- src/storage/nimble/snmp/plugin.pm | 2 +- src/storage/oracle/zs/restapi/custom/api.pm | 2 +- src/storage/oracle/zs/restapi/mode/components/chassis.pm | 2 +- src/storage/oracle/zs/restapi/mode/components/cpu.pm | 2 +- src/storage/oracle/zs/restapi/mode/components/disk.pm | 2 +- src/storage/oracle/zs/restapi/mode/components/fan.pm | 2 +- src/storage/oracle/zs/restapi/mode/components/memory.pm | 2 +- src/storage/oracle/zs/restapi/mode/components/psu.pm | 2 +- src/storage/oracle/zs/restapi/mode/components/slot.pm | 2 +- src/storage/oracle/zs/restapi/mode/hardware.pm | 2 +- src/storage/oracle/zs/restapi/mode/pools.pm | 2 +- src/storage/oracle/zs/restapi/plugin.pm | 2 +- src/storage/oracle/zs/snmp/mode/components/module.pm | 2 +- src/storage/oracle/zs/snmp/mode/hardware.pm | 2 +- src/storage/oracle/zs/snmp/mode/listshares.pm | 2 +- src/storage/oracle/zs/snmp/mode/shareusage.pm | 2 +- src/storage/oracle/zs/snmp/plugin.pm | 2 +- src/storage/overland/neo/snmp/mode/components/drive.pm | 2 +- src/storage/overland/neo/snmp/mode/components/library.pm | 2 +- src/storage/overland/neo/snmp/mode/eventlog.pm | 2 +- src/storage/overland/neo/snmp/mode/hardware.pm | 2 +- src/storage/overland/neo/snmp/plugin.pm | 2 +- src/storage/panzura/snmp/mode/cpucloud.pm | 2 +- src/storage/panzura/snmp/mode/diskusagelocal.pm | 2 +- src/storage/panzura/snmp/mode/memory.pm | 2 +- src/storage/panzura/snmp/mode/ratios.pm | 2 +- src/storage/panzura/snmp/plugin.pm | 2 +- src/storage/purestorage/flasharray/legacy/restapi/custom/api.pm | 2 +- .../purestorage/flasharray/legacy/restapi/mode/alarms.pm | 2 +- .../purestorage/flasharray/legacy/restapi/mode/arrays.pm | 2 +- .../purestorage/flasharray/legacy/restapi/mode/hardware.pm | 2 +- .../purestorage/flasharray/legacy/restapi/mode/listpgroups.pm | 2 +- .../purestorage/flasharray/legacy/restapi/mode/listvolumes.pm | 2 +- .../flasharray/legacy/restapi/mode/pgroupreplication.pm | 2 +- .../purestorage/flasharray/legacy/restapi/mode/volumeusage.pm | 2 +- src/storage/purestorage/flasharray/legacy/restapi/plugin.pm | 2 +- src/storage/purestorage/flasharray/v2/restapi/custom/api.pm | 2 +- src/storage/purestorage/flasharray/v2/restapi/mode/alerts.pm | 2 +- src/storage/purestorage/flasharray/v2/restapi/mode/arrays.pm | 2 +- src/storage/purestorage/flasharray/v2/restapi/mode/volumes.pm | 2 +- src/storage/purestorage/flasharray/v2/restapi/plugin.pm | 2 +- src/storage/purestorage/flashblade/v2/restapi/custom/api.pm | 2 +- src/storage/purestorage/flashblade/v2/restapi/mode/alerts.pm | 2 +- src/storage/purestorage/flashblade/v2/restapi/mode/arrays.pm | 2 +- .../purestorage/flashblade/v2/restapi/mode/filesystems.pm | 2 +- src/storage/purestorage/flashblade/v2/restapi/plugin.pm | 2 +- src/storage/purestorage/snmp/mode/stats.pm | 2 +- src/storage/purestorage/snmp/plugin.pm | 2 +- src/storage/qnap/snmp/mode/components/disk.pm | 2 +- src/storage/qnap/snmp/mode/components/fan.pm | 2 +- src/storage/qnap/snmp/mode/components/mdisk.pm | 2 +- src/storage/qnap/snmp/mode/components/psu.pm | 2 +- src/storage/qnap/snmp/mode/components/raid.pm | 2 +- src/storage/qnap/snmp/mode/components/temperature.pm | 2 +- src/storage/qnap/snmp/mode/hardware.pm | 2 +- src/storage/qnap/snmp/mode/memory.pm | 2 +- src/storage/qnap/snmp/mode/pools.pm | 2 +- src/storage/qnap/snmp/mode/upgrade.pm | 2 +- src/storage/qnap/snmp/mode/volumes.pm | 2 +- src/storage/qnap/snmp/plugin.pm | 2 +- src/storage/qsan/nas/snmp/mode/components/disk.pm | 2 +- src/storage/qsan/nas/snmp/mode/components/fan.pm | 2 +- src/storage/qsan/nas/snmp/mode/components/psu.pm | 2 +- src/storage/qsan/nas/snmp/mode/components/resources.pm | 2 +- src/storage/qsan/nas/snmp/mode/components/temperature.pm | 2 +- src/storage/qsan/nas/snmp/mode/components/voltage.pm | 2 +- src/storage/qsan/nas/snmp/mode/hardware.pm | 2 +- src/storage/qsan/nas/snmp/plugin.pm | 2 +- src/storage/quantum/dxi/ssh/custom/api.pm | 2 +- src/storage/quantum/dxi/ssh/mode/compaction.pm | 2 +- src/storage/quantum/dxi/ssh/mode/dedupnas.pm | 2 +- src/storage/quantum/dxi/ssh/mode/dedupvtl.pm | 2 +- src/storage/quantum/dxi/ssh/mode/diskusage.pm | 2 +- src/storage/quantum/dxi/ssh/mode/health.pm | 2 +- src/storage/quantum/dxi/ssh/mode/hostbusadapterstatus.pm | 2 +- src/storage/quantum/dxi/ssh/mode/memory.pm | 2 +- src/storage/quantum/dxi/ssh/mode/network.pm | 2 +- src/storage/quantum/dxi/ssh/mode/reclamation.pm | 2 +- src/storage/quantum/dxi/ssh/mode/reduction.pm | 2 +- src/storage/quantum/dxi/ssh/mode/storagearraystatus.pm | 2 +- src/storage/quantum/dxi/ssh/mode/systemstatus.pm | 2 +- src/storage/quantum/dxi/ssh/mode/throughput.pm | 2 +- src/storage/quantum/dxi/ssh/plugin.pm | 2 +- src/storage/quantum/scalar/snmp/mode/components/global.pm | 2 +- src/storage/quantum/scalar/snmp/mode/components/humidity.pm | 2 +- .../quantum/scalar/snmp/mode/components/physicaldrive.pm | 2 +- src/storage/quantum/scalar/snmp/mode/components/psu.pm | 2 +- src/storage/quantum/scalar/snmp/mode/components/resources.pm | 2 +- src/storage/quantum/scalar/snmp/mode/components/subsystem.pm | 2 +- src/storage/quantum/scalar/snmp/mode/components/temperature.pm | 2 +- src/storage/quantum/scalar/snmp/mode/components/voltage.pm | 2 +- src/storage/quantum/scalar/snmp/mode/hardware.pm | 2 +- src/storage/quantum/scalar/snmp/plugin.pm | 2 +- src/storage/storagetek/sl/snmp/mode/components/cap.pm | 2 +- src/storage/storagetek/sl/snmp/mode/components/controller.pm | 2 +- src/storage/storagetek/sl/snmp/mode/components/elevator.pm | 2 +- src/storage/storagetek/sl/snmp/mode/components/fan.pm | 2 +- src/storage/storagetek/sl/snmp/mode/components/interface.pm | 2 +- src/storage/storagetek/sl/snmp/mode/components/psu.pm | 2 +- src/storage/storagetek/sl/snmp/mode/components/resources.pm | 2 +- src/storage/storagetek/sl/snmp/mode/components/robot.pm | 2 +- src/storage/storagetek/sl/snmp/mode/components/temperature.pm | 2 +- src/storage/storagetek/sl/snmp/mode/components/turntable.pm | 2 +- src/storage/storagetek/sl/snmp/mode/hardware.pm | 2 +- src/storage/storagetek/sl/snmp/plugin.pm | 2 +- src/storage/synology/snmp/mode/components/disk.pm | 2 +- src/storage/synology/snmp/mode/components/fan.pm | 2 +- src/storage/synology/snmp/mode/components/psu.pm | 2 +- src/storage/synology/snmp/mode/components/raid.pm | 2 +- src/storage/synology/snmp/mode/components/system.pm | 2 +- src/storage/synology/snmp/mode/ha.pm | 2 +- src/storage/synology/snmp/mode/hardware.pm | 2 +- src/storage/synology/snmp/mode/temperature.pm | 2 +- src/storage/synology/snmp/mode/upgrade.pm | 2 +- src/storage/synology/snmp/mode/ups.pm | 2 +- src/storage/synology/snmp/plugin.pm | 2 +- src/storage/violin/3000/snmp/plugin.pm | 2 +- src/storage/wd/nas/snmp/mode/hardware.pm | 2 +- src/storage/wd/nas/snmp/mode/listvolumes.pm | 2 +- src/storage/wd/nas/snmp/mode/volumes.pm | 2 +- src/storage/wd/nas/snmp/plugin.pm | 2 +- 4390 files changed, 4390 insertions(+), 4390 deletions(-) diff --git a/src/apps/antivirus/clamav/local/mode/updatestatus.pm b/src/apps/antivirus/clamav/local/mode/updatestatus.pm index 93fabce37d..6384e4987b 100644 --- a/src/apps/antivirus/clamav/local/mode/updatestatus.pm +++ b/src/apps/antivirus/clamav/local/mode/updatestatus.pm @@ -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 diff --git a/src/apps/antivirus/clamav/local/plugin.pm b/src/apps/antivirus/clamav/local/plugin.pm index ca7468e993..8806c13fba 100644 --- a/src/apps/antivirus/clamav/local/plugin.pm +++ b/src/apps/antivirus/clamav/local/plugin.pm @@ -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 diff --git a/src/apps/antivirus/kaspersky/snmp/mode/deployment.pm b/src/apps/antivirus/kaspersky/snmp/mode/deployment.pm index 2e3dd35b24..205b230901 100644 --- a/src/apps/antivirus/kaspersky/snmp/mode/deployment.pm +++ b/src/apps/antivirus/kaspersky/snmp/mode/deployment.pm @@ -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 diff --git a/src/apps/antivirus/kaspersky/snmp/mode/events.pm b/src/apps/antivirus/kaspersky/snmp/mode/events.pm index beb3812375..d8d3845e8a 100644 --- a/src/apps/antivirus/kaspersky/snmp/mode/events.pm +++ b/src/apps/antivirus/kaspersky/snmp/mode/events.pm @@ -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 diff --git a/src/apps/antivirus/kaspersky/snmp/mode/fullscan.pm b/src/apps/antivirus/kaspersky/snmp/mode/fullscan.pm index c72a3c3034..3764d59542 100644 --- a/src/apps/antivirus/kaspersky/snmp/mode/fullscan.pm +++ b/src/apps/antivirus/kaspersky/snmp/mode/fullscan.pm @@ -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 diff --git a/src/apps/antivirus/kaspersky/snmp/mode/logicalnetwork.pm b/src/apps/antivirus/kaspersky/snmp/mode/logicalnetwork.pm index aff716711a..1a9369207f 100644 --- a/src/apps/antivirus/kaspersky/snmp/mode/logicalnetwork.pm +++ b/src/apps/antivirus/kaspersky/snmp/mode/logicalnetwork.pm @@ -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 diff --git a/src/apps/antivirus/kaspersky/snmp/mode/protection.pm b/src/apps/antivirus/kaspersky/snmp/mode/protection.pm index 027de165c7..db3b1d11c8 100644 --- a/src/apps/antivirus/kaspersky/snmp/mode/protection.pm +++ b/src/apps/antivirus/kaspersky/snmp/mode/protection.pm @@ -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 diff --git a/src/apps/antivirus/kaspersky/snmp/mode/updates.pm b/src/apps/antivirus/kaspersky/snmp/mode/updates.pm index 81f79812c3..fe8270bf0d 100644 --- a/src/apps/antivirus/kaspersky/snmp/mode/updates.pm +++ b/src/apps/antivirus/kaspersky/snmp/mode/updates.pm @@ -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 diff --git a/src/apps/antivirus/kaspersky/snmp/plugin.pm b/src/apps/antivirus/kaspersky/snmp/plugin.pm index 334f34ecfe..c1815a4245 100644 --- a/src/apps/antivirus/kaspersky/snmp/plugin.pm +++ b/src/apps/antivirus/kaspersky/snmp/plugin.pm @@ -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 diff --git a/src/apps/antivirus/mcafee/webgateway/snmp/mode/clients.pm b/src/apps/antivirus/mcafee/webgateway/snmp/mode/clients.pm index 3775685c67..63b4276dbf 100644 --- a/src/apps/antivirus/mcafee/webgateway/snmp/mode/clients.pm +++ b/src/apps/antivirus/mcafee/webgateway/snmp/mode/clients.pm @@ -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 diff --git a/src/apps/antivirus/mcafee/webgateway/snmp/mode/connections.pm b/src/apps/antivirus/mcafee/webgateway/snmp/mode/connections.pm index 87b131692c..8ea16e5b0e 100644 --- a/src/apps/antivirus/mcafee/webgateway/snmp/mode/connections.pm +++ b/src/apps/antivirus/mcafee/webgateway/snmp/mode/connections.pm @@ -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 diff --git a/src/apps/antivirus/mcafee/webgateway/snmp/mode/detections.pm b/src/apps/antivirus/mcafee/webgateway/snmp/mode/detections.pm index 5378015279..aeaf23bbb7 100644 --- a/src/apps/antivirus/mcafee/webgateway/snmp/mode/detections.pm +++ b/src/apps/antivirus/mcafee/webgateway/snmp/mode/detections.pm @@ -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 diff --git a/src/apps/antivirus/mcafee/webgateway/snmp/mode/ftpstatistics.pm b/src/apps/antivirus/mcafee/webgateway/snmp/mode/ftpstatistics.pm index 3c824f10c8..6af5ffc2c2 100644 --- a/src/apps/antivirus/mcafee/webgateway/snmp/mode/ftpstatistics.pm +++ b/src/apps/antivirus/mcafee/webgateway/snmp/mode/ftpstatistics.pm @@ -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 diff --git a/src/apps/antivirus/mcafee/webgateway/snmp/mode/httpsstatistics.pm b/src/apps/antivirus/mcafee/webgateway/snmp/mode/httpsstatistics.pm index 615f84adc1..6b6b9595a8 100644 --- a/src/apps/antivirus/mcafee/webgateway/snmp/mode/httpsstatistics.pm +++ b/src/apps/antivirus/mcafee/webgateway/snmp/mode/httpsstatistics.pm @@ -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 diff --git a/src/apps/antivirus/mcafee/webgateway/snmp/mode/httpstatistics.pm b/src/apps/antivirus/mcafee/webgateway/snmp/mode/httpstatistics.pm index a33fbd59dd..56ee992076 100644 --- a/src/apps/antivirus/mcafee/webgateway/snmp/mode/httpstatistics.pm +++ b/src/apps/antivirus/mcafee/webgateway/snmp/mode/httpstatistics.pm @@ -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 diff --git a/src/apps/antivirus/mcafee/webgateway/snmp/mode/system.pm b/src/apps/antivirus/mcafee/webgateway/snmp/mode/system.pm index f414595730..3f44b8023e 100644 --- a/src/apps/antivirus/mcafee/webgateway/snmp/mode/system.pm +++ b/src/apps/antivirus/mcafee/webgateway/snmp/mode/system.pm @@ -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 diff --git a/src/apps/antivirus/mcafee/webgateway/snmp/mode/versions.pm b/src/apps/antivirus/mcafee/webgateway/snmp/mode/versions.pm index 5b6ac8862b..5f75bb2600 100644 --- a/src/apps/antivirus/mcafee/webgateway/snmp/mode/versions.pm +++ b/src/apps/antivirus/mcafee/webgateway/snmp/mode/versions.pm @@ -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 diff --git a/src/apps/antivirus/mcafee/webgateway/snmp/plugin.pm b/src/apps/antivirus/mcafee/webgateway/snmp/plugin.pm index 0beef2e3b3..10c6ee408e 100644 --- a/src/apps/antivirus/mcafee/webgateway/snmp/plugin.pm +++ b/src/apps/antivirus/mcafee/webgateway/snmp/plugin.pm @@ -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 diff --git a/src/apps/apache/serverstatus/mode/cpuload.pm b/src/apps/apache/serverstatus/mode/cpuload.pm index 27e95f84ec..d08bb62aac 100644 --- a/src/apps/apache/serverstatus/mode/cpuload.pm +++ b/src/apps/apache/serverstatus/mode/cpuload.pm @@ -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 diff --git a/src/apps/apache/serverstatus/mode/requests.pm b/src/apps/apache/serverstatus/mode/requests.pm index edc4bbea63..abe4cb530b 100644 --- a/src/apps/apache/serverstatus/mode/requests.pm +++ b/src/apps/apache/serverstatus/mode/requests.pm @@ -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 diff --git a/src/apps/apache/serverstatus/mode/responsetime.pm b/src/apps/apache/serverstatus/mode/responsetime.pm index f45693e6bd..339e445743 100644 --- a/src/apps/apache/serverstatus/mode/responsetime.pm +++ b/src/apps/apache/serverstatus/mode/responsetime.pm @@ -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 diff --git a/src/apps/apache/serverstatus/mode/slotstates.pm b/src/apps/apache/serverstatus/mode/slotstates.pm index 10e216e99f..2d5ea1641b 100644 --- a/src/apps/apache/serverstatus/mode/slotstates.pm +++ b/src/apps/apache/serverstatus/mode/slotstates.pm @@ -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 diff --git a/src/apps/apache/serverstatus/mode/workers.pm b/src/apps/apache/serverstatus/mode/workers.pm index 1873f0658e..72edfd7b6b 100644 --- a/src/apps/apache/serverstatus/mode/workers.pm +++ b/src/apps/apache/serverstatus/mode/workers.pm @@ -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 diff --git a/src/apps/apache/serverstatus/plugin.pm b/src/apps/apache/serverstatus/plugin.pm index 4e5d0acccd..14e9e6bf9d 100644 --- a/src/apps/apache/serverstatus/plugin.pm +++ b/src/apps/apache/serverstatus/plugin.pm @@ -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 diff --git a/src/apps/apcupsd/local/custom/cli.pm b/src/apps/apcupsd/local/custom/cli.pm index 11658a06ee..52d7c710dd 100644 --- a/src/apps/apcupsd/local/custom/cli.pm +++ b/src/apps/apcupsd/local/custom/cli.pm @@ -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 diff --git a/src/apps/apcupsd/local/mode/batterycharge.pm b/src/apps/apcupsd/local/mode/batterycharge.pm index 763e3b614e..4a103eb573 100644 --- a/src/apps/apcupsd/local/mode/batterycharge.pm +++ b/src/apps/apcupsd/local/mode/batterycharge.pm @@ -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 diff --git a/src/apps/apcupsd/local/mode/batteryvoltage.pm b/src/apps/apcupsd/local/mode/batteryvoltage.pm index ddd30b1f50..5961544cb7 100644 --- a/src/apps/apcupsd/local/mode/batteryvoltage.pm +++ b/src/apps/apcupsd/local/mode/batteryvoltage.pm @@ -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 diff --git a/src/apps/apcupsd/local/mode/linefrequency.pm b/src/apps/apcupsd/local/mode/linefrequency.pm index b8343dfbc7..379b208a2c 100644 --- a/src/apps/apcupsd/local/mode/linefrequency.pm +++ b/src/apps/apcupsd/local/mode/linefrequency.pm @@ -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 diff --git a/src/apps/apcupsd/local/mode/linevoltage.pm b/src/apps/apcupsd/local/mode/linevoltage.pm index ff7cf5926d..88e9c896eb 100644 --- a/src/apps/apcupsd/local/mode/linevoltage.pm +++ b/src/apps/apcupsd/local/mode/linevoltage.pm @@ -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 diff --git a/src/apps/apcupsd/local/mode/loadpercentage.pm b/src/apps/apcupsd/local/mode/loadpercentage.pm index 0e915ebe26..fd7208125a 100644 --- a/src/apps/apcupsd/local/mode/loadpercentage.pm +++ b/src/apps/apcupsd/local/mode/loadpercentage.pm @@ -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 diff --git a/src/apps/apcupsd/local/mode/outputvoltage.pm b/src/apps/apcupsd/local/mode/outputvoltage.pm index d7824d92e6..5119f54df9 100644 --- a/src/apps/apcupsd/local/mode/outputvoltage.pm +++ b/src/apps/apcupsd/local/mode/outputvoltage.pm @@ -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 diff --git a/src/apps/apcupsd/local/mode/temperature.pm b/src/apps/apcupsd/local/mode/temperature.pm index 809fc96709..481f7b6086 100644 --- a/src/apps/apcupsd/local/mode/temperature.pm +++ b/src/apps/apcupsd/local/mode/temperature.pm @@ -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 diff --git a/src/apps/apcupsd/local/mode/timeleft.pm b/src/apps/apcupsd/local/mode/timeleft.pm index 9571cfc6dc..37bbf40874 100644 --- a/src/apps/apcupsd/local/mode/timeleft.pm +++ b/src/apps/apcupsd/local/mode/timeleft.pm @@ -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 diff --git a/src/apps/apcupsd/local/plugin.pm b/src/apps/apcupsd/local/plugin.pm index ec110ac0a5..6c4c3bcae5 100644 --- a/src/apps/apcupsd/local/plugin.pm +++ b/src/apps/apcupsd/local/plugin.pm @@ -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 diff --git a/src/apps/automation/ansible/cli/custom/cli.pm b/src/apps/automation/ansible/cli/custom/cli.pm index 734d74a1d4..a7617625e1 100644 --- a/src/apps/automation/ansible/cli/custom/cli.pm +++ b/src/apps/automation/ansible/cli/custom/cli.pm @@ -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 diff --git a/src/apps/automation/ansible/cli/mode/discovery.pm b/src/apps/automation/ansible/cli/mode/discovery.pm index ab03dccb9d..2d393b2e46 100644 --- a/src/apps/automation/ansible/cli/mode/discovery.pm +++ b/src/apps/automation/ansible/cli/mode/discovery.pm @@ -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 diff --git a/src/apps/automation/ansible/cli/plugin.pm b/src/apps/automation/ansible/cli/plugin.pm index bfd959ac54..740ee61b8e 100644 --- a/src/apps/automation/ansible/cli/plugin.pm +++ b/src/apps/automation/ansible/cli/plugin.pm @@ -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 diff --git a/src/apps/automation/ansible/tower/custom/api.pm b/src/apps/automation/ansible/tower/custom/api.pm index 5327e04b89..f41b30d7e0 100644 --- a/src/apps/automation/ansible/tower/custom/api.pm +++ b/src/apps/automation/ansible/tower/custom/api.pm @@ -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 diff --git a/src/apps/automation/ansible/tower/custom/towercli.pm b/src/apps/automation/ansible/tower/custom/towercli.pm index 3bb5f2387b..84f09bc164 100644 --- a/src/apps/automation/ansible/tower/custom/towercli.pm +++ b/src/apps/automation/ansible/tower/custom/towercli.pm @@ -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 diff --git a/src/apps/automation/ansible/tower/mode/discovery.pm b/src/apps/automation/ansible/tower/mode/discovery.pm index 98cd988863..d5be13eddd 100644 --- a/src/apps/automation/ansible/tower/mode/discovery.pm +++ b/src/apps/automation/ansible/tower/mode/discovery.pm @@ -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 diff --git a/src/apps/automation/ansible/tower/mode/hosts.pm b/src/apps/automation/ansible/tower/mode/hosts.pm index 3a54c0bdc8..21fcd5929a 100644 --- a/src/apps/automation/ansible/tower/mode/hosts.pm +++ b/src/apps/automation/ansible/tower/mode/hosts.pm @@ -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 diff --git a/src/apps/automation/ansible/tower/mode/inventories.pm b/src/apps/automation/ansible/tower/mode/inventories.pm index fddf7c8e5c..6e928eb5e4 100644 --- a/src/apps/automation/ansible/tower/mode/inventories.pm +++ b/src/apps/automation/ansible/tower/mode/inventories.pm @@ -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 diff --git a/src/apps/automation/ansible/tower/mode/jobs.pm b/src/apps/automation/ansible/tower/mode/jobs.pm index 76d66f0f51..1592d491a0 100644 --- a/src/apps/automation/ansible/tower/mode/jobs.pm +++ b/src/apps/automation/ansible/tower/mode/jobs.pm @@ -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 diff --git a/src/apps/automation/ansible/tower/mode/jobtemplates.pm b/src/apps/automation/ansible/tower/mode/jobtemplates.pm index ceec79cf9c..079ddc1d32 100644 --- a/src/apps/automation/ansible/tower/mode/jobtemplates.pm +++ b/src/apps/automation/ansible/tower/mode/jobtemplates.pm @@ -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 diff --git a/src/apps/automation/ansible/tower/mode/schedules.pm b/src/apps/automation/ansible/tower/mode/schedules.pm index 26a674f896..7c627e82dc 100644 --- a/src/apps/automation/ansible/tower/mode/schedules.pm +++ b/src/apps/automation/ansible/tower/mode/schedules.pm @@ -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 diff --git a/src/apps/automation/ansible/tower/plugin.pm b/src/apps/automation/ansible/tower/plugin.pm index c8603efb46..064e9546c4 100644 --- a/src/apps/automation/ansible/tower/plugin.pm +++ b/src/apps/automation/ansible/tower/plugin.pm @@ -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 diff --git a/src/apps/backup/arcserve/udp/mssql/mode/jobstatus.pm b/src/apps/backup/arcserve/udp/mssql/mode/jobstatus.pm index 882fc1616b..82ec774b6e 100644 --- a/src/apps/backup/arcserve/udp/mssql/mode/jobstatus.pm +++ b/src/apps/backup/arcserve/udp/mssql/mode/jobstatus.pm @@ -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 diff --git a/src/apps/backup/backupexec/local/mode/alerts.pm b/src/apps/backup/backupexec/local/mode/alerts.pm index 74d43818ac..a9a2800b1a 100644 --- a/src/apps/backup/backupexec/local/mode/alerts.pm +++ b/src/apps/backup/backupexec/local/mode/alerts.pm @@ -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 diff --git a/src/apps/backup/backupexec/local/mode/disks.pm b/src/apps/backup/backupexec/local/mode/disks.pm index 8afe6a9252..b38d66f28c 100644 --- a/src/apps/backup/backupexec/local/mode/disks.pm +++ b/src/apps/backup/backupexec/local/mode/disks.pm @@ -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 diff --git a/src/apps/backup/backupexec/local/mode/jobs.pm b/src/apps/backup/backupexec/local/mode/jobs.pm index dbdc8ffcca..d767e1dea1 100644 --- a/src/apps/backup/backupexec/local/mode/jobs.pm +++ b/src/apps/backup/backupexec/local/mode/jobs.pm @@ -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 diff --git a/src/apps/backup/backupexec/local/mode/listdisks.pm b/src/apps/backup/backupexec/local/mode/listdisks.pm index 2a58e73573..68efe11ff9 100644 --- a/src/apps/backup/backupexec/local/mode/listdisks.pm +++ b/src/apps/backup/backupexec/local/mode/listdisks.pm @@ -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 diff --git a/src/apps/backup/backupexec/local/mode/resources/types.pm b/src/apps/backup/backupexec/local/mode/resources/types.pm index 0cb3902866..b754cca4df 100644 --- a/src/apps/backup/backupexec/local/mode/resources/types.pm +++ b/src/apps/backup/backupexec/local/mode/resources/types.pm @@ -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 diff --git a/src/apps/backup/backupexec/local/plugin.pm b/src/apps/backup/backupexec/local/plugin.pm index 52d0368cb7..032989ec4e 100644 --- a/src/apps/backup/backupexec/local/plugin.pm +++ b/src/apps/backup/backupexec/local/plugin.pm @@ -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 diff --git a/src/apps/backup/commvault/commserve/restapi/custom/api.pm b/src/apps/backup/commvault/commserve/restapi/custom/api.pm index 0f9d16f990..d1418fd007 100644 --- a/src/apps/backup/commvault/commserve/restapi/custom/api.pm +++ b/src/apps/backup/commvault/commserve/restapi/custom/api.pm @@ -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 diff --git a/src/apps/backup/commvault/commserve/restapi/mode/jobs.pm b/src/apps/backup/commvault/commserve/restapi/mode/jobs.pm index 20b132b16c..88fb04f111 100644 --- a/src/apps/backup/commvault/commserve/restapi/mode/jobs.pm +++ b/src/apps/backup/commvault/commserve/restapi/mode/jobs.pm @@ -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 diff --git a/src/apps/backup/commvault/commserve/restapi/mode/listmediaagents.pm b/src/apps/backup/commvault/commserve/restapi/mode/listmediaagents.pm index e1bae186c9..e5e445617a 100644 --- a/src/apps/backup/commvault/commserve/restapi/mode/listmediaagents.pm +++ b/src/apps/backup/commvault/commserve/restapi/mode/listmediaagents.pm @@ -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 diff --git a/src/apps/backup/commvault/commserve/restapi/mode/liststoragepolicies.pm b/src/apps/backup/commvault/commserve/restapi/mode/liststoragepolicies.pm index 951b49c154..69d7cb9683 100644 --- a/src/apps/backup/commvault/commserve/restapi/mode/liststoragepolicies.pm +++ b/src/apps/backup/commvault/commserve/restapi/mode/liststoragepolicies.pm @@ -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 diff --git a/src/apps/backup/commvault/commserve/restapi/mode/mediaagents.pm b/src/apps/backup/commvault/commserve/restapi/mode/mediaagents.pm index 113b0bd6dc..864538de6f 100644 --- a/src/apps/backup/commvault/commserve/restapi/mode/mediaagents.pm +++ b/src/apps/backup/commvault/commserve/restapi/mode/mediaagents.pm @@ -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 diff --git a/src/apps/backup/commvault/commserve/restapi/mode/storagepools.pm b/src/apps/backup/commvault/commserve/restapi/mode/storagepools.pm index 523d994b88..94fa5a7a4c 100644 --- a/src/apps/backup/commvault/commserve/restapi/mode/storagepools.pm +++ b/src/apps/backup/commvault/commserve/restapi/mode/storagepools.pm @@ -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 diff --git a/src/apps/backup/commvault/commserve/restapi/plugin.pm b/src/apps/backup/commvault/commserve/restapi/plugin.pm index bcb96369fa..ca3342208f 100644 --- a/src/apps/backup/commvault/commserve/restapi/plugin.pm +++ b/src/apps/backup/commvault/commserve/restapi/plugin.pm @@ -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 diff --git a/src/apps/backup/netapp/snapcenter/restapi/custom/api.pm b/src/apps/backup/netapp/snapcenter/restapi/custom/api.pm index b88da17a8d..02ca9c495f 100644 --- a/src/apps/backup/netapp/snapcenter/restapi/custom/api.pm +++ b/src/apps/backup/netapp/snapcenter/restapi/custom/api.pm @@ -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 diff --git a/src/apps/backup/netapp/snapcenter/restapi/mode/jobs.pm b/src/apps/backup/netapp/snapcenter/restapi/mode/jobs.pm index 90ad2bdd53..b5be93e949 100644 --- a/src/apps/backup/netapp/snapcenter/restapi/mode/jobs.pm +++ b/src/apps/backup/netapp/snapcenter/restapi/mode/jobs.pm @@ -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 diff --git a/src/apps/backup/netapp/snapcenter/restapi/plugin.pm b/src/apps/backup/netapp/snapcenter/restapi/plugin.pm index 6d29932174..345a43ff07 100644 --- a/src/apps/backup/netapp/snapcenter/restapi/plugin.pm +++ b/src/apps/backup/netapp/snapcenter/restapi/plugin.pm @@ -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 diff --git a/src/apps/backup/netbackup/local/mode/dedupstatus.pm b/src/apps/backup/netbackup/local/mode/dedupstatus.pm index faec5434af..b58a83a8dc 100644 --- a/src/apps/backup/netbackup/local/mode/dedupstatus.pm +++ b/src/apps/backup/netbackup/local/mode/dedupstatus.pm @@ -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 diff --git a/src/apps/backup/netbackup/local/mode/drivecleaning.pm b/src/apps/backup/netbackup/local/mode/drivecleaning.pm index 8f6dce3cad..e1b5dd59d0 100644 --- a/src/apps/backup/netbackup/local/mode/drivecleaning.pm +++ b/src/apps/backup/netbackup/local/mode/drivecleaning.pm @@ -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 diff --git a/src/apps/backup/netbackup/local/mode/drivestatus.pm b/src/apps/backup/netbackup/local/mode/drivestatus.pm index 82beb8d545..0bc265fe6f 100644 --- a/src/apps/backup/netbackup/local/mode/drivestatus.pm +++ b/src/apps/backup/netbackup/local/mode/drivestatus.pm @@ -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 diff --git a/src/apps/backup/netbackup/local/mode/jobstatus.pm b/src/apps/backup/netbackup/local/mode/jobstatus.pm index 5ebe09f21b..11ded35550 100644 --- a/src/apps/backup/netbackup/local/mode/jobstatus.pm +++ b/src/apps/backup/netbackup/local/mode/jobstatus.pm @@ -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 diff --git a/src/apps/backup/netbackup/local/mode/listpolicies.pm b/src/apps/backup/netbackup/local/mode/listpolicies.pm index a576e044ac..76de6c2cf8 100644 --- a/src/apps/backup/netbackup/local/mode/listpolicies.pm +++ b/src/apps/backup/netbackup/local/mode/listpolicies.pm @@ -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 diff --git a/src/apps/backup/netbackup/local/mode/tapeusage.pm b/src/apps/backup/netbackup/local/mode/tapeusage.pm index 6fb0978c23..67e4235029 100644 --- a/src/apps/backup/netbackup/local/mode/tapeusage.pm +++ b/src/apps/backup/netbackup/local/mode/tapeusage.pm @@ -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 diff --git a/src/apps/backup/netbackup/local/plugin.pm b/src/apps/backup/netbackup/local/plugin.pm index bb58649fb2..04426fad83 100644 --- a/src/apps/backup/netbackup/local/plugin.pm +++ b/src/apps/backup/netbackup/local/plugin.pm @@ -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 diff --git a/src/apps/backup/quadstor/local/mode/listvtl.pm b/src/apps/backup/quadstor/local/mode/listvtl.pm index a7c6a0815d..de8c2206c1 100644 --- a/src/apps/backup/quadstor/local/mode/listvtl.pm +++ b/src/apps/backup/quadstor/local/mode/listvtl.pm @@ -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 diff --git a/src/apps/backup/quadstor/local/mode/vtldiskusage.pm b/src/apps/backup/quadstor/local/mode/vtldiskusage.pm index 400f127e8f..59e5979bf3 100644 --- a/src/apps/backup/quadstor/local/mode/vtldiskusage.pm +++ b/src/apps/backup/quadstor/local/mode/vtldiskusage.pm @@ -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 diff --git a/src/apps/backup/quadstor/local/mode/vtljobstatus.pm b/src/apps/backup/quadstor/local/mode/vtljobstatus.pm index 71453d5aea..08307927c4 100644 --- a/src/apps/backup/quadstor/local/mode/vtljobstatus.pm +++ b/src/apps/backup/quadstor/local/mode/vtljobstatus.pm @@ -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 diff --git a/src/apps/backup/quadstor/local/mode/vtltapeusage.pm b/src/apps/backup/quadstor/local/mode/vtltapeusage.pm index a966b5b73e..f4b8264e73 100644 --- a/src/apps/backup/quadstor/local/mode/vtltapeusage.pm +++ b/src/apps/backup/quadstor/local/mode/vtltapeusage.pm @@ -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 diff --git a/src/apps/backup/quadstor/local/plugin.pm b/src/apps/backup/quadstor/local/plugin.pm index 6ad24917cc..52c7825bf5 100644 --- a/src/apps/backup/quadstor/local/plugin.pm +++ b/src/apps/backup/quadstor/local/plugin.pm @@ -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 diff --git a/src/apps/backup/rapidrecovery/snmp/mode/agent.pm b/src/apps/backup/rapidrecovery/snmp/mode/agent.pm index 524cd82e21..bc53108112 100644 --- a/src/apps/backup/rapidrecovery/snmp/mode/agent.pm +++ b/src/apps/backup/rapidrecovery/snmp/mode/agent.pm @@ -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 diff --git a/src/apps/backup/rapidrecovery/snmp/mode/repository.pm b/src/apps/backup/rapidrecovery/snmp/mode/repository.pm index e3d2c9ff73..b1cdf66bf4 100644 --- a/src/apps/backup/rapidrecovery/snmp/mode/repository.pm +++ b/src/apps/backup/rapidrecovery/snmp/mode/repository.pm @@ -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 diff --git a/src/apps/backup/rapidrecovery/snmp/plugin.pm b/src/apps/backup/rapidrecovery/snmp/plugin.pm index 17989fa9a8..2728ec1a4c 100644 --- a/src/apps/backup/rapidrecovery/snmp/plugin.pm +++ b/src/apps/backup/rapidrecovery/snmp/plugin.pm @@ -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 diff --git a/src/apps/backup/rubrik/restapi/custom/api.pm b/src/apps/backup/rubrik/restapi/custom/api.pm index 6795989c9d..fcb608b25f 100644 --- a/src/apps/backup/rubrik/restapi/custom/api.pm +++ b/src/apps/backup/rubrik/restapi/custom/api.pm @@ -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 diff --git a/src/apps/backup/rubrik/restapi/mode/cache.pm b/src/apps/backup/rubrik/restapi/mode/cache.pm index 1c3f24eec0..99568473fa 100644 --- a/src/apps/backup/rubrik/restapi/mode/cache.pm +++ b/src/apps/backup/rubrik/restapi/mode/cache.pm @@ -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 diff --git a/src/apps/backup/rubrik/restapi/mode/cluster.pm b/src/apps/backup/rubrik/restapi/mode/cluster.pm index 448ee2daca..0bd3c5328f 100644 --- a/src/apps/backup/rubrik/restapi/mode/cluster.pm +++ b/src/apps/backup/rubrik/restapi/mode/cluster.pm @@ -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 diff --git a/src/apps/backup/rubrik/restapi/mode/compliance.pm b/src/apps/backup/rubrik/restapi/mode/compliance.pm index 6e159b863b..16d9e4756b 100644 --- a/src/apps/backup/rubrik/restapi/mode/compliance.pm +++ b/src/apps/backup/rubrik/restapi/mode/compliance.pm @@ -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 diff --git a/src/apps/backup/rubrik/restapi/mode/disks.pm b/src/apps/backup/rubrik/restapi/mode/disks.pm index aa044a6d9f..2f0381f25b 100644 --- a/src/apps/backup/rubrik/restapi/mode/disks.pm +++ b/src/apps/backup/rubrik/restapi/mode/disks.pm @@ -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 diff --git a/src/apps/backup/rubrik/restapi/mode/jobs.pm b/src/apps/backup/rubrik/restapi/mode/jobs.pm index 6c2b1fbb8e..380adbda68 100644 --- a/src/apps/backup/rubrik/restapi/mode/jobs.pm +++ b/src/apps/backup/rubrik/restapi/mode/jobs.pm @@ -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 diff --git a/src/apps/backup/rubrik/restapi/mode/listjobs.pm b/src/apps/backup/rubrik/restapi/mode/listjobs.pm index 2e9e14fde9..8c802f3444 100644 --- a/src/apps/backup/rubrik/restapi/mode/listjobs.pm +++ b/src/apps/backup/rubrik/restapi/mode/listjobs.pm @@ -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 diff --git a/src/apps/backup/rubrik/restapi/mode/nodes.pm b/src/apps/backup/rubrik/restapi/mode/nodes.pm index db82f56018..bd1d8f231c 100644 --- a/src/apps/backup/rubrik/restapi/mode/nodes.pm +++ b/src/apps/backup/rubrik/restapi/mode/nodes.pm @@ -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 diff --git a/src/apps/backup/rubrik/restapi/mode/storage.pm b/src/apps/backup/rubrik/restapi/mode/storage.pm index 65a994e0d8..19dd4de5ec 100644 --- a/src/apps/backup/rubrik/restapi/mode/storage.pm +++ b/src/apps/backup/rubrik/restapi/mode/storage.pm @@ -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 diff --git a/src/apps/backup/rubrik/restapi/mode/tasks.pm b/src/apps/backup/rubrik/restapi/mode/tasks.pm index 17f6206df2..fec0343716 100644 --- a/src/apps/backup/rubrik/restapi/mode/tasks.pm +++ b/src/apps/backup/rubrik/restapi/mode/tasks.pm @@ -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 diff --git a/src/apps/backup/rubrik/restapi/plugin.pm b/src/apps/backup/rubrik/restapi/plugin.pm index 845801c62b..4918ec6da7 100644 --- a/src/apps/backup/rubrik/restapi/plugin.pm +++ b/src/apps/backup/rubrik/restapi/plugin.pm @@ -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 diff --git a/src/apps/backup/tsm/local/custom/api.pm b/src/apps/backup/tsm/local/custom/api.pm index 2713f9b9d7..8048a99027 100644 --- a/src/apps/backup/tsm/local/custom/api.pm +++ b/src/apps/backup/tsm/local/custom/api.pm @@ -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 diff --git a/src/apps/backup/tsm/local/mode/actlog.pm b/src/apps/backup/tsm/local/mode/actlog.pm index fcc7ffad8f..822400a405 100644 --- a/src/apps/backup/tsm/local/mode/actlog.pm +++ b/src/apps/backup/tsm/local/mode/actlog.pm @@ -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 diff --git a/src/apps/backup/tsm/local/mode/drives.pm b/src/apps/backup/tsm/local/mode/drives.pm index 4ba3639646..b16fcc1f05 100644 --- a/src/apps/backup/tsm/local/mode/drives.pm +++ b/src/apps/backup/tsm/local/mode/drives.pm @@ -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 diff --git a/src/apps/backup/tsm/local/mode/nodes.pm b/src/apps/backup/tsm/local/mode/nodes.pm index ec7977a467..cc5f0f17ce 100644 --- a/src/apps/backup/tsm/local/mode/nodes.pm +++ b/src/apps/backup/tsm/local/mode/nodes.pm @@ -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 diff --git a/src/apps/backup/tsm/local/mode/sessions.pm b/src/apps/backup/tsm/local/mode/sessions.pm index 0d97be05ee..fe876422b8 100644 --- a/src/apps/backup/tsm/local/mode/sessions.pm +++ b/src/apps/backup/tsm/local/mode/sessions.pm @@ -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 diff --git a/src/apps/backup/tsm/local/mode/volumes.pm b/src/apps/backup/tsm/local/mode/volumes.pm index 391b8dcc43..c982645186 100644 --- a/src/apps/backup/tsm/local/mode/volumes.pm +++ b/src/apps/backup/tsm/local/mode/volumes.pm @@ -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 diff --git a/src/apps/backup/tsm/local/plugin.pm b/src/apps/backup/tsm/local/plugin.pm index 871eaa693a..aa53d3b3f3 100644 --- a/src/apps/backup/tsm/local/plugin.pm +++ b/src/apps/backup/tsm/local/plugin.pm @@ -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 diff --git a/src/apps/backup/veeam/local/mode/jobstatus.pm b/src/apps/backup/veeam/local/mode/jobstatus.pm index c6b9a02ff2..343374b8ae 100644 --- a/src/apps/backup/veeam/local/mode/jobstatus.pm +++ b/src/apps/backup/veeam/local/mode/jobstatus.pm @@ -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 diff --git a/src/apps/backup/veeam/local/mode/licenses.pm b/src/apps/backup/veeam/local/mode/licenses.pm index 8d8bb91100..4dc9fb1eee 100644 --- a/src/apps/backup/veeam/local/mode/licenses.pm +++ b/src/apps/backup/veeam/local/mode/licenses.pm @@ -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 diff --git a/src/apps/backup/veeam/local/mode/listjobs.pm b/src/apps/backup/veeam/local/mode/listjobs.pm index d0cfeba667..efd0ce6df4 100644 --- a/src/apps/backup/veeam/local/mode/listjobs.pm +++ b/src/apps/backup/veeam/local/mode/listjobs.pm @@ -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 diff --git a/src/apps/backup/veeam/local/mode/listrepositories.pm b/src/apps/backup/veeam/local/mode/listrepositories.pm index 2f21d434c6..2972feb566 100644 --- a/src/apps/backup/veeam/local/mode/listrepositories.pm +++ b/src/apps/backup/veeam/local/mode/listrepositories.pm @@ -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 diff --git a/src/apps/backup/veeam/local/mode/repositories.pm b/src/apps/backup/veeam/local/mode/repositories.pm index 6d5c40249a..4b5e22cfd4 100644 --- a/src/apps/backup/veeam/local/mode/repositories.pm +++ b/src/apps/backup/veeam/local/mode/repositories.pm @@ -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 diff --git a/src/apps/backup/veeam/local/mode/resources/types.pm b/src/apps/backup/veeam/local/mode/resources/types.pm index c289decbc5..dabe99a3e8 100644 --- a/src/apps/backup/veeam/local/mode/resources/types.pm +++ b/src/apps/backup/veeam/local/mode/resources/types.pm @@ -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 diff --git a/src/apps/backup/veeam/local/mode/tapejobs.pm b/src/apps/backup/veeam/local/mode/tapejobs.pm index 19dfdddd07..80666955b2 100644 --- a/src/apps/backup/veeam/local/mode/tapejobs.pm +++ b/src/apps/backup/veeam/local/mode/tapejobs.pm @@ -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 diff --git a/src/apps/backup/veeam/local/mode/vsbjobs.pm b/src/apps/backup/veeam/local/mode/vsbjobs.pm index 82f2756a7d..bd714919ce 100644 --- a/src/apps/backup/veeam/local/mode/vsbjobs.pm +++ b/src/apps/backup/veeam/local/mode/vsbjobs.pm @@ -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 diff --git a/src/apps/backup/veeam/local/plugin.pm b/src/apps/backup/veeam/local/plugin.pm index 637f305e31..b8074a4573 100644 --- a/src/apps/backup/veeam/local/plugin.pm +++ b/src/apps/backup/veeam/local/plugin.pm @@ -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 diff --git a/src/apps/backup/veeam/vbem/restapi/custom/api.pm b/src/apps/backup/veeam/vbem/restapi/custom/api.pm index 84fa13695e..4a288ff323 100644 --- a/src/apps/backup/veeam/vbem/restapi/custom/api.pm +++ b/src/apps/backup/veeam/vbem/restapi/custom/api.pm @@ -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 diff --git a/src/apps/backup/veeam/vbem/restapi/mode/cache.pm b/src/apps/backup/veeam/vbem/restapi/mode/cache.pm index 00c73a305e..ed6acd0eab 100644 --- a/src/apps/backup/veeam/vbem/restapi/mode/cache.pm +++ b/src/apps/backup/veeam/vbem/restapi/mode/cache.pm @@ -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 diff --git a/src/apps/backup/veeam/vbem/restapi/mode/jobs.pm b/src/apps/backup/veeam/vbem/restapi/mode/jobs.pm index bc80332f76..c0db93f089 100644 --- a/src/apps/backup/veeam/vbem/restapi/mode/jobs.pm +++ b/src/apps/backup/veeam/vbem/restapi/mode/jobs.pm @@ -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 diff --git a/src/apps/backup/veeam/vbem/restapi/mode/listjobs.pm b/src/apps/backup/veeam/vbem/restapi/mode/listjobs.pm index cc08f39af3..f0cbc435e4 100644 --- a/src/apps/backup/veeam/vbem/restapi/mode/listjobs.pm +++ b/src/apps/backup/veeam/vbem/restapi/mode/listjobs.pm @@ -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 diff --git a/src/apps/backup/veeam/vbem/restapi/mode/listrepositories.pm b/src/apps/backup/veeam/vbem/restapi/mode/listrepositories.pm index d14f5f1310..9056a3a1f0 100644 --- a/src/apps/backup/veeam/vbem/restapi/mode/listrepositories.pm +++ b/src/apps/backup/veeam/vbem/restapi/mode/listrepositories.pm @@ -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 diff --git a/src/apps/backup/veeam/vbem/restapi/mode/repositories.pm b/src/apps/backup/veeam/vbem/restapi/mode/repositories.pm index bae7250e21..10a3be222d 100644 --- a/src/apps/backup/veeam/vbem/restapi/mode/repositories.pm +++ b/src/apps/backup/veeam/vbem/restapi/mode/repositories.pm @@ -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 diff --git a/src/apps/backup/veeam/vbem/restapi/plugin.pm b/src/apps/backup/veeam/vbem/restapi/plugin.pm index eb3631e6a2..7a92416b2b 100644 --- a/src/apps/backup/veeam/vbem/restapi/plugin.pm +++ b/src/apps/backup/veeam/vbem/restapi/plugin.pm @@ -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 diff --git a/src/apps/bind9/web/custom/api.pm b/src/apps/bind9/web/custom/api.pm index aad797bcf9..94758f2961 100644 --- a/src/apps/bind9/web/custom/api.pm +++ b/src/apps/bind9/web/custom/api.pm @@ -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 diff --git a/src/apps/bind9/web/mode/memoryusage.pm b/src/apps/bind9/web/mode/memoryusage.pm index ceef51bea9..9803a0b19c 100644 --- a/src/apps/bind9/web/mode/memoryusage.pm +++ b/src/apps/bind9/web/mode/memoryusage.pm @@ -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 diff --git a/src/apps/bind9/web/mode/serverusage.pm b/src/apps/bind9/web/mode/serverusage.pm index 137ac5a187..9f0dfd7043 100644 --- a/src/apps/bind9/web/mode/serverusage.pm +++ b/src/apps/bind9/web/mode/serverusage.pm @@ -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 diff --git a/src/apps/bind9/web/mode/zoneusage.pm b/src/apps/bind9/web/mode/zoneusage.pm index fde259b307..8dac888b67 100644 --- a/src/apps/bind9/web/mode/zoneusage.pm +++ b/src/apps/bind9/web/mode/zoneusage.pm @@ -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 diff --git a/src/apps/bind9/web/plugin.pm b/src/apps/bind9/web/plugin.pm index 2946625400..d14d16203d 100644 --- a/src/apps/bind9/web/plugin.pm +++ b/src/apps/bind9/web/plugin.pm @@ -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 diff --git a/src/apps/biztalk/sql/mode/rlocationdisabled.pm b/src/apps/biztalk/sql/mode/rlocationdisabled.pm index 690a37cbcc..c7b6f65a6c 100644 --- a/src/apps/biztalk/sql/mode/rlocationdisabled.pm +++ b/src/apps/biztalk/sql/mode/rlocationdisabled.pm @@ -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 diff --git a/src/apps/bluemind/local/custom/api.pm b/src/apps/bluemind/local/custom/api.pm index e593e49640..8e21379e3e 100644 --- a/src/apps/bluemind/local/custom/api.pm +++ b/src/apps/bluemind/local/custom/api.pm @@ -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 diff --git a/src/apps/bluemind/local/mode/core.pm b/src/apps/bluemind/local/mode/core.pm index d4a0dd4182..50b0ec1753 100644 --- a/src/apps/bluemind/local/mode/core.pm +++ b/src/apps/bluemind/local/mode/core.pm @@ -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 diff --git a/src/apps/bluemind/local/mode/eas.pm b/src/apps/bluemind/local/mode/eas.pm index f783f17712..95336b7ba2 100644 --- a/src/apps/bluemind/local/mode/eas.pm +++ b/src/apps/bluemind/local/mode/eas.pm @@ -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 diff --git a/src/apps/bluemind/local/mode/hps.pm b/src/apps/bluemind/local/mode/hps.pm index 4c6b2f4881..73be0c40df 100644 --- a/src/apps/bluemind/local/mode/hps.pm +++ b/src/apps/bluemind/local/mode/hps.pm @@ -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 diff --git a/src/apps/bluemind/local/mode/ips.pm b/src/apps/bluemind/local/mode/ips.pm index e60fa7dab5..0299fdb478 100644 --- a/src/apps/bluemind/local/mode/ips.pm +++ b/src/apps/bluemind/local/mode/ips.pm @@ -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 diff --git a/src/apps/bluemind/local/mode/lmtpd.pm b/src/apps/bluemind/local/mode/lmtpd.pm index cbf8929cdd..38376bbfbe 100644 --- a/src/apps/bluemind/local/mode/lmtpd.pm +++ b/src/apps/bluemind/local/mode/lmtpd.pm @@ -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 diff --git a/src/apps/bluemind/local/mode/milter.pm b/src/apps/bluemind/local/mode/milter.pm index c32a05d08e..6ed1d4db70 100644 --- a/src/apps/bluemind/local/mode/milter.pm +++ b/src/apps/bluemind/local/mode/milter.pm @@ -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 diff --git a/src/apps/bluemind/local/mode/webserver.pm b/src/apps/bluemind/local/mode/webserver.pm index 05bc3ecf61..2842652779 100644 --- a/src/apps/bluemind/local/mode/webserver.pm +++ b/src/apps/bluemind/local/mode/webserver.pm @@ -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 diff --git a/src/apps/bluemind/local/mode/xmpp.pm b/src/apps/bluemind/local/mode/xmpp.pm index 5bf48326be..3661b528ab 100644 --- a/src/apps/bluemind/local/mode/xmpp.pm +++ b/src/apps/bluemind/local/mode/xmpp.pm @@ -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 diff --git a/src/apps/bluemind/local/plugin.pm b/src/apps/bluemind/local/plugin.pm index b245fdd6ab..07df2fa526 100644 --- a/src/apps/bluemind/local/plugin.pm +++ b/src/apps/bluemind/local/plugin.pm @@ -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 diff --git a/src/apps/centreon/local/mode/bamservice.pm b/src/apps/centreon/local/mode/bamservice.pm index 0d74fbf050..98bc85426b 100644 --- a/src/apps/centreon/local/mode/bamservice.pm +++ b/src/apps/centreon/local/mode/bamservice.pm @@ -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 diff --git a/src/apps/centreon/local/mode/brokerstats.pm b/src/apps/centreon/local/mode/brokerstats.pm index 868c04a200..c3d04ad30a 100644 --- a/src/apps/centreon/local/mode/brokerstats.pm +++ b/src/apps/centreon/local/mode/brokerstats.pm @@ -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 diff --git a/src/apps/centreon/local/mode/centenginestats.pm b/src/apps/centreon/local/mode/centenginestats.pm index 859f42874c..82038922fa 100644 --- a/src/apps/centreon/local/mode/centenginestats.pm +++ b/src/apps/centreon/local/mode/centenginestats.pm @@ -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 diff --git a/src/apps/centreon/local/mode/centreonpluginsversion.pm b/src/apps/centreon/local/mode/centreonpluginsversion.pm index 7cac3d01a3..1476b54563 100644 --- a/src/apps/centreon/local/mode/centreonpluginsversion.pm +++ b/src/apps/centreon/local/mode/centreonpluginsversion.pm @@ -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 diff --git a/src/apps/centreon/local/mode/downtimetrap.pm b/src/apps/centreon/local/mode/downtimetrap.pm index 7343901dc2..3aa0a06172 100644 --- a/src/apps/centreon/local/mode/downtimetrap.pm +++ b/src/apps/centreon/local/mode/downtimetrap.pm @@ -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 diff --git a/src/apps/centreon/local/mode/dummy.pm b/src/apps/centreon/local/mode/dummy.pm index 6a80c0a63e..59787e963e 100644 --- a/src/apps/centreon/local/mode/dummy.pm +++ b/src/apps/centreon/local/mode/dummy.pm @@ -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 diff --git a/src/apps/centreon/local/mode/metaservice.pm b/src/apps/centreon/local/mode/metaservice.pm index 801f5fe7fc..05f98a1af4 100644 --- a/src/apps/centreon/local/mode/metaservice.pm +++ b/src/apps/centreon/local/mode/metaservice.pm @@ -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 diff --git a/src/apps/centreon/local/mode/notsodummy.pm b/src/apps/centreon/local/mode/notsodummy.pm index debfbb129f..d10723dba0 100644 --- a/src/apps/centreon/local/mode/notsodummy.pm +++ b/src/apps/centreon/local/mode/notsodummy.pm @@ -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 diff --git a/src/apps/centreon/local/mode/retentionbroker.pm b/src/apps/centreon/local/mode/retentionbroker.pm index fb89619eff..f01853c157 100644 --- a/src/apps/centreon/local/mode/retentionbroker.pm +++ b/src/apps/centreon/local/mode/retentionbroker.pm @@ -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 diff --git a/src/apps/centreon/local/plugin.pm b/src/apps/centreon/local/plugin.pm index 08bb2ed417..1a7a8027ae 100644 --- a/src/apps/centreon/local/plugin.pm +++ b/src/apps/centreon/local/plugin.pm @@ -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 diff --git a/src/apps/centreon/map/jmx/mode/brokerstats.pm b/src/apps/centreon/map/jmx/mode/brokerstats.pm index 5a7cda36c3..11dda1b7d7 100644 --- a/src/apps/centreon/map/jmx/mode/brokerstats.pm +++ b/src/apps/centreon/map/jmx/mode/brokerstats.pm @@ -1,4 +1,4 @@ -# 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 diff --git a/src/apps/centreon/map/jmx/mode/enginestats.pm b/src/apps/centreon/map/jmx/mode/enginestats.pm index cfd866fe25..37fbc169c7 100644 --- a/src/apps/centreon/map/jmx/mode/enginestats.pm +++ b/src/apps/centreon/map/jmx/mode/enginestats.pm @@ -1,4 +1,4 @@ -# 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 diff --git a/src/apps/centreon/map/jmx/mode/events.pm b/src/apps/centreon/map/jmx/mode/events.pm index c26c7ce5aa..142479cbed 100644 --- a/src/apps/centreon/map/jmx/mode/events.pm +++ b/src/apps/centreon/map/jmx/mode/events.pm @@ -1,4 +1,4 @@ -# 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 diff --git a/src/apps/centreon/map/jmx/mode/openviews.pm b/src/apps/centreon/map/jmx/mode/openviews.pm index ac7be31e66..008a822f8b 100644 --- a/src/apps/centreon/map/jmx/mode/openviews.pm +++ b/src/apps/centreon/map/jmx/mode/openviews.pm @@ -1,4 +1,4 @@ -# 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 diff --git a/src/apps/centreon/map/jmx/mode/sessions.pm b/src/apps/centreon/map/jmx/mode/sessions.pm index b74208f98a..f59402d90a 100644 --- a/src/apps/centreon/map/jmx/mode/sessions.pm +++ b/src/apps/centreon/map/jmx/mode/sessions.pm @@ -1,4 +1,4 @@ -# 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 diff --git a/src/apps/centreon/map/jmx/mode/syncstats.pm b/src/apps/centreon/map/jmx/mode/syncstats.pm index 1f8cda0569..453c6a3736 100644 --- a/src/apps/centreon/map/jmx/mode/syncstats.pm +++ b/src/apps/centreon/map/jmx/mode/syncstats.pm @@ -1,4 +1,4 @@ -# 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 diff --git a/src/apps/centreon/map/jmx/plugin.pm b/src/apps/centreon/map/jmx/plugin.pm index 5c85cf9a05..9bb2ab81d0 100644 --- a/src/apps/centreon/map/jmx/plugin.pm +++ b/src/apps/centreon/map/jmx/plugin.pm @@ -1,4 +1,4 @@ -# 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 diff --git a/src/apps/centreon/map4/jmx/mode/elements.pm b/src/apps/centreon/map4/jmx/mode/elements.pm index 45f810f0ed..a5e75b0889 100644 --- a/src/apps/centreon/map4/jmx/mode/elements.pm +++ b/src/apps/centreon/map4/jmx/mode/elements.pm @@ -1,4 +1,4 @@ -# 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 diff --git a/src/apps/centreon/map4/jmx/mode/eventqueue.pm b/src/apps/centreon/map4/jmx/mode/eventqueue.pm index 074b02cc32..c583250f83 100644 --- a/src/apps/centreon/map4/jmx/mode/eventqueue.pm +++ b/src/apps/centreon/map4/jmx/mode/eventqueue.pm @@ -1,4 +1,4 @@ -# 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 diff --git a/src/apps/centreon/map4/jmx/mode/eventstatistics.pm b/src/apps/centreon/map4/jmx/mode/eventstatistics.pm index 56599ff018..59d2036428 100644 --- a/src/apps/centreon/map4/jmx/mode/eventstatistics.pm +++ b/src/apps/centreon/map4/jmx/mode/eventstatistics.pm @@ -1,4 +1,4 @@ -# 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 diff --git a/src/apps/centreon/map4/jmx/mode/gates.pm b/src/apps/centreon/map4/jmx/mode/gates.pm index 30adcb33fe..62f6dc5762 100644 --- a/src/apps/centreon/map4/jmx/mode/gates.pm +++ b/src/apps/centreon/map4/jmx/mode/gates.pm @@ -1,4 +1,4 @@ -# 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 diff --git a/src/apps/centreon/map4/jmx/mode/sessions.pm b/src/apps/centreon/map4/jmx/mode/sessions.pm index 165789689a..7e2f3828f9 100644 --- a/src/apps/centreon/map4/jmx/mode/sessions.pm +++ b/src/apps/centreon/map4/jmx/mode/sessions.pm @@ -1,4 +1,4 @@ -# 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 diff --git a/src/apps/centreon/map4/jmx/plugin.pm b/src/apps/centreon/map4/jmx/plugin.pm index f12972e32c..946e01f286 100644 --- a/src/apps/centreon/map4/jmx/plugin.pm +++ b/src/apps/centreon/map4/jmx/plugin.pm @@ -1,4 +1,4 @@ -# 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 diff --git a/src/apps/centreon/restapi/custom/api.pm b/src/apps/centreon/restapi/custom/api.pm index be09b8129f..b9eca1754e 100644 --- a/src/apps/centreon/restapi/custom/api.pm +++ b/src/apps/centreon/restapi/custom/api.pm @@ -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 diff --git a/src/apps/centreon/restapi/mode/submitresult.pm b/src/apps/centreon/restapi/mode/submitresult.pm index 0c321cbbb8..777363a83c 100644 --- a/src/apps/centreon/restapi/mode/submitresult.pm +++ b/src/apps/centreon/restapi/mode/submitresult.pm @@ -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 diff --git a/src/apps/centreon/restapi/plugin.pm b/src/apps/centreon/restapi/plugin.pm index 730d35bc88..e5877cfe11 100644 --- a/src/apps/centreon/restapi/plugin.pm +++ b/src/apps/centreon/restapi/plugin.pm @@ -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 diff --git a/src/apps/centreon/sql/mode/countnotifications.pm b/src/apps/centreon/sql/mode/countnotifications.pm index 6fe8d02e36..cc050f5446 100644 --- a/src/apps/centreon/sql/mode/countnotifications.pm +++ b/src/apps/centreon/sql/mode/countnotifications.pm @@ -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 diff --git a/src/apps/centreon/sql/mode/countproblems.pm b/src/apps/centreon/sql/mode/countproblems.pm index 6ab91e8e55..abd23d6c2e 100644 --- a/src/apps/centreon/sql/mode/countproblems.pm +++ b/src/apps/centreon/sql/mode/countproblems.pm @@ -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 diff --git a/src/apps/centreon/sql/mode/countservices.pm b/src/apps/centreon/sql/mode/countservices.pm index 7d4d6c2f86..d9b37f9514 100644 --- a/src/apps/centreon/sql/mode/countservices.pm +++ b/src/apps/centreon/sql/mode/countservices.pm @@ -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 diff --git a/src/apps/centreon/sql/mode/dsmqueue.pm b/src/apps/centreon/sql/mode/dsmqueue.pm index 8065872c89..82cacf71fe 100644 --- a/src/apps/centreon/sql/mode/dsmqueue.pm +++ b/src/apps/centreon/sql/mode/dsmqueue.pm @@ -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 diff --git a/src/apps/centreon/sql/mode/executiontime.pm b/src/apps/centreon/sql/mode/executiontime.pm index 7a37f71fd6..872f6209a5 100644 --- a/src/apps/centreon/sql/mode/executiontime.pm +++ b/src/apps/centreon/sql/mode/executiontime.pm @@ -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 diff --git a/src/apps/centreon/sql/mode/multiservices.pm b/src/apps/centreon/sql/mode/multiservices.pm index e9ed88a705..3e0dfe6712 100644 --- a/src/apps/centreon/sql/mode/multiservices.pm +++ b/src/apps/centreon/sql/mode/multiservices.pm @@ -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 diff --git a/src/apps/centreon/sql/mode/partitioning.pm b/src/apps/centreon/sql/mode/partitioning.pm index ac5bc68cd0..ed91dd3311 100644 --- a/src/apps/centreon/sql/mode/partitioning.pm +++ b/src/apps/centreon/sql/mode/partitioning.pm @@ -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 diff --git a/src/apps/centreon/sql/mode/pollerdelay.pm b/src/apps/centreon/sql/mode/pollerdelay.pm index 33eb4a1f25..c85dd50667 100644 --- a/src/apps/centreon/sql/mode/pollerdelay.pm +++ b/src/apps/centreon/sql/mode/pollerdelay.pm @@ -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 diff --git a/src/apps/centreon/sql/mode/virtualservice.pm b/src/apps/centreon/sql/mode/virtualservice.pm index 25064c3d0c..8bce106879 100644 --- a/src/apps/centreon/sql/mode/virtualservice.pm +++ b/src/apps/centreon/sql/mode/virtualservice.pm @@ -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 diff --git a/src/apps/ceph/restapi/custom/api.pm b/src/apps/ceph/restapi/custom/api.pm index 35944e41fe..1ae176ba17 100644 --- a/src/apps/ceph/restapi/custom/api.pm +++ b/src/apps/ceph/restapi/custom/api.pm @@ -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 diff --git a/src/apps/ceph/restapi/mode/health.pm b/src/apps/ceph/restapi/mode/health.pm index 3654a2dc9a..2262756fbe 100644 --- a/src/apps/ceph/restapi/mode/health.pm +++ b/src/apps/ceph/restapi/mode/health.pm @@ -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 diff --git a/src/apps/ceph/restapi/mode/listpools.pm b/src/apps/ceph/restapi/mode/listpools.pm index c2daa7ccf1..78c4677d15 100644 --- a/src/apps/ceph/restapi/mode/listpools.pm +++ b/src/apps/ceph/restapi/mode/listpools.pm @@ -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 diff --git a/src/apps/ceph/restapi/mode/osd.pm b/src/apps/ceph/restapi/mode/osd.pm index 1348dddc97..ab8a863909 100644 --- a/src/apps/ceph/restapi/mode/osd.pm +++ b/src/apps/ceph/restapi/mode/osd.pm @@ -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 diff --git a/src/apps/ceph/restapi/mode/pools.pm b/src/apps/ceph/restapi/mode/pools.pm index 473c9e8c42..62106aa8ff 100644 --- a/src/apps/ceph/restapi/mode/pools.pm +++ b/src/apps/ceph/restapi/mode/pools.pm @@ -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 diff --git a/src/apps/ceph/restapi/mode/storage.pm b/src/apps/ceph/restapi/mode/storage.pm index 83a946def9..5bfc1281cd 100644 --- a/src/apps/ceph/restapi/mode/storage.pm +++ b/src/apps/ceph/restapi/mode/storage.pm @@ -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 diff --git a/src/apps/ceph/restapi/plugin.pm b/src/apps/ceph/restapi/plugin.pm index 61545fa030..4f087ae108 100644 --- a/src/apps/ceph/restapi/plugin.pm +++ b/src/apps/ceph/restapi/plugin.pm @@ -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 diff --git a/src/apps/cisco/cms/restapi/custom/xmlapi.pm b/src/apps/cisco/cms/restapi/custom/xmlapi.pm index 0613727b60..d7488ea27a 100644 --- a/src/apps/cisco/cms/restapi/custom/xmlapi.pm +++ b/src/apps/cisco/cms/restapi/custom/xmlapi.pm @@ -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 diff --git a/src/apps/cisco/cms/restapi/mode/alarms.pm b/src/apps/cisco/cms/restapi/mode/alarms.pm index c908c696a4..c341c8f243 100644 --- a/src/apps/cisco/cms/restapi/mode/alarms.pm +++ b/src/apps/cisco/cms/restapi/mode/alarms.pm @@ -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 diff --git a/src/apps/cisco/cms/restapi/mode/calls.pm b/src/apps/cisco/cms/restapi/mode/calls.pm index 4f60e8c55d..b72816755e 100644 --- a/src/apps/cisco/cms/restapi/mode/calls.pm +++ b/src/apps/cisco/cms/restapi/mode/calls.pm @@ -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 diff --git a/src/apps/cisco/cms/restapi/mode/databasestatus.pm b/src/apps/cisco/cms/restapi/mode/databasestatus.pm index bcb50354b2..d587d56054 100644 --- a/src/apps/cisco/cms/restapi/mode/databasestatus.pm +++ b/src/apps/cisco/cms/restapi/mode/databasestatus.pm @@ -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 diff --git a/src/apps/cisco/cms/restapi/mode/licenses.pm b/src/apps/cisco/cms/restapi/mode/licenses.pm index 639d97ff39..d80511ab9d 100644 --- a/src/apps/cisco/cms/restapi/mode/licenses.pm +++ b/src/apps/cisco/cms/restapi/mode/licenses.pm @@ -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 diff --git a/src/apps/cisco/cms/restapi/mode/systemstatus.pm b/src/apps/cisco/cms/restapi/mode/systemstatus.pm index bddd75dc1d..4c25621ffd 100644 --- a/src/apps/cisco/cms/restapi/mode/systemstatus.pm +++ b/src/apps/cisco/cms/restapi/mode/systemstatus.pm @@ -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 diff --git a/src/apps/cisco/cms/restapi/plugin.pm b/src/apps/cisco/cms/restapi/plugin.pm index acbb914a14..2a7e9b12eb 100644 --- a/src/apps/cisco/cms/restapi/plugin.pm +++ b/src/apps/cisco/cms/restapi/plugin.pm @@ -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 diff --git a/src/apps/cisco/dnac/restapi/custom/api.pm b/src/apps/cisco/dnac/restapi/custom/api.pm index 7d50894659..29a86a93f0 100644 --- a/src/apps/cisco/dnac/restapi/custom/api.pm +++ b/src/apps/cisco/dnac/restapi/custom/api.pm @@ -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 diff --git a/src/apps/cisco/dnac/restapi/mode/discovery.pm b/src/apps/cisco/dnac/restapi/mode/discovery.pm index 686be57eac..9e66f2acd4 100644 --- a/src/apps/cisco/dnac/restapi/mode/discovery.pm +++ b/src/apps/cisco/dnac/restapi/mode/discovery.pm @@ -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 diff --git a/src/apps/cisco/dnac/restapi/mode/networkdevices.pm b/src/apps/cisco/dnac/restapi/mode/networkdevices.pm index ffb0788882..e14bc62ebe 100644 --- a/src/apps/cisco/dnac/restapi/mode/networkdevices.pm +++ b/src/apps/cisco/dnac/restapi/mode/networkdevices.pm @@ -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 diff --git a/src/apps/cisco/dnac/restapi/mode/sites.pm b/src/apps/cisco/dnac/restapi/mode/sites.pm index 774c062798..e2b70d9ed1 100644 --- a/src/apps/cisco/dnac/restapi/mode/sites.pm +++ b/src/apps/cisco/dnac/restapi/mode/sites.pm @@ -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 diff --git a/src/apps/cisco/dnac/restapi/plugin.pm b/src/apps/cisco/dnac/restapi/plugin.pm index 77c4618806..9ae1ef829b 100644 --- a/src/apps/cisco/dnac/restapi/plugin.pm +++ b/src/apps/cisco/dnac/restapi/plugin.pm @@ -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 diff --git a/src/apps/cisco/ise/restapi/custom/xmlapi.pm b/src/apps/cisco/ise/restapi/custom/xmlapi.pm index 19cf8e6fb9..aee23fdfb8 100644 --- a/src/apps/cisco/ise/restapi/custom/xmlapi.pm +++ b/src/apps/cisco/ise/restapi/custom/xmlapi.pm @@ -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 diff --git a/src/apps/cisco/ise/restapi/mode/session.pm b/src/apps/cisco/ise/restapi/mode/session.pm index 6e33d3168d..5fbb38beca 100644 --- a/src/apps/cisco/ise/restapi/mode/session.pm +++ b/src/apps/cisco/ise/restapi/mode/session.pm @@ -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 diff --git a/src/apps/cisco/ise/restapi/plugin.pm b/src/apps/cisco/ise/restapi/plugin.pm index 3f5396dd4b..91842d99fe 100644 --- a/src/apps/cisco/ise/restapi/plugin.pm +++ b/src/apps/cisco/ise/restapi/plugin.pm @@ -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 diff --git a/src/apps/cisco/ssms/restapi/custom/api.pm b/src/apps/cisco/ssms/restapi/custom/api.pm index 4a121f6026..379c8ea278 100644 --- a/src/apps/cisco/ssms/restapi/custom/api.pm +++ b/src/apps/cisco/ssms/restapi/custom/api.pm @@ -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 diff --git a/src/apps/cisco/ssms/restapi/mode/alerts.pm b/src/apps/cisco/ssms/restapi/mode/alerts.pm index 4f92ea6a58..036a6ac30e 100644 --- a/src/apps/cisco/ssms/restapi/mode/alerts.pm +++ b/src/apps/cisco/ssms/restapi/mode/alerts.pm @@ -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 diff --git a/src/apps/cisco/ssms/restapi/mode/licenses.pm b/src/apps/cisco/ssms/restapi/mode/licenses.pm index 24c369a734..2777eb5ed2 100644 --- a/src/apps/cisco/ssms/restapi/mode/licenses.pm +++ b/src/apps/cisco/ssms/restapi/mode/licenses.pm @@ -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 diff --git a/src/apps/cisco/ssms/restapi/plugin.pm b/src/apps/cisco/ssms/restapi/plugin.pm index 7ed9a32b6f..1cf6cc6268 100644 --- a/src/apps/cisco/ssms/restapi/plugin.pm +++ b/src/apps/cisco/ssms/restapi/plugin.pm @@ -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 diff --git a/src/apps/citrix/local/mode/folder.pm b/src/apps/citrix/local/mode/folder.pm index 81b821f6bb..5839e9a7c7 100644 --- a/src/apps/citrix/local/mode/folder.pm +++ b/src/apps/citrix/local/mode/folder.pm @@ -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 diff --git a/src/apps/citrix/local/mode/license.pm b/src/apps/citrix/local/mode/license.pm index f249e4ba8a..ff924dd421 100644 --- a/src/apps/citrix/local/mode/license.pm +++ b/src/apps/citrix/local/mode/license.pm @@ -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 diff --git a/src/apps/citrix/local/mode/session.pm b/src/apps/citrix/local/mode/session.pm index 3f9ef1cd96..6051aa65d2 100644 --- a/src/apps/citrix/local/mode/session.pm +++ b/src/apps/citrix/local/mode/session.pm @@ -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 diff --git a/src/apps/citrix/local/mode/zone.pm b/src/apps/citrix/local/mode/zone.pm index 6a4eb86d4e..2d1cdaca75 100644 --- a/src/apps/citrix/local/mode/zone.pm +++ b/src/apps/citrix/local/mode/zone.pm @@ -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 diff --git a/src/apps/citrix/local/plugin.pm b/src/apps/citrix/local/plugin.pm index cb0b77d288..67fc302607 100644 --- a/src/apps/citrix/local/plugin.pm +++ b/src/apps/citrix/local/plugin.pm @@ -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 diff --git a/src/apps/controlm/restapi/custom/api.pm b/src/apps/controlm/restapi/custom/api.pm index d9ce2f152e..75a7d50819 100644 --- a/src/apps/controlm/restapi/custom/api.pm +++ b/src/apps/controlm/restapi/custom/api.pm @@ -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 diff --git a/src/apps/controlm/restapi/mode/jobs.pm b/src/apps/controlm/restapi/mode/jobs.pm index 34cfbb8660..cb2848ca88 100644 --- a/src/apps/controlm/restapi/mode/jobs.pm +++ b/src/apps/controlm/restapi/mode/jobs.pm @@ -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 diff --git a/src/apps/controlm/restapi/mode/listjobs.pm b/src/apps/controlm/restapi/mode/listjobs.pm index d7ec48a036..95c17c501d 100644 --- a/src/apps/controlm/restapi/mode/listjobs.pm +++ b/src/apps/controlm/restapi/mode/listjobs.pm @@ -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 diff --git a/src/apps/controlm/restapi/plugin.pm b/src/apps/controlm/restapi/plugin.pm index cff4a26dc4..2c27894a44 100644 --- a/src/apps/controlm/restapi/plugin.pm +++ b/src/apps/controlm/restapi/plugin.pm @@ -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 diff --git a/src/apps/drbd/local/mode/resources.pm b/src/apps/drbd/local/mode/resources.pm index 4f9eaea902..b8ee3d38a6 100644 --- a/src/apps/drbd/local/mode/resources.pm +++ b/src/apps/drbd/local/mode/resources.pm @@ -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 diff --git a/src/apps/drbd/local/plugin.pm b/src/apps/drbd/local/plugin.pm index 40a28bb91b..a8e9b492c7 100644 --- a/src/apps/drbd/local/plugin.pm +++ b/src/apps/drbd/local/plugin.pm @@ -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 diff --git a/src/apps/dynamics/ax/mode/ediorder.pm b/src/apps/dynamics/ax/mode/ediorder.pm index 40be044275..d732da596b 100644 --- a/src/apps/dynamics/ax/mode/ediorder.pm +++ b/src/apps/dynamics/ax/mode/ediorder.pm @@ -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 diff --git a/src/apps/emc/ppma/restapi/custom/api.pm b/src/apps/emc/ppma/restapi/custom/api.pm index 95371ed835..957ca509d3 100644 --- a/src/apps/emc/ppma/restapi/custom/api.pm +++ b/src/apps/emc/ppma/restapi/custom/api.pm @@ -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 diff --git a/src/apps/emc/ppma/restapi/mode/discovery.pm b/src/apps/emc/ppma/restapi/mode/discovery.pm index 9c520aa156..01c64bf834 100644 --- a/src/apps/emc/ppma/restapi/mode/discovery.pm +++ b/src/apps/emc/ppma/restapi/mode/discovery.pm @@ -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 diff --git a/src/apps/emc/ppma/restapi/mode/hosts.pm b/src/apps/emc/ppma/restapi/mode/hosts.pm index 54e0f07b6f..44b47726a9 100644 --- a/src/apps/emc/ppma/restapi/mode/hosts.pm +++ b/src/apps/emc/ppma/restapi/mode/hosts.pm @@ -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 diff --git a/src/apps/emc/ppma/restapi/mode/listhosts.pm b/src/apps/emc/ppma/restapi/mode/listhosts.pm index db6a078fb5..3195ccb0e5 100644 --- a/src/apps/emc/ppma/restapi/mode/listhosts.pm +++ b/src/apps/emc/ppma/restapi/mode/listhosts.pm @@ -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 diff --git a/src/apps/emc/ppma/restapi/plugin.pm b/src/apps/emc/ppma/restapi/plugin.pm index 0f9c52779f..fdfd0492c4 100644 --- a/src/apps/emc/ppma/restapi/plugin.pm +++ b/src/apps/emc/ppma/restapi/plugin.pm @@ -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 diff --git a/src/apps/ericsson/enm/api/custom/api.pm b/src/apps/ericsson/enm/api/custom/api.pm index cb53215a38..4094589626 100644 --- a/src/apps/ericsson/enm/api/custom/api.pm +++ b/src/apps/ericsson/enm/api/custom/api.pm @@ -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 diff --git a/src/apps/ericsson/enm/api/mode/cache.pm b/src/apps/ericsson/enm/api/mode/cache.pm index 6d8777fb18..dd2aa60010 100644 --- a/src/apps/ericsson/enm/api/mode/cache.pm +++ b/src/apps/ericsson/enm/api/mode/cache.pm @@ -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 diff --git a/src/apps/ericsson/enm/api/mode/discovery.pm b/src/apps/ericsson/enm/api/mode/discovery.pm index 9035764eb4..2bb4916c1d 100644 --- a/src/apps/ericsson/enm/api/mode/discovery.pm +++ b/src/apps/ericsson/enm/api/mode/discovery.pm @@ -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 diff --git a/src/apps/ericsson/enm/api/mode/listnodes.pm b/src/apps/ericsson/enm/api/mode/listnodes.pm index 14786ff9f7..f3b234df1d 100644 --- a/src/apps/ericsson/enm/api/mode/listnodes.pm +++ b/src/apps/ericsson/enm/api/mode/listnodes.pm @@ -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 diff --git a/src/apps/ericsson/enm/api/mode/listnodescelltdd.pm b/src/apps/ericsson/enm/api/mode/listnodescelltdd.pm index 4d1c793247..472ed204f4 100644 --- a/src/apps/ericsson/enm/api/mode/listnodescelltdd.pm +++ b/src/apps/ericsson/enm/api/mode/listnodescelltdd.pm @@ -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 diff --git a/src/apps/ericsson/enm/api/mode/listnodesfru.pm b/src/apps/ericsson/enm/api/mode/listnodesfru.pm index fcd09b99a2..e60113f2fa 100644 --- a/src/apps/ericsson/enm/api/mode/listnodesfru.pm +++ b/src/apps/ericsson/enm/api/mode/listnodesfru.pm @@ -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 diff --git a/src/apps/ericsson/enm/api/mode/nodes.pm b/src/apps/ericsson/enm/api/mode/nodes.pm index 9c9acf4db8..99fefdf105 100644 --- a/src/apps/ericsson/enm/api/mode/nodes.pm +++ b/src/apps/ericsson/enm/api/mode/nodes.pm @@ -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 diff --git a/src/apps/ericsson/enm/api/plugin.pm b/src/apps/ericsson/enm/api/plugin.pm index 7b019fa868..00ddeb5edc 100644 --- a/src/apps/ericsson/enm/api/plugin.pm +++ b/src/apps/ericsson/enm/api/plugin.pm @@ -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 diff --git a/src/apps/github/mode/commits.pm b/src/apps/github/mode/commits.pm index fc978d1a5d..8ea70168bb 100644 --- a/src/apps/github/mode/commits.pm +++ b/src/apps/github/mode/commits.pm @@ -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 diff --git a/src/apps/github/mode/issues.pm b/src/apps/github/mode/issues.pm index a1e2d6c6e0..0a45f4d22c 100644 --- a/src/apps/github/mode/issues.pm +++ b/src/apps/github/mode/issues.pm @@ -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 diff --git a/src/apps/github/mode/pullrequests.pm b/src/apps/github/mode/pullrequests.pm index 0237b3ad9a..beac19178d 100644 --- a/src/apps/github/mode/pullrequests.pm +++ b/src/apps/github/mode/pullrequests.pm @@ -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 diff --git a/src/apps/github/mode/stats.pm b/src/apps/github/mode/stats.pm index cce66acb88..5109d3f63e 100644 --- a/src/apps/github/mode/stats.pm +++ b/src/apps/github/mode/stats.pm @@ -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 diff --git a/src/apps/github/mode/status.pm b/src/apps/github/mode/status.pm index 582b89452a..f08f59b3b5 100644 --- a/src/apps/github/mode/status.pm +++ b/src/apps/github/mode/status.pm @@ -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 diff --git a/src/apps/github/plugin.pm b/src/apps/github/plugin.pm index 756dcfcb0f..64505c076d 100644 --- a/src/apps/github/plugin.pm +++ b/src/apps/github/plugin.pm @@ -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 diff --git a/src/apps/google/workspace/custom/api.pm b/src/apps/google/workspace/custom/api.pm index bf70c86284..6b8a072631 100644 --- a/src/apps/google/workspace/custom/api.pm +++ b/src/apps/google/workspace/custom/api.pm @@ -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 diff --git a/src/apps/google/workspace/mode/listservices.pm b/src/apps/google/workspace/mode/listservices.pm index ea16a8edcb..7ad8828c24 100644 --- a/src/apps/google/workspace/mode/listservices.pm +++ b/src/apps/google/workspace/mode/listservices.pm @@ -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 diff --git a/src/apps/google/workspace/mode/services.pm b/src/apps/google/workspace/mode/services.pm index 05ff8a4176..34d02e4b58 100644 --- a/src/apps/google/workspace/mode/services.pm +++ b/src/apps/google/workspace/mode/services.pm @@ -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 diff --git a/src/apps/google/workspace/plugin.pm b/src/apps/google/workspace/plugin.pm index 220ea235f2..1c39dcd207 100644 --- a/src/apps/google/workspace/plugin.pm +++ b/src/apps/google/workspace/plugin.pm @@ -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 diff --git a/src/apps/gorgone/restapi/custom/api.pm b/src/apps/gorgone/restapi/custom/api.pm index 62a754b5d4..8819d80c0c 100644 --- a/src/apps/gorgone/restapi/custom/api.pm +++ b/src/apps/gorgone/restapi/custom/api.pm @@ -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 diff --git a/src/apps/gorgone/restapi/mode/events.pm b/src/apps/gorgone/restapi/mode/events.pm index dad66d8b19..9f0b5f5147 100644 --- a/src/apps/gorgone/restapi/mode/events.pm +++ b/src/apps/gorgone/restapi/mode/events.pm @@ -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 diff --git a/src/apps/gorgone/restapi/mode/nodes.pm b/src/apps/gorgone/restapi/mode/nodes.pm index cd13116c49..7c0b92e64a 100644 --- a/src/apps/gorgone/restapi/mode/nodes.pm +++ b/src/apps/gorgone/restapi/mode/nodes.pm @@ -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 diff --git a/src/apps/gorgone/restapi/plugin.pm b/src/apps/gorgone/restapi/plugin.pm index ad605ee1c0..80ababd737 100644 --- a/src/apps/gorgone/restapi/plugin.pm +++ b/src/apps/gorgone/restapi/plugin.pm @@ -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 diff --git a/src/apps/grafana/api/custom/api.pm b/src/apps/grafana/api/custom/api.pm index 9eacd09747..916c805c7c 100644 --- a/src/apps/grafana/api/custom/api.pm +++ b/src/apps/grafana/api/custom/api.pm @@ -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 diff --git a/src/apps/grafana/api/mode/health.pm b/src/apps/grafana/api/mode/health.pm index 10d129b045..ac627a80a7 100644 --- a/src/apps/grafana/api/mode/health.pm +++ b/src/apps/grafana/api/mode/health.pm @@ -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 diff --git a/src/apps/grafana/api/plugin.pm b/src/apps/grafana/api/plugin.pm index 805d93da6c..3e1b2dcd7c 100644 --- a/src/apps/grafana/api/plugin.pm +++ b/src/apps/grafana/api/plugin.pm @@ -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 diff --git a/src/apps/graylog/restapi/custom/api.pm b/src/apps/graylog/restapi/custom/api.pm index 4840c9e05f..945d7b71ce 100644 --- a/src/apps/graylog/restapi/custom/api.pm +++ b/src/apps/graylog/restapi/custom/api.pm @@ -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 diff --git a/src/apps/graylog/restapi/mode/notifications.pm b/src/apps/graylog/restapi/mode/notifications.pm index 058e53dd50..78cae7c18f 100644 --- a/src/apps/graylog/restapi/mode/notifications.pm +++ b/src/apps/graylog/restapi/mode/notifications.pm @@ -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 diff --git a/src/apps/graylog/restapi/mode/query.pm b/src/apps/graylog/restapi/mode/query.pm index 3d4ec4d060..cf40d59193 100644 --- a/src/apps/graylog/restapi/mode/query.pm +++ b/src/apps/graylog/restapi/mode/query.pm @@ -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 diff --git a/src/apps/graylog/restapi/plugin.pm b/src/apps/graylog/restapi/plugin.pm index b6c4d3abf9..57fa462629 100644 --- a/src/apps/graylog/restapi/plugin.pm +++ b/src/apps/graylog/restapi/plugin.pm @@ -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 diff --git a/src/apps/haproxy/snmp/mode/backendusage.pm b/src/apps/haproxy/snmp/mode/backendusage.pm index ef04cc4f13..82a6b58201 100644 --- a/src/apps/haproxy/snmp/mode/backendusage.pm +++ b/src/apps/haproxy/snmp/mode/backendusage.pm @@ -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 diff --git a/src/apps/haproxy/snmp/mode/frontendusage.pm b/src/apps/haproxy/snmp/mode/frontendusage.pm index b100c6c9d2..aaa8dd936b 100644 --- a/src/apps/haproxy/snmp/mode/frontendusage.pm +++ b/src/apps/haproxy/snmp/mode/frontendusage.pm @@ -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 diff --git a/src/apps/haproxy/snmp/plugin.pm b/src/apps/haproxy/snmp/plugin.pm index 427792d3b3..b118024ef2 100644 --- a/src/apps/haproxy/snmp/plugin.pm +++ b/src/apps/haproxy/snmp/plugin.pm @@ -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 diff --git a/src/apps/hashicorp/vault/restapi/custom/api.pm b/src/apps/hashicorp/vault/restapi/custom/api.pm index 89427a77cf..8969d3595e 100644 --- a/src/apps/hashicorp/vault/restapi/custom/api.pm +++ b/src/apps/hashicorp/vault/restapi/custom/api.pm @@ -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 diff --git a/src/apps/hashicorp/vault/restapi/mode/health.pm b/src/apps/hashicorp/vault/restapi/mode/health.pm index 2eae8c8e31..2e889c8df7 100644 --- a/src/apps/hashicorp/vault/restapi/mode/health.pm +++ b/src/apps/hashicorp/vault/restapi/mode/health.pm @@ -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 diff --git a/src/apps/hashicorp/vault/restapi/mode/raftstorage.pm b/src/apps/hashicorp/vault/restapi/mode/raftstorage.pm index 81b07b8518..d44adf9767 100644 --- a/src/apps/hashicorp/vault/restapi/mode/raftstorage.pm +++ b/src/apps/hashicorp/vault/restapi/mode/raftstorage.pm @@ -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 diff --git a/src/apps/hashicorp/vault/restapi/plugin.pm b/src/apps/hashicorp/vault/restapi/plugin.pm index 37495f4adf..075d6dad64 100644 --- a/src/apps/hashicorp/vault/restapi/plugin.pm +++ b/src/apps/hashicorp/vault/restapi/plugin.pm @@ -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 diff --git a/src/apps/hddtemp/custom/cli.pm b/src/apps/hddtemp/custom/cli.pm index 4557e57095..c2b6cdefd7 100644 --- a/src/apps/hddtemp/custom/cli.pm +++ b/src/apps/hddtemp/custom/cli.pm @@ -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 diff --git a/src/apps/hddtemp/custom/tcp.pm b/src/apps/hddtemp/custom/tcp.pm index 26c975da19..341a77cc9d 100644 --- a/src/apps/hddtemp/custom/tcp.pm +++ b/src/apps/hddtemp/custom/tcp.pm @@ -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 diff --git a/src/apps/hddtemp/mode/listdrives.pm b/src/apps/hddtemp/mode/listdrives.pm index 389c0db4fc..a7a3b5188b 100644 --- a/src/apps/hddtemp/mode/listdrives.pm +++ b/src/apps/hddtemp/mode/listdrives.pm @@ -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 diff --git a/src/apps/hddtemp/mode/temperatures.pm b/src/apps/hddtemp/mode/temperatures.pm index 75286b6ba2..9fb3ba177c 100644 --- a/src/apps/hddtemp/mode/temperatures.pm +++ b/src/apps/hddtemp/mode/temperatures.pm @@ -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 diff --git a/src/apps/hddtemp/plugin.pm b/src/apps/hddtemp/plugin.pm index 5cd38aff3a..c7af065b43 100644 --- a/src/apps/hddtemp/plugin.pm +++ b/src/apps/hddtemp/plugin.pm @@ -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 diff --git a/src/apps/ibm/tsamp/local/mode/listresourcegroups.pm b/src/apps/ibm/tsamp/local/mode/listresourcegroups.pm index 569a75bf82..0669381b0f 100644 --- a/src/apps/ibm/tsamp/local/mode/listresourcegroups.pm +++ b/src/apps/ibm/tsamp/local/mode/listresourcegroups.pm @@ -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 diff --git a/src/apps/ibm/tsamp/local/mode/resourcegroups.pm b/src/apps/ibm/tsamp/local/mode/resourcegroups.pm index 84e639ed0d..f50c39c141 100644 --- a/src/apps/ibm/tsamp/local/mode/resourcegroups.pm +++ b/src/apps/ibm/tsamp/local/mode/resourcegroups.pm @@ -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 diff --git a/src/apps/ibm/tsamp/local/plugin.pm b/src/apps/ibm/tsamp/local/plugin.pm index 46fd85cc49..b078be4712 100644 --- a/src/apps/ibm/tsamp/local/plugin.pm +++ b/src/apps/ibm/tsamp/local/plugin.pm @@ -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 diff --git a/src/apps/inin/ig/snmp/mode/spanusage.pm b/src/apps/inin/ig/snmp/mode/spanusage.pm index 925cd61c39..d353cc1fa4 100644 --- a/src/apps/inin/ig/snmp/mode/spanusage.pm +++ b/src/apps/inin/ig/snmp/mode/spanusage.pm @@ -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 diff --git a/src/apps/inin/ig/snmp/mode/stats.pm b/src/apps/inin/ig/snmp/mode/stats.pm index f76f6503ce..ee7c9d96de 100644 --- a/src/apps/inin/ig/snmp/mode/stats.pm +++ b/src/apps/inin/ig/snmp/mode/stats.pm @@ -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 diff --git a/src/apps/inin/ig/snmp/plugin.pm b/src/apps/inin/ig/snmp/plugin.pm index b66f855d37..397a9f03c6 100644 --- a/src/apps/inin/ig/snmp/plugin.pm +++ b/src/apps/inin/ig/snmp/plugin.pm @@ -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 diff --git a/src/apps/inin/mediaserver/snmp/mode/audioengineusage.pm b/src/apps/inin/mediaserver/snmp/mode/audioengineusage.pm index 07e894e197..280e3c88f8 100644 --- a/src/apps/inin/mediaserver/snmp/mode/audioengineusage.pm +++ b/src/apps/inin/mediaserver/snmp/mode/audioengineusage.pm @@ -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 diff --git a/src/apps/inin/mediaserver/snmp/mode/cmdsrvusage.pm b/src/apps/inin/mediaserver/snmp/mode/cmdsrvusage.pm index 7fd069c804..51e3d3bbbb 100644 --- a/src/apps/inin/mediaserver/snmp/mode/cmdsrvusage.pm +++ b/src/apps/inin/mediaserver/snmp/mode/cmdsrvusage.pm @@ -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 diff --git a/src/apps/inin/mediaserver/snmp/mode/component.pm b/src/apps/inin/mediaserver/snmp/mode/component.pm index 1a4091335b..ce0e6c5bf3 100644 --- a/src/apps/inin/mediaserver/snmp/mode/component.pm +++ b/src/apps/inin/mediaserver/snmp/mode/component.pm @@ -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 diff --git a/src/apps/inin/mediaserver/snmp/mode/diskusage.pm b/src/apps/inin/mediaserver/snmp/mode/diskusage.pm index 122d087325..bab760bf46 100644 --- a/src/apps/inin/mediaserver/snmp/mode/diskusage.pm +++ b/src/apps/inin/mediaserver/snmp/mode/diskusage.pm @@ -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 diff --git a/src/apps/inin/mediaserver/snmp/mode/memoryusage.pm b/src/apps/inin/mediaserver/snmp/mode/memoryusage.pm index 0644b8706b..1a8eeb38d0 100644 --- a/src/apps/inin/mediaserver/snmp/mode/memoryusage.pm +++ b/src/apps/inin/mediaserver/snmp/mode/memoryusage.pm @@ -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 diff --git a/src/apps/inin/mediaserver/snmp/plugin.pm b/src/apps/inin/mediaserver/snmp/plugin.pm index acf99ac0ee..757889341e 100644 --- a/src/apps/inin/mediaserver/snmp/plugin.pm +++ b/src/apps/inin/mediaserver/snmp/plugin.pm @@ -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 diff --git a/src/apps/ipfabric/custom/api.pm b/src/apps/ipfabric/custom/api.pm index a9a67c5881..031c1a5a37 100644 --- a/src/apps/ipfabric/custom/api.pm +++ b/src/apps/ipfabric/custom/api.pm @@ -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 diff --git a/src/apps/ipfabric/mode/discovery.pm b/src/apps/ipfabric/mode/discovery.pm index 2d12bb3eeb..82fa051293 100644 --- a/src/apps/ipfabric/mode/discovery.pm +++ b/src/apps/ipfabric/mode/discovery.pm @@ -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 diff --git a/src/apps/ipfabric/mode/listpaths.pm b/src/apps/ipfabric/mode/listpaths.pm index 0de6476836..4dc70299b8 100644 --- a/src/apps/ipfabric/mode/listpaths.pm +++ b/src/apps/ipfabric/mode/listpaths.pm @@ -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 diff --git a/src/apps/ipfabric/mode/pathverification.pm b/src/apps/ipfabric/mode/pathverification.pm index dfc7a412cb..0b62e38257 100644 --- a/src/apps/ipfabric/mode/pathverification.pm +++ b/src/apps/ipfabric/mode/pathverification.pm @@ -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 infraspathture and application monitoring for diff --git a/src/apps/ipfabric/plugin.pm b/src/apps/ipfabric/plugin.pm index d5834c8e7a..f85c39f7ea 100644 --- a/src/apps/ipfabric/plugin.pm +++ b/src/apps/ipfabric/plugin.pm @@ -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 diff --git a/src/apps/java/awa/jmx/mode/agent.pm b/src/apps/java/awa/jmx/mode/agent.pm index 9d99b43a2a..9811738671 100644 --- a/src/apps/java/awa/jmx/mode/agent.pm +++ b/src/apps/java/awa/jmx/mode/agent.pm @@ -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 diff --git a/src/apps/java/awa/jmx/mode/listagents.pm b/src/apps/java/awa/jmx/mode/listagents.pm index 44a910eadb..93f221a1c9 100644 --- a/src/apps/java/awa/jmx/mode/listagents.pm +++ b/src/apps/java/awa/jmx/mode/listagents.pm @@ -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 diff --git a/src/apps/java/awa/jmx/mode/listqueues.pm b/src/apps/java/awa/jmx/mode/listqueues.pm index c27c998c65..e2e66d2f55 100644 --- a/src/apps/java/awa/jmx/mode/listqueues.pm +++ b/src/apps/java/awa/jmx/mode/listqueues.pm @@ -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 diff --git a/src/apps/java/awa/jmx/mode/listservers.pm b/src/apps/java/awa/jmx/mode/listservers.pm index ecbd144ea9..cec2a309a5 100644 --- a/src/apps/java/awa/jmx/mode/listservers.pm +++ b/src/apps/java/awa/jmx/mode/listservers.pm @@ -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 diff --git a/src/apps/java/awa/jmx/mode/queue.pm b/src/apps/java/awa/jmx/mode/queue.pm index d0df5c61a0..5a070818a9 100644 --- a/src/apps/java/awa/jmx/mode/queue.pm +++ b/src/apps/java/awa/jmx/mode/queue.pm @@ -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 diff --git a/src/apps/java/awa/jmx/mode/server.pm b/src/apps/java/awa/jmx/mode/server.pm index 03ad8b0917..a472007a00 100644 --- a/src/apps/java/awa/jmx/mode/server.pm +++ b/src/apps/java/awa/jmx/mode/server.pm @@ -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 diff --git a/src/apps/java/awa/jmx/plugin.pm b/src/apps/java/awa/jmx/plugin.pm index c0041d1bfd..f08a5402a5 100644 --- a/src/apps/java/awa/jmx/plugin.pm +++ b/src/apps/java/awa/jmx/plugin.pm @@ -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 diff --git a/src/apps/java/hibernate/jmx/mode/stats.pm b/src/apps/java/hibernate/jmx/mode/stats.pm index 26cf0a3b53..e721568ff3 100644 --- a/src/apps/java/hibernate/jmx/mode/stats.pm +++ b/src/apps/java/hibernate/jmx/mode/stats.pm @@ -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 diff --git a/src/apps/java/hibernate/jmx/plugin.pm b/src/apps/java/hibernate/jmx/plugin.pm index ec67d4e73f..13ca2b2448 100644 --- a/src/apps/java/hibernate/jmx/plugin.pm +++ b/src/apps/java/hibernate/jmx/plugin.pm @@ -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 diff --git a/src/apps/java/jboss/jmx/mode/datasourceusage.pm b/src/apps/java/jboss/jmx/mode/datasourceusage.pm index 8aab93db99..b6acdb4861 100644 --- a/src/apps/java/jboss/jmx/mode/datasourceusage.pm +++ b/src/apps/java/jboss/jmx/mode/datasourceusage.pm @@ -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 diff --git a/src/apps/java/jboss/jmx/mode/listdatasources.pm b/src/apps/java/jboss/jmx/mode/listdatasources.pm index 037c5f7366..b9ed9d09f3 100644 --- a/src/apps/java/jboss/jmx/mode/listdatasources.pm +++ b/src/apps/java/jboss/jmx/mode/listdatasources.pm @@ -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 diff --git a/src/apps/java/jboss/jmx/plugin.pm b/src/apps/java/jboss/jmx/plugin.pm index 9041f0ab9e..8edad7184f 100644 --- a/src/apps/java/jboss/jmx/plugin.pm +++ b/src/apps/java/jboss/jmx/plugin.pm @@ -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 diff --git a/src/apps/java/jvm/actuator/mode/classcount.pm b/src/apps/java/jvm/actuator/mode/classcount.pm index ecb21bffbd..5f53597883 100644 --- a/src/apps/java/jvm/actuator/mode/classcount.pm +++ b/src/apps/java/jvm/actuator/mode/classcount.pm @@ -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 diff --git a/src/apps/java/jvm/actuator/mode/cpuload.pm b/src/apps/java/jvm/actuator/mode/cpuload.pm index 1bdfd7c621..a6d817f761 100644 --- a/src/apps/java/jvm/actuator/mode/cpuload.pm +++ b/src/apps/java/jvm/actuator/mode/cpuload.pm @@ -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 diff --git a/src/apps/java/jvm/actuator/mode/fdusage.pm b/src/apps/java/jvm/actuator/mode/fdusage.pm index edb24b7a42..0303d58fdd 100644 --- a/src/apps/java/jvm/actuator/mode/fdusage.pm +++ b/src/apps/java/jvm/actuator/mode/fdusage.pm @@ -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 diff --git a/src/apps/java/jvm/actuator/mode/loadaverage.pm b/src/apps/java/jvm/actuator/mode/loadaverage.pm index 5a808aa92c..82e256a49c 100644 --- a/src/apps/java/jvm/actuator/mode/loadaverage.pm +++ b/src/apps/java/jvm/actuator/mode/loadaverage.pm @@ -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 diff --git a/src/apps/java/jvm/actuator/mode/memory.pm b/src/apps/java/jvm/actuator/mode/memory.pm index 7a67223826..a57e2017ee 100644 --- a/src/apps/java/jvm/actuator/mode/memory.pm +++ b/src/apps/java/jvm/actuator/mode/memory.pm @@ -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 diff --git a/src/apps/java/jvm/actuator/mode/memorydetailed.pm b/src/apps/java/jvm/actuator/mode/memorydetailed.pm index 95afe3d65c..363566fb30 100644 --- a/src/apps/java/jvm/actuator/mode/memorydetailed.pm +++ b/src/apps/java/jvm/actuator/mode/memorydetailed.pm @@ -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 diff --git a/src/apps/java/jvm/actuator/mode/threads.pm b/src/apps/java/jvm/actuator/mode/threads.pm index ecdf8b3e03..dcfde8aea1 100644 --- a/src/apps/java/jvm/actuator/mode/threads.pm +++ b/src/apps/java/jvm/actuator/mode/threads.pm @@ -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 diff --git a/src/apps/java/jvm/actuator/plugin.pm b/src/apps/java/jvm/actuator/plugin.pm index fa68b7bc92..5da6865e6e 100644 --- a/src/apps/java/jvm/actuator/plugin.pm +++ b/src/apps/java/jvm/actuator/plugin.pm @@ -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 diff --git a/src/apps/java/jvm/jmx/plugin.pm b/src/apps/java/jvm/jmx/plugin.pm index 081101757e..27aab9a5cc 100644 --- a/src/apps/java/jvm/jmx/plugin.pm +++ b/src/apps/java/jvm/jmx/plugin.pm @@ -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 diff --git a/src/apps/java/kafka/jmx/mode/globalstats.pm b/src/apps/java/kafka/jmx/mode/globalstats.pm index 668eb29fda..10b0463c1c 100644 --- a/src/apps/java/kafka/jmx/mode/globalstats.pm +++ b/src/apps/java/kafka/jmx/mode/globalstats.pm @@ -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 diff --git a/src/apps/java/kafka/jmx/plugin.pm b/src/apps/java/kafka/jmx/plugin.pm index 90dbbecedd..83f522ecd2 100644 --- a/src/apps/java/kafka/jmx/plugin.pm +++ b/src/apps/java/kafka/jmx/plugin.pm @@ -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 diff --git a/src/apps/java/peoplesoft/jmx/mode/queuelength.pm b/src/apps/java/peoplesoft/jmx/mode/queuelength.pm index b1f8b901fd..b72b54eeb3 100644 --- a/src/apps/java/peoplesoft/jmx/mode/queuelength.pm +++ b/src/apps/java/peoplesoft/jmx/mode/queuelength.pm @@ -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 diff --git a/src/apps/java/peoplesoft/jmx/mode/sessions.pm b/src/apps/java/peoplesoft/jmx/mode/sessions.pm index 6a1bff0128..e771111233 100644 --- a/src/apps/java/peoplesoft/jmx/mode/sessions.pm +++ b/src/apps/java/peoplesoft/jmx/mode/sessions.pm @@ -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 diff --git a/src/apps/java/peoplesoft/jmx/plugin.pm b/src/apps/java/peoplesoft/jmx/plugin.pm index 58bfb98956..030eb41ad9 100644 --- a/src/apps/java/peoplesoft/jmx/plugin.pm +++ b/src/apps/java/peoplesoft/jmx/plugin.pm @@ -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 diff --git a/src/apps/java/solr/jmx/mode/cacheusage.pm b/src/apps/java/solr/jmx/mode/cacheusage.pm index 79472b3446..525b4ff697 100644 --- a/src/apps/java/solr/jmx/mode/cacheusage.pm +++ b/src/apps/java/solr/jmx/mode/cacheusage.pm @@ -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 diff --git a/src/apps/java/solr/jmx/mode/requesthandlerusage.pm b/src/apps/java/solr/jmx/mode/requesthandlerusage.pm index 03af5ecd5b..f3cb81be3c 100644 --- a/src/apps/java/solr/jmx/mode/requesthandlerusage.pm +++ b/src/apps/java/solr/jmx/mode/requesthandlerusage.pm @@ -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 diff --git a/src/apps/java/solr/jmx/plugin.pm b/src/apps/java/solr/jmx/plugin.pm index 8519d79404..077df35f33 100644 --- a/src/apps/java/solr/jmx/plugin.pm +++ b/src/apps/java/solr/jmx/plugin.pm @@ -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 diff --git a/src/apps/java/weblogic/jmx/mode/workmanager.pm b/src/apps/java/weblogic/jmx/mode/workmanager.pm index 96e0d73173..5aae8c01ee 100644 --- a/src/apps/java/weblogic/jmx/mode/workmanager.pm +++ b/src/apps/java/weblogic/jmx/mode/workmanager.pm @@ -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 diff --git a/src/apps/java/weblogic/jmx/plugin.pm b/src/apps/java/weblogic/jmx/plugin.pm index 4b85ab726b..aa061c3504 100644 --- a/src/apps/java/weblogic/jmx/plugin.pm +++ b/src/apps/java/weblogic/jmx/plugin.pm @@ -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 diff --git a/src/apps/java/zookeeper/jmx/mode/stats.pm b/src/apps/java/zookeeper/jmx/mode/stats.pm index 67a0669a31..a0e21bc582 100644 --- a/src/apps/java/zookeeper/jmx/mode/stats.pm +++ b/src/apps/java/zookeeper/jmx/mode/stats.pm @@ -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 diff --git a/src/apps/java/zookeeper/jmx/plugin.pm b/src/apps/java/zookeeper/jmx/plugin.pm index 420e260a4c..b721b92567 100644 --- a/src/apps/java/zookeeper/jmx/plugin.pm +++ b/src/apps/java/zookeeper/jmx/plugin.pm @@ -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 diff --git a/src/apps/jenkins/custom/api.pm b/src/apps/jenkins/custom/api.pm index 929ec63757..8612259287 100644 --- a/src/apps/jenkins/custom/api.pm +++ b/src/apps/jenkins/custom/api.pm @@ -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 diff --git a/src/apps/jenkins/mode/jobs.pm b/src/apps/jenkins/mode/jobs.pm index eaa6896ed6..1a3a74f4a0 100644 --- a/src/apps/jenkins/mode/jobs.pm +++ b/src/apps/jenkins/mode/jobs.pm @@ -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 diff --git a/src/apps/jenkins/mode/listjobs.pm b/src/apps/jenkins/mode/listjobs.pm index 1d343fb454..26154d6381 100644 --- a/src/apps/jenkins/mode/listjobs.pm +++ b/src/apps/jenkins/mode/listjobs.pm @@ -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 diff --git a/src/apps/jenkins/plugin.pm b/src/apps/jenkins/plugin.pm index c4a978ec53..fbfd5646d6 100644 --- a/src/apps/jenkins/plugin.pm +++ b/src/apps/jenkins/plugin.pm @@ -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 diff --git a/src/apps/jive/sql/mode/etljobstatus.pm b/src/apps/jive/sql/mode/etljobstatus.pm index 27fb66b54d..20c5b1713a 100644 --- a/src/apps/jive/sql/mode/etljobstatus.pm +++ b/src/apps/jive/sql/mode/etljobstatus.pm @@ -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 diff --git a/src/apps/jmeter/mode/scenario.pm b/src/apps/jmeter/mode/scenario.pm index 2ec10e300b..da6f0f1d9a 100644 --- a/src/apps/jmeter/mode/scenario.pm +++ b/src/apps/jmeter/mode/scenario.pm @@ -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 diff --git a/src/apps/jmeter/plugin.pm b/src/apps/jmeter/plugin.pm index 32570750d7..4c8727f769 100644 --- a/src/apps/jmeter/plugin.pm +++ b/src/apps/jmeter/plugin.pm @@ -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 diff --git a/src/apps/keepalived/snmp/mode/vrrpstatus.pm b/src/apps/keepalived/snmp/mode/vrrpstatus.pm index 1dd36c6c51..7ebf9a16b0 100644 --- a/src/apps/keepalived/snmp/mode/vrrpstatus.pm +++ b/src/apps/keepalived/snmp/mode/vrrpstatus.pm @@ -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 diff --git a/src/apps/keepalived/snmp/plugin.pm b/src/apps/keepalived/snmp/plugin.pm index efdcad7280..6ab660fb57 100644 --- a/src/apps/keepalived/snmp/plugin.pm +++ b/src/apps/keepalived/snmp/plugin.pm @@ -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 diff --git a/src/apps/kingdee/eas/custom/api.pm b/src/apps/kingdee/eas/custom/api.pm index 516ecce50c..cefb475e44 100644 --- a/src/apps/kingdee/eas/custom/api.pm +++ b/src/apps/kingdee/eas/custom/api.pm @@ -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 diff --git a/src/apps/kingdee/eas/mode/activeusers.pm b/src/apps/kingdee/eas/mode/activeusers.pm index 749ad88e2f..fcbe743a6c 100644 --- a/src/apps/kingdee/eas/mode/activeusers.pm +++ b/src/apps/kingdee/eas/mode/activeusers.pm @@ -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 diff --git a/src/apps/kingdee/eas/mode/classloading.pm b/src/apps/kingdee/eas/mode/classloading.pm index 9a065e4655..bce0a6d707 100644 --- a/src/apps/kingdee/eas/mode/classloading.pm +++ b/src/apps/kingdee/eas/mode/classloading.pm @@ -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 diff --git a/src/apps/kingdee/eas/mode/datasource.pm b/src/apps/kingdee/eas/mode/datasource.pm index 7bf2001d85..ef0368b0e7 100644 --- a/src/apps/kingdee/eas/mode/datasource.pm +++ b/src/apps/kingdee/eas/mode/datasource.pm @@ -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 diff --git a/src/apps/kingdee/eas/mode/handlers.pm b/src/apps/kingdee/eas/mode/handlers.pm index 3f89872dcf..10f7a038a0 100644 --- a/src/apps/kingdee/eas/mode/handlers.pm +++ b/src/apps/kingdee/eas/mode/handlers.pm @@ -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 diff --git a/src/apps/kingdee/eas/mode/ibmjvmgc.pm b/src/apps/kingdee/eas/mode/ibmjvmgc.pm index f73574ab61..7f2b673ed2 100644 --- a/src/apps/kingdee/eas/mode/ibmjvmgc.pm +++ b/src/apps/kingdee/eas/mode/ibmjvmgc.pm @@ -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 diff --git a/src/apps/kingdee/eas/mode/javaruntime.pm b/src/apps/kingdee/eas/mode/javaruntime.pm index 899315c250..f3cc1735fb 100644 --- a/src/apps/kingdee/eas/mode/javaruntime.pm +++ b/src/apps/kingdee/eas/mode/javaruntime.pm @@ -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 diff --git a/src/apps/kingdee/eas/mode/memory.pm b/src/apps/kingdee/eas/mode/memory.pm index 86c9a60cb9..572516745a 100644 --- a/src/apps/kingdee/eas/mode/memory.pm +++ b/src/apps/kingdee/eas/mode/memory.pm @@ -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 diff --git a/src/apps/kingdee/eas/mode/oraclejvmgc.pm b/src/apps/kingdee/eas/mode/oraclejvmgc.pm index 65ad526ddc..65f4480394 100644 --- a/src/apps/kingdee/eas/mode/oraclejvmgc.pm +++ b/src/apps/kingdee/eas/mode/oraclejvmgc.pm @@ -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 diff --git a/src/apps/kingdee/eas/mode/oracleksqltemptable.pm b/src/apps/kingdee/eas/mode/oracleksqltemptable.pm index e33685fe98..b94583331b 100644 --- a/src/apps/kingdee/eas/mode/oracleksqltemptable.pm +++ b/src/apps/kingdee/eas/mode/oracleksqltemptable.pm @@ -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 diff --git a/src/apps/kingdee/eas/mode/oraclerecyclebin.pm b/src/apps/kingdee/eas/mode/oraclerecyclebin.pm index 96aec7f4fb..ec1e26fd9c 100644 --- a/src/apps/kingdee/eas/mode/oraclerecyclebin.pm +++ b/src/apps/kingdee/eas/mode/oraclerecyclebin.pm @@ -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 diff --git a/src/apps/kingdee/eas/mode/oracleredolog.pm b/src/apps/kingdee/eas/mode/oracleredolog.pm index 9a92ab2c8e..3ccbd176ef 100644 --- a/src/apps/kingdee/eas/mode/oracleredolog.pm +++ b/src/apps/kingdee/eas/mode/oracleredolog.pm @@ -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 application monitoring for diff --git a/src/apps/kingdee/eas/mode/oraclesession.pm b/src/apps/kingdee/eas/mode/oraclesession.pm index d3eb327419..8716157e11 100644 --- a/src/apps/kingdee/eas/mode/oraclesession.pm +++ b/src/apps/kingdee/eas/mode/oraclesession.pm @@ -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 application monitoring for diff --git a/src/apps/kingdee/eas/mode/oracletable.pm b/src/apps/kingdee/eas/mode/oracletable.pm index b26e8945da..e33586c11e 100644 --- a/src/apps/kingdee/eas/mode/oracletable.pm +++ b/src/apps/kingdee/eas/mode/oracletable.pm @@ -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 diff --git a/src/apps/kingdee/eas/mode/oracleversion.pm b/src/apps/kingdee/eas/mode/oracleversion.pm index a6173adb89..651f416cd7 100644 --- a/src/apps/kingdee/eas/mode/oracleversion.pm +++ b/src/apps/kingdee/eas/mode/oracleversion.pm @@ -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 application monitoring for diff --git a/src/apps/kingdee/eas/mode/ormrpc.pm b/src/apps/kingdee/eas/mode/ormrpc.pm index 00d6be536e..7e03d482c1 100644 --- a/src/apps/kingdee/eas/mode/ormrpc.pm +++ b/src/apps/kingdee/eas/mode/ormrpc.pm @@ -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 diff --git a/src/apps/kingdee/eas/mode/transaction.pm b/src/apps/kingdee/eas/mode/transaction.pm index bc3aaeec84..368c471724 100644 --- a/src/apps/kingdee/eas/mode/transaction.pm +++ b/src/apps/kingdee/eas/mode/transaction.pm @@ -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 diff --git a/src/apps/kingdee/eas/plugin.pm b/src/apps/kingdee/eas/plugin.pm index 614ece1bb7..f68bc2b9bc 100644 --- a/src/apps/kingdee/eas/plugin.pm +++ b/src/apps/kingdee/eas/plugin.pm @@ -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 diff --git a/src/apps/lmsensors/snmp/mode/components/fan.pm b/src/apps/lmsensors/snmp/mode/components/fan.pm index b627c24d66..ef07eac52b 100644 --- a/src/apps/lmsensors/snmp/mode/components/fan.pm +++ b/src/apps/lmsensors/snmp/mode/components/fan.pm @@ -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 diff --git a/src/apps/lmsensors/snmp/mode/components/misc.pm b/src/apps/lmsensors/snmp/mode/components/misc.pm index f2e36a0697..a947dbc331 100644 --- a/src/apps/lmsensors/snmp/mode/components/misc.pm +++ b/src/apps/lmsensors/snmp/mode/components/misc.pm @@ -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 diff --git a/src/apps/lmsensors/snmp/mode/components/temperature.pm b/src/apps/lmsensors/snmp/mode/components/temperature.pm index deb77c8fcd..6d5218e327 100644 --- a/src/apps/lmsensors/snmp/mode/components/temperature.pm +++ b/src/apps/lmsensors/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/apps/lmsensors/snmp/mode/components/voltage.pm b/src/apps/lmsensors/snmp/mode/components/voltage.pm index b2a0620f9b..7b1847004e 100644 --- a/src/apps/lmsensors/snmp/mode/components/voltage.pm +++ b/src/apps/lmsensors/snmp/mode/components/voltage.pm @@ -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 diff --git a/src/apps/lmsensors/snmp/mode/sensors.pm b/src/apps/lmsensors/snmp/mode/sensors.pm index ab295941d5..e1db8dddb2 100644 --- a/src/apps/lmsensors/snmp/mode/sensors.pm +++ b/src/apps/lmsensors/snmp/mode/sensors.pm @@ -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 diff --git a/src/apps/lmsensors/snmp/plugin.pm b/src/apps/lmsensors/snmp/plugin.pm index 8d3afb3e6b..ba2ccda1bb 100644 --- a/src/apps/lmsensors/snmp/plugin.pm +++ b/src/apps/lmsensors/snmp/plugin.pm @@ -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 diff --git a/src/apps/lotus/snmp/mode/mailstate.pm b/src/apps/lotus/snmp/mode/mailstate.pm index ee91590a2a..934ec73881 100644 --- a/src/apps/lotus/snmp/mode/mailstate.pm +++ b/src/apps/lotus/snmp/mode/mailstate.pm @@ -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 diff --git a/src/apps/lotus/snmp/mode/mailtime.pm b/src/apps/lotus/snmp/mode/mailtime.pm index 841c0301dc..7703b583a2 100644 --- a/src/apps/lotus/snmp/mode/mailtime.pm +++ b/src/apps/lotus/snmp/mode/mailtime.pm @@ -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 diff --git a/src/apps/lotus/snmp/mode/serveravailability.pm b/src/apps/lotus/snmp/mode/serveravailability.pm index 39513b941c..1423dc38ff 100644 --- a/src/apps/lotus/snmp/mode/serveravailability.pm +++ b/src/apps/lotus/snmp/mode/serveravailability.pm @@ -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 diff --git a/src/apps/lotus/snmp/mode/servertransactions.pm b/src/apps/lotus/snmp/mode/servertransactions.pm index c60d41ed3c..fc042b4917 100644 --- a/src/apps/lotus/snmp/mode/servertransactions.pm +++ b/src/apps/lotus/snmp/mode/servertransactions.pm @@ -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 diff --git a/src/apps/lotus/snmp/mode/usersessions.pm b/src/apps/lotus/snmp/mode/usersessions.pm index a0942583d7..5a3493d99f 100644 --- a/src/apps/lotus/snmp/mode/usersessions.pm +++ b/src/apps/lotus/snmp/mode/usersessions.pm @@ -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 diff --git a/src/apps/lotus/snmp/plugin.pm b/src/apps/lotus/snmp/plugin.pm index f2dfa42dbc..36b54a1dbe 100644 --- a/src/apps/lotus/snmp/plugin.pm +++ b/src/apps/lotus/snmp/plugin.pm @@ -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 diff --git a/src/apps/lync/2013/mssql/mode/lyncusers.pm b/src/apps/lync/2013/mssql/mode/lyncusers.pm index 6662a0e97d..64e4a6811b 100644 --- a/src/apps/lync/2013/mssql/mode/lyncusers.pm +++ b/src/apps/lync/2013/mssql/mode/lyncusers.pm @@ -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 diff --git a/src/apps/microsoft/activedirectory/local/mode/dcdiag.pm b/src/apps/microsoft/activedirectory/local/mode/dcdiag.pm index 522ba3f8b4..4d863af56a 100644 --- a/src/apps/microsoft/activedirectory/local/mode/dcdiag.pm +++ b/src/apps/microsoft/activedirectory/local/mode/dcdiag.pm @@ -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 diff --git a/src/apps/microsoft/activedirectory/local/mode/dfsrbacklog.pm b/src/apps/microsoft/activedirectory/local/mode/dfsrbacklog.pm index 46aee42893..4578a185ec 100644 --- a/src/apps/microsoft/activedirectory/local/mode/dfsrbacklog.pm +++ b/src/apps/microsoft/activedirectory/local/mode/dfsrbacklog.pm @@ -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 diff --git a/src/apps/microsoft/activedirectory/local/mode/netdom.pm b/src/apps/microsoft/activedirectory/local/mode/netdom.pm index 385749bf79..0ca260d876 100644 --- a/src/apps/microsoft/activedirectory/local/mode/netdom.pm +++ b/src/apps/microsoft/activedirectory/local/mode/netdom.pm @@ -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 diff --git a/src/apps/microsoft/activedirectory/local/plugin.pm b/src/apps/microsoft/activedirectory/local/plugin.pm index ef17f91ae9..8e5509785b 100644 --- a/src/apps/microsoft/activedirectory/local/plugin.pm +++ b/src/apps/microsoft/activedirectory/local/plugin.pm @@ -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 diff --git a/src/apps/microsoft/activedirectory/wsman/mode/dcdiag.pm b/src/apps/microsoft/activedirectory/wsman/mode/dcdiag.pm index 9b6acb4d4c..d4eca8ed21 100644 --- a/src/apps/microsoft/activedirectory/wsman/mode/dcdiag.pm +++ b/src/apps/microsoft/activedirectory/wsman/mode/dcdiag.pm @@ -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 diff --git a/src/apps/microsoft/activedirectory/wsman/plugin.pm b/src/apps/microsoft/activedirectory/wsman/plugin.pm index 870c756759..75da9da2cd 100644 --- a/src/apps/microsoft/activedirectory/wsman/plugin.pm +++ b/src/apps/microsoft/activedirectory/wsman/plugin.pm @@ -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 diff --git a/src/apps/microsoft/dhcp/snmp/mode/listsubnets.pm b/src/apps/microsoft/dhcp/snmp/mode/listsubnets.pm index 28adc36457..c2b8a0ee04 100644 --- a/src/apps/microsoft/dhcp/snmp/mode/listsubnets.pm +++ b/src/apps/microsoft/dhcp/snmp/mode/listsubnets.pm @@ -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 diff --git a/src/apps/microsoft/dhcp/snmp/mode/subnets.pm b/src/apps/microsoft/dhcp/snmp/mode/subnets.pm index 2ab32628db..ed6d866146 100644 --- a/src/apps/microsoft/dhcp/snmp/mode/subnets.pm +++ b/src/apps/microsoft/dhcp/snmp/mode/subnets.pm @@ -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 diff --git a/src/apps/microsoft/dhcp/snmp/plugin.pm b/src/apps/microsoft/dhcp/snmp/plugin.pm index 8bbcf8a186..02c0bda8d4 100644 --- a/src/apps/microsoft/dhcp/snmp/plugin.pm +++ b/src/apps/microsoft/dhcp/snmp/plugin.pm @@ -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 diff --git a/src/apps/microsoft/exchange/local/mode/activesyncmailbox.pm b/src/apps/microsoft/exchange/local/mode/activesyncmailbox.pm index dd0f8f6a1e..7fc00b3a7e 100644 --- a/src/apps/microsoft/exchange/local/mode/activesyncmailbox.pm +++ b/src/apps/microsoft/exchange/local/mode/activesyncmailbox.pm @@ -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 diff --git a/src/apps/microsoft/exchange/local/mode/databases.pm b/src/apps/microsoft/exchange/local/mode/databases.pm index 9df4679c2c..344b76a3b6 100644 --- a/src/apps/microsoft/exchange/local/mode/databases.pm +++ b/src/apps/microsoft/exchange/local/mode/databases.pm @@ -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 diff --git a/src/apps/microsoft/exchange/local/mode/imapmailbox.pm b/src/apps/microsoft/exchange/local/mode/imapmailbox.pm index 8fca0de34d..6e39c0babd 100644 --- a/src/apps/microsoft/exchange/local/mode/imapmailbox.pm +++ b/src/apps/microsoft/exchange/local/mode/imapmailbox.pm @@ -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 diff --git a/src/apps/microsoft/exchange/local/mode/listdatabases.pm b/src/apps/microsoft/exchange/local/mode/listdatabases.pm index 5f19a407c4..abee3abac9 100644 --- a/src/apps/microsoft/exchange/local/mode/listdatabases.pm +++ b/src/apps/microsoft/exchange/local/mode/listdatabases.pm @@ -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 diff --git a/src/apps/microsoft/exchange/local/mode/mailboxes.pm b/src/apps/microsoft/exchange/local/mode/mailboxes.pm index 0e73ced3e7..fb24924b2a 100644 --- a/src/apps/microsoft/exchange/local/mode/mailboxes.pm +++ b/src/apps/microsoft/exchange/local/mode/mailboxes.pm @@ -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 diff --git a/src/apps/microsoft/exchange/local/mode/mapimailbox.pm b/src/apps/microsoft/exchange/local/mode/mapimailbox.pm index 676ffaa3d4..91c3fd2acd 100644 --- a/src/apps/microsoft/exchange/local/mode/mapimailbox.pm +++ b/src/apps/microsoft/exchange/local/mode/mapimailbox.pm @@ -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 diff --git a/src/apps/microsoft/exchange/local/mode/outlookwebservices.pm b/src/apps/microsoft/exchange/local/mode/outlookwebservices.pm index 13a00bf239..e76f875a9a 100644 --- a/src/apps/microsoft/exchange/local/mode/outlookwebservices.pm +++ b/src/apps/microsoft/exchange/local/mode/outlookwebservices.pm @@ -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 diff --git a/src/apps/microsoft/exchange/local/mode/owamailbox.pm b/src/apps/microsoft/exchange/local/mode/owamailbox.pm index 01c4afcd51..50057fd967 100644 --- a/src/apps/microsoft/exchange/local/mode/owamailbox.pm +++ b/src/apps/microsoft/exchange/local/mode/owamailbox.pm @@ -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 diff --git a/src/apps/microsoft/exchange/local/mode/queues.pm b/src/apps/microsoft/exchange/local/mode/queues.pm index 5e0c2a8562..8f7ed6931b 100644 --- a/src/apps/microsoft/exchange/local/mode/queues.pm +++ b/src/apps/microsoft/exchange/local/mode/queues.pm @@ -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 diff --git a/src/apps/microsoft/exchange/local/mode/replicationhealth.pm b/src/apps/microsoft/exchange/local/mode/replicationhealth.pm index 55487ff872..e2f52a1eee 100644 --- a/src/apps/microsoft/exchange/local/mode/replicationhealth.pm +++ b/src/apps/microsoft/exchange/local/mode/replicationhealth.pm @@ -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 diff --git a/src/apps/microsoft/exchange/local/mode/resources/types.pm b/src/apps/microsoft/exchange/local/mode/resources/types.pm index 0c5b4fc2e0..aac0bdd7cf 100644 --- a/src/apps/microsoft/exchange/local/mode/resources/types.pm +++ b/src/apps/microsoft/exchange/local/mode/resources/types.pm @@ -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 diff --git a/src/apps/microsoft/exchange/local/mode/services.pm b/src/apps/microsoft/exchange/local/mode/services.pm index a44b133409..8823826008 100644 --- a/src/apps/microsoft/exchange/local/mode/services.pm +++ b/src/apps/microsoft/exchange/local/mode/services.pm @@ -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 diff --git a/src/apps/microsoft/exchange/local/plugin.pm b/src/apps/microsoft/exchange/local/plugin.pm index c8bd0761d2..3f8f1e2bcb 100644 --- a/src/apps/microsoft/exchange/local/plugin.pm +++ b/src/apps/microsoft/exchange/local/plugin.pm @@ -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 diff --git a/src/apps/microsoft/hyperv/2012/local/mode/listnodevms.pm b/src/apps/microsoft/hyperv/2012/local/mode/listnodevms.pm index 4cf6c262eb..882450e949 100644 --- a/src/apps/microsoft/hyperv/2012/local/mode/listnodevms.pm +++ b/src/apps/microsoft/hyperv/2012/local/mode/listnodevms.pm @@ -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 diff --git a/src/apps/microsoft/hyperv/2012/local/mode/nodeintegrationservice.pm b/src/apps/microsoft/hyperv/2012/local/mode/nodeintegrationservice.pm index d83be0e2ed..1061317e7b 100644 --- a/src/apps/microsoft/hyperv/2012/local/mode/nodeintegrationservice.pm +++ b/src/apps/microsoft/hyperv/2012/local/mode/nodeintegrationservice.pm @@ -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 diff --git a/src/apps/microsoft/hyperv/2012/local/mode/nodereplication.pm b/src/apps/microsoft/hyperv/2012/local/mode/nodereplication.pm index dcafa21730..c460f357ca 100644 --- a/src/apps/microsoft/hyperv/2012/local/mode/nodereplication.pm +++ b/src/apps/microsoft/hyperv/2012/local/mode/nodereplication.pm @@ -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 diff --git a/src/apps/microsoft/hyperv/2012/local/mode/nodesnapshot.pm b/src/apps/microsoft/hyperv/2012/local/mode/nodesnapshot.pm index f3aa9ce6fd..d61b44c809 100644 --- a/src/apps/microsoft/hyperv/2012/local/mode/nodesnapshot.pm +++ b/src/apps/microsoft/hyperv/2012/local/mode/nodesnapshot.pm @@ -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 diff --git a/src/apps/microsoft/hyperv/2012/local/mode/nodevmstatus.pm b/src/apps/microsoft/hyperv/2012/local/mode/nodevmstatus.pm index fd53b4ca2d..b6b581d80b 100644 --- a/src/apps/microsoft/hyperv/2012/local/mode/nodevmstatus.pm +++ b/src/apps/microsoft/hyperv/2012/local/mode/nodevmstatus.pm @@ -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 diff --git a/src/apps/microsoft/hyperv/2012/local/mode/resources/types.pm b/src/apps/microsoft/hyperv/2012/local/mode/resources/types.pm index 27ad174cb4..69b31fdcb2 100644 --- a/src/apps/microsoft/hyperv/2012/local/mode/resources/types.pm +++ b/src/apps/microsoft/hyperv/2012/local/mode/resources/types.pm @@ -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 diff --git a/src/apps/microsoft/hyperv/2012/local/mode/scvmmdiscovery.pm b/src/apps/microsoft/hyperv/2012/local/mode/scvmmdiscovery.pm index ea11992fb2..26b967b7d9 100644 --- a/src/apps/microsoft/hyperv/2012/local/mode/scvmmdiscovery.pm +++ b/src/apps/microsoft/hyperv/2012/local/mode/scvmmdiscovery.pm @@ -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 diff --git a/src/apps/microsoft/hyperv/2012/local/mode/scvmmintegrationservice.pm b/src/apps/microsoft/hyperv/2012/local/mode/scvmmintegrationservice.pm index d098a83575..f22d28bfb3 100644 --- a/src/apps/microsoft/hyperv/2012/local/mode/scvmmintegrationservice.pm +++ b/src/apps/microsoft/hyperv/2012/local/mode/scvmmintegrationservice.pm @@ -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 diff --git a/src/apps/microsoft/hyperv/2012/local/mode/scvmmsnapshot.pm b/src/apps/microsoft/hyperv/2012/local/mode/scvmmsnapshot.pm index f380d2b3c8..83bb40cc5c 100644 --- a/src/apps/microsoft/hyperv/2012/local/mode/scvmmsnapshot.pm +++ b/src/apps/microsoft/hyperv/2012/local/mode/scvmmsnapshot.pm @@ -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 diff --git a/src/apps/microsoft/hyperv/2012/local/mode/scvmmvmstatus.pm b/src/apps/microsoft/hyperv/2012/local/mode/scvmmvmstatus.pm index 0f81857d4e..e36ec1b85b 100644 --- a/src/apps/microsoft/hyperv/2012/local/mode/scvmmvmstatus.pm +++ b/src/apps/microsoft/hyperv/2012/local/mode/scvmmvmstatus.pm @@ -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 diff --git a/src/apps/microsoft/hyperv/2012/local/plugin.pm b/src/apps/microsoft/hyperv/2012/local/plugin.pm index 86a246032a..c7535208e6 100644 --- a/src/apps/microsoft/hyperv/2012/local/plugin.pm +++ b/src/apps/microsoft/hyperv/2012/local/plugin.pm @@ -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 diff --git a/src/apps/microsoft/iis/local/mode/applicationpoolstate.pm b/src/apps/microsoft/iis/local/mode/applicationpoolstate.pm index 3fe2cb015a..4c0287e2c0 100644 --- a/src/apps/microsoft/iis/local/mode/applicationpoolstate.pm +++ b/src/apps/microsoft/iis/local/mode/applicationpoolstate.pm @@ -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 diff --git a/src/apps/microsoft/iis/local/mode/listapplicationpools.pm b/src/apps/microsoft/iis/local/mode/listapplicationpools.pm index 68de22ea04..7ed25d2aa6 100644 --- a/src/apps/microsoft/iis/local/mode/listapplicationpools.pm +++ b/src/apps/microsoft/iis/local/mode/listapplicationpools.pm @@ -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 diff --git a/src/apps/microsoft/iis/local/mode/listsites.pm b/src/apps/microsoft/iis/local/mode/listsites.pm index 02f94aca73..3d0a54b885 100644 --- a/src/apps/microsoft/iis/local/mode/listsites.pm +++ b/src/apps/microsoft/iis/local/mode/listsites.pm @@ -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 diff --git a/src/apps/microsoft/iis/local/mode/webservicestatistics.pm b/src/apps/microsoft/iis/local/mode/webservicestatistics.pm index 78cf780bfe..76197a2be5 100644 --- a/src/apps/microsoft/iis/local/mode/webservicestatistics.pm +++ b/src/apps/microsoft/iis/local/mode/webservicestatistics.pm @@ -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 diff --git a/src/apps/microsoft/iis/local/plugin.pm b/src/apps/microsoft/iis/local/plugin.pm index 920d533296..ea5217524f 100644 --- a/src/apps/microsoft/iis/local/plugin.pm +++ b/src/apps/microsoft/iis/local/plugin.pm @@ -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 diff --git a/src/apps/microsoft/iis/restapi/custom/api.pm b/src/apps/microsoft/iis/restapi/custom/api.pm index 404b77c4db..2b96a0d6d8 100644 --- a/src/apps/microsoft/iis/restapi/custom/api.pm +++ b/src/apps/microsoft/iis/restapi/custom/api.pm @@ -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 diff --git a/src/apps/microsoft/iis/restapi/mode/applicationpools.pm b/src/apps/microsoft/iis/restapi/mode/applicationpools.pm index 1815240a2b..494290f143 100644 --- a/src/apps/microsoft/iis/restapi/mode/applicationpools.pm +++ b/src/apps/microsoft/iis/restapi/mode/applicationpools.pm @@ -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 diff --git a/src/apps/microsoft/iis/restapi/mode/listapplicationpools.pm b/src/apps/microsoft/iis/restapi/mode/listapplicationpools.pm index 7a701498fc..a56a377a25 100644 --- a/src/apps/microsoft/iis/restapi/mode/listapplicationpools.pm +++ b/src/apps/microsoft/iis/restapi/mode/listapplicationpools.pm @@ -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 diff --git a/src/apps/microsoft/iis/restapi/mode/listwebsites.pm b/src/apps/microsoft/iis/restapi/mode/listwebsites.pm index 41f43c3ee6..efaa0df424 100644 --- a/src/apps/microsoft/iis/restapi/mode/listwebsites.pm +++ b/src/apps/microsoft/iis/restapi/mode/listwebsites.pm @@ -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 diff --git a/src/apps/microsoft/iis/restapi/mode/websites.pm b/src/apps/microsoft/iis/restapi/mode/websites.pm index 342fdc083a..fd838f12d6 100644 --- a/src/apps/microsoft/iis/restapi/mode/websites.pm +++ b/src/apps/microsoft/iis/restapi/mode/websites.pm @@ -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 diff --git a/src/apps/microsoft/iis/restapi/plugin.pm b/src/apps/microsoft/iis/restapi/plugin.pm index 22be8cf29f..cab82564f8 100644 --- a/src/apps/microsoft/iis/restapi/plugin.pm +++ b/src/apps/microsoft/iis/restapi/plugin.pm @@ -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 diff --git a/src/apps/microsoft/iis/wsman/mode/applicationpools.pm b/src/apps/microsoft/iis/wsman/mode/applicationpools.pm index 0e10c69077..7ac9390871 100644 --- a/src/apps/microsoft/iis/wsman/mode/applicationpools.pm +++ b/src/apps/microsoft/iis/wsman/mode/applicationpools.pm @@ -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 diff --git a/src/apps/microsoft/iis/wsman/mode/listapplicationpools.pm b/src/apps/microsoft/iis/wsman/mode/listapplicationpools.pm index 2aefa13e23..e3307a7314 100644 --- a/src/apps/microsoft/iis/wsman/mode/listapplicationpools.pm +++ b/src/apps/microsoft/iis/wsman/mode/listapplicationpools.pm @@ -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 diff --git a/src/apps/microsoft/iis/wsman/plugin.pm b/src/apps/microsoft/iis/wsman/plugin.pm index 9528a5b364..cb8172e4c2 100644 --- a/src/apps/microsoft/iis/wsman/plugin.pm +++ b/src/apps/microsoft/iis/wsman/plugin.pm @@ -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 diff --git a/src/apps/microsoft/mscs/local/mode/listnodes.pm b/src/apps/microsoft/mscs/local/mode/listnodes.pm index 1f1201e13f..17d41b4f0f 100644 --- a/src/apps/microsoft/mscs/local/mode/listnodes.pm +++ b/src/apps/microsoft/mscs/local/mode/listnodes.pm @@ -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 diff --git a/src/apps/microsoft/mscs/local/mode/listresources.pm b/src/apps/microsoft/mscs/local/mode/listresources.pm index 03293449fa..9fa8aea190 100644 --- a/src/apps/microsoft/mscs/local/mode/listresources.pm +++ b/src/apps/microsoft/mscs/local/mode/listresources.pm @@ -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 diff --git a/src/apps/microsoft/mscs/local/mode/networkstatus.pm b/src/apps/microsoft/mscs/local/mode/networkstatus.pm index cdb60e5d68..7c688d3eda 100644 --- a/src/apps/microsoft/mscs/local/mode/networkstatus.pm +++ b/src/apps/microsoft/mscs/local/mode/networkstatus.pm @@ -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 diff --git a/src/apps/microsoft/mscs/local/mode/nodestatus.pm b/src/apps/microsoft/mscs/local/mode/nodestatus.pm index a413fd49c4..59f03a5512 100644 --- a/src/apps/microsoft/mscs/local/mode/nodestatus.pm +++ b/src/apps/microsoft/mscs/local/mode/nodestatus.pm @@ -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 diff --git a/src/apps/microsoft/mscs/local/mode/resourcegroupstatus.pm b/src/apps/microsoft/mscs/local/mode/resourcegroupstatus.pm index 423e9d0645..92a6eba44b 100644 --- a/src/apps/microsoft/mscs/local/mode/resourcegroupstatus.pm +++ b/src/apps/microsoft/mscs/local/mode/resourcegroupstatus.pm @@ -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 diff --git a/src/apps/microsoft/mscs/local/mode/resourcestatus.pm b/src/apps/microsoft/mscs/local/mode/resourcestatus.pm index 39e8a480af..536dde006b 100644 --- a/src/apps/microsoft/mscs/local/mode/resourcestatus.pm +++ b/src/apps/microsoft/mscs/local/mode/resourcestatus.pm @@ -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 diff --git a/src/apps/microsoft/mscs/local/plugin.pm b/src/apps/microsoft/mscs/local/plugin.pm index b5ad14da97..63a0d28378 100644 --- a/src/apps/microsoft/mscs/local/plugin.pm +++ b/src/apps/microsoft/mscs/local/plugin.pm @@ -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 diff --git a/src/apps/microsoft/sccm/local/mode/databasereplicationstatus.pm b/src/apps/microsoft/sccm/local/mode/databasereplicationstatus.pm index 52d5d4ba6a..ac2cb5e1a4 100644 --- a/src/apps/microsoft/sccm/local/mode/databasereplicationstatus.pm +++ b/src/apps/microsoft/sccm/local/mode/databasereplicationstatus.pm @@ -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 diff --git a/src/apps/microsoft/sccm/local/mode/sitestatus.pm b/src/apps/microsoft/sccm/local/mode/sitestatus.pm index b6d80d756b..fc9cfc45ed 100644 --- a/src/apps/microsoft/sccm/local/mode/sitestatus.pm +++ b/src/apps/microsoft/sccm/local/mode/sitestatus.pm @@ -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 diff --git a/src/apps/microsoft/sccm/local/plugin.pm b/src/apps/microsoft/sccm/local/plugin.pm index aa1b0c90e7..a9cb48a9ff 100644 --- a/src/apps/microsoft/sccm/local/plugin.pm +++ b/src/apps/microsoft/sccm/local/plugin.pm @@ -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 diff --git a/src/apps/microsoft/wsus/local/mode/computersstatus.pm b/src/apps/microsoft/wsus/local/mode/computersstatus.pm index 560323315d..754efaeaff 100644 --- a/src/apps/microsoft/wsus/local/mode/computersstatus.pm +++ b/src/apps/microsoft/wsus/local/mode/computersstatus.pm @@ -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 diff --git a/src/apps/microsoft/wsus/local/mode/serverstatistics.pm b/src/apps/microsoft/wsus/local/mode/serverstatistics.pm index 8c7b7542fb..81b2051512 100644 --- a/src/apps/microsoft/wsus/local/mode/serverstatistics.pm +++ b/src/apps/microsoft/wsus/local/mode/serverstatistics.pm @@ -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 diff --git a/src/apps/microsoft/wsus/local/mode/synchronisationstatus.pm b/src/apps/microsoft/wsus/local/mode/synchronisationstatus.pm index 5d24ba5e6a..60f1010dc8 100644 --- a/src/apps/microsoft/wsus/local/mode/synchronisationstatus.pm +++ b/src/apps/microsoft/wsus/local/mode/synchronisationstatus.pm @@ -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 diff --git a/src/apps/microsoft/wsus/local/mode/updatesstatus.pm b/src/apps/microsoft/wsus/local/mode/updatesstatus.pm index bc1b570a9e..7af63d0dd0 100644 --- a/src/apps/microsoft/wsus/local/mode/updatesstatus.pm +++ b/src/apps/microsoft/wsus/local/mode/updatesstatus.pm @@ -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 diff --git a/src/apps/microsoft/wsus/local/plugin.pm b/src/apps/microsoft/wsus/local/plugin.pm index a0cd1e8a2f..511923e110 100644 --- a/src/apps/microsoft/wsus/local/plugin.pm +++ b/src/apps/microsoft/wsus/local/plugin.pm @@ -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 diff --git a/src/apps/monitoring/alyvix/restapi/custom/api.pm b/src/apps/monitoring/alyvix/restapi/custom/api.pm index a8c561d49b..9e15d033eb 100644 --- a/src/apps/monitoring/alyvix/restapi/custom/api.pm +++ b/src/apps/monitoring/alyvix/restapi/custom/api.pm @@ -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 diff --git a/src/apps/monitoring/alyvix/restapi/mode/listtestcases.pm b/src/apps/monitoring/alyvix/restapi/mode/listtestcases.pm index baac6367a4..a5ceb872c8 100644 --- a/src/apps/monitoring/alyvix/restapi/mode/listtestcases.pm +++ b/src/apps/monitoring/alyvix/restapi/mode/listtestcases.pm @@ -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 diff --git a/src/apps/monitoring/alyvix/restapi/mode/testcases.pm b/src/apps/monitoring/alyvix/restapi/mode/testcases.pm index af512ea3cc..1fa209d455 100644 --- a/src/apps/monitoring/alyvix/restapi/mode/testcases.pm +++ b/src/apps/monitoring/alyvix/restapi/mode/testcases.pm @@ -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 diff --git a/src/apps/monitoring/alyvix/restapi/plugin.pm b/src/apps/monitoring/alyvix/restapi/plugin.pm index 29ba935c11..4f52a1964d 100644 --- a/src/apps/monitoring/alyvix/restapi/plugin.pm +++ b/src/apps/monitoring/alyvix/restapi/plugin.pm @@ -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 diff --git a/src/apps/monitoring/dynatrace/restapi/custom/api.pm b/src/apps/monitoring/dynatrace/restapi/custom/api.pm index b59084d0c6..744b3f4fc1 100644 --- a/src/apps/monitoring/dynatrace/restapi/custom/api.pm +++ b/src/apps/monitoring/dynatrace/restapi/custom/api.pm @@ -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 diff --git a/src/apps/monitoring/dynatrace/restapi/mode/apdex.pm b/src/apps/monitoring/dynatrace/restapi/mode/apdex.pm index 3e7192f643..120ce01eab 100644 --- a/src/apps/monitoring/dynatrace/restapi/mode/apdex.pm +++ b/src/apps/monitoring/dynatrace/restapi/mode/apdex.pm @@ -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 diff --git a/src/apps/monitoring/dynatrace/restapi/mode/availability.pm b/src/apps/monitoring/dynatrace/restapi/mode/availability.pm index 72ca87a4d4..66e25024a5 100644 --- a/src/apps/monitoring/dynatrace/restapi/mode/availability.pm +++ b/src/apps/monitoring/dynatrace/restapi/mode/availability.pm @@ -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 diff --git a/src/apps/monitoring/dynatrace/restapi/mode/events.pm b/src/apps/monitoring/dynatrace/restapi/mode/events.pm index 5e100497cb..edd2c0103b 100644 --- a/src/apps/monitoring/dynatrace/restapi/mode/events.pm +++ b/src/apps/monitoring/dynatrace/restapi/mode/events.pm @@ -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 diff --git a/src/apps/monitoring/dynatrace/restapi/mode/problems.pm b/src/apps/monitoring/dynatrace/restapi/mode/problems.pm index 9c1b594c49..8268f486a8 100644 --- a/src/apps/monitoring/dynatrace/restapi/mode/problems.pm +++ b/src/apps/monitoring/dynatrace/restapi/mode/problems.pm @@ -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 diff --git a/src/apps/monitoring/dynatrace/restapi/plugin.pm b/src/apps/monitoring/dynatrace/restapi/plugin.pm index d4ca82e78f..a5a43c1d49 100644 --- a/src/apps/monitoring/dynatrace/restapi/plugin.pm +++ b/src/apps/monitoring/dynatrace/restapi/plugin.pm @@ -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 diff --git a/src/apps/monitoring/iplabel/ekara/restapi/custom/api.pm b/src/apps/monitoring/iplabel/ekara/restapi/custom/api.pm index 32f91bbc07..2df88a48f0 100644 --- a/src/apps/monitoring/iplabel/ekara/restapi/custom/api.pm +++ b/src/apps/monitoring/iplabel/ekara/restapi/custom/api.pm @@ -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 diff --git a/src/apps/monitoring/iplabel/ekara/restapi/mode/discovery.pm b/src/apps/monitoring/iplabel/ekara/restapi/mode/discovery.pm index 65bb886e3b..723ce55948 100644 --- a/src/apps/monitoring/iplabel/ekara/restapi/mode/discovery.pm +++ b/src/apps/monitoring/iplabel/ekara/restapi/mode/discovery.pm @@ -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 diff --git a/src/apps/monitoring/iplabel/ekara/restapi/mode/incidents.pm b/src/apps/monitoring/iplabel/ekara/restapi/mode/incidents.pm index 08858bc8ab..7953d98a85 100644 --- a/src/apps/monitoring/iplabel/ekara/restapi/mode/incidents.pm +++ b/src/apps/monitoring/iplabel/ekara/restapi/mode/incidents.pm @@ -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 diff --git a/src/apps/monitoring/iplabel/ekara/restapi/mode/scenarios.pm b/src/apps/monitoring/iplabel/ekara/restapi/mode/scenarios.pm index 195978ca39..f92a754ecc 100644 --- a/src/apps/monitoring/iplabel/ekara/restapi/mode/scenarios.pm +++ b/src/apps/monitoring/iplabel/ekara/restapi/mode/scenarios.pm @@ -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 diff --git a/src/apps/monitoring/iplabel/ekara/restapi/plugin.pm b/src/apps/monitoring/iplabel/ekara/restapi/plugin.pm index 3239257de6..3ebffc6372 100644 --- a/src/apps/monitoring/iplabel/ekara/restapi/plugin.pm +++ b/src/apps/monitoring/iplabel/ekara/restapi/plugin.pm @@ -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 diff --git a/src/apps/monitoring/iplabel/newtest/restapi/custom/api.pm b/src/apps/monitoring/iplabel/newtest/restapi/custom/api.pm index 5b4f456f28..04935d993e 100644 --- a/src/apps/monitoring/iplabel/newtest/restapi/custom/api.pm +++ b/src/apps/monitoring/iplabel/newtest/restapi/custom/api.pm @@ -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 diff --git a/src/apps/monitoring/iplabel/newtest/restapi/mode/discovery.pm b/src/apps/monitoring/iplabel/newtest/restapi/mode/discovery.pm index 53df1f0413..93dc11ff29 100644 --- a/src/apps/monitoring/iplabel/newtest/restapi/mode/discovery.pm +++ b/src/apps/monitoring/iplabel/newtest/restapi/mode/discovery.pm @@ -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 diff --git a/src/apps/monitoring/iplabel/newtest/restapi/mode/listinstances.pm b/src/apps/monitoring/iplabel/newtest/restapi/mode/listinstances.pm index 090d1f5629..bc234e0bd0 100644 --- a/src/apps/monitoring/iplabel/newtest/restapi/mode/listinstances.pm +++ b/src/apps/monitoring/iplabel/newtest/restapi/mode/listinstances.pm @@ -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 diff --git a/src/apps/monitoring/iplabel/newtest/restapi/mode/scenarios.pm b/src/apps/monitoring/iplabel/newtest/restapi/mode/scenarios.pm index 69acc82494..1610f0c878 100644 --- a/src/apps/monitoring/iplabel/newtest/restapi/mode/scenarios.pm +++ b/src/apps/monitoring/iplabel/newtest/restapi/mode/scenarios.pm @@ -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 diff --git a/src/apps/monitoring/iplabel/newtest/restapi/plugin.pm b/src/apps/monitoring/iplabel/newtest/restapi/plugin.pm index c8453d59cf..453866afca 100644 --- a/src/apps/monitoring/iplabel/newtest/restapi/plugin.pm +++ b/src/apps/monitoring/iplabel/newtest/restapi/plugin.pm @@ -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 diff --git a/src/apps/monitoring/kadiska/custom/api.pm b/src/apps/monitoring/kadiska/custom/api.pm index 3c0db5bbef..29622b3d00 100644 --- a/src/apps/monitoring/kadiska/custom/api.pm +++ b/src/apps/monitoring/kadiska/custom/api.pm @@ -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 diff --git a/src/apps/monitoring/kadiska/mode/alerts.pm b/src/apps/monitoring/kadiska/mode/alerts.pm index 47200050a8..f22cae9598 100644 --- a/src/apps/monitoring/kadiska/mode/alerts.pm +++ b/src/apps/monitoring/kadiska/mode/alerts.pm @@ -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 diff --git a/src/apps/monitoring/kadiska/mode/listalertrules.pm b/src/apps/monitoring/kadiska/mode/listalertrules.pm index 1d398ac424..e1a5b2dd0b 100644 --- a/src/apps/monitoring/kadiska/mode/listalertrules.pm +++ b/src/apps/monitoring/kadiska/mode/listalertrules.pm @@ -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 diff --git a/src/apps/monitoring/kadiska/mode/listrunners.pm b/src/apps/monitoring/kadiska/mode/listrunners.pm index a6838da51a..eae897fba0 100644 --- a/src/apps/monitoring/kadiska/mode/listrunners.pm +++ b/src/apps/monitoring/kadiska/mode/listrunners.pm @@ -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 diff --git a/src/apps/monitoring/kadiska/mode/listtargets.pm b/src/apps/monitoring/kadiska/mode/listtargets.pm index 5a2be8d515..d8f49ae47a 100644 --- a/src/apps/monitoring/kadiska/mode/listtargets.pm +++ b/src/apps/monitoring/kadiska/mode/listtargets.pm @@ -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 diff --git a/src/apps/monitoring/kadiska/mode/listwatchers.pm b/src/apps/monitoring/kadiska/mode/listwatchers.pm index 51433df0d2..4ec227f706 100644 --- a/src/apps/monitoring/kadiska/mode/listwatchers.pm +++ b/src/apps/monitoring/kadiska/mode/listwatchers.pm @@ -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 diff --git a/src/apps/monitoring/kadiska/mode/nettracerstatistics.pm b/src/apps/monitoring/kadiska/mode/nettracerstatistics.pm index bc71b7352b..b03db167e6 100644 --- a/src/apps/monitoring/kadiska/mode/nettracerstatistics.pm +++ b/src/apps/monitoring/kadiska/mode/nettracerstatistics.pm @@ -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 diff --git a/src/apps/monitoring/kadiska/mode/watcherstatistics.pm b/src/apps/monitoring/kadiska/mode/watcherstatistics.pm index 99d5424f6e..1636f2c6af 100644 --- a/src/apps/monitoring/kadiska/mode/watcherstatistics.pm +++ b/src/apps/monitoring/kadiska/mode/watcherstatistics.pm @@ -1,5 +1,5 @@ # -# Copyright 2023 Centreon (http://www.centreon.com/) +# Copyright 2024 Centreon (http://www.centreon.com/) # # Centreon is a full-fledged instry-strength solution that meets # the needs in IT infrastructure and application monitoring for diff --git a/src/apps/monitoring/kadiska/plugin.pm b/src/apps/monitoring/kadiska/plugin.pm index 3eb31ac38b..a4fbe8603f 100644 --- a/src/apps/monitoring/kadiska/plugin.pm +++ b/src/apps/monitoring/kadiska/plugin.pm @@ -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 diff --git a/src/apps/monitoring/loggly/restapi/custom/api.pm b/src/apps/monitoring/loggly/restapi/custom/api.pm index 0dc2173017..9cd2e704c5 100644 --- a/src/apps/monitoring/loggly/restapi/custom/api.pm +++ b/src/apps/monitoring/loggly/restapi/custom/api.pm @@ -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 diff --git a/src/apps/monitoring/loggly/restapi/mode/events.pm b/src/apps/monitoring/loggly/restapi/mode/events.pm index 28e309e052..c492a87f76 100644 --- a/src/apps/monitoring/loggly/restapi/mode/events.pm +++ b/src/apps/monitoring/loggly/restapi/mode/events.pm @@ -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 diff --git a/src/apps/monitoring/loggly/restapi/mode/fields.pm b/src/apps/monitoring/loggly/restapi/mode/fields.pm index 302e9e4a80..5e32da01dd 100644 --- a/src/apps/monitoring/loggly/restapi/mode/fields.pm +++ b/src/apps/monitoring/loggly/restapi/mode/fields.pm @@ -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 diff --git a/src/apps/monitoring/loggly/restapi/plugin.pm b/src/apps/monitoring/loggly/restapi/plugin.pm index baf5bd4d5d..a09a8e48cb 100644 --- a/src/apps/monitoring/loggly/restapi/plugin.pm +++ b/src/apps/monitoring/loggly/restapi/plugin.pm @@ -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 diff --git a/src/apps/monitoring/mip/restapi/custom/api.pm b/src/apps/monitoring/mip/restapi/custom/api.pm index 3d72c268f5..1d962f47db 100644 --- a/src/apps/monitoring/mip/restapi/custom/api.pm +++ b/src/apps/monitoring/mip/restapi/custom/api.pm @@ -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 diff --git a/src/apps/monitoring/mip/restapi/mode/listscenarios.pm b/src/apps/monitoring/mip/restapi/mode/listscenarios.pm index b562f97469..6f385c1ab5 100644 --- a/src/apps/monitoring/mip/restapi/mode/listscenarios.pm +++ b/src/apps/monitoring/mip/restapi/mode/listscenarios.pm @@ -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 diff --git a/src/apps/monitoring/mip/restapi/mode/scenarios.pm b/src/apps/monitoring/mip/restapi/mode/scenarios.pm index b112fa3e79..ffb16e6a28 100644 --- a/src/apps/monitoring/mip/restapi/mode/scenarios.pm +++ b/src/apps/monitoring/mip/restapi/mode/scenarios.pm @@ -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 diff --git a/src/apps/monitoring/mip/restapi/plugin.pm b/src/apps/monitoring/mip/restapi/plugin.pm index 4e996f76a3..392201166c 100644 --- a/src/apps/monitoring/mip/restapi/plugin.pm +++ b/src/apps/monitoring/mip/restapi/plugin.pm @@ -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 diff --git a/src/apps/monitoring/netdata/restapi/custom/api.pm b/src/apps/monitoring/netdata/restapi/custom/api.pm index 7244ff0e60..98a8db4765 100644 --- a/src/apps/monitoring/netdata/restapi/custom/api.pm +++ b/src/apps/monitoring/netdata/restapi/custom/api.pm @@ -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 diff --git a/src/apps/monitoring/netdata/restapi/mode/alarms.pm b/src/apps/monitoring/netdata/restapi/mode/alarms.pm index 9d17d7680c..d694e57a13 100644 --- a/src/apps/monitoring/netdata/restapi/mode/alarms.pm +++ b/src/apps/monitoring/netdata/restapi/mode/alarms.pm @@ -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 alarm monitoring for diff --git a/src/apps/monitoring/netdata/restapi/mode/cpu.pm b/src/apps/monitoring/netdata/restapi/mode/cpu.pm index 71a8c05488..fa843d6775 100644 --- a/src/apps/monitoring/netdata/restapi/mode/cpu.pm +++ b/src/apps/monitoring/netdata/restapi/mode/cpu.pm @@ -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 alarm monitoring for diff --git a/src/apps/monitoring/netdata/restapi/mode/disks.pm b/src/apps/monitoring/netdata/restapi/mode/disks.pm index 4cff7d896b..b588cfac03 100644 --- a/src/apps/monitoring/netdata/restapi/mode/disks.pm +++ b/src/apps/monitoring/netdata/restapi/mode/disks.pm @@ -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 diff --git a/src/apps/monitoring/netdata/restapi/mode/getchart.pm b/src/apps/monitoring/netdata/restapi/mode/getchart.pm index 0584596730..b279a5174b 100644 --- a/src/apps/monitoring/netdata/restapi/mode/getchart.pm +++ b/src/apps/monitoring/netdata/restapi/mode/getchart.pm @@ -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 alarm monitoring for diff --git a/src/apps/monitoring/netdata/restapi/mode/inodes.pm b/src/apps/monitoring/netdata/restapi/mode/inodes.pm index 9c88c2210d..66cdd340aa 100644 --- a/src/apps/monitoring/netdata/restapi/mode/inodes.pm +++ b/src/apps/monitoring/netdata/restapi/mode/inodes.pm @@ -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 diff --git a/src/apps/monitoring/netdata/restapi/mode/listcharts.pm b/src/apps/monitoring/netdata/restapi/mode/listcharts.pm index 795a325ebc..caefa3e809 100644 --- a/src/apps/monitoring/netdata/restapi/mode/listcharts.pm +++ b/src/apps/monitoring/netdata/restapi/mode/listcharts.pm @@ -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 diff --git a/src/apps/monitoring/netdata/restapi/mode/listdisks.pm b/src/apps/monitoring/netdata/restapi/mode/listdisks.pm index 8f95b7040b..3f2c432792 100644 --- a/src/apps/monitoring/netdata/restapi/mode/listdisks.pm +++ b/src/apps/monitoring/netdata/restapi/mode/listdisks.pm @@ -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 diff --git a/src/apps/monitoring/netdata/restapi/mode/listinterfaces.pm b/src/apps/monitoring/netdata/restapi/mode/listinterfaces.pm index be30040089..181d8214f8 100644 --- a/src/apps/monitoring/netdata/restapi/mode/listinterfaces.pm +++ b/src/apps/monitoring/netdata/restapi/mode/listinterfaces.pm @@ -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 diff --git a/src/apps/monitoring/netdata/restapi/mode/load.pm b/src/apps/monitoring/netdata/restapi/mode/load.pm index 214b4c4394..3524695463 100644 --- a/src/apps/monitoring/netdata/restapi/mode/load.pm +++ b/src/apps/monitoring/netdata/restapi/mode/load.pm @@ -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 alarm monitoring for diff --git a/src/apps/monitoring/netdata/restapi/mode/memory.pm b/src/apps/monitoring/netdata/restapi/mode/memory.pm index bf7ed3158f..6e760287c2 100644 --- a/src/apps/monitoring/netdata/restapi/mode/memory.pm +++ b/src/apps/monitoring/netdata/restapi/mode/memory.pm @@ -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 alarm monitoring for diff --git a/src/apps/monitoring/netdata/restapi/mode/swap.pm b/src/apps/monitoring/netdata/restapi/mode/swap.pm index f18930e928..de808b17f7 100644 --- a/src/apps/monitoring/netdata/restapi/mode/swap.pm +++ b/src/apps/monitoring/netdata/restapi/mode/swap.pm @@ -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 alarm monitoring for diff --git a/src/apps/monitoring/netdata/restapi/mode/traffic.pm b/src/apps/monitoring/netdata/restapi/mode/traffic.pm index ff6cf2450a..0b4439f4f4 100644 --- a/src/apps/monitoring/netdata/restapi/mode/traffic.pm +++ b/src/apps/monitoring/netdata/restapi/mode/traffic.pm @@ -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 diff --git a/src/apps/monitoring/netdata/restapi/plugin.pm b/src/apps/monitoring/netdata/restapi/plugin.pm index 969b5fe483..6784e36557 100644 --- a/src/apps/monitoring/netdata/restapi/plugin.pm +++ b/src/apps/monitoring/netdata/restapi/plugin.pm @@ -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 diff --git a/src/apps/monitoring/nodeexporter/linux/mode/cpu.pm b/src/apps/monitoring/nodeexporter/linux/mode/cpu.pm index 0ac6600f42..3ef0a6f51c 100644 --- a/src/apps/monitoring/nodeexporter/linux/mode/cpu.pm +++ b/src/apps/monitoring/nodeexporter/linux/mode/cpu.pm @@ -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 diff --git a/src/apps/monitoring/nodeexporter/linux/mode/listinterfaces.pm b/src/apps/monitoring/nodeexporter/linux/mode/listinterfaces.pm index a1a140aacc..c3c144afab 100644 --- a/src/apps/monitoring/nodeexporter/linux/mode/listinterfaces.pm +++ b/src/apps/monitoring/nodeexporter/linux/mode/listinterfaces.pm @@ -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 diff --git a/src/apps/monitoring/nodeexporter/linux/mode/liststorages.pm b/src/apps/monitoring/nodeexporter/linux/mode/liststorages.pm index 1940467ac6..0ccb116f73 100644 --- a/src/apps/monitoring/nodeexporter/linux/mode/liststorages.pm +++ b/src/apps/monitoring/nodeexporter/linux/mode/liststorages.pm @@ -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 diff --git a/src/apps/monitoring/nodeexporter/linux/mode/load.pm b/src/apps/monitoring/nodeexporter/linux/mode/load.pm index 2d3b32501f..9b7f2b5955 100644 --- a/src/apps/monitoring/nodeexporter/linux/mode/load.pm +++ b/src/apps/monitoring/nodeexporter/linux/mode/load.pm @@ -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 diff --git a/src/apps/monitoring/nodeexporter/linux/mode/memory.pm b/src/apps/monitoring/nodeexporter/linux/mode/memory.pm index 6bbfcc3706..8eaa40fe0f 100644 --- a/src/apps/monitoring/nodeexporter/linux/mode/memory.pm +++ b/src/apps/monitoring/nodeexporter/linux/mode/memory.pm @@ -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 diff --git a/src/apps/monitoring/nodeexporter/linux/mode/storage.pm b/src/apps/monitoring/nodeexporter/linux/mode/storage.pm index f275468cff..2e956b8094 100644 --- a/src/apps/monitoring/nodeexporter/linux/mode/storage.pm +++ b/src/apps/monitoring/nodeexporter/linux/mode/storage.pm @@ -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 diff --git a/src/apps/monitoring/nodeexporter/linux/mode/traffic.pm b/src/apps/monitoring/nodeexporter/linux/mode/traffic.pm index 997d60b166..f67d64429f 100644 --- a/src/apps/monitoring/nodeexporter/linux/mode/traffic.pm +++ b/src/apps/monitoring/nodeexporter/linux/mode/traffic.pm @@ -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 diff --git a/src/apps/monitoring/nodeexporter/linux/plugin.pm b/src/apps/monitoring/nodeexporter/linux/plugin.pm index 2bf2b5272a..10209ad937 100644 --- a/src/apps/monitoring/nodeexporter/linux/plugin.pm +++ b/src/apps/monitoring/nodeexporter/linux/plugin.pm @@ -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 diff --git a/src/apps/monitoring/nodeexporter/windows/mode/cpu.pm b/src/apps/monitoring/nodeexporter/windows/mode/cpu.pm index 5fda31b4fb..3a52bb53af 100644 --- a/src/apps/monitoring/nodeexporter/windows/mode/cpu.pm +++ b/src/apps/monitoring/nodeexporter/windows/mode/cpu.pm @@ -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 diff --git a/src/apps/monitoring/nodeexporter/windows/mode/listinterfaces.pm b/src/apps/monitoring/nodeexporter/windows/mode/listinterfaces.pm index bf1c892b66..e0dc147170 100644 --- a/src/apps/monitoring/nodeexporter/windows/mode/listinterfaces.pm +++ b/src/apps/monitoring/nodeexporter/windows/mode/listinterfaces.pm @@ -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 diff --git a/src/apps/monitoring/nodeexporter/windows/mode/listservices.pm b/src/apps/monitoring/nodeexporter/windows/mode/listservices.pm index 1be4c5f268..40c92b794b 100644 --- a/src/apps/monitoring/nodeexporter/windows/mode/listservices.pm +++ b/src/apps/monitoring/nodeexporter/windows/mode/listservices.pm @@ -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 diff --git a/src/apps/monitoring/nodeexporter/windows/mode/liststorages.pm b/src/apps/monitoring/nodeexporter/windows/mode/liststorages.pm index 896878ae50..8a279a0535 100644 --- a/src/apps/monitoring/nodeexporter/windows/mode/liststorages.pm +++ b/src/apps/monitoring/nodeexporter/windows/mode/liststorages.pm @@ -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 diff --git a/src/apps/monitoring/nodeexporter/windows/mode/memory.pm b/src/apps/monitoring/nodeexporter/windows/mode/memory.pm index e3f13e66cf..9ac746ff8c 100644 --- a/src/apps/monitoring/nodeexporter/windows/mode/memory.pm +++ b/src/apps/monitoring/nodeexporter/windows/mode/memory.pm @@ -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 diff --git a/src/apps/monitoring/nodeexporter/windows/mode/services.pm b/src/apps/monitoring/nodeexporter/windows/mode/services.pm index f51aded512..0f91220fca 100644 --- a/src/apps/monitoring/nodeexporter/windows/mode/services.pm +++ b/src/apps/monitoring/nodeexporter/windows/mode/services.pm @@ -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 diff --git a/src/apps/monitoring/nodeexporter/windows/mode/storage.pm b/src/apps/monitoring/nodeexporter/windows/mode/storage.pm index 0aa1dc27ed..48c583e0da 100644 --- a/src/apps/monitoring/nodeexporter/windows/mode/storage.pm +++ b/src/apps/monitoring/nodeexporter/windows/mode/storage.pm @@ -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 diff --git a/src/apps/monitoring/nodeexporter/windows/mode/traffic.pm b/src/apps/monitoring/nodeexporter/windows/mode/traffic.pm index e4a8913992..954c53dc7c 100644 --- a/src/apps/monitoring/nodeexporter/windows/mode/traffic.pm +++ b/src/apps/monitoring/nodeexporter/windows/mode/traffic.pm @@ -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 diff --git a/src/apps/monitoring/nodeexporter/windows/plugin.pm b/src/apps/monitoring/nodeexporter/windows/plugin.pm index fb070ba78f..602cce0c77 100644 --- a/src/apps/monitoring/nodeexporter/windows/plugin.pm +++ b/src/apps/monitoring/nodeexporter/windows/plugin.pm @@ -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 diff --git a/src/apps/monitoring/ntopng/restapi/custom/api.pm b/src/apps/monitoring/ntopng/restapi/custom/api.pm index 17023b8d33..c1ef8e5da2 100644 --- a/src/apps/monitoring/ntopng/restapi/custom/api.pm +++ b/src/apps/monitoring/ntopng/restapi/custom/api.pm @@ -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 diff --git a/src/apps/monitoring/ntopng/restapi/plugin.pm b/src/apps/monitoring/ntopng/restapi/plugin.pm index c28a4459ba..e07bd7a184 100644 --- a/src/apps/monitoring/ntopng/restapi/plugin.pm +++ b/src/apps/monitoring/ntopng/restapi/plugin.pm @@ -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 diff --git a/src/apps/monitoring/openmetrics/mode/scrapemetrics.pm b/src/apps/monitoring/openmetrics/mode/scrapemetrics.pm index bf63d9e02c..ef476d9798 100644 --- a/src/apps/monitoring/openmetrics/mode/scrapemetrics.pm +++ b/src/apps/monitoring/openmetrics/mode/scrapemetrics.pm @@ -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 diff --git a/src/apps/monitoring/openmetrics/plugin.pm b/src/apps/monitoring/openmetrics/plugin.pm index 82e5d5debf..ec06b7ae23 100644 --- a/src/apps/monitoring/openmetrics/plugin.pm +++ b/src/apps/monitoring/openmetrics/plugin.pm @@ -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 diff --git a/src/apps/monitoring/quanta/restapi/custom/api.pm b/src/apps/monitoring/quanta/restapi/custom/api.pm index 3b4ac4f50d..7ce23bafca 100644 --- a/src/apps/monitoring/quanta/restapi/custom/api.pm +++ b/src/apps/monitoring/quanta/restapi/custom/api.pm @@ -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 diff --git a/src/apps/monitoring/quanta/restapi/mode/webscenariosavailability.pm b/src/apps/monitoring/quanta/restapi/mode/webscenariosavailability.pm index 1f9ae66dbe..f94932bcd5 100644 --- a/src/apps/monitoring/quanta/restapi/mode/webscenariosavailability.pm +++ b/src/apps/monitoring/quanta/restapi/mode/webscenariosavailability.pm @@ -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 diff --git a/src/apps/monitoring/quanta/restapi/plugin.pm b/src/apps/monitoring/quanta/restapi/plugin.pm index 8c2fb47827..d47636c780 100644 --- a/src/apps/monitoring/quanta/restapi/plugin.pm +++ b/src/apps/monitoring/quanta/restapi/plugin.pm @@ -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 diff --git a/src/apps/monitoring/scom/restapi/custom/api.pm b/src/apps/monitoring/scom/restapi/custom/api.pm index 703d133f0b..7ea238db74 100644 --- a/src/apps/monitoring/scom/restapi/custom/api.pm +++ b/src/apps/monitoring/scom/restapi/custom/api.pm @@ -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 diff --git a/src/apps/monitoring/scom/restapi/plugin.pm b/src/apps/monitoring/scom/restapi/plugin.pm index 5cb102201a..d3209e9354 100644 --- a/src/apps/monitoring/scom/restapi/plugin.pm +++ b/src/apps/monitoring/scom/restapi/plugin.pm @@ -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 diff --git a/src/apps/monitoring/speedtest/mode/internetbandwidth.pm b/src/apps/monitoring/speedtest/mode/internetbandwidth.pm index bfda5355c4..6462cad9af 100644 --- a/src/apps/monitoring/speedtest/mode/internetbandwidth.pm +++ b/src/apps/monitoring/speedtest/mode/internetbandwidth.pm @@ -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 diff --git a/src/apps/monitoring/speedtest/plugin.pm b/src/apps/monitoring/speedtest/plugin.pm index 216e74d2e9..ba59a88865 100644 --- a/src/apps/monitoring/speedtest/plugin.pm +++ b/src/apps/monitoring/speedtest/plugin.pm @@ -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 diff --git a/src/apps/monitoring/splunk/custom/api.pm b/src/apps/monitoring/splunk/custom/api.pm index ea9089c822..689254a5c0 100644 --- a/src/apps/monitoring/splunk/custom/api.pm +++ b/src/apps/monitoring/splunk/custom/api.pm @@ -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 diff --git a/src/apps/monitoring/splunk/mode/indexupdate.pm b/src/apps/monitoring/splunk/mode/indexupdate.pm index 87c90e149f..e65a792ed3 100644 --- a/src/apps/monitoring/splunk/mode/indexupdate.pm +++ b/src/apps/monitoring/splunk/mode/indexupdate.pm @@ -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 diff --git a/src/apps/monitoring/splunk/mode/query.pm b/src/apps/monitoring/splunk/mode/query.pm index 4da5752f53..00dbe25acb 100644 --- a/src/apps/monitoring/splunk/mode/query.pm +++ b/src/apps/monitoring/splunk/mode/query.pm @@ -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 diff --git a/src/apps/monitoring/splunk/mode/splunkdhealth.pm b/src/apps/monitoring/splunk/mode/splunkdhealth.pm index 2aa17425e0..7c938dd67c 100644 --- a/src/apps/monitoring/splunk/mode/splunkdhealth.pm +++ b/src/apps/monitoring/splunk/mode/splunkdhealth.pm @@ -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 diff --git a/src/apps/monitoring/splunk/plugin.pm b/src/apps/monitoring/splunk/plugin.pm index 13a9323348..258d614624 100644 --- a/src/apps/monitoring/splunk/plugin.pm +++ b/src/apps/monitoring/splunk/plugin.pm @@ -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 diff --git a/src/apps/mq/activemq/jmx/mode/brokers.pm b/src/apps/mq/activemq/jmx/mode/brokers.pm index 430d14a99d..c79b790b50 100644 --- a/src/apps/mq/activemq/jmx/mode/brokers.pm +++ b/src/apps/mq/activemq/jmx/mode/brokers.pm @@ -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 diff --git a/src/apps/mq/activemq/jmx/mode/listbrokers.pm b/src/apps/mq/activemq/jmx/mode/listbrokers.pm index b12a0a079a..7a60134003 100644 --- a/src/apps/mq/activemq/jmx/mode/listbrokers.pm +++ b/src/apps/mq/activemq/jmx/mode/listbrokers.pm @@ -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 diff --git a/src/apps/mq/activemq/jmx/plugin.pm b/src/apps/mq/activemq/jmx/plugin.pm index 59c3cea1c9..2762d995b6 100644 --- a/src/apps/mq/activemq/jmx/plugin.pm +++ b/src/apps/mq/activemq/jmx/plugin.pm @@ -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 diff --git a/src/apps/mq/ibmmq/mqi/custom/api.pm b/src/apps/mq/ibmmq/mqi/custom/api.pm index 5b26059580..8bf791313e 100644 --- a/src/apps/mq/ibmmq/mqi/custom/api.pm +++ b/src/apps/mq/ibmmq/mqi/custom/api.pm @@ -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 diff --git a/src/apps/mq/ibmmq/mqi/mode/channels.pm b/src/apps/mq/ibmmq/mqi/mode/channels.pm index e6d4c4df63..e7c59cc8b2 100644 --- a/src/apps/mq/ibmmq/mqi/mode/channels.pm +++ b/src/apps/mq/ibmmq/mqi/mode/channels.pm @@ -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 diff --git a/src/apps/mq/ibmmq/mqi/mode/listchannels.pm b/src/apps/mq/ibmmq/mqi/mode/listchannels.pm index 0adbfffef6..ba512ca4c4 100644 --- a/src/apps/mq/ibmmq/mqi/mode/listchannels.pm +++ b/src/apps/mq/ibmmq/mqi/mode/listchannels.pm @@ -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 diff --git a/src/apps/mq/ibmmq/mqi/mode/listqueues.pm b/src/apps/mq/ibmmq/mqi/mode/listqueues.pm index c3225bfa18..7f90491cc8 100644 --- a/src/apps/mq/ibmmq/mqi/mode/listqueues.pm +++ b/src/apps/mq/ibmmq/mqi/mode/listqueues.pm @@ -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 diff --git a/src/apps/mq/ibmmq/mqi/mode/queuemanager.pm b/src/apps/mq/ibmmq/mqi/mode/queuemanager.pm index f89d73c984..e925736fc5 100644 --- a/src/apps/mq/ibmmq/mqi/mode/queuemanager.pm +++ b/src/apps/mq/ibmmq/mqi/mode/queuemanager.pm @@ -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 diff --git a/src/apps/mq/ibmmq/mqi/mode/queues.pm b/src/apps/mq/ibmmq/mqi/mode/queues.pm index acc644a1a7..0d1f34abe1 100644 --- a/src/apps/mq/ibmmq/mqi/mode/queues.pm +++ b/src/apps/mq/ibmmq/mqi/mode/queues.pm @@ -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 diff --git a/src/apps/mq/ibmmq/mqi/plugin.pm b/src/apps/mq/ibmmq/mqi/plugin.pm index c3e70f2917..9eaca61087 100644 --- a/src/apps/mq/ibmmq/mqi/plugin.pm +++ b/src/apps/mq/ibmmq/mqi/plugin.pm @@ -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 diff --git a/src/apps/mq/ibmmq/restapi/custom/api.pm b/src/apps/mq/ibmmq/restapi/custom/api.pm index 990968ca5c..cad4b558f8 100644 --- a/src/apps/mq/ibmmq/restapi/custom/api.pm +++ b/src/apps/mq/ibmmq/restapi/custom/api.pm @@ -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 diff --git a/src/apps/mq/ibmmq/restapi/mode/listqueuemanagers.pm b/src/apps/mq/ibmmq/restapi/mode/listqueuemanagers.pm index 41538259d6..52817339c9 100644 --- a/src/apps/mq/ibmmq/restapi/mode/listqueuemanagers.pm +++ b/src/apps/mq/ibmmq/restapi/mode/listqueuemanagers.pm @@ -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 diff --git a/src/apps/mq/ibmmq/restapi/mode/listqueues.pm b/src/apps/mq/ibmmq/restapi/mode/listqueues.pm index 62890bdba1..8354333cba 100644 --- a/src/apps/mq/ibmmq/restapi/mode/listqueues.pm +++ b/src/apps/mq/ibmmq/restapi/mode/listqueues.pm @@ -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 diff --git a/src/apps/mq/ibmmq/restapi/mode/queuemanagers.pm b/src/apps/mq/ibmmq/restapi/mode/queuemanagers.pm index 82dfaaecc1..90c57f16c6 100644 --- a/src/apps/mq/ibmmq/restapi/mode/queuemanagers.pm +++ b/src/apps/mq/ibmmq/restapi/mode/queuemanagers.pm @@ -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 diff --git a/src/apps/mq/ibmmq/restapi/mode/queues.pm b/src/apps/mq/ibmmq/restapi/mode/queues.pm index 33e503fbed..68c8e3df3b 100644 --- a/src/apps/mq/ibmmq/restapi/mode/queues.pm +++ b/src/apps/mq/ibmmq/restapi/mode/queues.pm @@ -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 diff --git a/src/apps/mq/ibmmq/restapi/plugin.pm b/src/apps/mq/ibmmq/restapi/plugin.pm index 4912a088b1..948834666f 100644 --- a/src/apps/mq/ibmmq/restapi/plugin.pm +++ b/src/apps/mq/ibmmq/restapi/plugin.pm @@ -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 diff --git a/src/apps/mq/rabbitmq/restapi/custom/api.pm b/src/apps/mq/rabbitmq/restapi/custom/api.pm index ce5089230f..9ed2f79796 100644 --- a/src/apps/mq/rabbitmq/restapi/custom/api.pm +++ b/src/apps/mq/rabbitmq/restapi/custom/api.pm @@ -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 diff --git a/src/apps/mq/rabbitmq/restapi/mode/listnodes.pm b/src/apps/mq/rabbitmq/restapi/mode/listnodes.pm index 8b0709fe2b..4eb3a39b6a 100644 --- a/src/apps/mq/rabbitmq/restapi/mode/listnodes.pm +++ b/src/apps/mq/rabbitmq/restapi/mode/listnodes.pm @@ -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 diff --git a/src/apps/mq/rabbitmq/restapi/mode/listqueues.pm b/src/apps/mq/rabbitmq/restapi/mode/listqueues.pm index e1e08fec8d..dc1e219370 100644 --- a/src/apps/mq/rabbitmq/restapi/mode/listqueues.pm +++ b/src/apps/mq/rabbitmq/restapi/mode/listqueues.pm @@ -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 diff --git a/src/apps/mq/rabbitmq/restapi/mode/listvhosts.pm b/src/apps/mq/rabbitmq/restapi/mode/listvhosts.pm index 910f94caf5..64f568cf5d 100644 --- a/src/apps/mq/rabbitmq/restapi/mode/listvhosts.pm +++ b/src/apps/mq/rabbitmq/restapi/mode/listvhosts.pm @@ -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 diff --git a/src/apps/mq/rabbitmq/restapi/mode/nodeusage.pm b/src/apps/mq/rabbitmq/restapi/mode/nodeusage.pm index 7c7dffa95e..3ea5df2e3a 100644 --- a/src/apps/mq/rabbitmq/restapi/mode/nodeusage.pm +++ b/src/apps/mq/rabbitmq/restapi/mode/nodeusage.pm @@ -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 diff --git a/src/apps/mq/rabbitmq/restapi/mode/queueusage.pm b/src/apps/mq/rabbitmq/restapi/mode/queueusage.pm index 685c2132f2..147cacf407 100644 --- a/src/apps/mq/rabbitmq/restapi/mode/queueusage.pm +++ b/src/apps/mq/rabbitmq/restapi/mode/queueusage.pm @@ -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 diff --git a/src/apps/mq/rabbitmq/restapi/mode/systemusage.pm b/src/apps/mq/rabbitmq/restapi/mode/systemusage.pm index 0ba47caaff..a73a6b96ca 100644 --- a/src/apps/mq/rabbitmq/restapi/mode/systemusage.pm +++ b/src/apps/mq/rabbitmq/restapi/mode/systemusage.pm @@ -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 diff --git a/src/apps/mq/rabbitmq/restapi/mode/vhostusage.pm b/src/apps/mq/rabbitmq/restapi/mode/vhostusage.pm index 15ecd62b01..5b4966ca4b 100644 --- a/src/apps/mq/rabbitmq/restapi/mode/vhostusage.pm +++ b/src/apps/mq/rabbitmq/restapi/mode/vhostusage.pm @@ -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 diff --git a/src/apps/mq/rabbitmq/restapi/plugin.pm b/src/apps/mq/rabbitmq/restapi/plugin.pm index 40e08372e8..f24ae78619 100644 --- a/src/apps/mq/rabbitmq/restapi/plugin.pm +++ b/src/apps/mq/rabbitmq/restapi/plugin.pm @@ -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 diff --git a/src/apps/mq/vernemq/restapi/custom/api.pm b/src/apps/mq/vernemq/restapi/custom/api.pm index 2ef47b986c..a8b8a2e0e9 100644 --- a/src/apps/mq/vernemq/restapi/custom/api.pm +++ b/src/apps/mq/vernemq/restapi/custom/api.pm @@ -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 diff --git a/src/apps/mq/vernemq/restapi/mode/clusters.pm b/src/apps/mq/vernemq/restapi/mode/clusters.pm index 923a97be27..92de4ce3e4 100644 --- a/src/apps/mq/vernemq/restapi/mode/clusters.pm +++ b/src/apps/mq/vernemq/restapi/mode/clusters.pm @@ -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 diff --git a/src/apps/mq/vernemq/restapi/mode/listeners.pm b/src/apps/mq/vernemq/restapi/mode/listeners.pm index 574b516a34..377b8058be 100644 --- a/src/apps/mq/vernemq/restapi/mode/listeners.pm +++ b/src/apps/mq/vernemq/restapi/mode/listeners.pm @@ -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 diff --git a/src/apps/mq/vernemq/restapi/mode/plugins.pm b/src/apps/mq/vernemq/restapi/mode/plugins.pm index 706e424dc8..c1e229dbf8 100644 --- a/src/apps/mq/vernemq/restapi/mode/plugins.pm +++ b/src/apps/mq/vernemq/restapi/mode/plugins.pm @@ -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 diff --git a/src/apps/mq/vernemq/restapi/mode/sessions.pm b/src/apps/mq/vernemq/restapi/mode/sessions.pm index 65597e9e98..4863c2f9c4 100644 --- a/src/apps/mq/vernemq/restapi/mode/sessions.pm +++ b/src/apps/mq/vernemq/restapi/mode/sessions.pm @@ -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 diff --git a/src/apps/mq/vernemq/restapi/plugin.pm b/src/apps/mq/vernemq/restapi/plugin.pm index b377aa814d..ff6d7aa0f6 100644 --- a/src/apps/mq/vernemq/restapi/plugin.pm +++ b/src/apps/mq/vernemq/restapi/plugin.pm @@ -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 diff --git a/src/apps/mulesoft/restapi/custom/api.pm b/src/apps/mulesoft/restapi/custom/api.pm index d1f4073282..00290e8459 100644 --- a/src/apps/mulesoft/restapi/custom/api.pm +++ b/src/apps/mulesoft/restapi/custom/api.pm @@ -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 diff --git a/src/apps/mulesoft/restapi/mode/applications.pm b/src/apps/mulesoft/restapi/mode/applications.pm index dc725d65f1..f226540d4a 100644 --- a/src/apps/mulesoft/restapi/mode/applications.pm +++ b/src/apps/mulesoft/restapi/mode/applications.pm @@ -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 diff --git a/src/apps/mulesoft/restapi/mode/clusters.pm b/src/apps/mulesoft/restapi/mode/clusters.pm index 344da6fe62..b8d95c7f78 100644 --- a/src/apps/mulesoft/restapi/mode/clusters.pm +++ b/src/apps/mulesoft/restapi/mode/clusters.pm @@ -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 cluster monitoring for diff --git a/src/apps/mulesoft/restapi/mode/listapplications.pm b/src/apps/mulesoft/restapi/mode/listapplications.pm index ec780c89e1..3123ea7801 100644 --- a/src/apps/mulesoft/restapi/mode/listapplications.pm +++ b/src/apps/mulesoft/restapi/mode/listapplications.pm @@ -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 diff --git a/src/apps/mulesoft/restapi/mode/listqueues.pm b/src/apps/mulesoft/restapi/mode/listqueues.pm index ca697e86f6..177956d2c0 100644 --- a/src/apps/mulesoft/restapi/mode/listqueues.pm +++ b/src/apps/mulesoft/restapi/mode/listqueues.pm @@ -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 diff --git a/src/apps/mulesoft/restapi/mode/listservers.pm b/src/apps/mulesoft/restapi/mode/listservers.pm index ea126d70f0..078f24b784 100644 --- a/src/apps/mulesoft/restapi/mode/listservers.pm +++ b/src/apps/mulesoft/restapi/mode/listservers.pm @@ -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 server monitoring for diff --git a/src/apps/mulesoft/restapi/mode/messages.pm b/src/apps/mulesoft/restapi/mode/messages.pm index 6df1ad3b61..215259f002 100644 --- a/src/apps/mulesoft/restapi/mode/messages.pm +++ b/src/apps/mulesoft/restapi/mode/messages.pm @@ -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 diff --git a/src/apps/mulesoft/restapi/mode/servers.pm b/src/apps/mulesoft/restapi/mode/servers.pm index a41ced647e..c120664466 100644 --- a/src/apps/mulesoft/restapi/mode/servers.pm +++ b/src/apps/mulesoft/restapi/mode/servers.pm @@ -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 server monitoring for diff --git a/src/apps/mulesoft/restapi/plugin.pm b/src/apps/mulesoft/restapi/plugin.pm index a364d93d24..9521ab52a9 100644 --- a/src/apps/mulesoft/restapi/plugin.pm +++ b/src/apps/mulesoft/restapi/plugin.pm @@ -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 diff --git a/src/apps/nginx/nginxplus/restapi/custom/api.pm b/src/apps/nginx/nginxplus/restapi/custom/api.pm index fc044d7d41..fc2cdab612 100644 --- a/src/apps/nginx/nginxplus/restapi/custom/api.pm +++ b/src/apps/nginx/nginxplus/restapi/custom/api.pm @@ -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 diff --git a/src/apps/nginx/nginxplus/restapi/mode/connections.pm b/src/apps/nginx/nginxplus/restapi/mode/connections.pm index c3a8afb7e8..29b5ef3d13 100644 --- a/src/apps/nginx/nginxplus/restapi/mode/connections.pm +++ b/src/apps/nginx/nginxplus/restapi/mode/connections.pm @@ -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 diff --git a/src/apps/nginx/nginxplus/restapi/mode/httpzones.pm b/src/apps/nginx/nginxplus/restapi/mode/httpzones.pm index a7a16ca789..e62dfdd81f 100644 --- a/src/apps/nginx/nginxplus/restapi/mode/httpzones.pm +++ b/src/apps/nginx/nginxplus/restapi/mode/httpzones.pm @@ -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 diff --git a/src/apps/nginx/nginxplus/restapi/mode/ssl.pm b/src/apps/nginx/nginxplus/restapi/mode/ssl.pm index 3e87d1fad6..68f80c31c2 100644 --- a/src/apps/nginx/nginxplus/restapi/mode/ssl.pm +++ b/src/apps/nginx/nginxplus/restapi/mode/ssl.pm @@ -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 diff --git a/src/apps/nginx/nginxplus/restapi/plugin.pm b/src/apps/nginx/nginxplus/restapi/plugin.pm index d1b1cb68f0..0e4fa0a1f5 100644 --- a/src/apps/nginx/nginxplus/restapi/plugin.pm +++ b/src/apps/nginx/nginxplus/restapi/plugin.pm @@ -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 diff --git a/src/apps/nginx/serverstatus/custom/api.pm b/src/apps/nginx/serverstatus/custom/api.pm index c99ac37aba..99fc3452ac 100644 --- a/src/apps/nginx/serverstatus/custom/api.pm +++ b/src/apps/nginx/serverstatus/custom/api.pm @@ -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 diff --git a/src/apps/nginx/serverstatus/mode/connections.pm b/src/apps/nginx/serverstatus/mode/connections.pm index 5a25ea7fbb..281d2c03a6 100644 --- a/src/apps/nginx/serverstatus/mode/connections.pm +++ b/src/apps/nginx/serverstatus/mode/connections.pm @@ -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 diff --git a/src/apps/nginx/serverstatus/mode/requests.pm b/src/apps/nginx/serverstatus/mode/requests.pm index bcb0db1932..c0b3549cc4 100644 --- a/src/apps/nginx/serverstatus/mode/requests.pm +++ b/src/apps/nginx/serverstatus/mode/requests.pm @@ -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 diff --git a/src/apps/nginx/serverstatus/plugin.pm b/src/apps/nginx/serverstatus/plugin.pm index 8af99160d3..58c1a263a8 100644 --- a/src/apps/nginx/serverstatus/plugin.pm +++ b/src/apps/nginx/serverstatus/plugin.pm @@ -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 diff --git a/src/apps/nmap/cli/mode/discovery.pm b/src/apps/nmap/cli/mode/discovery.pm index 54f4e69b42..c2383ad386 100644 --- a/src/apps/nmap/cli/mode/discovery.pm +++ b/src/apps/nmap/cli/mode/discovery.pm @@ -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 diff --git a/src/apps/nmap/cli/plugin.pm b/src/apps/nmap/cli/plugin.pm index 1c8321e9b9..f3befba934 100644 --- a/src/apps/nmap/cli/plugin.pm +++ b/src/apps/nmap/cli/plugin.pm @@ -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 diff --git a/src/apps/nsclient/restapi/mode/query.pm b/src/apps/nsclient/restapi/mode/query.pm index af3688a46e..7ab9ad95fa 100644 --- a/src/apps/nsclient/restapi/mode/query.pm +++ b/src/apps/nsclient/restapi/mode/query.pm @@ -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 diff --git a/src/apps/nsclient/restapi/plugin.pm b/src/apps/nsclient/restapi/plugin.pm index 257443ca05..682720c21c 100644 --- a/src/apps/nsclient/restapi/plugin.pm +++ b/src/apps/nsclient/restapi/plugin.pm @@ -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 diff --git a/src/apps/openldap/ldap/mode/systemusage.pm b/src/apps/openldap/ldap/mode/systemusage.pm index 2361474324..67937f2434 100644 --- a/src/apps/openldap/ldap/mode/systemusage.pm +++ b/src/apps/openldap/ldap/mode/systemusage.pm @@ -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 diff --git a/src/apps/openldap/ldap/plugin.pm b/src/apps/openldap/ldap/plugin.pm index 54d7cd8d78..34ba3982b5 100644 --- a/src/apps/openldap/ldap/plugin.pm +++ b/src/apps/openldap/ldap/plugin.pm @@ -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 diff --git a/src/apps/openvpn/omi/custom/api.pm b/src/apps/openvpn/omi/custom/api.pm index 4bdbd12497..fb78288521 100644 --- a/src/apps/openvpn/omi/custom/api.pm +++ b/src/apps/openvpn/omi/custom/api.pm @@ -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 diff --git a/src/apps/openvpn/omi/mode/serverusage.pm b/src/apps/openvpn/omi/mode/serverusage.pm index 3ce9235f7e..8968ad020c 100644 --- a/src/apps/openvpn/omi/mode/serverusage.pm +++ b/src/apps/openvpn/omi/mode/serverusage.pm @@ -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 diff --git a/src/apps/openvpn/omi/plugin.pm b/src/apps/openvpn/omi/plugin.pm index 231fbfeac3..b6bc3be825 100644 --- a/src/apps/openvpn/omi/plugin.pm +++ b/src/apps/openvpn/omi/plugin.pm @@ -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 diff --git a/src/apps/openweathermap/restapi/custom/api.pm b/src/apps/openweathermap/restapi/custom/api.pm index c256b9f130..289dc33b8f 100644 --- a/src/apps/openweathermap/restapi/custom/api.pm +++ b/src/apps/openweathermap/restapi/custom/api.pm @@ -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 diff --git a/src/apps/openweathermap/restapi/mode/cityweather.pm b/src/apps/openweathermap/restapi/mode/cityweather.pm index a48e09b9bf..d3dd3bd219 100644 --- a/src/apps/openweathermap/restapi/mode/cityweather.pm +++ b/src/apps/openweathermap/restapi/mode/cityweather.pm @@ -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 diff --git a/src/apps/openweathermap/restapi/plugin.pm b/src/apps/openweathermap/restapi/plugin.pm index a7b5b460e5..a29651f34e 100644 --- a/src/apps/openweathermap/restapi/plugin.pm +++ b/src/apps/openweathermap/restapi/plugin.pm @@ -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 diff --git a/src/apps/oracle/gg/local/custom/cli.pm b/src/apps/oracle/gg/local/custom/cli.pm index 217dc185ab..08fd8e9929 100644 --- a/src/apps/oracle/gg/local/custom/cli.pm +++ b/src/apps/oracle/gg/local/custom/cli.pm @@ -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 diff --git a/src/apps/oracle/gg/local/mode/processes.pm b/src/apps/oracle/gg/local/mode/processes.pm index a270f6640b..fa16d037a4 100644 --- a/src/apps/oracle/gg/local/mode/processes.pm +++ b/src/apps/oracle/gg/local/mode/processes.pm @@ -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 diff --git a/src/apps/oracle/gg/local/plugin.pm b/src/apps/oracle/gg/local/plugin.pm index ab9759c199..e5e667ae51 100644 --- a/src/apps/oracle/gg/local/plugin.pm +++ b/src/apps/oracle/gg/local/plugin.pm @@ -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 diff --git a/src/apps/oracle/ovm/api/custom/rest.pm b/src/apps/oracle/ovm/api/custom/rest.pm index 497351f237..21a4293907 100644 --- a/src/apps/oracle/ovm/api/custom/rest.pm +++ b/src/apps/oracle/ovm/api/custom/rest.pm @@ -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 diff --git a/src/apps/oracle/ovm/api/mode/discovery.pm b/src/apps/oracle/ovm/api/mode/discovery.pm index 0b43deb4d7..bf28874e36 100644 --- a/src/apps/oracle/ovm/api/mode/discovery.pm +++ b/src/apps/oracle/ovm/api/mode/discovery.pm @@ -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 diff --git a/src/apps/oracle/ovm/api/mode/fileservers.pm b/src/apps/oracle/ovm/api/mode/fileservers.pm index 51ee042d3e..de9820bdc2 100644 --- a/src/apps/oracle/ovm/api/mode/fileservers.pm +++ b/src/apps/oracle/ovm/api/mode/fileservers.pm @@ -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 diff --git a/src/apps/oracle/ovm/api/mode/manager.pm b/src/apps/oracle/ovm/api/mode/manager.pm index 46b76697e7..3deabfe4f7 100644 --- a/src/apps/oracle/ovm/api/mode/manager.pm +++ b/src/apps/oracle/ovm/api/mode/manager.pm @@ -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 diff --git a/src/apps/oracle/ovm/api/mode/serverpools.pm b/src/apps/oracle/ovm/api/mode/serverpools.pm index 9ac1b54288..eb230d2c7c 100644 --- a/src/apps/oracle/ovm/api/mode/serverpools.pm +++ b/src/apps/oracle/ovm/api/mode/serverpools.pm @@ -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 diff --git a/src/apps/oracle/ovm/api/mode/servers.pm b/src/apps/oracle/ovm/api/mode/servers.pm index ee6219637e..82e8b05fa7 100644 --- a/src/apps/oracle/ovm/api/mode/servers.pm +++ b/src/apps/oracle/ovm/api/mode/servers.pm @@ -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 diff --git a/src/apps/oracle/ovm/api/mode/vm.pm b/src/apps/oracle/ovm/api/mode/vm.pm index 4441215bb6..64b87db99a 100644 --- a/src/apps/oracle/ovm/api/mode/vm.pm +++ b/src/apps/oracle/ovm/api/mode/vm.pm @@ -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 diff --git a/src/apps/oracle/ovm/api/plugin.pm b/src/apps/oracle/ovm/api/plugin.pm index 297b3cd5de..c9f2dce771 100644 --- a/src/apps/oracle/ovm/api/plugin.pm +++ b/src/apps/oracle/ovm/api/plugin.pm @@ -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 diff --git a/src/apps/oracle/ucp/jmx/mode/connectionpools.pm b/src/apps/oracle/ucp/jmx/mode/connectionpools.pm index 83b82b5a86..2cee3d0da2 100644 --- a/src/apps/oracle/ucp/jmx/mode/connectionpools.pm +++ b/src/apps/oracle/ucp/jmx/mode/connectionpools.pm @@ -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 diff --git a/src/apps/oracle/ucp/jmx/mode/listconnectionpools.pm b/src/apps/oracle/ucp/jmx/mode/listconnectionpools.pm index 0f68a81d8a..c0aaf35bf8 100644 --- a/src/apps/oracle/ucp/jmx/mode/listconnectionpools.pm +++ b/src/apps/oracle/ucp/jmx/mode/listconnectionpools.pm @@ -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 diff --git a/src/apps/oracle/ucp/jmx/plugin.pm b/src/apps/oracle/ucp/jmx/plugin.pm index 8d504671b7..a6dc391c17 100644 --- a/src/apps/oracle/ucp/jmx/plugin.pm +++ b/src/apps/oracle/ucp/jmx/plugin.pm @@ -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 diff --git a/src/apps/pacemaker/local/mode/clustat.pm b/src/apps/pacemaker/local/mode/clustat.pm index 0fd6607485..23bae010d5 100644 --- a/src/apps/pacemaker/local/mode/clustat.pm +++ b/src/apps/pacemaker/local/mode/clustat.pm @@ -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 diff --git a/src/apps/pacemaker/local/mode/constraints.pm b/src/apps/pacemaker/local/mode/constraints.pm index 5f39fea725..fc9efbdc9c 100644 --- a/src/apps/pacemaker/local/mode/constraints.pm +++ b/src/apps/pacemaker/local/mode/constraints.pm @@ -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 diff --git a/src/apps/pacemaker/local/mode/crm.pm b/src/apps/pacemaker/local/mode/crm.pm index 19053e235d..884a274ceb 100644 --- a/src/apps/pacemaker/local/mode/crm.pm +++ b/src/apps/pacemaker/local/mode/crm.pm @@ -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 diff --git a/src/apps/pacemaker/local/plugin.pm b/src/apps/pacemaker/local/plugin.pm index e0376b197c..750686de44 100644 --- a/src/apps/pacemaker/local/plugin.pm +++ b/src/apps/pacemaker/local/plugin.pm @@ -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 diff --git a/src/apps/pfsense/fauxapi/custom/api.pm b/src/apps/pfsense/fauxapi/custom/api.pm index 070dd7738a..1affc8abdb 100644 --- a/src/apps/pfsense/fauxapi/custom/api.pm +++ b/src/apps/pfsense/fauxapi/custom/api.pm @@ -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 diff --git a/src/apps/pfsense/fauxapi/mode/backupfiles.pm b/src/apps/pfsense/fauxapi/mode/backupfiles.pm index b7bd8e4763..058ac29236 100644 --- a/src/apps/pfsense/fauxapi/mode/backupfiles.pm +++ b/src/apps/pfsense/fauxapi/mode/backupfiles.pm @@ -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 diff --git a/src/apps/pfsense/fauxapi/mode/gateways.pm b/src/apps/pfsense/fauxapi/mode/gateways.pm index c92983a606..4e7b2728cc 100644 --- a/src/apps/pfsense/fauxapi/mode/gateways.pm +++ b/src/apps/pfsense/fauxapi/mode/gateways.pm @@ -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 diff --git a/src/apps/pfsense/fauxapi/mode/rules.pm b/src/apps/pfsense/fauxapi/mode/rules.pm index a1e301501e..3085c0a3ff 100644 --- a/src/apps/pfsense/fauxapi/mode/rules.pm +++ b/src/apps/pfsense/fauxapi/mode/rules.pm @@ -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 diff --git a/src/apps/pfsense/fauxapi/mode/system.pm b/src/apps/pfsense/fauxapi/mode/system.pm index c9c363e816..e16089ee52 100644 --- a/src/apps/pfsense/fauxapi/mode/system.pm +++ b/src/apps/pfsense/fauxapi/mode/system.pm @@ -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 diff --git a/src/apps/pfsense/fauxapi/plugin.pm b/src/apps/pfsense/fauxapi/plugin.pm index b703eb0eb6..8c7c67cf10 100644 --- a/src/apps/pfsense/fauxapi/plugin.pm +++ b/src/apps/pfsense/fauxapi/plugin.pm @@ -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 diff --git a/src/apps/pfsense/snmp/mode/listpfinterfaces.pm b/src/apps/pfsense/snmp/mode/listpfinterfaces.pm index 0a93e35a47..6bca92d991 100644 --- a/src/apps/pfsense/snmp/mode/listpfinterfaces.pm +++ b/src/apps/pfsense/snmp/mode/listpfinterfaces.pm @@ -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 diff --git a/src/apps/pfsense/snmp/mode/packetstats.pm b/src/apps/pfsense/snmp/mode/packetstats.pm index a697f9c00f..670584984a 100644 --- a/src/apps/pfsense/snmp/mode/packetstats.pm +++ b/src/apps/pfsense/snmp/mode/packetstats.pm @@ -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 diff --git a/src/apps/pfsense/snmp/mode/pfinterfaces.pm b/src/apps/pfsense/snmp/mode/pfinterfaces.pm index dcd932486e..7408a7b469 100644 --- a/src/apps/pfsense/snmp/mode/pfinterfaces.pm +++ b/src/apps/pfsense/snmp/mode/pfinterfaces.pm @@ -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 diff --git a/src/apps/pfsense/snmp/mode/runtime.pm b/src/apps/pfsense/snmp/mode/runtime.pm index fdf287e974..0f792e6462 100644 --- a/src/apps/pfsense/snmp/mode/runtime.pm +++ b/src/apps/pfsense/snmp/mode/runtime.pm @@ -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 diff --git a/src/apps/pfsense/snmp/mode/statetable.pm b/src/apps/pfsense/snmp/mode/statetable.pm index 1c4dd4c8d7..79bd2079b2 100644 --- a/src/apps/pfsense/snmp/mode/statetable.pm +++ b/src/apps/pfsense/snmp/mode/statetable.pm @@ -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 diff --git a/src/apps/pfsense/snmp/plugin.pm b/src/apps/pfsense/snmp/plugin.pm index dea92d0ebf..ca7b208a3d 100644 --- a/src/apps/pfsense/snmp/plugin.pm +++ b/src/apps/pfsense/snmp/plugin.pm @@ -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 diff --git a/src/apps/php/apc/web/mode/filecache.pm b/src/apps/php/apc/web/mode/filecache.pm index c4d491cf9a..cd7ec3521f 100644 --- a/src/apps/php/apc/web/mode/filecache.pm +++ b/src/apps/php/apc/web/mode/filecache.pm @@ -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 diff --git a/src/apps/php/apc/web/mode/memory.pm b/src/apps/php/apc/web/mode/memory.pm index ed8920021d..0d6301f12a 100644 --- a/src/apps/php/apc/web/mode/memory.pm +++ b/src/apps/php/apc/web/mode/memory.pm @@ -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 diff --git a/src/apps/php/apc/web/plugin.pm b/src/apps/php/apc/web/plugin.pm index 8474f3f2f5..a608c59e86 100644 --- a/src/apps/php/apc/web/plugin.pm +++ b/src/apps/php/apc/web/plugin.pm @@ -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 diff --git a/src/apps/php/fpm/web/mode/usage.pm b/src/apps/php/fpm/web/mode/usage.pm index 6698ac07f7..83d95812ba 100644 --- a/src/apps/php/fpm/web/mode/usage.pm +++ b/src/apps/php/fpm/web/mode/usage.pm @@ -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 diff --git a/src/apps/php/fpm/web/plugin.pm b/src/apps/php/fpm/web/plugin.pm index 00cda45c61..0df15d81c7 100644 --- a/src/apps/php/fpm/web/plugin.pm +++ b/src/apps/php/fpm/web/plugin.pm @@ -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 diff --git a/src/apps/pineapp/securemail/snmp/mode/system.pm b/src/apps/pineapp/securemail/snmp/mode/system.pm index 0cdd0bf845..2228840913 100644 --- a/src/apps/pineapp/securemail/snmp/mode/system.pm +++ b/src/apps/pineapp/securemail/snmp/mode/system.pm @@ -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 diff --git a/src/apps/pineapp/securemail/snmp/plugin.pm b/src/apps/pineapp/securemail/snmp/plugin.pm index 5c1ebea82d..2a3feadabb 100644 --- a/src/apps/pineapp/securemail/snmp/plugin.pm +++ b/src/apps/pineapp/securemail/snmp/plugin.pm @@ -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 diff --git a/src/apps/protocols/bgp/4/mode/bgppeerstate.pm b/src/apps/protocols/bgp/4/mode/bgppeerstate.pm index 737cc13fe9..4e54ab45e8 100644 --- a/src/apps/protocols/bgp/4/mode/bgppeerstate.pm +++ b/src/apps/protocols/bgp/4/mode/bgppeerstate.pm @@ -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 diff --git a/src/apps/protocols/bgp/4/plugin.pm b/src/apps/protocols/bgp/4/plugin.pm index affbfa8bad..6f08472d28 100644 --- a/src/apps/protocols/bgp/4/plugin.pm +++ b/src/apps/protocols/bgp/4/plugin.pm @@ -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 diff --git a/src/apps/protocols/cifs/custom/libcifs.pm b/src/apps/protocols/cifs/custom/libcifs.pm index 87ec3239d3..9c14393de1 100644 --- a/src/apps/protocols/cifs/custom/libcifs.pm +++ b/src/apps/protocols/cifs/custom/libcifs.pm @@ -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 diff --git a/src/apps/protocols/cifs/mode/connection.pm b/src/apps/protocols/cifs/mode/connection.pm index 166f3eb877..0fa4b67ff9 100644 --- a/src/apps/protocols/cifs/mode/connection.pm +++ b/src/apps/protocols/cifs/mode/connection.pm @@ -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 diff --git a/src/apps/protocols/cifs/mode/files.pm b/src/apps/protocols/cifs/mode/files.pm index f0f034cda4..c7b1cc599c 100644 --- a/src/apps/protocols/cifs/mode/files.pm +++ b/src/apps/protocols/cifs/mode/files.pm @@ -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 diff --git a/src/apps/protocols/cifs/mode/filescount.pm b/src/apps/protocols/cifs/mode/filescount.pm index d5564133e1..28ae338f7c 100644 --- a/src/apps/protocols/cifs/mode/filescount.pm +++ b/src/apps/protocols/cifs/mode/filescount.pm @@ -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 diff --git a/src/apps/protocols/cifs/mode/filesdate.pm b/src/apps/protocols/cifs/mode/filesdate.pm index 454746145c..9817756d5a 100644 --- a/src/apps/protocols/cifs/mode/filesdate.pm +++ b/src/apps/protocols/cifs/mode/filesdate.pm @@ -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 diff --git a/src/apps/protocols/cifs/mode/filessize.pm b/src/apps/protocols/cifs/mode/filessize.pm index bbb0cf611a..18b72cd11e 100644 --- a/src/apps/protocols/cifs/mode/filessize.pm +++ b/src/apps/protocols/cifs/mode/filessize.pm @@ -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 diff --git a/src/apps/protocols/cifs/mode/scenario.pm b/src/apps/protocols/cifs/mode/scenario.pm index 764aeb2b53..ec65aeea7b 100644 --- a/src/apps/protocols/cifs/mode/scenario.pm +++ b/src/apps/protocols/cifs/mode/scenario.pm @@ -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 diff --git a/src/apps/protocols/cifs/plugin.pm b/src/apps/protocols/cifs/plugin.pm index d827abcafa..787b8e1836 100644 --- a/src/apps/protocols/cifs/plugin.pm +++ b/src/apps/protocols/cifs/plugin.pm @@ -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 diff --git a/src/apps/protocols/dhcp/mode/connection.pm b/src/apps/protocols/dhcp/mode/connection.pm index ab68b20169..7dbbebb038 100644 --- a/src/apps/protocols/dhcp/mode/connection.pm +++ b/src/apps/protocols/dhcp/mode/connection.pm @@ -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 diff --git a/src/apps/protocols/dhcp/plugin.pm b/src/apps/protocols/dhcp/plugin.pm index 1343d2d4f2..93b6d609ce 100644 --- a/src/apps/protocols/dhcp/plugin.pm +++ b/src/apps/protocols/dhcp/plugin.pm @@ -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 diff --git a/src/apps/protocols/dns/lib/dns.pm b/src/apps/protocols/dns/lib/dns.pm index 18b0af82a7..3f2f62bfe8 100644 --- a/src/apps/protocols/dns/lib/dns.pm +++ b/src/apps/protocols/dns/lib/dns.pm @@ -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 diff --git a/src/apps/protocols/dns/mode/request.pm b/src/apps/protocols/dns/mode/request.pm index a0552ae1f9..d1cb83f3a7 100644 --- a/src/apps/protocols/dns/mode/request.pm +++ b/src/apps/protocols/dns/mode/request.pm @@ -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 diff --git a/src/apps/protocols/dns/plugin.pm b/src/apps/protocols/dns/plugin.pm index 5393c49ee7..81e0721af5 100644 --- a/src/apps/protocols/dns/plugin.pm +++ b/src/apps/protocols/dns/plugin.pm @@ -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 diff --git a/src/apps/protocols/ftp/lib/ftp.pm b/src/apps/protocols/ftp/lib/ftp.pm index 2eeab7d1bf..097aae2303 100644 --- a/src/apps/protocols/ftp/lib/ftp.pm +++ b/src/apps/protocols/ftp/lib/ftp.pm @@ -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 diff --git a/src/apps/protocols/ftp/mode/commands.pm b/src/apps/protocols/ftp/mode/commands.pm index 0a183e7788..f7c5d9180e 100644 --- a/src/apps/protocols/ftp/mode/commands.pm +++ b/src/apps/protocols/ftp/mode/commands.pm @@ -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 diff --git a/src/apps/protocols/ftp/mode/date.pm b/src/apps/protocols/ftp/mode/date.pm index e3ff10740e..d2f3fd1ab5 100644 --- a/src/apps/protocols/ftp/mode/date.pm +++ b/src/apps/protocols/ftp/mode/date.pm @@ -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 diff --git a/src/apps/protocols/ftp/mode/filescount.pm b/src/apps/protocols/ftp/mode/filescount.pm index 69636855ff..3345814fb5 100644 --- a/src/apps/protocols/ftp/mode/filescount.pm +++ b/src/apps/protocols/ftp/mode/filescount.pm @@ -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 diff --git a/src/apps/protocols/ftp/mode/login.pm b/src/apps/protocols/ftp/mode/login.pm index 04072d799a..19c1727935 100644 --- a/src/apps/protocols/ftp/mode/login.pm +++ b/src/apps/protocols/ftp/mode/login.pm @@ -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 diff --git a/src/apps/protocols/ftp/plugin.pm b/src/apps/protocols/ftp/plugin.pm index be6ce31772..1a54fd34f2 100644 --- a/src/apps/protocols/ftp/plugin.pm +++ b/src/apps/protocols/ftp/plugin.pm @@ -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 diff --git a/src/apps/protocols/http/mode/collection.pm b/src/apps/protocols/http/mode/collection.pm index 5f780b05cb..3aae1dc257 100644 --- a/src/apps/protocols/http/mode/collection.pm +++ b/src/apps/protocols/http/mode/collection.pm @@ -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 diff --git a/src/apps/protocols/http/mode/expectedcontent.pm b/src/apps/protocols/http/mode/expectedcontent.pm index 28bbefb08a..cbc3523511 100644 --- a/src/apps/protocols/http/mode/expectedcontent.pm +++ b/src/apps/protocols/http/mode/expectedcontent.pm @@ -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 diff --git a/src/apps/protocols/http/mode/jsoncontent.pm b/src/apps/protocols/http/mode/jsoncontent.pm index ef241ef05c..c09929a87d 100644 --- a/src/apps/protocols/http/mode/jsoncontent.pm +++ b/src/apps/protocols/http/mode/jsoncontent.pm @@ -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 diff --git a/src/apps/protocols/http/mode/response.pm b/src/apps/protocols/http/mode/response.pm index 7302c9e205..c617207990 100644 --- a/src/apps/protocols/http/mode/response.pm +++ b/src/apps/protocols/http/mode/response.pm @@ -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 diff --git a/src/apps/protocols/http/mode/soapcontent.pm b/src/apps/protocols/http/mode/soapcontent.pm index a407f65760..8431335677 100644 --- a/src/apps/protocols/http/mode/soapcontent.pm +++ b/src/apps/protocols/http/mode/soapcontent.pm @@ -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 diff --git a/src/apps/protocols/http/plugin.pm b/src/apps/protocols/http/plugin.pm index e0e2e664c9..cb2e328c7a 100644 --- a/src/apps/protocols/http/plugin.pm +++ b/src/apps/protocols/http/plugin.pm @@ -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 diff --git a/src/apps/protocols/imap/custom/imapclient.pm b/src/apps/protocols/imap/custom/imapclient.pm index 8b7815f1d1..30b8d01d99 100644 --- a/src/apps/protocols/imap/custom/imapclient.pm +++ b/src/apps/protocols/imap/custom/imapclient.pm @@ -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 diff --git a/src/apps/protocols/imap/mode/login.pm b/src/apps/protocols/imap/mode/login.pm index 56e5fb9716..c33b24f0a5 100644 --- a/src/apps/protocols/imap/mode/login.pm +++ b/src/apps/protocols/imap/mode/login.pm @@ -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 diff --git a/src/apps/protocols/imap/mode/searchmessage.pm b/src/apps/protocols/imap/mode/searchmessage.pm index 316bf61f69..8935cb8898 100644 --- a/src/apps/protocols/imap/mode/searchmessage.pm +++ b/src/apps/protocols/imap/mode/searchmessage.pm @@ -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 diff --git a/src/apps/protocols/imap/plugin.pm b/src/apps/protocols/imap/plugin.pm index 24d23ac0f5..d2ec175bd3 100644 --- a/src/apps/protocols/imap/plugin.pm +++ b/src/apps/protocols/imap/plugin.pm @@ -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 diff --git a/src/apps/protocols/jmx/mode/listattributes.pm b/src/apps/protocols/jmx/mode/listattributes.pm index 17ac936e82..560d60cb6c 100644 --- a/src/apps/protocols/jmx/mode/listattributes.pm +++ b/src/apps/protocols/jmx/mode/listattributes.pm @@ -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 diff --git a/src/apps/protocols/jmx/mode/numericvalue.pm b/src/apps/protocols/jmx/mode/numericvalue.pm index b2abee08d8..cc83fddb1d 100644 --- a/src/apps/protocols/jmx/mode/numericvalue.pm +++ b/src/apps/protocols/jmx/mode/numericvalue.pm @@ -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 diff --git a/src/apps/protocols/jmx/plugin.pm b/src/apps/protocols/jmx/plugin.pm index 8f7125cff6..747feb3715 100644 --- a/src/apps/protocols/jmx/plugin.pm +++ b/src/apps/protocols/jmx/plugin.pm @@ -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 diff --git a/src/apps/protocols/ldap/mode/login.pm b/src/apps/protocols/ldap/mode/login.pm index e321d2aad1..9c654b65b4 100644 --- a/src/apps/protocols/ldap/mode/login.pm +++ b/src/apps/protocols/ldap/mode/login.pm @@ -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 diff --git a/src/apps/protocols/ldap/mode/search.pm b/src/apps/protocols/ldap/mode/search.pm index 539ca6425a..9e1ab1de70 100644 --- a/src/apps/protocols/ldap/mode/search.pm +++ b/src/apps/protocols/ldap/mode/search.pm @@ -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 diff --git a/src/apps/protocols/ldap/plugin.pm b/src/apps/protocols/ldap/plugin.pm index 0f12f80060..1cb0f63897 100644 --- a/src/apps/protocols/ldap/plugin.pm +++ b/src/apps/protocols/ldap/plugin.pm @@ -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 diff --git a/src/apps/protocols/modbus/mode/numericvalue.pm b/src/apps/protocols/modbus/mode/numericvalue.pm index e2fce7c8d9..91241ea29a 100644 --- a/src/apps/protocols/modbus/mode/numericvalue.pm +++ b/src/apps/protocols/modbus/mode/numericvalue.pm @@ -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 diff --git a/src/apps/protocols/modbus/plugin.pm b/src/apps/protocols/modbus/plugin.pm index 76b144116d..1de99336a5 100644 --- a/src/apps/protocols/modbus/plugin.pm +++ b/src/apps/protocols/modbus/plugin.pm @@ -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 diff --git a/src/apps/protocols/nrpe/custom/nrpe.pm b/src/apps/protocols/nrpe/custom/nrpe.pm index 76d4dd256e..670a1490f0 100644 --- a/src/apps/protocols/nrpe/custom/nrpe.pm +++ b/src/apps/protocols/nrpe/custom/nrpe.pm @@ -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 diff --git a/src/apps/protocols/nrpe/custom/nsclient.pm b/src/apps/protocols/nrpe/custom/nsclient.pm index c7e1cf01d3..40f099484d 100644 --- a/src/apps/protocols/nrpe/custom/nsclient.pm +++ b/src/apps/protocols/nrpe/custom/nsclient.pm @@ -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 diff --git a/src/apps/protocols/nrpe/mode/query.pm b/src/apps/protocols/nrpe/mode/query.pm index fe67d2c0a9..0bbb0b1b8f 100644 --- a/src/apps/protocols/nrpe/mode/query.pm +++ b/src/apps/protocols/nrpe/mode/query.pm @@ -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 diff --git a/src/apps/protocols/nrpe/plugin.pm b/src/apps/protocols/nrpe/plugin.pm index 8824a77ba3..84ce3a0eb4 100644 --- a/src/apps/protocols/nrpe/plugin.pm +++ b/src/apps/protocols/nrpe/plugin.pm @@ -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 diff --git a/src/apps/protocols/ntp/mode/offset.pm b/src/apps/protocols/ntp/mode/offset.pm index 944948fea7..d2eb141f83 100644 --- a/src/apps/protocols/ntp/mode/offset.pm +++ b/src/apps/protocols/ntp/mode/offset.pm @@ -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 diff --git a/src/apps/protocols/ntp/mode/responsetime.pm b/src/apps/protocols/ntp/mode/responsetime.pm index c978843cad..934e9ee8ba 100644 --- a/src/apps/protocols/ntp/mode/responsetime.pm +++ b/src/apps/protocols/ntp/mode/responsetime.pm @@ -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 diff --git a/src/apps/protocols/ntp/plugin.pm b/src/apps/protocols/ntp/plugin.pm index 49820fc995..f94c536312 100644 --- a/src/apps/protocols/ntp/plugin.pm +++ b/src/apps/protocols/ntp/plugin.pm @@ -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 diff --git a/src/apps/protocols/ospf/snmp/mode/neighbor.pm b/src/apps/protocols/ospf/snmp/mode/neighbor.pm index 7145e692a8..2d9136cca7 100644 --- a/src/apps/protocols/ospf/snmp/mode/neighbor.pm +++ b/src/apps/protocols/ospf/snmp/mode/neighbor.pm @@ -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 diff --git a/src/apps/protocols/ospf/snmp/plugin.pm b/src/apps/protocols/ospf/snmp/plugin.pm index 0453ed8ba0..f97ddf126b 100644 --- a/src/apps/protocols/ospf/snmp/plugin.pm +++ b/src/apps/protocols/ospf/snmp/plugin.pm @@ -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 diff --git a/src/apps/protocols/radius/mode/login.pm b/src/apps/protocols/radius/mode/login.pm index 71eacab870..0213c7765c 100644 --- a/src/apps/protocols/radius/mode/login.pm +++ b/src/apps/protocols/radius/mode/login.pm @@ -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 diff --git a/src/apps/protocols/radius/plugin.pm b/src/apps/protocols/radius/plugin.pm index 9164c87c1e..1ba1057469 100644 --- a/src/apps/protocols/radius/plugin.pm +++ b/src/apps/protocols/radius/plugin.pm @@ -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 diff --git a/src/apps/protocols/sftp/custom/libsftp.pm b/src/apps/protocols/sftp/custom/libsftp.pm index dd9d3835cc..b8f575a9bf 100644 --- a/src/apps/protocols/sftp/custom/libsftp.pm +++ b/src/apps/protocols/sftp/custom/libsftp.pm @@ -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 diff --git a/src/apps/protocols/sftp/mode/connection.pm b/src/apps/protocols/sftp/mode/connection.pm index 8af3bb173e..052040b0df 100644 --- a/src/apps/protocols/sftp/mode/connection.pm +++ b/src/apps/protocols/sftp/mode/connection.pm @@ -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 diff --git a/src/apps/protocols/sftp/mode/filescount.pm b/src/apps/protocols/sftp/mode/filescount.pm index 7137184be2..6d74c35679 100644 --- a/src/apps/protocols/sftp/mode/filescount.pm +++ b/src/apps/protocols/sftp/mode/filescount.pm @@ -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 diff --git a/src/apps/protocols/sftp/mode/filesdate.pm b/src/apps/protocols/sftp/mode/filesdate.pm index 58bb7dab66..da963c1919 100644 --- a/src/apps/protocols/sftp/mode/filesdate.pm +++ b/src/apps/protocols/sftp/mode/filesdate.pm @@ -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 diff --git a/src/apps/protocols/sftp/mode/scenario.pm b/src/apps/protocols/sftp/mode/scenario.pm index 80c52939ad..d182d598ff 100644 --- a/src/apps/protocols/sftp/mode/scenario.pm +++ b/src/apps/protocols/sftp/mode/scenario.pm @@ -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 diff --git a/src/apps/protocols/sftp/plugin.pm b/src/apps/protocols/sftp/plugin.pm index 0dd71c9d59..7b7365a1fc 100644 --- a/src/apps/protocols/sftp/plugin.pm +++ b/src/apps/protocols/sftp/plugin.pm @@ -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 diff --git a/src/apps/protocols/smtp/lib/smtp.pm b/src/apps/protocols/smtp/lib/smtp.pm index a92523780c..ca0cdd5c84 100644 --- a/src/apps/protocols/smtp/lib/smtp.pm +++ b/src/apps/protocols/smtp/lib/smtp.pm @@ -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 diff --git a/src/apps/protocols/smtp/mode/login.pm b/src/apps/protocols/smtp/mode/login.pm index 91dc1a293a..847917e8dc 100644 --- a/src/apps/protocols/smtp/mode/login.pm +++ b/src/apps/protocols/smtp/mode/login.pm @@ -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 diff --git a/src/apps/protocols/smtp/mode/message.pm b/src/apps/protocols/smtp/mode/message.pm index d049c4dfd5..beb32130fb 100644 --- a/src/apps/protocols/smtp/mode/message.pm +++ b/src/apps/protocols/smtp/mode/message.pm @@ -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 diff --git a/src/apps/protocols/smtp/plugin.pm b/src/apps/protocols/smtp/plugin.pm index 3993ad1976..3f1a826420 100644 --- a/src/apps/protocols/smtp/plugin.pm +++ b/src/apps/protocols/smtp/plugin.pm @@ -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 diff --git a/src/apps/protocols/snmp/mode/cache.pm b/src/apps/protocols/snmp/mode/cache.pm index 73ea1578b0..582104f7e5 100644 --- a/src/apps/protocols/snmp/mode/cache.pm +++ b/src/apps/protocols/snmp/mode/cache.pm @@ -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 diff --git a/src/apps/protocols/snmp/mode/collection.pm b/src/apps/protocols/snmp/mode/collection.pm index 13261bb47b..2a224d0146 100644 --- a/src/apps/protocols/snmp/mode/collection.pm +++ b/src/apps/protocols/snmp/mode/collection.pm @@ -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 diff --git a/src/apps/protocols/snmp/mode/responsetime.pm b/src/apps/protocols/snmp/mode/responsetime.pm index f8715bcedb..93d3afd591 100644 --- a/src/apps/protocols/snmp/mode/responsetime.pm +++ b/src/apps/protocols/snmp/mode/responsetime.pm @@ -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 diff --git a/src/apps/protocols/snmp/plugin.pm b/src/apps/protocols/snmp/plugin.pm index 9198225de0..8790c8ad7b 100644 --- a/src/apps/protocols/snmp/plugin.pm +++ b/src/apps/protocols/snmp/plugin.pm @@ -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 diff --git a/src/apps/protocols/ssh/mode/login.pm b/src/apps/protocols/ssh/mode/login.pm index 5a246a3644..2f001eef9b 100644 --- a/src/apps/protocols/ssh/mode/login.pm +++ b/src/apps/protocols/ssh/mode/login.pm @@ -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 diff --git a/src/apps/protocols/ssh/plugin.pm b/src/apps/protocols/ssh/plugin.pm index e943bc1916..e62e7109dd 100644 --- a/src/apps/protocols/ssh/plugin.pm +++ b/src/apps/protocols/ssh/plugin.pm @@ -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 diff --git a/src/apps/protocols/tcp/mode/connectionstatus.pm b/src/apps/protocols/tcp/mode/connectionstatus.pm index f8d55df025..c130baf7b9 100644 --- a/src/apps/protocols/tcp/mode/connectionstatus.pm +++ b/src/apps/protocols/tcp/mode/connectionstatus.pm @@ -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 diff --git a/src/apps/protocols/tcp/mode/responsetime.pm b/src/apps/protocols/tcp/mode/responsetime.pm index 18afb4d3d6..a606a568d8 100644 --- a/src/apps/protocols/tcp/mode/responsetime.pm +++ b/src/apps/protocols/tcp/mode/responsetime.pm @@ -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 diff --git a/src/apps/protocols/tcp/plugin.pm b/src/apps/protocols/tcp/plugin.pm index 13259c084c..03123fe9ae 100644 --- a/src/apps/protocols/tcp/plugin.pm +++ b/src/apps/protocols/tcp/plugin.pm @@ -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 diff --git a/src/apps/protocols/telnet/mode/scenario.pm b/src/apps/protocols/telnet/mode/scenario.pm index 374122edea..64f7918277 100644 --- a/src/apps/protocols/telnet/mode/scenario.pm +++ b/src/apps/protocols/telnet/mode/scenario.pm @@ -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 diff --git a/src/apps/protocols/telnet/plugin.pm b/src/apps/protocols/telnet/plugin.pm index cdeb1ef3d9..b828176f1d 100644 --- a/src/apps/protocols/telnet/plugin.pm +++ b/src/apps/protocols/telnet/plugin.pm @@ -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 diff --git a/src/apps/protocols/tftp/mode/commands.pm b/src/apps/protocols/tftp/mode/commands.pm index 8fe49a4f03..f3817279e8 100644 --- a/src/apps/protocols/tftp/mode/commands.pm +++ b/src/apps/protocols/tftp/mode/commands.pm @@ -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 diff --git a/src/apps/protocols/tftp/plugin.pm b/src/apps/protocols/tftp/plugin.pm index fc8333aba5..1bdf1e231a 100644 --- a/src/apps/protocols/tftp/plugin.pm +++ b/src/apps/protocols/tftp/plugin.pm @@ -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 diff --git a/src/apps/protocols/udp/mode/connection.pm b/src/apps/protocols/udp/mode/connection.pm index 3459819a97..dc7bdb9105 100644 --- a/src/apps/protocols/udp/mode/connection.pm +++ b/src/apps/protocols/udp/mode/connection.pm @@ -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 diff --git a/src/apps/protocols/udp/plugin.pm b/src/apps/protocols/udp/plugin.pm index a76ab79e26..1400ef8d5f 100644 --- a/src/apps/protocols/udp/plugin.pm +++ b/src/apps/protocols/udp/plugin.pm @@ -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 diff --git a/src/apps/protocols/whois/mode/domain.pm b/src/apps/protocols/whois/mode/domain.pm index 9751619aea..bbc4006b2b 100644 --- a/src/apps/protocols/whois/mode/domain.pm +++ b/src/apps/protocols/whois/mode/domain.pm @@ -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 diff --git a/src/apps/protocols/whois/plugin.pm b/src/apps/protocols/whois/plugin.pm index a1b15b42f2..d6ddb8fc3b 100644 --- a/src/apps/protocols/whois/plugin.pm +++ b/src/apps/protocols/whois/plugin.pm @@ -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 diff --git a/src/apps/protocols/x509/custom/file.pm b/src/apps/protocols/x509/custom/file.pm index 40f87d86c9..69e992fe6c 100644 --- a/src/apps/protocols/x509/custom/file.pm +++ b/src/apps/protocols/x509/custom/file.pm @@ -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 diff --git a/src/apps/protocols/x509/custom/https.pm b/src/apps/protocols/x509/custom/https.pm index e941e86224..064fe97a7e 100644 --- a/src/apps/protocols/x509/custom/https.pm +++ b/src/apps/protocols/x509/custom/https.pm @@ -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 diff --git a/src/apps/protocols/x509/custom/opensslcli.pm b/src/apps/protocols/x509/custom/opensslcli.pm index 19d374cb4f..81a2e75fd9 100644 --- a/src/apps/protocols/x509/custom/opensslcli.pm +++ b/src/apps/protocols/x509/custom/opensslcli.pm @@ -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 diff --git a/src/apps/protocols/x509/custom/tcp.pm b/src/apps/protocols/x509/custom/tcp.pm index 6e89ce0514..6fb3281c64 100644 --- a/src/apps/protocols/x509/custom/tcp.pm +++ b/src/apps/protocols/x509/custom/tcp.pm @@ -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 diff --git a/src/apps/protocols/x509/mode/certificate.pm b/src/apps/protocols/x509/mode/certificate.pm index b88519417a..9184451fd3 100644 --- a/src/apps/protocols/x509/mode/certificate.pm +++ b/src/apps/protocols/x509/mode/certificate.pm @@ -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 diff --git a/src/apps/protocols/x509/plugin.pm b/src/apps/protocols/x509/plugin.pm index 1d973cfb67..1feae94ab2 100644 --- a/src/apps/protocols/x509/plugin.pm +++ b/src/apps/protocols/x509/plugin.pm @@ -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 diff --git a/src/apps/proxmox/mg/restapi/custom/api.pm b/src/apps/proxmox/mg/restapi/custom/api.pm index 8489a52f0b..281ede8f6b 100644 --- a/src/apps/proxmox/mg/restapi/custom/api.pm +++ b/src/apps/proxmox/mg/restapi/custom/api.pm @@ -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 diff --git a/src/apps/proxmox/mg/restapi/mode/mail.pm b/src/apps/proxmox/mg/restapi/mode/mail.pm index f0e2997620..91193dba7d 100644 --- a/src/apps/proxmox/mg/restapi/mode/mail.pm +++ b/src/apps/proxmox/mg/restapi/mode/mail.pm @@ -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 diff --git a/src/apps/proxmox/mg/restapi/mode/version.pm b/src/apps/proxmox/mg/restapi/mode/version.pm index 51db5c930c..14c0399d19 100644 --- a/src/apps/proxmox/mg/restapi/mode/version.pm +++ b/src/apps/proxmox/mg/restapi/mode/version.pm @@ -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 diff --git a/src/apps/proxmox/mg/restapi/plugin.pm b/src/apps/proxmox/mg/restapi/plugin.pm index 991c354069..042ea7823d 100644 --- a/src/apps/proxmox/mg/restapi/plugin.pm +++ b/src/apps/proxmox/mg/restapi/plugin.pm @@ -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 diff --git a/src/apps/proxmox/ve/restapi/custom/api.pm b/src/apps/proxmox/ve/restapi/custom/api.pm index 7e6b3f131c..872aebb3a1 100644 --- a/src/apps/proxmox/ve/restapi/custom/api.pm +++ b/src/apps/proxmox/ve/restapi/custom/api.pm @@ -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 diff --git a/src/apps/proxmox/ve/restapi/mode/discovery.pm b/src/apps/proxmox/ve/restapi/mode/discovery.pm index 4149f15454..11d0f83e0a 100644 --- a/src/apps/proxmox/ve/restapi/mode/discovery.pm +++ b/src/apps/proxmox/ve/restapi/mode/discovery.pm @@ -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 diff --git a/src/apps/proxmox/ve/restapi/mode/listnodes.pm b/src/apps/proxmox/ve/restapi/mode/listnodes.pm index 31c5e1a0ac..4049eac514 100644 --- a/src/apps/proxmox/ve/restapi/mode/listnodes.pm +++ b/src/apps/proxmox/ve/restapi/mode/listnodes.pm @@ -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 diff --git a/src/apps/proxmox/ve/restapi/mode/liststorages.pm b/src/apps/proxmox/ve/restapi/mode/liststorages.pm index 3f2be2191f..f8dec3c6e3 100644 --- a/src/apps/proxmox/ve/restapi/mode/liststorages.pm +++ b/src/apps/proxmox/ve/restapi/mode/liststorages.pm @@ -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 diff --git a/src/apps/proxmox/ve/restapi/mode/listvms.pm b/src/apps/proxmox/ve/restapi/mode/listvms.pm index 15848c6769..a16846853d 100644 --- a/src/apps/proxmox/ve/restapi/mode/listvms.pm +++ b/src/apps/proxmox/ve/restapi/mode/listvms.pm @@ -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 diff --git a/src/apps/proxmox/ve/restapi/mode/nodeusage.pm b/src/apps/proxmox/ve/restapi/mode/nodeusage.pm index 562db3ed60..8ceece073f 100644 --- a/src/apps/proxmox/ve/restapi/mode/nodeusage.pm +++ b/src/apps/proxmox/ve/restapi/mode/nodeusage.pm @@ -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 diff --git a/src/apps/proxmox/ve/restapi/mode/storageusage.pm b/src/apps/proxmox/ve/restapi/mode/storageusage.pm index 7ec8219e45..e9325f759f 100644 --- a/src/apps/proxmox/ve/restapi/mode/storageusage.pm +++ b/src/apps/proxmox/ve/restapi/mode/storageusage.pm @@ -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 diff --git a/src/apps/proxmox/ve/restapi/mode/version.pm b/src/apps/proxmox/ve/restapi/mode/version.pm index 7cbf2694cb..012a285d15 100644 --- a/src/apps/proxmox/ve/restapi/mode/version.pm +++ b/src/apps/proxmox/ve/restapi/mode/version.pm @@ -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 diff --git a/src/apps/proxmox/ve/restapi/mode/vmusage.pm b/src/apps/proxmox/ve/restapi/mode/vmusage.pm index 54ba1ae280..6e2d8f7193 100644 --- a/src/apps/proxmox/ve/restapi/mode/vmusage.pm +++ b/src/apps/proxmox/ve/restapi/mode/vmusage.pm @@ -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 diff --git a/src/apps/proxmox/ve/restapi/plugin.pm b/src/apps/proxmox/ve/restapi/plugin.pm index edb4ea59f7..0a32851d9e 100644 --- a/src/apps/proxmox/ve/restapi/plugin.pm +++ b/src/apps/proxmox/ve/restapi/plugin.pm @@ -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 diff --git a/src/apps/pvx/restapi/custom/api.pm b/src/apps/pvx/restapi/custom/api.pm index 64df083ea0..ae2d2ecc42 100644 --- a/src/apps/pvx/restapi/custom/api.pm +++ b/src/apps/pvx/restapi/custom/api.pm @@ -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 diff --git a/src/apps/pvx/restapi/mode/httphits.pm b/src/apps/pvx/restapi/mode/httphits.pm index a70749f8d0..73d8ad0b24 100644 --- a/src/apps/pvx/restapi/mode/httphits.pm +++ b/src/apps/pvx/restapi/mode/httphits.pm @@ -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 diff --git a/src/apps/pvx/restapi/mode/networkconnection.pm b/src/apps/pvx/restapi/mode/networkconnection.pm index 1d4145bc4b..25b87032fe 100644 --- a/src/apps/pvx/restapi/mode/networkconnection.pm +++ b/src/apps/pvx/restapi/mode/networkconnection.pm @@ -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 diff --git a/src/apps/pvx/restapi/mode/networktraffic.pm b/src/apps/pvx/restapi/mode/networktraffic.pm index 81209c74bf..7c647d78ef 100644 --- a/src/apps/pvx/restapi/mode/networktraffic.pm +++ b/src/apps/pvx/restapi/mode/networktraffic.pm @@ -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 diff --git a/src/apps/pvx/restapi/mode/networkuserexperience.pm b/src/apps/pvx/restapi/mode/networkuserexperience.pm index 25cb77378e..b101af96a3 100644 --- a/src/apps/pvx/restapi/mode/networkuserexperience.pm +++ b/src/apps/pvx/restapi/mode/networkuserexperience.pm @@ -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 diff --git a/src/apps/pvx/restapi/plugin.pm b/src/apps/pvx/restapi/plugin.pm index afe59209b3..53e33c20e1 100644 --- a/src/apps/pvx/restapi/plugin.pm +++ b/src/apps/pvx/restapi/plugin.pm @@ -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 diff --git a/src/apps/redis/rlec/restapi/custom/api.pm b/src/apps/redis/rlec/restapi/custom/api.pm index 1b0e9dc161..889146f479 100644 --- a/src/apps/redis/rlec/restapi/custom/api.pm +++ b/src/apps/redis/rlec/restapi/custom/api.pm @@ -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 diff --git a/src/apps/redis/rlec/restapi/mode/clusterstats.pm b/src/apps/redis/rlec/restapi/mode/clusterstats.pm index 2a70c1ded5..0387985ca0 100644 --- a/src/apps/redis/rlec/restapi/mode/clusterstats.pm +++ b/src/apps/redis/rlec/restapi/mode/clusterstats.pm @@ -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 diff --git a/src/apps/redis/rlec/restapi/mode/databasesstats.pm b/src/apps/redis/rlec/restapi/mode/databasesstats.pm index 24941fc590..23226b7e01 100644 --- a/src/apps/redis/rlec/restapi/mode/databasesstats.pm +++ b/src/apps/redis/rlec/restapi/mode/databasesstats.pm @@ -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 diff --git a/src/apps/redis/rlec/restapi/mode/listdatabases.pm b/src/apps/redis/rlec/restapi/mode/listdatabases.pm index d41ac09965..aba1a66f30 100644 --- a/src/apps/redis/rlec/restapi/mode/listdatabases.pm +++ b/src/apps/redis/rlec/restapi/mode/listdatabases.pm @@ -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 diff --git a/src/apps/redis/rlec/restapi/mode/listnodes.pm b/src/apps/redis/rlec/restapi/mode/listnodes.pm index 212b221f0a..deda079592 100644 --- a/src/apps/redis/rlec/restapi/mode/listnodes.pm +++ b/src/apps/redis/rlec/restapi/mode/listnodes.pm @@ -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 diff --git a/src/apps/redis/rlec/restapi/mode/listshards.pm b/src/apps/redis/rlec/restapi/mode/listshards.pm index bafc990963..2e234a3078 100644 --- a/src/apps/redis/rlec/restapi/mode/listshards.pm +++ b/src/apps/redis/rlec/restapi/mode/listshards.pm @@ -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 diff --git a/src/apps/redis/rlec/restapi/mode/nodesstats.pm b/src/apps/redis/rlec/restapi/mode/nodesstats.pm index 14fc255468..50259101b9 100644 --- a/src/apps/redis/rlec/restapi/mode/nodesstats.pm +++ b/src/apps/redis/rlec/restapi/mode/nodesstats.pm @@ -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 diff --git a/src/apps/redis/rlec/restapi/mode/shardsstats.pm b/src/apps/redis/rlec/restapi/mode/shardsstats.pm index 3c835df6c5..e146695341 100644 --- a/src/apps/redis/rlec/restapi/mode/shardsstats.pm +++ b/src/apps/redis/rlec/restapi/mode/shardsstats.pm @@ -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 diff --git a/src/apps/redis/rlec/restapi/plugin.pm b/src/apps/redis/rlec/restapi/plugin.pm index eb19582c15..f193f11804 100644 --- a/src/apps/redis/rlec/restapi/plugin.pm +++ b/src/apps/redis/rlec/restapi/plugin.pm @@ -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 diff --git a/src/apps/redis/sentinel/custom/cli.pm b/src/apps/redis/sentinel/custom/cli.pm index 38a9f832c6..1b5a59b408 100644 --- a/src/apps/redis/sentinel/custom/cli.pm +++ b/src/apps/redis/sentinel/custom/cli.pm @@ -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 diff --git a/src/apps/redis/sentinel/mode/listclusters.pm b/src/apps/redis/sentinel/mode/listclusters.pm index bb88ed9b5f..6113f61b46 100644 --- a/src/apps/redis/sentinel/mode/listclusters.pm +++ b/src/apps/redis/sentinel/mode/listclusters.pm @@ -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 diff --git a/src/apps/redis/sentinel/mode/redisclusters.pm b/src/apps/redis/sentinel/mode/redisclusters.pm index f43c209e8a..7655301ba7 100644 --- a/src/apps/redis/sentinel/mode/redisclusters.pm +++ b/src/apps/redis/sentinel/mode/redisclusters.pm @@ -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 diff --git a/src/apps/redis/sentinel/mode/sentinelclusters.pm b/src/apps/redis/sentinel/mode/sentinelclusters.pm index 8cb3ba8b9b..56f2705911 100644 --- a/src/apps/redis/sentinel/mode/sentinelclusters.pm +++ b/src/apps/redis/sentinel/mode/sentinelclusters.pm @@ -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 diff --git a/src/apps/redis/sentinel/plugin.pm b/src/apps/redis/sentinel/plugin.pm index beecb25cf7..9bd0a709ce 100644 --- a/src/apps/redis/sentinel/plugin.pm +++ b/src/apps/redis/sentinel/plugin.pm @@ -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 diff --git a/src/apps/rrdcached/mode/stats.pm b/src/apps/rrdcached/mode/stats.pm index 0e2870a832..10d56baa3b 100644 --- a/src/apps/rrdcached/mode/stats.pm +++ b/src/apps/rrdcached/mode/stats.pm @@ -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 diff --git a/src/apps/rrdcached/plugin.pm b/src/apps/rrdcached/plugin.pm index 492090adc3..3f3765bb0c 100644 --- a/src/apps/rrdcached/plugin.pm +++ b/src/apps/rrdcached/plugin.pm @@ -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 diff --git a/src/apps/rudder/restapi/custom/api.pm b/src/apps/rudder/restapi/custom/api.pm index d8664eac56..835faedbe9 100644 --- a/src/apps/rudder/restapi/custom/api.pm +++ b/src/apps/rudder/restapi/custom/api.pm @@ -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 diff --git a/src/apps/rudder/restapi/mode/discovery.pm b/src/apps/rudder/restapi/mode/discovery.pm index 72f6e2ff78..f52d579ab6 100644 --- a/src/apps/rudder/restapi/mode/discovery.pm +++ b/src/apps/rudder/restapi/mode/discovery.pm @@ -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 diff --git a/src/apps/rudder/restapi/mode/globalcompliance.pm b/src/apps/rudder/restapi/mode/globalcompliance.pm index a10f28dabc..05c2127c80 100644 --- a/src/apps/rudder/restapi/mode/globalcompliance.pm +++ b/src/apps/rudder/restapi/mode/globalcompliance.pm @@ -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 diff --git a/src/apps/rudder/restapi/mode/listnodes.pm b/src/apps/rudder/restapi/mode/listnodes.pm index d8af18ef7e..48a91fb9eb 100644 --- a/src/apps/rudder/restapi/mode/listnodes.pm +++ b/src/apps/rudder/restapi/mode/listnodes.pm @@ -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 diff --git a/src/apps/rudder/restapi/mode/listrules.pm b/src/apps/rudder/restapi/mode/listrules.pm index 2c54351e5e..3fe47a860c 100644 --- a/src/apps/rudder/restapi/mode/listrules.pm +++ b/src/apps/rudder/restapi/mode/listrules.pm @@ -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 diff --git a/src/apps/rudder/restapi/mode/nodecompliance.pm b/src/apps/rudder/restapi/mode/nodecompliance.pm index 4573f2c736..d98371e8f7 100644 --- a/src/apps/rudder/restapi/mode/nodecompliance.pm +++ b/src/apps/rudder/restapi/mode/nodecompliance.pm @@ -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 diff --git a/src/apps/rudder/restapi/mode/nodesoverallcompliance.pm b/src/apps/rudder/restapi/mode/nodesoverallcompliance.pm index 4f390f3513..5121f2f44b 100644 --- a/src/apps/rudder/restapi/mode/nodesoverallcompliance.pm +++ b/src/apps/rudder/restapi/mode/nodesoverallcompliance.pm @@ -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 diff --git a/src/apps/rudder/restapi/mode/rulecompliance.pm b/src/apps/rudder/restapi/mode/rulecompliance.pm index 4f9db1662c..a1a0b15108 100644 --- a/src/apps/rudder/restapi/mode/rulecompliance.pm +++ b/src/apps/rudder/restapi/mode/rulecompliance.pm @@ -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 diff --git a/src/apps/rudder/restapi/mode/statistics.pm b/src/apps/rudder/restapi/mode/statistics.pm index 9c32178b53..3fd7d47d0b 100644 --- a/src/apps/rudder/restapi/mode/statistics.pm +++ b/src/apps/rudder/restapi/mode/statistics.pm @@ -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 diff --git a/src/apps/rudder/restapi/plugin.pm b/src/apps/rudder/restapi/plugin.pm index 192d418187..1e70ab84dc 100644 --- a/src/apps/rudder/restapi/plugin.pm +++ b/src/apps/rudder/restapi/plugin.pm @@ -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 diff --git a/src/apps/sahipro/restapi/mode/scenario.pm b/src/apps/sahipro/restapi/mode/scenario.pm index 21189569b4..5f348f7db2 100644 --- a/src/apps/sahipro/restapi/mode/scenario.pm +++ b/src/apps/sahipro/restapi/mode/scenario.pm @@ -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 diff --git a/src/apps/sahipro/restapi/plugin.pm b/src/apps/sahipro/restapi/plugin.pm index e3d85cf3e5..d85e092976 100644 --- a/src/apps/sahipro/restapi/plugin.pm +++ b/src/apps/sahipro/restapi/plugin.pm @@ -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 diff --git a/src/apps/sailpoint/identitynow/restapi/custom/api.pm b/src/apps/sailpoint/identitynow/restapi/custom/api.pm index 29a085e4ef..f2aeccbcf0 100644 --- a/src/apps/sailpoint/identitynow/restapi/custom/api.pm +++ b/src/apps/sailpoint/identitynow/restapi/custom/api.pm @@ -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 diff --git a/src/apps/sailpoint/identitynow/restapi/mode/listsources.pm b/src/apps/sailpoint/identitynow/restapi/mode/listsources.pm index 48a9c50563..6ec88cd910 100644 --- a/src/apps/sailpoint/identitynow/restapi/mode/listsources.pm +++ b/src/apps/sailpoint/identitynow/restapi/mode/listsources.pm @@ -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 diff --git a/src/apps/sailpoint/identitynow/restapi/mode/searchcount.pm b/src/apps/sailpoint/identitynow/restapi/mode/searchcount.pm index 559a35e8e6..68034ba2c5 100644 --- a/src/apps/sailpoint/identitynow/restapi/mode/searchcount.pm +++ b/src/apps/sailpoint/identitynow/restapi/mode/searchcount.pm @@ -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 diff --git a/src/apps/sailpoint/identitynow/restapi/mode/sourcehealth.pm b/src/apps/sailpoint/identitynow/restapi/mode/sourcehealth.pm index 9052e59375..31bb7d0521 100644 --- a/src/apps/sailpoint/identitynow/restapi/mode/sourcehealth.pm +++ b/src/apps/sailpoint/identitynow/restapi/mode/sourcehealth.pm @@ -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 diff --git a/src/apps/sailpoint/identitynow/restapi/plugin.pm b/src/apps/sailpoint/identitynow/restapi/plugin.pm index 3685fe0798..8269927056 100644 --- a/src/apps/sailpoint/identitynow/restapi/plugin.pm +++ b/src/apps/sailpoint/identitynow/restapi/plugin.pm @@ -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 diff --git a/src/apps/salesforce/restapi/custom/api.pm b/src/apps/salesforce/restapi/custom/api.pm index 079778384d..bdf40e0f5a 100644 --- a/src/apps/salesforce/restapi/custom/api.pm +++ b/src/apps/salesforce/restapi/custom/api.pm @@ -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 diff --git a/src/apps/salesforce/restapi/mode/sfdcinstance.pm b/src/apps/salesforce/restapi/mode/sfdcinstance.pm index 1a4ff77465..55e13ad780 100644 --- a/src/apps/salesforce/restapi/mode/sfdcinstance.pm +++ b/src/apps/salesforce/restapi/mode/sfdcinstance.pm @@ -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 diff --git a/src/apps/salesforce/restapi/plugin.pm b/src/apps/salesforce/restapi/plugin.pm index 8d99ca601a..062337fdb6 100644 --- a/src/apps/salesforce/restapi/plugin.pm +++ b/src/apps/salesforce/restapi/plugin.pm @@ -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 diff --git a/src/apps/selenium/mode/scenario.pm b/src/apps/selenium/mode/scenario.pm index 4cc5c2d212..56aa1bc2ba 100644 --- a/src/apps/selenium/mode/scenario.pm +++ b/src/apps/selenium/mode/scenario.pm @@ -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 diff --git a/src/apps/selenium/mode/scenariokatalon.pm b/src/apps/selenium/mode/scenariokatalon.pm index 0e36806672..3a9bc7f749 100644 --- a/src/apps/selenium/mode/scenariokatalon.pm +++ b/src/apps/selenium/mode/scenariokatalon.pm @@ -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 diff --git a/src/apps/selenium/plugin.pm b/src/apps/selenium/plugin.pm index 1f6c4e5d07..19fb0ec216 100644 --- a/src/apps/selenium/plugin.pm +++ b/src/apps/selenium/plugin.pm @@ -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 diff --git a/src/apps/sendmail/snmp/plugin.pm b/src/apps/sendmail/snmp/plugin.pm index 97b738eec3..36835b88e1 100644 --- a/src/apps/sendmail/snmp/plugin.pm +++ b/src/apps/sendmail/snmp/plugin.pm @@ -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 diff --git a/src/apps/slack/restapi/custom/api.pm b/src/apps/slack/restapi/custom/api.pm index ee1d013445..0bfc4083f1 100644 --- a/src/apps/slack/restapi/custom/api.pm +++ b/src/apps/slack/restapi/custom/api.pm @@ -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 diff --git a/src/apps/slack/restapi/mode/countchannels.pm b/src/apps/slack/restapi/mode/countchannels.pm index 35df48aff7..cc03492ef9 100644 --- a/src/apps/slack/restapi/mode/countchannels.pm +++ b/src/apps/slack/restapi/mode/countchannels.pm @@ -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 diff --git a/src/apps/slack/restapi/mode/countmembers.pm b/src/apps/slack/restapi/mode/countmembers.pm index 0b24fd5950..8896241db2 100644 --- a/src/apps/slack/restapi/mode/countmembers.pm +++ b/src/apps/slack/restapi/mode/countmembers.pm @@ -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 diff --git a/src/apps/slack/restapi/mode/listservices.pm b/src/apps/slack/restapi/mode/listservices.pm index e8b26035a7..a2a53d9ae2 100644 --- a/src/apps/slack/restapi/mode/listservices.pm +++ b/src/apps/slack/restapi/mode/listservices.pm @@ -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 diff --git a/src/apps/slack/restapi/mode/services.pm b/src/apps/slack/restapi/mode/services.pm index a278ca7046..b867aa2f88 100644 --- a/src/apps/slack/restapi/mode/services.pm +++ b/src/apps/slack/restapi/mode/services.pm @@ -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 diff --git a/src/apps/slack/restapi/plugin.pm b/src/apps/slack/restapi/plugin.pm index ed3f62f86a..60885f9975 100644 --- a/src/apps/slack/restapi/plugin.pm +++ b/src/apps/slack/restapi/plugin.pm @@ -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 diff --git a/src/apps/smartermail/restapi/custom/api.pm b/src/apps/smartermail/restapi/custom/api.pm index 0089a3de02..028e384055 100644 --- a/src/apps/smartermail/restapi/custom/api.pm +++ b/src/apps/smartermail/restapi/custom/api.pm @@ -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 diff --git a/src/apps/smartermail/restapi/mode/licenses.pm b/src/apps/smartermail/restapi/mode/licenses.pm index 5c172cc6e7..3ed6a83e02 100644 --- a/src/apps/smartermail/restapi/mode/licenses.pm +++ b/src/apps/smartermail/restapi/mode/licenses.pm @@ -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 diff --git a/src/apps/smartermail/restapi/mode/services.pm b/src/apps/smartermail/restapi/mode/services.pm index 57e406cd9a..964e22a339 100644 --- a/src/apps/smartermail/restapi/mode/services.pm +++ b/src/apps/smartermail/restapi/mode/services.pm @@ -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 diff --git a/src/apps/smartermail/restapi/mode/spools.pm b/src/apps/smartermail/restapi/mode/spools.pm index b84f5be66c..9ef779407a 100644 --- a/src/apps/smartermail/restapi/mode/spools.pm +++ b/src/apps/smartermail/restapi/mode/spools.pm @@ -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 diff --git a/src/apps/smartermail/restapi/plugin.pm b/src/apps/smartermail/restapi/plugin.pm index 3f73d878c8..d66140abba 100644 --- a/src/apps/smartermail/restapi/plugin.pm +++ b/src/apps/smartermail/restapi/plugin.pm @@ -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 diff --git a/src/apps/squid/snmp/mode/cacheusage.pm b/src/apps/squid/snmp/mode/cacheusage.pm index ba3db74243..c5ed124aa3 100644 --- a/src/apps/squid/snmp/mode/cacheusage.pm +++ b/src/apps/squid/snmp/mode/cacheusage.pm @@ -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 diff --git a/src/apps/squid/snmp/mode/protocolstats.pm b/src/apps/squid/snmp/mode/protocolstats.pm index f0987466a1..d8377cce18 100644 --- a/src/apps/squid/snmp/mode/protocolstats.pm +++ b/src/apps/squid/snmp/mode/protocolstats.pm @@ -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 diff --git a/src/apps/squid/snmp/plugin.pm b/src/apps/squid/snmp/plugin.pm index 1f7e1cf437..39de9ac3ff 100644 --- a/src/apps/squid/snmp/plugin.pm +++ b/src/apps/squid/snmp/plugin.pm @@ -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 diff --git a/src/apps/thales/mistral/vs9/restapi/custom/api.pm b/src/apps/thales/mistral/vs9/restapi/custom/api.pm index e53fd11677..fd1febf66e 100644 --- a/src/apps/thales/mistral/vs9/restapi/custom/api.pm +++ b/src/apps/thales/mistral/vs9/restapi/custom/api.pm @@ -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 diff --git a/src/apps/thales/mistral/vs9/restapi/mode/clusters.pm b/src/apps/thales/mistral/vs9/restapi/mode/clusters.pm index cdb0c6d9ed..a592a87525 100644 --- a/src/apps/thales/mistral/vs9/restapi/mode/clusters.pm +++ b/src/apps/thales/mistral/vs9/restapi/mode/clusters.pm @@ -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 diff --git a/src/apps/thales/mistral/vs9/restapi/mode/devices.pm b/src/apps/thales/mistral/vs9/restapi/mode/devices.pm index 921cba2dae..23446974f4 100644 --- a/src/apps/thales/mistral/vs9/restapi/mode/devices.pm +++ b/src/apps/thales/mistral/vs9/restapi/mode/devices.pm @@ -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 diff --git a/src/apps/thales/mistral/vs9/restapi/mode/discovery.pm b/src/apps/thales/mistral/vs9/restapi/mode/discovery.pm index d707caa915..17d9e861d3 100644 --- a/src/apps/thales/mistral/vs9/restapi/mode/discovery.pm +++ b/src/apps/thales/mistral/vs9/restapi/mode/discovery.pm @@ -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 diff --git a/src/apps/thales/mistral/vs9/restapi/mode/mmccertificates.pm b/src/apps/thales/mistral/vs9/restapi/mode/mmccertificates.pm index d45bef329e..ca45151b5e 100644 --- a/src/apps/thales/mistral/vs9/restapi/mode/mmccertificates.pm +++ b/src/apps/thales/mistral/vs9/restapi/mode/mmccertificates.pm @@ -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 diff --git a/src/apps/thales/mistral/vs9/restapi/mode/mmccluster.pm b/src/apps/thales/mistral/vs9/restapi/mode/mmccluster.pm index 6aad94a916..5fa4f641ed 100644 --- a/src/apps/thales/mistral/vs9/restapi/mode/mmccluster.pm +++ b/src/apps/thales/mistral/vs9/restapi/mode/mmccluster.pm @@ -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 diff --git a/src/apps/thales/mistral/vs9/restapi/plugin.pm b/src/apps/thales/mistral/vs9/restapi/plugin.pm index 89ebefc490..a5d952a9da 100644 --- a/src/apps/thales/mistral/vs9/restapi/plugin.pm +++ b/src/apps/thales/mistral/vs9/restapi/plugin.pm @@ -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 diff --git a/src/apps/tomcat/jmx/mode/connectorusage.pm b/src/apps/tomcat/jmx/mode/connectorusage.pm index efff6b6816..62c8c872b1 100644 --- a/src/apps/tomcat/jmx/mode/connectorusage.pm +++ b/src/apps/tomcat/jmx/mode/connectorusage.pm @@ -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 diff --git a/src/apps/tomcat/jmx/mode/datasourceusage.pm b/src/apps/tomcat/jmx/mode/datasourceusage.pm index 4025c34f1d..9b6d02b650 100644 --- a/src/apps/tomcat/jmx/mode/datasourceusage.pm +++ b/src/apps/tomcat/jmx/mode/datasourceusage.pm @@ -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 diff --git a/src/apps/tomcat/jmx/mode/listdatasources.pm b/src/apps/tomcat/jmx/mode/listdatasources.pm index 0d1ac52b9f..339ec5e6df 100644 --- a/src/apps/tomcat/jmx/mode/listdatasources.pm +++ b/src/apps/tomcat/jmx/mode/listdatasources.pm @@ -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 diff --git a/src/apps/tomcat/jmx/mode/listwebapps.pm b/src/apps/tomcat/jmx/mode/listwebapps.pm index 59cda8c310..7501750d82 100644 --- a/src/apps/tomcat/jmx/mode/listwebapps.pm +++ b/src/apps/tomcat/jmx/mode/listwebapps.pm @@ -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 diff --git a/src/apps/tomcat/jmx/mode/webappssessions.pm b/src/apps/tomcat/jmx/mode/webappssessions.pm index 1a3df85f27..98ee54cbc1 100644 --- a/src/apps/tomcat/jmx/mode/webappssessions.pm +++ b/src/apps/tomcat/jmx/mode/webappssessions.pm @@ -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 diff --git a/src/apps/tomcat/jmx/plugin.pm b/src/apps/tomcat/jmx/plugin.pm index c3e9830fac..02dadd58d0 100644 --- a/src/apps/tomcat/jmx/plugin.pm +++ b/src/apps/tomcat/jmx/plugin.pm @@ -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 diff --git a/src/apps/tomcat/web/mode/applications.pm b/src/apps/tomcat/web/mode/applications.pm index a246bf3846..7d6f4ad4a5 100644 --- a/src/apps/tomcat/web/mode/applications.pm +++ b/src/apps/tomcat/web/mode/applications.pm @@ -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 diff --git a/src/apps/tomcat/web/mode/connectors.pm b/src/apps/tomcat/web/mode/connectors.pm index 3d45610b2c..988bc4d186 100644 --- a/src/apps/tomcat/web/mode/connectors.pm +++ b/src/apps/tomcat/web/mode/connectors.pm @@ -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 diff --git a/src/apps/tomcat/web/mode/listapplication.pm b/src/apps/tomcat/web/mode/listapplication.pm index 584bcca2df..bb07ffe26e 100644 --- a/src/apps/tomcat/web/mode/listapplication.pm +++ b/src/apps/tomcat/web/mode/listapplication.pm @@ -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 diff --git a/src/apps/tomcat/web/mode/memory.pm b/src/apps/tomcat/web/mode/memory.pm index a3e4ea5181..994bc01f26 100644 --- a/src/apps/tomcat/web/mode/memory.pm +++ b/src/apps/tomcat/web/mode/memory.pm @@ -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 diff --git a/src/apps/tomcat/web/plugin.pm b/src/apps/tomcat/web/plugin.pm index e546bc075f..996fff91e6 100644 --- a/src/apps/tomcat/web/plugin.pm +++ b/src/apps/tomcat/web/plugin.pm @@ -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 diff --git a/src/apps/tosca/restapi/custom/api.pm b/src/apps/tosca/restapi/custom/api.pm index 3717d63b8b..e5d7956db6 100644 --- a/src/apps/tosca/restapi/custom/api.pm +++ b/src/apps/tosca/restapi/custom/api.pm @@ -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 diff --git a/src/apps/tosca/restapi/mode/executionliststatus.pm b/src/apps/tosca/restapi/mode/executionliststatus.pm index c4b630a6d2..f7fcb2adbb 100644 --- a/src/apps/tosca/restapi/mode/executionliststatus.pm +++ b/src/apps/tosca/restapi/mode/executionliststatus.pm @@ -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 diff --git a/src/apps/tosca/restapi/mode/scenariostatus.pm b/src/apps/tosca/restapi/mode/scenariostatus.pm index 044c73df33..94a19c9fa4 100644 --- a/src/apps/tosca/restapi/mode/scenariostatus.pm +++ b/src/apps/tosca/restapi/mode/scenariostatus.pm @@ -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 diff --git a/src/apps/tosca/restapi/plugin.pm b/src/apps/tosca/restapi/plugin.pm index e06f797321..9326f12817 100644 --- a/src/apps/tosca/restapi/plugin.pm +++ b/src/apps/tosca/restapi/plugin.pm @@ -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 diff --git a/src/apps/toshiba/storemate/sql/mode/maintenanceplan.pm b/src/apps/toshiba/storemate/sql/mode/maintenanceplan.pm index 4d885ff7de..5151fd8d5d 100644 --- a/src/apps/toshiba/storemate/sql/mode/maintenanceplan.pm +++ b/src/apps/toshiba/storemate/sql/mode/maintenanceplan.pm @@ -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 diff --git a/src/apps/toshiba/storemate/sql/mode/posstatus.pm b/src/apps/toshiba/storemate/sql/mode/posstatus.pm index a38cb44961..96e2e0d9d9 100644 --- a/src/apps/toshiba/storemate/sql/mode/posstatus.pm +++ b/src/apps/toshiba/storemate/sql/mode/posstatus.pm @@ -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 diff --git a/src/apps/varnish/local/mode/stats.pm b/src/apps/varnish/local/mode/stats.pm index d60f92ec0e..bb40a14edd 100644 --- a/src/apps/varnish/local/mode/stats.pm +++ b/src/apps/varnish/local/mode/stats.pm @@ -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 diff --git a/src/apps/varnish/local/plugin.pm b/src/apps/varnish/local/plugin.pm index e6d546914b..7e8c48d320 100644 --- a/src/apps/varnish/local/plugin.pm +++ b/src/apps/varnish/local/plugin.pm @@ -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 diff --git a/src/apps/video/openheadend/snmp/mode/nodeusage.pm b/src/apps/video/openheadend/snmp/mode/nodeusage.pm index 652423cae2..0c17409198 100644 --- a/src/apps/video/openheadend/snmp/mode/nodeusage.pm +++ b/src/apps/video/openheadend/snmp/mode/nodeusage.pm @@ -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 diff --git a/src/apps/video/openheadend/snmp/mode/operationstatus.pm b/src/apps/video/openheadend/snmp/mode/operationstatus.pm index 146264e552..abdb641884 100644 --- a/src/apps/video/openheadend/snmp/mode/operationstatus.pm +++ b/src/apps/video/openheadend/snmp/mode/operationstatus.pm @@ -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 diff --git a/src/apps/video/openheadend/snmp/plugin.pm b/src/apps/video/openheadend/snmp/plugin.pm index daa9d8c728..f7ea6b4813 100644 --- a/src/apps/video/openheadend/snmp/plugin.pm +++ b/src/apps/video/openheadend/snmp/plugin.pm @@ -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 diff --git a/src/apps/video/zixi/restapi/custom/api.pm b/src/apps/video/zixi/restapi/custom/api.pm index 8647133608..281a8fd5ca 100644 --- a/src/apps/video/zixi/restapi/custom/api.pm +++ b/src/apps/video/zixi/restapi/custom/api.pm @@ -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 diff --git a/src/apps/video/zixi/restapi/mode/broadcasterinputusage.pm b/src/apps/video/zixi/restapi/mode/broadcasterinputusage.pm index e0582e0982..b29792b539 100644 --- a/src/apps/video/zixi/restapi/mode/broadcasterinputusage.pm +++ b/src/apps/video/zixi/restapi/mode/broadcasterinputusage.pm @@ -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 diff --git a/src/apps/video/zixi/restapi/mode/broadcasterlicenseusage.pm b/src/apps/video/zixi/restapi/mode/broadcasterlicenseusage.pm index 9ae2d803b9..2ec2f45fbe 100644 --- a/src/apps/video/zixi/restapi/mode/broadcasterlicenseusage.pm +++ b/src/apps/video/zixi/restapi/mode/broadcasterlicenseusage.pm @@ -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 diff --git a/src/apps/video/zixi/restapi/mode/broadcasteroutputusage.pm b/src/apps/video/zixi/restapi/mode/broadcasteroutputusage.pm index 50b818b61b..9c32e29bed 100644 --- a/src/apps/video/zixi/restapi/mode/broadcasteroutputusage.pm +++ b/src/apps/video/zixi/restapi/mode/broadcasteroutputusage.pm @@ -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 diff --git a/src/apps/video/zixi/restapi/mode/broadcastersystemusage.pm b/src/apps/video/zixi/restapi/mode/broadcastersystemusage.pm index dae8424217..01d20cbc8a 100644 --- a/src/apps/video/zixi/restapi/mode/broadcastersystemusage.pm +++ b/src/apps/video/zixi/restapi/mode/broadcastersystemusage.pm @@ -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 diff --git a/src/apps/video/zixi/restapi/mode/feederinputusage.pm b/src/apps/video/zixi/restapi/mode/feederinputusage.pm index 217f519b8f..42ce81fcce 100644 --- a/src/apps/video/zixi/restapi/mode/feederinputusage.pm +++ b/src/apps/video/zixi/restapi/mode/feederinputusage.pm @@ -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 diff --git a/src/apps/video/zixi/restapi/mode/feederoutputusage.pm b/src/apps/video/zixi/restapi/mode/feederoutputusage.pm index 5fbe02fe97..9bd80f0eec 100644 --- a/src/apps/video/zixi/restapi/mode/feederoutputusage.pm +++ b/src/apps/video/zixi/restapi/mode/feederoutputusage.pm @@ -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 diff --git a/src/apps/video/zixi/restapi/plugin.pm b/src/apps/video/zixi/restapi/plugin.pm index 1cde638f75..e714ab5f04 100644 --- a/src/apps/video/zixi/restapi/plugin.pm +++ b/src/apps/video/zixi/restapi/plugin.pm @@ -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 diff --git a/src/apps/virtualization/hpe/simplivity/restapi/custom/api.pm b/src/apps/virtualization/hpe/simplivity/restapi/custom/api.pm index ad853e2de0..677940d67c 100644 --- a/src/apps/virtualization/hpe/simplivity/restapi/custom/api.pm +++ b/src/apps/virtualization/hpe/simplivity/restapi/custom/api.pm @@ -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 diff --git a/src/apps/virtualization/hpe/simplivity/restapi/mode/discovery.pm b/src/apps/virtualization/hpe/simplivity/restapi/mode/discovery.pm index 3b82b7b995..62cca3debe 100644 --- a/src/apps/virtualization/hpe/simplivity/restapi/mode/discovery.pm +++ b/src/apps/virtualization/hpe/simplivity/restapi/mode/discovery.pm @@ -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 diff --git a/src/apps/virtualization/hpe/simplivity/restapi/mode/hosts.pm b/src/apps/virtualization/hpe/simplivity/restapi/mode/hosts.pm index c0273f5a0a..89ec629dc7 100644 --- a/src/apps/virtualization/hpe/simplivity/restapi/mode/hosts.pm +++ b/src/apps/virtualization/hpe/simplivity/restapi/mode/hosts.pm @@ -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 diff --git a/src/apps/virtualization/hpe/simplivity/restapi/mode/listhosts.pm b/src/apps/virtualization/hpe/simplivity/restapi/mode/listhosts.pm index 90f18cce37..14f942a823 100644 --- a/src/apps/virtualization/hpe/simplivity/restapi/mode/listhosts.pm +++ b/src/apps/virtualization/hpe/simplivity/restapi/mode/listhosts.pm @@ -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 diff --git a/src/apps/virtualization/hpe/simplivity/restapi/mode/omnistackclusters.pm b/src/apps/virtualization/hpe/simplivity/restapi/mode/omnistackclusters.pm index 5a401fd80f..cb99f60c2b 100644 --- a/src/apps/virtualization/hpe/simplivity/restapi/mode/omnistackclusters.pm +++ b/src/apps/virtualization/hpe/simplivity/restapi/mode/omnistackclusters.pm @@ -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 diff --git a/src/apps/virtualization/hpe/simplivity/restapi/mode/virtualmachines.pm b/src/apps/virtualization/hpe/simplivity/restapi/mode/virtualmachines.pm index b4a4c401ff..5baa728acd 100644 --- a/src/apps/virtualization/hpe/simplivity/restapi/mode/virtualmachines.pm +++ b/src/apps/virtualization/hpe/simplivity/restapi/mode/virtualmachines.pm @@ -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 diff --git a/src/apps/virtualization/hpe/simplivity/restapi/plugin.pm b/src/apps/virtualization/hpe/simplivity/restapi/plugin.pm index 3b187d30d7..d5cf7b6c51 100644 --- a/src/apps/virtualization/hpe/simplivity/restapi/plugin.pm +++ b/src/apps/virtualization/hpe/simplivity/restapi/plugin.pm @@ -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 diff --git a/src/apps/virtualization/ovirt/custom/api.pm b/src/apps/virtualization/ovirt/custom/api.pm index e1c81852f7..5be3ece0ce 100644 --- a/src/apps/virtualization/ovirt/custom/api.pm +++ b/src/apps/virtualization/ovirt/custom/api.pm @@ -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 diff --git a/src/apps/virtualization/ovirt/mode/cpuhost.pm b/src/apps/virtualization/ovirt/mode/cpuhost.pm index 05d27142c5..70a12a884e 100644 --- a/src/apps/virtualization/ovirt/mode/cpuhost.pm +++ b/src/apps/virtualization/ovirt/mode/cpuhost.pm @@ -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 diff --git a/src/apps/virtualization/ovirt/mode/listclusters.pm b/src/apps/virtualization/ovirt/mode/listclusters.pm index 9464ed02a4..ab4edbcb76 100644 --- a/src/apps/virtualization/ovirt/mode/listclusters.pm +++ b/src/apps/virtualization/ovirt/mode/listclusters.pm @@ -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 diff --git a/src/apps/virtualization/ovirt/mode/listdatacenters.pm b/src/apps/virtualization/ovirt/mode/listdatacenters.pm index ef06763e42..6704cf2779 100644 --- a/src/apps/virtualization/ovirt/mode/listdatacenters.pm +++ b/src/apps/virtualization/ovirt/mode/listdatacenters.pm @@ -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 diff --git a/src/apps/virtualization/ovirt/mode/listhosts.pm b/src/apps/virtualization/ovirt/mode/listhosts.pm index 739d854fcd..6a7728b0d3 100644 --- a/src/apps/virtualization/ovirt/mode/listhosts.pm +++ b/src/apps/virtualization/ovirt/mode/listhosts.pm @@ -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 diff --git a/src/apps/virtualization/ovirt/plugin.pm b/src/apps/virtualization/ovirt/plugin.pm index e8310bfb86..8a36ca8938 100644 --- a/src/apps/virtualization/ovirt/plugin.pm +++ b/src/apps/virtualization/ovirt/plugin.pm @@ -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 diff --git a/src/apps/vmware/connector/custom/connector.pm b/src/apps/vmware/connector/custom/connector.pm index b81c6edced..e93207c4ec 100644 --- a/src/apps/vmware/connector/custom/connector.pm +++ b/src/apps/vmware/connector/custom/connector.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/alarmdatacenter.pm b/src/apps/vmware/connector/mode/alarmdatacenter.pm index 96610a1af1..2c0310260d 100644 --- a/src/apps/vmware/connector/mode/alarmdatacenter.pm +++ b/src/apps/vmware/connector/mode/alarmdatacenter.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/alarmhost.pm b/src/apps/vmware/connector/mode/alarmhost.pm index 18dce5c1fa..d54c211aef 100644 --- a/src/apps/vmware/connector/mode/alarmhost.pm +++ b/src/apps/vmware/connector/mode/alarmhost.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/countvmhost.pm b/src/apps/vmware/connector/mode/countvmhost.pm index b18c815725..2258547a45 100644 --- a/src/apps/vmware/connector/mode/countvmhost.pm +++ b/src/apps/vmware/connector/mode/countvmhost.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/cpucluster.pm b/src/apps/vmware/connector/mode/cpucluster.pm index a699c0c266..33644d2025 100644 --- a/src/apps/vmware/connector/mode/cpucluster.pm +++ b/src/apps/vmware/connector/mode/cpucluster.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/cpuhost.pm b/src/apps/vmware/connector/mode/cpuhost.pm index 3c5efdbc28..a60d4a42fd 100644 --- a/src/apps/vmware/connector/mode/cpuhost.pm +++ b/src/apps/vmware/connector/mode/cpuhost.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/cpuvm.pm b/src/apps/vmware/connector/mode/cpuvm.pm index 439ea6d5a5..ed93d99df1 100644 --- a/src/apps/vmware/connector/mode/cpuvm.pm +++ b/src/apps/vmware/connector/mode/cpuvm.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/datastorecountvm.pm b/src/apps/vmware/connector/mode/datastorecountvm.pm index 6a39c781db..3df8e70bde 100644 --- a/src/apps/vmware/connector/mode/datastorecountvm.pm +++ b/src/apps/vmware/connector/mode/datastorecountvm.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/datastorehost.pm b/src/apps/vmware/connector/mode/datastorehost.pm index e1fa4bdd9e..50509dabc3 100644 --- a/src/apps/vmware/connector/mode/datastorehost.pm +++ b/src/apps/vmware/connector/mode/datastorehost.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/datastoreio.pm b/src/apps/vmware/connector/mode/datastoreio.pm index 17ffabc727..9b2c432c11 100644 --- a/src/apps/vmware/connector/mode/datastoreio.pm +++ b/src/apps/vmware/connector/mode/datastoreio.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/datastoreiops.pm b/src/apps/vmware/connector/mode/datastoreiops.pm index ada9cd1c3b..32674f4ce1 100644 --- a/src/apps/vmware/connector/mode/datastoreiops.pm +++ b/src/apps/vmware/connector/mode/datastoreiops.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/datastoresnapshot.pm b/src/apps/vmware/connector/mode/datastoresnapshot.pm index 8c122b9bbc..3917ad2658 100644 --- a/src/apps/vmware/connector/mode/datastoresnapshot.pm +++ b/src/apps/vmware/connector/mode/datastoresnapshot.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/datastoreusage.pm b/src/apps/vmware/connector/mode/datastoreusage.pm index 599cb35c9a..c6157f023d 100644 --- a/src/apps/vmware/connector/mode/datastoreusage.pm +++ b/src/apps/vmware/connector/mode/datastoreusage.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/datastorevm.pm b/src/apps/vmware/connector/mode/datastorevm.pm index 40fd8c01cc..a5941212ed 100644 --- a/src/apps/vmware/connector/mode/datastorevm.pm +++ b/src/apps/vmware/connector/mode/datastorevm.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/devicevm.pm b/src/apps/vmware/connector/mode/devicevm.pm index 7c2ae4b7ec..16a19ef051 100644 --- a/src/apps/vmware/connector/mode/devicevm.pm +++ b/src/apps/vmware/connector/mode/devicevm.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/discovery.pm b/src/apps/vmware/connector/mode/discovery.pm index b765fd8023..b30e47e23f 100644 --- a/src/apps/vmware/connector/mode/discovery.pm +++ b/src/apps/vmware/connector/mode/discovery.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/getmap.pm b/src/apps/vmware/connector/mode/getmap.pm index d0e6b08739..b3ea35439d 100644 --- a/src/apps/vmware/connector/mode/getmap.pm +++ b/src/apps/vmware/connector/mode/getmap.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/healthhost.pm b/src/apps/vmware/connector/mode/healthhost.pm index bb4840159c..f87742ba71 100644 --- a/src/apps/vmware/connector/mode/healthhost.pm +++ b/src/apps/vmware/connector/mode/healthhost.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/licenses.pm b/src/apps/vmware/connector/mode/licenses.pm index c5f5630d51..bf453f8bf9 100644 --- a/src/apps/vmware/connector/mode/licenses.pm +++ b/src/apps/vmware/connector/mode/licenses.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/limitvm.pm b/src/apps/vmware/connector/mode/limitvm.pm index da7aaada87..bad373ecae 100644 --- a/src/apps/vmware/connector/mode/limitvm.pm +++ b/src/apps/vmware/connector/mode/limitvm.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/listclusters.pm b/src/apps/vmware/connector/mode/listclusters.pm index d3e4909a62..759cd393d0 100644 --- a/src/apps/vmware/connector/mode/listclusters.pm +++ b/src/apps/vmware/connector/mode/listclusters.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/listdatacenters.pm b/src/apps/vmware/connector/mode/listdatacenters.pm index 4b415a0a29..8de58d5599 100644 --- a/src/apps/vmware/connector/mode/listdatacenters.pm +++ b/src/apps/vmware/connector/mode/listdatacenters.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/listdatastores.pm b/src/apps/vmware/connector/mode/listdatastores.pm index 1dadc844a4..95709786dd 100644 --- a/src/apps/vmware/connector/mode/listdatastores.pm +++ b/src/apps/vmware/connector/mode/listdatastores.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/listnichost.pm b/src/apps/vmware/connector/mode/listnichost.pm index abe1f902f0..f79a9b5cf3 100644 --- a/src/apps/vmware/connector/mode/listnichost.pm +++ b/src/apps/vmware/connector/mode/listnichost.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/maintenancehost.pm b/src/apps/vmware/connector/mode/maintenancehost.pm index 4522928495..17272f6bd1 100644 --- a/src/apps/vmware/connector/mode/maintenancehost.pm +++ b/src/apps/vmware/connector/mode/maintenancehost.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/memoryhost.pm b/src/apps/vmware/connector/mode/memoryhost.pm index 950462238b..50b3853111 100644 --- a/src/apps/vmware/connector/mode/memoryhost.pm +++ b/src/apps/vmware/connector/mode/memoryhost.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/memoryvm.pm b/src/apps/vmware/connector/mode/memoryvm.pm index e0f5e6a41f..430204badc 100644 --- a/src/apps/vmware/connector/mode/memoryvm.pm +++ b/src/apps/vmware/connector/mode/memoryvm.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/nethost.pm b/src/apps/vmware/connector/mode/nethost.pm index ee6e18a078..0c9e8f888d 100644 --- a/src/apps/vmware/connector/mode/nethost.pm +++ b/src/apps/vmware/connector/mode/nethost.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/netvm.pm b/src/apps/vmware/connector/mode/netvm.pm index a2c09861e6..70d3d5780f 100644 --- a/src/apps/vmware/connector/mode/netvm.pm +++ b/src/apps/vmware/connector/mode/netvm.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/servicehost.pm b/src/apps/vmware/connector/mode/servicehost.pm index 9250cdb35e..9e078a9a0c 100644 --- a/src/apps/vmware/connector/mode/servicehost.pm +++ b/src/apps/vmware/connector/mode/servicehost.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/snapshotvm.pm b/src/apps/vmware/connector/mode/snapshotvm.pm index 385902824b..1694ec7e6b 100644 --- a/src/apps/vmware/connector/mode/snapshotvm.pm +++ b/src/apps/vmware/connector/mode/snapshotvm.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/statconnectors.pm b/src/apps/vmware/connector/mode/statconnectors.pm index d61bc6f0ef..37583cbff3 100644 --- a/src/apps/vmware/connector/mode/statconnectors.pm +++ b/src/apps/vmware/connector/mode/statconnectors.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/statuscluster.pm b/src/apps/vmware/connector/mode/statuscluster.pm index bf7ab8c508..02e4a4bb9f 100644 --- a/src/apps/vmware/connector/mode/statuscluster.pm +++ b/src/apps/vmware/connector/mode/statuscluster.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/statushost.pm b/src/apps/vmware/connector/mode/statushost.pm index ad12d7dce1..79ea83e455 100644 --- a/src/apps/vmware/connector/mode/statushost.pm +++ b/src/apps/vmware/connector/mode/statushost.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/statusvm.pm b/src/apps/vmware/connector/mode/statusvm.pm index c4821812ca..f70449ebe9 100644 --- a/src/apps/vmware/connector/mode/statusvm.pm +++ b/src/apps/vmware/connector/mode/statusvm.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/storagehost.pm b/src/apps/vmware/connector/mode/storagehost.pm index aa947de241..6c3ce20d74 100644 --- a/src/apps/vmware/connector/mode/storagehost.pm +++ b/src/apps/vmware/connector/mode/storagehost.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/swaphost.pm b/src/apps/vmware/connector/mode/swaphost.pm index 0fc11f7d37..1a5029c15e 100644 --- a/src/apps/vmware/connector/mode/swaphost.pm +++ b/src/apps/vmware/connector/mode/swaphost.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/swapvm.pm b/src/apps/vmware/connector/mode/swapvm.pm index e963bf4690..a61b60170d 100644 --- a/src/apps/vmware/connector/mode/swapvm.pm +++ b/src/apps/vmware/connector/mode/swapvm.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/thinprovisioningvm.pm b/src/apps/vmware/connector/mode/thinprovisioningvm.pm index a16130fc4e..727bec4747 100644 --- a/src/apps/vmware/connector/mode/thinprovisioningvm.pm +++ b/src/apps/vmware/connector/mode/thinprovisioningvm.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/timehost.pm b/src/apps/vmware/connector/mode/timehost.pm index c6ea9bc5e8..3259f61ed0 100644 --- a/src/apps/vmware/connector/mode/timehost.pm +++ b/src/apps/vmware/connector/mode/timehost.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/toolsvm.pm b/src/apps/vmware/connector/mode/toolsvm.pm index 03f7d4be94..d659c49bba 100644 --- a/src/apps/vmware/connector/mode/toolsvm.pm +++ b/src/apps/vmware/connector/mode/toolsvm.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/uptimehost.pm b/src/apps/vmware/connector/mode/uptimehost.pm index 2a7b40136f..206adf1834 100644 --- a/src/apps/vmware/connector/mode/uptimehost.pm +++ b/src/apps/vmware/connector/mode/uptimehost.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/vmoperationcluster.pm b/src/apps/vmware/connector/mode/vmoperationcluster.pm index c9a22df827..f9d3980a07 100644 --- a/src/apps/vmware/connector/mode/vmoperationcluster.pm +++ b/src/apps/vmware/connector/mode/vmoperationcluster.pm @@ -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 diff --git a/src/apps/vmware/connector/mode/vsanclusterusage.pm b/src/apps/vmware/connector/mode/vsanclusterusage.pm index 579e8bebd4..16d622863f 100644 --- a/src/apps/vmware/connector/mode/vsanclusterusage.pm +++ b/src/apps/vmware/connector/mode/vsanclusterusage.pm @@ -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 diff --git a/src/apps/vmware/connector/plugin.pm b/src/apps/vmware/connector/plugin.pm index dc39870227..2734e45a92 100644 --- a/src/apps/vmware/connector/plugin.pm +++ b/src/apps/vmware/connector/plugin.pm @@ -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 diff --git a/src/apps/vmware/vcsa/restapi/custom/api.pm b/src/apps/vmware/vcsa/restapi/custom/api.pm index 1d08396346..ea799420aa 100644 --- a/src/apps/vmware/vcsa/restapi/custom/api.pm +++ b/src/apps/vmware/vcsa/restapi/custom/api.pm @@ -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 diff --git a/src/apps/vmware/vcsa/restapi/mode/health.pm b/src/apps/vmware/vcsa/restapi/mode/health.pm index baed215134..7498dce2b0 100644 --- a/src/apps/vmware/vcsa/restapi/mode/health.pm +++ b/src/apps/vmware/vcsa/restapi/mode/health.pm @@ -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 diff --git a/src/apps/vmware/vcsa/restapi/plugin.pm b/src/apps/vmware/vcsa/restapi/plugin.pm index 6ee8007f8e..d8b49a877d 100644 --- a/src/apps/vmware/vcsa/restapi/plugin.pm +++ b/src/apps/vmware/vcsa/restapi/plugin.pm @@ -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 diff --git a/src/apps/vmware/vcsa/snmp/mode/cpu.pm b/src/apps/vmware/vcsa/snmp/mode/cpu.pm index e9f3c584f3..b20c671013 100644 --- a/src/apps/vmware/vcsa/snmp/mode/cpu.pm +++ b/src/apps/vmware/vcsa/snmp/mode/cpu.pm @@ -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 diff --git a/src/apps/vmware/vcsa/snmp/mode/interfaces.pm b/src/apps/vmware/vcsa/snmp/mode/interfaces.pm index 24d89fb308..75c7bd2e91 100644 --- a/src/apps/vmware/vcsa/snmp/mode/interfaces.pm +++ b/src/apps/vmware/vcsa/snmp/mode/interfaces.pm @@ -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 diff --git a/src/apps/vmware/vcsa/snmp/mode/listinterfaces.pm b/src/apps/vmware/vcsa/snmp/mode/listinterfaces.pm index dda210e0d0..279c23f9be 100644 --- a/src/apps/vmware/vcsa/snmp/mode/listinterfaces.pm +++ b/src/apps/vmware/vcsa/snmp/mode/listinterfaces.pm @@ -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 diff --git a/src/apps/vmware/vcsa/snmp/mode/memory.pm b/src/apps/vmware/vcsa/snmp/mode/memory.pm index f4b1a0d2a8..a431fe04a9 100644 --- a/src/apps/vmware/vcsa/snmp/mode/memory.pm +++ b/src/apps/vmware/vcsa/snmp/mode/memory.pm @@ -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 diff --git a/src/apps/vmware/vcsa/snmp/mode/storage.pm b/src/apps/vmware/vcsa/snmp/mode/storage.pm index 7f65814949..a73748ee83 100644 --- a/src/apps/vmware/vcsa/snmp/mode/storage.pm +++ b/src/apps/vmware/vcsa/snmp/mode/storage.pm @@ -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 diff --git a/src/apps/vmware/vcsa/snmp/mode/uptime.pm b/src/apps/vmware/vcsa/snmp/mode/uptime.pm index 95022970fe..641e108d9c 100644 --- a/src/apps/vmware/vcsa/snmp/mode/uptime.pm +++ b/src/apps/vmware/vcsa/snmp/mode/uptime.pm @@ -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 diff --git a/src/apps/vmware/vcsa/snmp/plugin.pm b/src/apps/vmware/vcsa/snmp/plugin.pm index 7f7920649e..3a4d112cbc 100644 --- a/src/apps/vmware/vcsa/snmp/plugin.pm +++ b/src/apps/vmware/vcsa/snmp/plugin.pm @@ -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 diff --git a/src/apps/vmware/wsman/mode/components/cim_card.pm b/src/apps/vmware/wsman/mode/components/cim_card.pm index e02cdd4886..ee05dc8ca7 100644 --- a/src/apps/vmware/wsman/mode/components/cim_card.pm +++ b/src/apps/vmware/wsman/mode/components/cim_card.pm @@ -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 diff --git a/src/apps/vmware/wsman/mode/components/cim_computersystem.pm b/src/apps/vmware/wsman/mode/components/cim_computersystem.pm index 8d5caeba6d..27ed2c9174 100644 --- a/src/apps/vmware/wsman/mode/components/cim_computersystem.pm +++ b/src/apps/vmware/wsman/mode/components/cim_computersystem.pm @@ -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 diff --git a/src/apps/vmware/wsman/mode/components/cim_memory.pm b/src/apps/vmware/wsman/mode/components/cim_memory.pm index 4c3cb4b754..93698c782c 100644 --- a/src/apps/vmware/wsman/mode/components/cim_memory.pm +++ b/src/apps/vmware/wsman/mode/components/cim_memory.pm @@ -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 diff --git a/src/apps/vmware/wsman/mode/components/cim_numericsensor.pm b/src/apps/vmware/wsman/mode/components/cim_numericsensor.pm index 6d787e17c1..fc4ab053be 100644 --- a/src/apps/vmware/wsman/mode/components/cim_numericsensor.pm +++ b/src/apps/vmware/wsman/mode/components/cim_numericsensor.pm @@ -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 diff --git a/src/apps/vmware/wsman/mode/components/cim_processor.pm b/src/apps/vmware/wsman/mode/components/cim_processor.pm index a76c891232..55d5a5e696 100644 --- a/src/apps/vmware/wsman/mode/components/cim_processor.pm +++ b/src/apps/vmware/wsman/mode/components/cim_processor.pm @@ -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 diff --git a/src/apps/vmware/wsman/mode/components/cim_recordlog.pm b/src/apps/vmware/wsman/mode/components/cim_recordlog.pm index 37cf8ec747..08f14b0dc5 100644 --- a/src/apps/vmware/wsman/mode/components/cim_recordlog.pm +++ b/src/apps/vmware/wsman/mode/components/cim_recordlog.pm @@ -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 diff --git a/src/apps/vmware/wsman/mode/components/omc_discretesensor.pm b/src/apps/vmware/wsman/mode/components/omc_discretesensor.pm index 3e84d3c4d9..abe79f5acd 100644 --- a/src/apps/vmware/wsman/mode/components/omc_discretesensor.pm +++ b/src/apps/vmware/wsman/mode/components/omc_discretesensor.pm @@ -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 diff --git a/src/apps/vmware/wsman/mode/components/omc_fan.pm b/src/apps/vmware/wsman/mode/components/omc_fan.pm index 3ebe5d40de..6365d16819 100644 --- a/src/apps/vmware/wsman/mode/components/omc_fan.pm +++ b/src/apps/vmware/wsman/mode/components/omc_fan.pm @@ -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 diff --git a/src/apps/vmware/wsman/mode/components/omc_psu.pm b/src/apps/vmware/wsman/mode/components/omc_psu.pm index 9285df07be..529ee0d930 100644 --- a/src/apps/vmware/wsman/mode/components/omc_psu.pm +++ b/src/apps/vmware/wsman/mode/components/omc_psu.pm @@ -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 diff --git a/src/apps/vmware/wsman/mode/components/resources.pm b/src/apps/vmware/wsman/mode/components/resources.pm index 05a174d1ba..8d4f330d3a 100644 --- a/src/apps/vmware/wsman/mode/components/resources.pm +++ b/src/apps/vmware/wsman/mode/components/resources.pm @@ -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 diff --git a/src/apps/vmware/wsman/mode/components/vmware_battery.pm b/src/apps/vmware/wsman/mode/components/vmware_battery.pm index 0b2a0597ee..3b8c40307d 100644 --- a/src/apps/vmware/wsman/mode/components/vmware_battery.pm +++ b/src/apps/vmware/wsman/mode/components/vmware_battery.pm @@ -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 diff --git a/src/apps/vmware/wsman/mode/components/vmware_controller.pm b/src/apps/vmware/wsman/mode/components/vmware_controller.pm index d29abede15..c600853bf2 100644 --- a/src/apps/vmware/wsman/mode/components/vmware_controller.pm +++ b/src/apps/vmware/wsman/mode/components/vmware_controller.pm @@ -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 diff --git a/src/apps/vmware/wsman/mode/components/vmware_sassataport.pm b/src/apps/vmware/wsman/mode/components/vmware_sassataport.pm index 79c1cb3f0e..3576cf8c71 100644 --- a/src/apps/vmware/wsman/mode/components/vmware_sassataport.pm +++ b/src/apps/vmware/wsman/mode/components/vmware_sassataport.pm @@ -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 diff --git a/src/apps/vmware/wsman/mode/components/vmware_storageextent.pm b/src/apps/vmware/wsman/mode/components/vmware_storageextent.pm index a99123fc78..59767d9656 100644 --- a/src/apps/vmware/wsman/mode/components/vmware_storageextent.pm +++ b/src/apps/vmware/wsman/mode/components/vmware_storageextent.pm @@ -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 diff --git a/src/apps/vmware/wsman/mode/components/vmware_storagevolume.pm b/src/apps/vmware/wsman/mode/components/vmware_storagevolume.pm index 66ab0a4932..977fe5f0d9 100644 --- a/src/apps/vmware/wsman/mode/components/vmware_storagevolume.pm +++ b/src/apps/vmware/wsman/mode/components/vmware_storagevolume.pm @@ -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 diff --git a/src/apps/vmware/wsman/mode/hardware.pm b/src/apps/vmware/wsman/mode/hardware.pm index 7915cb2b70..5016e1a9bf 100644 --- a/src/apps/vmware/wsman/mode/hardware.pm +++ b/src/apps/vmware/wsman/mode/hardware.pm @@ -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 diff --git a/src/apps/vmware/wsman/plugin.pm b/src/apps/vmware/wsman/plugin.pm index 6e8fe1f42f..db46374b4d 100644 --- a/src/apps/vmware/wsman/plugin.pm +++ b/src/apps/vmware/wsman/plugin.pm @@ -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 diff --git a/src/apps/voip/3cx/restapi/custom/api.pm b/src/apps/voip/3cx/restapi/custom/api.pm index b5e9cc0926..d00b71ce1f 100644 --- a/src/apps/voip/3cx/restapi/custom/api.pm +++ b/src/apps/voip/3cx/restapi/custom/api.pm @@ -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 diff --git a/src/apps/voip/3cx/restapi/mode/extension.pm b/src/apps/voip/3cx/restapi/mode/extension.pm index 81d2796e4d..f7e934bc9b 100644 --- a/src/apps/voip/3cx/restapi/mode/extension.pm +++ b/src/apps/voip/3cx/restapi/mode/extension.pm @@ -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 diff --git a/src/apps/voip/3cx/restapi/mode/system.pm b/src/apps/voip/3cx/restapi/mode/system.pm index 3422ae13f3..5d3d018edf 100644 --- a/src/apps/voip/3cx/restapi/mode/system.pm +++ b/src/apps/voip/3cx/restapi/mode/system.pm @@ -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 diff --git a/src/apps/voip/3cx/restapi/plugin.pm b/src/apps/voip/3cx/restapi/plugin.pm index c4408292f6..1eb2f2f8c9 100644 --- a/src/apps/voip/3cx/restapi/plugin.pm +++ b/src/apps/voip/3cx/restapi/plugin.pm @@ -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 diff --git a/src/apps/voip/asterisk/ami/custom/api.pm b/src/apps/voip/asterisk/ami/custom/api.pm index cc25309e13..a1c440aad9 100644 --- a/src/apps/voip/asterisk/ami/custom/api.pm +++ b/src/apps/voip/asterisk/ami/custom/api.pm @@ -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 diff --git a/src/apps/voip/asterisk/ami/mode/channelusage.pm b/src/apps/voip/asterisk/ami/mode/channelusage.pm index e783d59f82..cdcdef9278 100644 --- a/src/apps/voip/asterisk/ami/mode/channelusage.pm +++ b/src/apps/voip/asterisk/ami/mode/channelusage.pm @@ -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 diff --git a/src/apps/voip/asterisk/ami/mode/dahdistatus.pm b/src/apps/voip/asterisk/ami/mode/dahdistatus.pm index 2267f4a4e0..2823bc63a8 100644 --- a/src/apps/voip/asterisk/ami/mode/dahdistatus.pm +++ b/src/apps/voip/asterisk/ami/mode/dahdistatus.pm @@ -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 diff --git a/src/apps/voip/asterisk/ami/mode/sippeersusage.pm b/src/apps/voip/asterisk/ami/mode/sippeersusage.pm index 5552087d38..b5d60dfe0c 100644 --- a/src/apps/voip/asterisk/ami/mode/sippeersusage.pm +++ b/src/apps/voip/asterisk/ami/mode/sippeersusage.pm @@ -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 diff --git a/src/apps/voip/asterisk/ami/plugin.pm b/src/apps/voip/asterisk/ami/plugin.pm index 61d515bb3d..c780332610 100644 --- a/src/apps/voip/asterisk/ami/plugin.pm +++ b/src/apps/voip/asterisk/ami/plugin.pm @@ -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 diff --git a/src/apps/voip/asterisk/snmp/mode/channelusage.pm b/src/apps/voip/asterisk/snmp/mode/channelusage.pm index 2b70855ebb..68b0ce0b1e 100644 --- a/src/apps/voip/asterisk/snmp/mode/channelusage.pm +++ b/src/apps/voip/asterisk/snmp/mode/channelusage.pm @@ -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 diff --git a/src/apps/voip/asterisk/snmp/plugin.pm b/src/apps/voip/asterisk/snmp/plugin.pm index 395cffeb42..9f2cbb7165 100644 --- a/src/apps/voip/asterisk/snmp/plugin.pm +++ b/src/apps/voip/asterisk/snmp/plugin.pm @@ -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 diff --git a/src/apps/voip/cisco/meetingplace/mode/audiolicenses.pm b/src/apps/voip/cisco/meetingplace/mode/audiolicenses.pm index c27b9f1f2d..1ed1741760 100644 --- a/src/apps/voip/cisco/meetingplace/mode/audiolicenses.pm +++ b/src/apps/voip/cisco/meetingplace/mode/audiolicenses.pm @@ -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 diff --git a/src/apps/voip/cisco/meetingplace/mode/audioports.pm b/src/apps/voip/cisco/meetingplace/mode/audioports.pm index 950c071797..590a2e66e5 100644 --- a/src/apps/voip/cisco/meetingplace/mode/audioports.pm +++ b/src/apps/voip/cisco/meetingplace/mode/audioports.pm @@ -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 diff --git a/src/apps/voip/cisco/meetingplace/mode/videolicenses.pm b/src/apps/voip/cisco/meetingplace/mode/videolicenses.pm index f7d708ef41..f1b827d510 100644 --- a/src/apps/voip/cisco/meetingplace/mode/videolicenses.pm +++ b/src/apps/voip/cisco/meetingplace/mode/videolicenses.pm @@ -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 diff --git a/src/apps/voip/cisco/meetingplace/mode/videoports.pm b/src/apps/voip/cisco/meetingplace/mode/videoports.pm index f608d7b733..4908071720 100644 --- a/src/apps/voip/cisco/meetingplace/mode/videoports.pm +++ b/src/apps/voip/cisco/meetingplace/mode/videoports.pm @@ -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 diff --git a/src/apps/voip/cisco/meetingplace/plugin.pm b/src/apps/voip/cisco/meetingplace/plugin.pm index 811619db9f..e3d0856b2a 100644 --- a/src/apps/voip/cisco/meetingplace/plugin.pm +++ b/src/apps/voip/cisco/meetingplace/plugin.pm @@ -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 diff --git a/src/apps/vtom/restapi/custom/api.pm b/src/apps/vtom/restapi/custom/api.pm index b3a1b93a96..dcda982d94 100644 --- a/src/apps/vtom/restapi/custom/api.pm +++ b/src/apps/vtom/restapi/custom/api.pm @@ -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 diff --git a/src/apps/vtom/restapi/custom/legacy.pm b/src/apps/vtom/restapi/custom/legacy.pm index defa8dcdfb..b229e93db8 100644 --- a/src/apps/vtom/restapi/custom/legacy.pm +++ b/src/apps/vtom/restapi/custom/legacy.pm @@ -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 diff --git a/src/apps/vtom/restapi/mode/cache.pm b/src/apps/vtom/restapi/mode/cache.pm index c272f78a3a..65215ff787 100644 --- a/src/apps/vtom/restapi/mode/cache.pm +++ b/src/apps/vtom/restapi/mode/cache.pm @@ -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 diff --git a/src/apps/vtom/restapi/mode/jobs.pm b/src/apps/vtom/restapi/mode/jobs.pm index c1054b951c..f41100d715 100644 --- a/src/apps/vtom/restapi/mode/jobs.pm +++ b/src/apps/vtom/restapi/mode/jobs.pm @@ -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 diff --git a/src/apps/vtom/restapi/mode/listjobs.pm b/src/apps/vtom/restapi/mode/listjobs.pm index ed10b68d1d..beb978b2e0 100644 --- a/src/apps/vtom/restapi/mode/listjobs.pm +++ b/src/apps/vtom/restapi/mode/listjobs.pm @@ -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 diff --git a/src/apps/vtom/restapi/plugin.pm b/src/apps/vtom/restapi/plugin.pm index a8dc582f5a..d1fee55389 100644 --- a/src/apps/vtom/restapi/plugin.pm +++ b/src/apps/vtom/restapi/plugin.pm @@ -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 diff --git a/src/apps/wallix/bastion/snmp/mode/license.pm b/src/apps/wallix/bastion/snmp/mode/license.pm index 4bbc36024a..76ebb363f3 100644 --- a/src/apps/wallix/bastion/snmp/mode/license.pm +++ b/src/apps/wallix/bastion/snmp/mode/license.pm @@ -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 diff --git a/src/apps/wallix/bastion/snmp/mode/system.pm b/src/apps/wallix/bastion/snmp/mode/system.pm index 3ca2c6672e..2c5ee5d270 100644 --- a/src/apps/wallix/bastion/snmp/mode/system.pm +++ b/src/apps/wallix/bastion/snmp/mode/system.pm @@ -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 diff --git a/src/apps/wallix/bastion/snmp/plugin.pm b/src/apps/wallix/bastion/snmp/plugin.pm index f12b2b880d..b9a97cde21 100644 --- a/src/apps/wallix/bastion/snmp/plugin.pm +++ b/src/apps/wallix/bastion/snmp/plugin.pm @@ -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 diff --git a/src/apps/wazuh/restapi/custom/api.pm b/src/apps/wazuh/restapi/custom/api.pm index 0cf8513dc5..596bcff881 100644 --- a/src/apps/wazuh/restapi/custom/api.pm +++ b/src/apps/wazuh/restapi/custom/api.pm @@ -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 diff --git a/src/apps/wazuh/restapi/mode/agents.pm b/src/apps/wazuh/restapi/mode/agents.pm index 335f4f94ee..a66a96b9dd 100644 --- a/src/apps/wazuh/restapi/mode/agents.pm +++ b/src/apps/wazuh/restapi/mode/agents.pm @@ -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 diff --git a/src/apps/wazuh/restapi/mode/manager.pm b/src/apps/wazuh/restapi/mode/manager.pm index 195f4abec1..b6a62cf8f7 100644 --- a/src/apps/wazuh/restapi/mode/manager.pm +++ b/src/apps/wazuh/restapi/mode/manager.pm @@ -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 diff --git a/src/apps/wazuh/restapi/plugin.pm b/src/apps/wazuh/restapi/plugin.pm index b69b4237bf..1a95860e27 100644 --- a/src/apps/wazuh/restapi/plugin.pm +++ b/src/apps/wazuh/restapi/plugin.pm @@ -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 diff --git a/src/apps/zoom/restapi/custom/api.pm b/src/apps/zoom/restapi/custom/api.pm index 7b2be016e0..c2398088b5 100644 --- a/src/apps/zoom/restapi/custom/api.pm +++ b/src/apps/zoom/restapi/custom/api.pm @@ -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 diff --git a/src/apps/zoom/restapi/mode/listusers.pm b/src/apps/zoom/restapi/mode/listusers.pm index cc2e1521ee..ad3a70e392 100644 --- a/src/apps/zoom/restapi/mode/listusers.pm +++ b/src/apps/zoom/restapi/mode/listusers.pm @@ -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 diff --git a/src/apps/zoom/restapi/plugin.pm b/src/apps/zoom/restapi/plugin.pm index 16fc820a4a..d15bb27b28 100644 --- a/src/apps/zoom/restapi/plugin.pm +++ b/src/apps/zoom/restapi/plugin.pm @@ -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 diff --git a/src/blockchain/hyperledger/exporter/mode/channels.pm b/src/blockchain/hyperledger/exporter/mode/channels.pm index ec645f00f4..42847cb715 100644 --- a/src/blockchain/hyperledger/exporter/mode/channels.pm +++ b/src/blockchain/hyperledger/exporter/mode/channels.pm @@ -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 diff --git a/src/blockchain/hyperledger/exporter/plugin.pm b/src/blockchain/hyperledger/exporter/plugin.pm index 34174dadac..0324be68bd 100644 --- a/src/blockchain/hyperledger/exporter/plugin.pm +++ b/src/blockchain/hyperledger/exporter/plugin.pm @@ -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 diff --git a/src/blockchain/parity/ethpoller/custom/api.pm b/src/blockchain/parity/ethpoller/custom/api.pm index faecf183c8..cb49f3ecc2 100644 --- a/src/blockchain/parity/ethpoller/custom/api.pm +++ b/src/blockchain/parity/ethpoller/custom/api.pm @@ -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 diff --git a/src/blockchain/parity/ethpoller/mode/disk.pm b/src/blockchain/parity/ethpoller/mode/disk.pm index 5b9813b5c8..bdaad22543 100644 --- a/src/blockchain/parity/ethpoller/mode/disk.pm +++ b/src/blockchain/parity/ethpoller/mode/disk.pm @@ -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 diff --git a/src/blockchain/parity/ethpoller/mode/stats.pm b/src/blockchain/parity/ethpoller/mode/stats.pm index 7a6c17150a..156d5373dc 100644 --- a/src/blockchain/parity/ethpoller/mode/stats.pm +++ b/src/blockchain/parity/ethpoller/mode/stats.pm @@ -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 diff --git a/src/blockchain/parity/ethpoller/mode/tracking.pm b/src/blockchain/parity/ethpoller/mode/tracking.pm index bdd860a2d0..83b7f7bdbe 100644 --- a/src/blockchain/parity/ethpoller/mode/tracking.pm +++ b/src/blockchain/parity/ethpoller/mode/tracking.pm @@ -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 diff --git a/src/blockchain/parity/ethpoller/plugin.pm b/src/blockchain/parity/ethpoller/plugin.pm index f10cf5727b..ce7420853e 100644 --- a/src/blockchain/parity/ethpoller/plugin.pm +++ b/src/blockchain/parity/ethpoller/plugin.pm @@ -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 diff --git a/src/blockchain/parity/restapi/custom/api.pm b/src/blockchain/parity/restapi/custom/api.pm index ef6803f3c6..69124d464d 100644 --- a/src/blockchain/parity/restapi/custom/api.pm +++ b/src/blockchain/parity/restapi/custom/api.pm @@ -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 diff --git a/src/blockchain/parity/restapi/mode/eth.pm b/src/blockchain/parity/restapi/mode/eth.pm index a7025ef12e..8242493bba 100644 --- a/src/blockchain/parity/restapi/mode/eth.pm +++ b/src/blockchain/parity/restapi/mode/eth.pm @@ -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 diff --git a/src/blockchain/parity/restapi/mode/infos.pm b/src/blockchain/parity/restapi/mode/infos.pm index 2b54d554d0..1228f4aa7d 100644 --- a/src/blockchain/parity/restapi/mode/infos.pm +++ b/src/blockchain/parity/restapi/mode/infos.pm @@ -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 diff --git a/src/blockchain/parity/restapi/mode/net.pm b/src/blockchain/parity/restapi/mode/net.pm index acf41f5d29..2c60876262 100644 --- a/src/blockchain/parity/restapi/mode/net.pm +++ b/src/blockchain/parity/restapi/mode/net.pm @@ -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 diff --git a/src/blockchain/parity/restapi/mode/parity.pm b/src/blockchain/parity/restapi/mode/parity.pm index 555f74425a..05cc852137 100644 --- a/src/blockchain/parity/restapi/mode/parity.pm +++ b/src/blockchain/parity/restapi/mode/parity.pm @@ -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 diff --git a/src/blockchain/parity/restapi/plugin.pm b/src/blockchain/parity/restapi/plugin.pm index 3885848ac9..9c6d4a4dae 100644 --- a/src/blockchain/parity/restapi/plugin.pm +++ b/src/blockchain/parity/restapi/plugin.pm @@ -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 diff --git a/src/centreon/common/adic/tape/snmp/mode/components/component.pm b/src/centreon/common/adic/tape/snmp/mode/components/component.pm index 17575fb9d2..6ae12bb85f 100644 --- a/src/centreon/common/adic/tape/snmp/mode/components/component.pm +++ b/src/centreon/common/adic/tape/snmp/mode/components/component.pm @@ -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 diff --git a/src/centreon/common/adic/tape/snmp/mode/components/fan.pm b/src/centreon/common/adic/tape/snmp/mode/components/fan.pm index 7a621a374d..de8db770d3 100644 --- a/src/centreon/common/adic/tape/snmp/mode/components/fan.pm +++ b/src/centreon/common/adic/tape/snmp/mode/components/fan.pm @@ -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 diff --git a/src/centreon/common/adic/tape/snmp/mode/components/global.pm b/src/centreon/common/adic/tape/snmp/mode/components/global.pm index ae8ccc2018..8c4c2e8827 100644 --- a/src/centreon/common/adic/tape/snmp/mode/components/global.pm +++ b/src/centreon/common/adic/tape/snmp/mode/components/global.pm @@ -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 diff --git a/src/centreon/common/adic/tape/snmp/mode/components/physicaldrive.pm b/src/centreon/common/adic/tape/snmp/mode/components/physicaldrive.pm index 7cb4e07f13..ab5166a22a 100644 --- a/src/centreon/common/adic/tape/snmp/mode/components/physicaldrive.pm +++ b/src/centreon/common/adic/tape/snmp/mode/components/physicaldrive.pm @@ -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 diff --git a/src/centreon/common/adic/tape/snmp/mode/components/subsystem.pm b/src/centreon/common/adic/tape/snmp/mode/components/subsystem.pm index 596573d48a..8eaf5d94ac 100644 --- a/src/centreon/common/adic/tape/snmp/mode/components/subsystem.pm +++ b/src/centreon/common/adic/tape/snmp/mode/components/subsystem.pm @@ -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 diff --git a/src/centreon/common/adic/tape/snmp/mode/components/temperature.pm b/src/centreon/common/adic/tape/snmp/mode/components/temperature.pm index f432ffb337..8b6306057b 100644 --- a/src/centreon/common/adic/tape/snmp/mode/components/temperature.pm +++ b/src/centreon/common/adic/tape/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/centreon/common/adic/tape/snmp/mode/hardware.pm b/src/centreon/common/adic/tape/snmp/mode/hardware.pm index d1aa83d3ba..68c6c3e55b 100644 --- a/src/centreon/common/adic/tape/snmp/mode/hardware.pm +++ b/src/centreon/common/adic/tape/snmp/mode/hardware.pm @@ -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 diff --git a/src/centreon/common/airespace/snmp/mode/apchannelinterference.pm b/src/centreon/common/airespace/snmp/mode/apchannelinterference.pm index 63b54cdc6f..593b1d93ed 100644 --- a/src/centreon/common/airespace/snmp/mode/apchannelinterference.pm +++ b/src/centreon/common/airespace/snmp/mode/apchannelinterference.pm @@ -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 diff --git a/src/centreon/common/airespace/snmp/mode/apchannelnoise.pm b/src/centreon/common/airespace/snmp/mode/apchannelnoise.pm index 91d864fd96..7e4e93d1df 100644 --- a/src/centreon/common/airespace/snmp/mode/apchannelnoise.pm +++ b/src/centreon/common/airespace/snmp/mode/apchannelnoise.pm @@ -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 diff --git a/src/centreon/common/airespace/snmp/mode/apstatus.pm b/src/centreon/common/airespace/snmp/mode/apstatus.pm index 6c5be3d774..4900b344a5 100644 --- a/src/centreon/common/airespace/snmp/mode/apstatus.pm +++ b/src/centreon/common/airespace/snmp/mode/apstatus.pm @@ -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 diff --git a/src/centreon/common/airespace/snmp/mode/apusers.pm b/src/centreon/common/airespace/snmp/mode/apusers.pm index 4e6f7034cd..a8d17ab5b2 100644 --- a/src/centreon/common/airespace/snmp/mode/apusers.pm +++ b/src/centreon/common/airespace/snmp/mode/apusers.pm @@ -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 diff --git a/src/centreon/common/airespace/snmp/mode/components/psu.pm b/src/centreon/common/airespace/snmp/mode/components/psu.pm index 428ee6eb72..4929a7ea23 100644 --- a/src/centreon/common/airespace/snmp/mode/components/psu.pm +++ b/src/centreon/common/airespace/snmp/mode/components/psu.pm @@ -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 diff --git a/src/centreon/common/airespace/snmp/mode/cpu.pm b/src/centreon/common/airespace/snmp/mode/cpu.pm index 02def5bf01..d631ff08ef 100644 --- a/src/centreon/common/airespace/snmp/mode/cpu.pm +++ b/src/centreon/common/airespace/snmp/mode/cpu.pm @@ -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 diff --git a/src/centreon/common/airespace/snmp/mode/discovery.pm b/src/centreon/common/airespace/snmp/mode/discovery.pm index 4b006adc99..48018f4157 100644 --- a/src/centreon/common/airespace/snmp/mode/discovery.pm +++ b/src/centreon/common/airespace/snmp/mode/discovery.pm @@ -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 diff --git a/src/centreon/common/airespace/snmp/mode/hardware.pm b/src/centreon/common/airespace/snmp/mode/hardware.pm index 0a8e276bff..ef4e0dfe4a 100644 --- a/src/centreon/common/airespace/snmp/mode/hardware.pm +++ b/src/centreon/common/airespace/snmp/mode/hardware.pm @@ -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 diff --git a/src/centreon/common/airespace/snmp/mode/listaps.pm b/src/centreon/common/airespace/snmp/mode/listaps.pm index 25713863b6..1b69164018 100644 --- a/src/centreon/common/airespace/snmp/mode/listaps.pm +++ b/src/centreon/common/airespace/snmp/mode/listaps.pm @@ -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 diff --git a/src/centreon/common/airespace/snmp/mode/listgroups.pm b/src/centreon/common/airespace/snmp/mode/listgroups.pm index ecc93e1f4b..2a8c1c0cef 100644 --- a/src/centreon/common/airespace/snmp/mode/listgroups.pm +++ b/src/centreon/common/airespace/snmp/mode/listgroups.pm @@ -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 diff --git a/src/centreon/common/airespace/snmp/mode/listradiusaccservers.pm b/src/centreon/common/airespace/snmp/mode/listradiusaccservers.pm index 6d14c9b80e..426400bad5 100644 --- a/src/centreon/common/airespace/snmp/mode/listradiusaccservers.pm +++ b/src/centreon/common/airespace/snmp/mode/listradiusaccservers.pm @@ -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 diff --git a/src/centreon/common/airespace/snmp/mode/listradiusauthservers.pm b/src/centreon/common/airespace/snmp/mode/listradiusauthservers.pm index 4deba68e08..105f406a65 100644 --- a/src/centreon/common/airespace/snmp/mode/listradiusauthservers.pm +++ b/src/centreon/common/airespace/snmp/mode/listradiusauthservers.pm @@ -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 diff --git a/src/centreon/common/airespace/snmp/mode/memory.pm b/src/centreon/common/airespace/snmp/mode/memory.pm index 34fcb7cf50..d267012ef4 100644 --- a/src/centreon/common/airespace/snmp/mode/memory.pm +++ b/src/centreon/common/airespace/snmp/mode/memory.pm @@ -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 diff --git a/src/centreon/common/airespace/snmp/mode/radiusaccservers.pm b/src/centreon/common/airespace/snmp/mode/radiusaccservers.pm index 195c1b62c1..77b5b5a06f 100644 --- a/src/centreon/common/airespace/snmp/mode/radiusaccservers.pm +++ b/src/centreon/common/airespace/snmp/mode/radiusaccservers.pm @@ -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 diff --git a/src/centreon/common/airespace/snmp/mode/radiusauthservers.pm b/src/centreon/common/airespace/snmp/mode/radiusauthservers.pm index c708d0fecc..0b985e5019 100644 --- a/src/centreon/common/airespace/snmp/mode/radiusauthservers.pm +++ b/src/centreon/common/airespace/snmp/mode/radiusauthservers.pm @@ -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 diff --git a/src/centreon/common/aruba/snmp/mode/apconnections.pm b/src/centreon/common/aruba/snmp/mode/apconnections.pm index 5efe3102f3..c22a441fd9 100644 --- a/src/centreon/common/aruba/snmp/mode/apconnections.pm +++ b/src/centreon/common/aruba/snmp/mode/apconnections.pm @@ -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 diff --git a/src/centreon/common/aruba/snmp/mode/apssidstatistics.pm b/src/centreon/common/aruba/snmp/mode/apssidstatistics.pm index 753497e3d1..12dfaf3b28 100644 --- a/src/centreon/common/aruba/snmp/mode/apssidstatistics.pm +++ b/src/centreon/common/aruba/snmp/mode/apssidstatistics.pm @@ -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 diff --git a/src/centreon/common/aruba/snmp/mode/apstatus.pm b/src/centreon/common/aruba/snmp/mode/apstatus.pm index 29b9cb4ded..2022c25a6a 100644 --- a/src/centreon/common/aruba/snmp/mode/apstatus.pm +++ b/src/centreon/common/aruba/snmp/mode/apstatus.pm @@ -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 diff --git a/src/centreon/common/aruba/snmp/mode/apusers.pm b/src/centreon/common/aruba/snmp/mode/apusers.pm index 16ec6189be..0519968cfa 100644 --- a/src/centreon/common/aruba/snmp/mode/apusers.pm +++ b/src/centreon/common/aruba/snmp/mode/apusers.pm @@ -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 diff --git a/src/centreon/common/aruba/snmp/mode/components/fan.pm b/src/centreon/common/aruba/snmp/mode/components/fan.pm index 939a44442d..1c0e313dca 100644 --- a/src/centreon/common/aruba/snmp/mode/components/fan.pm +++ b/src/centreon/common/aruba/snmp/mode/components/fan.pm @@ -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 diff --git a/src/centreon/common/aruba/snmp/mode/components/module.pm b/src/centreon/common/aruba/snmp/mode/components/module.pm index d5ea4e9c07..7d88af1452 100644 --- a/src/centreon/common/aruba/snmp/mode/components/module.pm +++ b/src/centreon/common/aruba/snmp/mode/components/module.pm @@ -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 diff --git a/src/centreon/common/aruba/snmp/mode/components/psu.pm b/src/centreon/common/aruba/snmp/mode/components/psu.pm index d39274b3c9..fd899df666 100644 --- a/src/centreon/common/aruba/snmp/mode/components/psu.pm +++ b/src/centreon/common/aruba/snmp/mode/components/psu.pm @@ -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 diff --git a/src/centreon/common/aruba/snmp/mode/controllerstatus.pm b/src/centreon/common/aruba/snmp/mode/controllerstatus.pm index ab53891047..40446a0efb 100644 --- a/src/centreon/common/aruba/snmp/mode/controllerstatus.pm +++ b/src/centreon/common/aruba/snmp/mode/controllerstatus.pm @@ -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 diff --git a/src/centreon/common/aruba/snmp/mode/cpu.pm b/src/centreon/common/aruba/snmp/mode/cpu.pm index f786eb3b97..8e1269f307 100644 --- a/src/centreon/common/aruba/snmp/mode/cpu.pm +++ b/src/centreon/common/aruba/snmp/mode/cpu.pm @@ -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 diff --git a/src/centreon/common/aruba/snmp/mode/discovery.pm b/src/centreon/common/aruba/snmp/mode/discovery.pm index b5c89574dd..77f1abd0ea 100644 --- a/src/centreon/common/aruba/snmp/mode/discovery.pm +++ b/src/centreon/common/aruba/snmp/mode/discovery.pm @@ -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 diff --git a/src/centreon/common/aruba/snmp/mode/hardware.pm b/src/centreon/common/aruba/snmp/mode/hardware.pm index 2707a97f66..1e0713187e 100644 --- a/src/centreon/common/aruba/snmp/mode/hardware.pm +++ b/src/centreon/common/aruba/snmp/mode/hardware.pm @@ -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 diff --git a/src/centreon/common/aruba/snmp/mode/license.pm b/src/centreon/common/aruba/snmp/mode/license.pm index 13860ebb60..fcce0b5d2e 100644 --- a/src/centreon/common/aruba/snmp/mode/license.pm +++ b/src/centreon/common/aruba/snmp/mode/license.pm @@ -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 diff --git a/src/centreon/common/aruba/snmp/mode/memory.pm b/src/centreon/common/aruba/snmp/mode/memory.pm index 4a2e4df7a7..80106d0c92 100644 --- a/src/centreon/common/aruba/snmp/mode/memory.pm +++ b/src/centreon/common/aruba/snmp/mode/memory.pm @@ -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 diff --git a/src/centreon/common/aruba/snmp/mode/storage.pm b/src/centreon/common/aruba/snmp/mode/storage.pm index 70d519302c..9d8c9c230c 100644 --- a/src/centreon/common/aruba/snmp/mode/storage.pm +++ b/src/centreon/common/aruba/snmp/mode/storage.pm @@ -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 diff --git a/src/centreon/common/avaya/snmp/mode/cpu.pm b/src/centreon/common/avaya/snmp/mode/cpu.pm index 2de06f2bec..1395a58750 100644 --- a/src/centreon/common/avaya/snmp/mode/cpu.pm +++ b/src/centreon/common/avaya/snmp/mode/cpu.pm @@ -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 diff --git a/src/centreon/common/avaya/snmp/mode/memory.pm b/src/centreon/common/avaya/snmp/mode/memory.pm index 808a57c215..771e5ee539 100644 --- a/src/centreon/common/avaya/snmp/mode/memory.pm +++ b/src/centreon/common/avaya/snmp/mode/memory.pm @@ -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 diff --git a/src/centreon/common/bluearc/snmp/mode/clusterstatus.pm b/src/centreon/common/bluearc/snmp/mode/clusterstatus.pm index e5962f860b..62ca90f905 100644 --- a/src/centreon/common/bluearc/snmp/mode/clusterstatus.pm +++ b/src/centreon/common/bluearc/snmp/mode/clusterstatus.pm @@ -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 diff --git a/src/centreon/common/bluearc/snmp/mode/components/battery.pm b/src/centreon/common/bluearc/snmp/mode/components/battery.pm index d64b36e066..1f6247830b 100644 --- a/src/centreon/common/bluearc/snmp/mode/components/battery.pm +++ b/src/centreon/common/bluearc/snmp/mode/components/battery.pm @@ -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 diff --git a/src/centreon/common/bluearc/snmp/mode/components/fan.pm b/src/centreon/common/bluearc/snmp/mode/components/fan.pm index ccc5757ae8..b288629b0e 100644 --- a/src/centreon/common/bluearc/snmp/mode/components/fan.pm +++ b/src/centreon/common/bluearc/snmp/mode/components/fan.pm @@ -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 diff --git a/src/centreon/common/bluearc/snmp/mode/components/psu.pm b/src/centreon/common/bluearc/snmp/mode/components/psu.pm index 4c82e2ab34..af91640007 100644 --- a/src/centreon/common/bluearc/snmp/mode/components/psu.pm +++ b/src/centreon/common/bluearc/snmp/mode/components/psu.pm @@ -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 diff --git a/src/centreon/common/bluearc/snmp/mode/components/sysdrive.pm b/src/centreon/common/bluearc/snmp/mode/components/sysdrive.pm index 0e0b2b3ae1..aa95fa6b68 100644 --- a/src/centreon/common/bluearc/snmp/mode/components/sysdrive.pm +++ b/src/centreon/common/bluearc/snmp/mode/components/sysdrive.pm @@ -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 diff --git a/src/centreon/common/bluearc/snmp/mode/components/temperature.pm b/src/centreon/common/bluearc/snmp/mode/components/temperature.pm index b51c91e084..eda4c37ca3 100644 --- a/src/centreon/common/bluearc/snmp/mode/components/temperature.pm +++ b/src/centreon/common/bluearc/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/centreon/common/bluearc/snmp/mode/hardware.pm b/src/centreon/common/bluearc/snmp/mode/hardware.pm index 4bb5bb1772..6769df172e 100644 --- a/src/centreon/common/bluearc/snmp/mode/hardware.pm +++ b/src/centreon/common/bluearc/snmp/mode/hardware.pm @@ -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 diff --git a/src/centreon/common/bluearc/snmp/mode/interfaces.pm b/src/centreon/common/bluearc/snmp/mode/interfaces.pm index 62550ccd15..d18f9f58ff 100644 --- a/src/centreon/common/bluearc/snmp/mode/interfaces.pm +++ b/src/centreon/common/bluearc/snmp/mode/interfaces.pm @@ -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 diff --git a/src/centreon/common/bluearc/snmp/mode/listinterfaces.pm b/src/centreon/common/bluearc/snmp/mode/listinterfaces.pm index 377c77f2c2..8174d154c1 100644 --- a/src/centreon/common/bluearc/snmp/mode/listinterfaces.pm +++ b/src/centreon/common/bluearc/snmp/mode/listinterfaces.pm @@ -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 diff --git a/src/centreon/common/bluearc/snmp/mode/listvolumes.pm b/src/centreon/common/bluearc/snmp/mode/listvolumes.pm index a129c4039d..19cd80a0b3 100644 --- a/src/centreon/common/bluearc/snmp/mode/listvolumes.pm +++ b/src/centreon/common/bluearc/snmp/mode/listvolumes.pm @@ -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 diff --git a/src/centreon/common/bluearc/snmp/mode/virtualvolumesquotas.pm b/src/centreon/common/bluearc/snmp/mode/virtualvolumesquotas.pm index 29852961b6..8ed0d34f57 100644 --- a/src/centreon/common/bluearc/snmp/mode/virtualvolumesquotas.pm +++ b/src/centreon/common/bluearc/snmp/mode/virtualvolumesquotas.pm @@ -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 diff --git a/src/centreon/common/bluearc/snmp/mode/volumeusage.pm b/src/centreon/common/bluearc/snmp/mode/volumeusage.pm index 9c1903da6d..ddc3eff63e 100644 --- a/src/centreon/common/bluearc/snmp/mode/volumeusage.pm +++ b/src/centreon/common/bluearc/snmp/mode/volumeusage.pm @@ -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 diff --git a/src/centreon/common/broadcom/fastpath/snmp/mode/components/fan.pm b/src/centreon/common/broadcom/fastpath/snmp/mode/components/fan.pm index 5274670763..1fd2a38c61 100644 --- a/src/centreon/common/broadcom/fastpath/snmp/mode/components/fan.pm +++ b/src/centreon/common/broadcom/fastpath/snmp/mode/components/fan.pm @@ -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 diff --git a/src/centreon/common/broadcom/fastpath/snmp/mode/components/psu.pm b/src/centreon/common/broadcom/fastpath/snmp/mode/components/psu.pm index 3814e2b1a6..84cfb90196 100644 --- a/src/centreon/common/broadcom/fastpath/snmp/mode/components/psu.pm +++ b/src/centreon/common/broadcom/fastpath/snmp/mode/components/psu.pm @@ -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 diff --git a/src/centreon/common/broadcom/fastpath/snmp/mode/components/temperature.pm b/src/centreon/common/broadcom/fastpath/snmp/mode/components/temperature.pm index f6954d100c..50556d8208 100644 --- a/src/centreon/common/broadcom/fastpath/snmp/mode/components/temperature.pm +++ b/src/centreon/common/broadcom/fastpath/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/centreon/common/broadcom/fastpath/snmp/mode/cpu.pm b/src/centreon/common/broadcom/fastpath/snmp/mode/cpu.pm index 7146aeb0f7..79a8a9310b 100644 --- a/src/centreon/common/broadcom/fastpath/snmp/mode/cpu.pm +++ b/src/centreon/common/broadcom/fastpath/snmp/mode/cpu.pm @@ -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 diff --git a/src/centreon/common/broadcom/fastpath/snmp/mode/hardware.pm b/src/centreon/common/broadcom/fastpath/snmp/mode/hardware.pm index 516c2d3478..c3c63724bc 100644 --- a/src/centreon/common/broadcom/fastpath/snmp/mode/hardware.pm +++ b/src/centreon/common/broadcom/fastpath/snmp/mode/hardware.pm @@ -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 diff --git a/src/centreon/common/broadcom/fastpath/snmp/mode/memory.pm b/src/centreon/common/broadcom/fastpath/snmp/mode/memory.pm index af311a9009..b27d52ac6d 100644 --- a/src/centreon/common/broadcom/fastpath/snmp/mode/memory.pm +++ b/src/centreon/common/broadcom/fastpath/snmp/mode/memory.pm @@ -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 diff --git a/src/centreon/common/broadcom/megaraid/snmp/mode/components/alarm.pm b/src/centreon/common/broadcom/megaraid/snmp/mode/components/alarm.pm index f77036770b..2940de4783 100644 --- a/src/centreon/common/broadcom/megaraid/snmp/mode/components/alarm.pm +++ b/src/centreon/common/broadcom/megaraid/snmp/mode/components/alarm.pm @@ -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 diff --git a/src/centreon/common/broadcom/megaraid/snmp/mode/components/fan.pm b/src/centreon/common/broadcom/megaraid/snmp/mode/components/fan.pm index dd42ef0fc5..be2da51d29 100644 --- a/src/centreon/common/broadcom/megaraid/snmp/mode/components/fan.pm +++ b/src/centreon/common/broadcom/megaraid/snmp/mode/components/fan.pm @@ -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 diff --git a/src/centreon/common/broadcom/megaraid/snmp/mode/components/pdrive.pm b/src/centreon/common/broadcom/megaraid/snmp/mode/components/pdrive.pm index 1591619a34..47df369556 100644 --- a/src/centreon/common/broadcom/megaraid/snmp/mode/components/pdrive.pm +++ b/src/centreon/common/broadcom/megaraid/snmp/mode/components/pdrive.pm @@ -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 diff --git a/src/centreon/common/broadcom/megaraid/snmp/mode/components/psu.pm b/src/centreon/common/broadcom/megaraid/snmp/mode/components/psu.pm index 5747f4d409..7c6ef13ae3 100644 --- a/src/centreon/common/broadcom/megaraid/snmp/mode/components/psu.pm +++ b/src/centreon/common/broadcom/megaraid/snmp/mode/components/psu.pm @@ -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 diff --git a/src/centreon/common/broadcom/megaraid/snmp/mode/components/sim.pm b/src/centreon/common/broadcom/megaraid/snmp/mode/components/sim.pm index 05fb7b2511..4a58440f6f 100644 --- a/src/centreon/common/broadcom/megaraid/snmp/mode/components/sim.pm +++ b/src/centreon/common/broadcom/megaraid/snmp/mode/components/sim.pm @@ -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 diff --git a/src/centreon/common/broadcom/megaraid/snmp/mode/components/slot.pm b/src/centreon/common/broadcom/megaraid/snmp/mode/components/slot.pm index c858ce4ed0..5eea7e1cb4 100644 --- a/src/centreon/common/broadcom/megaraid/snmp/mode/components/slot.pm +++ b/src/centreon/common/broadcom/megaraid/snmp/mode/components/slot.pm @@ -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 diff --git a/src/centreon/common/broadcom/megaraid/snmp/mode/components/temperature.pm b/src/centreon/common/broadcom/megaraid/snmp/mode/components/temperature.pm index baddf50b21..23b5ea3bbe 100644 --- a/src/centreon/common/broadcom/megaraid/snmp/mode/components/temperature.pm +++ b/src/centreon/common/broadcom/megaraid/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/centreon/common/broadcom/megaraid/snmp/mode/components/vdrive.pm b/src/centreon/common/broadcom/megaraid/snmp/mode/components/vdrive.pm index f8957798bc..5b17bc2f19 100644 --- a/src/centreon/common/broadcom/megaraid/snmp/mode/components/vdrive.pm +++ b/src/centreon/common/broadcom/megaraid/snmp/mode/components/vdrive.pm @@ -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 diff --git a/src/centreon/common/broadcom/megaraid/snmp/mode/hardware.pm b/src/centreon/common/broadcom/megaraid/snmp/mode/hardware.pm index 4af1aa2478..d2b311e032 100644 --- a/src/centreon/common/broadcom/megaraid/snmp/mode/hardware.pm +++ b/src/centreon/common/broadcom/megaraid/snmp/mode/hardware.pm @@ -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 diff --git a/src/centreon/common/cisco/ironport/snmp/mode/components/fan.pm b/src/centreon/common/cisco/ironport/snmp/mode/components/fan.pm index 6970ae4201..ce46e11577 100644 --- a/src/centreon/common/cisco/ironport/snmp/mode/components/fan.pm +++ b/src/centreon/common/cisco/ironport/snmp/mode/components/fan.pm @@ -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 diff --git a/src/centreon/common/cisco/ironport/snmp/mode/components/psu.pm b/src/centreon/common/cisco/ironport/snmp/mode/components/psu.pm index f23396e5d2..eecfccc4ca 100644 --- a/src/centreon/common/cisco/ironport/snmp/mode/components/psu.pm +++ b/src/centreon/common/cisco/ironport/snmp/mode/components/psu.pm @@ -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 diff --git a/src/centreon/common/cisco/ironport/snmp/mode/components/raid.pm b/src/centreon/common/cisco/ironport/snmp/mode/components/raid.pm index 2e233561fb..9219c07711 100644 --- a/src/centreon/common/cisco/ironport/snmp/mode/components/raid.pm +++ b/src/centreon/common/cisco/ironport/snmp/mode/components/raid.pm @@ -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 diff --git a/src/centreon/common/cisco/ironport/snmp/mode/components/temperature.pm b/src/centreon/common/cisco/ironport/snmp/mode/components/temperature.pm index 49064fb2ba..117071162e 100644 --- a/src/centreon/common/cisco/ironport/snmp/mode/components/temperature.pm +++ b/src/centreon/common/cisco/ironport/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/centreon/common/cisco/ironport/snmp/mode/cpu.pm b/src/centreon/common/cisco/ironport/snmp/mode/cpu.pm index 8c99fd64d9..bdb5629c43 100644 --- a/src/centreon/common/cisco/ironport/snmp/mode/cpu.pm +++ b/src/centreon/common/cisco/ironport/snmp/mode/cpu.pm @@ -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 diff --git a/src/centreon/common/cisco/ironport/snmp/mode/hardware.pm b/src/centreon/common/cisco/ironport/snmp/mode/hardware.pm index cabc43b6fe..f7c99b8c10 100644 --- a/src/centreon/common/cisco/ironport/snmp/mode/hardware.pm +++ b/src/centreon/common/cisco/ironport/snmp/mode/hardware.pm @@ -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 diff --git a/src/centreon/common/cisco/ironport/snmp/mode/mailusage.pm b/src/centreon/common/cisco/ironport/snmp/mode/mailusage.pm index 840d9e0e5d..a0f8872ce9 100644 --- a/src/centreon/common/cisco/ironport/snmp/mode/mailusage.pm +++ b/src/centreon/common/cisco/ironport/snmp/mode/mailusage.pm @@ -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 diff --git a/src/centreon/common/cisco/ironport/snmp/mode/memory.pm b/src/centreon/common/cisco/ironport/snmp/mode/memory.pm index a9f4280e67..64a813214c 100644 --- a/src/centreon/common/cisco/ironport/snmp/mode/memory.pm +++ b/src/centreon/common/cisco/ironport/snmp/mode/memory.pm @@ -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 diff --git a/src/centreon/common/cisco/ironport/snmp/mode/proxyusage.pm b/src/centreon/common/cisco/ironport/snmp/mode/proxyusage.pm index a72abcacdb..e8edc8b913 100644 --- a/src/centreon/common/cisco/ironport/snmp/mode/proxyusage.pm +++ b/src/centreon/common/cisco/ironport/snmp/mode/proxyusage.pm @@ -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 diff --git a/src/centreon/common/cisco/ironport/xmlapi/mode/systemusage.pm b/src/centreon/common/cisco/ironport/xmlapi/mode/systemusage.pm index 76a346fba8..13b161617e 100644 --- a/src/centreon/common/cisco/ironport/xmlapi/mode/systemusage.pm +++ b/src/centreon/common/cisco/ironport/xmlapi/mode/systemusage.pm @@ -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 diff --git a/src/centreon/common/cisco/smallbusiness/snmp/mode/components/fan.pm b/src/centreon/common/cisco/smallbusiness/snmp/mode/components/fan.pm index cb6985f970..c4833081e1 100644 --- a/src/centreon/common/cisco/smallbusiness/snmp/mode/components/fan.pm +++ b/src/centreon/common/cisco/smallbusiness/snmp/mode/components/fan.pm @@ -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 diff --git a/src/centreon/common/cisco/smallbusiness/snmp/mode/components/psu.pm b/src/centreon/common/cisco/smallbusiness/snmp/mode/components/psu.pm index 3e377071bc..c3d354365c 100644 --- a/src/centreon/common/cisco/smallbusiness/snmp/mode/components/psu.pm +++ b/src/centreon/common/cisco/smallbusiness/snmp/mode/components/psu.pm @@ -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 diff --git a/src/centreon/common/cisco/smallbusiness/snmp/mode/components/resources.pm b/src/centreon/common/cisco/smallbusiness/snmp/mode/components/resources.pm index 2f5447f694..b503d54c61 100644 --- a/src/centreon/common/cisco/smallbusiness/snmp/mode/components/resources.pm +++ b/src/centreon/common/cisco/smallbusiness/snmp/mode/components/resources.pm @@ -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 diff --git a/src/centreon/common/cisco/smallbusiness/snmp/mode/components/temperature.pm b/src/centreon/common/cisco/smallbusiness/snmp/mode/components/temperature.pm index e0235cf41e..c42bb2fb4c 100644 --- a/src/centreon/common/cisco/smallbusiness/snmp/mode/components/temperature.pm +++ b/src/centreon/common/cisco/smallbusiness/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/centreon/common/cisco/smallbusiness/snmp/mode/cpu.pm b/src/centreon/common/cisco/smallbusiness/snmp/mode/cpu.pm index 86b00cdbef..937559c89e 100644 --- a/src/centreon/common/cisco/smallbusiness/snmp/mode/cpu.pm +++ b/src/centreon/common/cisco/smallbusiness/snmp/mode/cpu.pm @@ -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 diff --git a/src/centreon/common/cisco/smallbusiness/snmp/mode/environment.pm b/src/centreon/common/cisco/smallbusiness/snmp/mode/environment.pm index cb9b02b952..3c25b6085a 100644 --- a/src/centreon/common/cisco/smallbusiness/snmp/mode/environment.pm +++ b/src/centreon/common/cisco/smallbusiness/snmp/mode/environment.pm @@ -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 diff --git a/src/centreon/common/cisco/standard/snmp/mode/aaaservers.pm b/src/centreon/common/cisco/standard/snmp/mode/aaaservers.pm index 354d89bd5e..8c14720783 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/aaaservers.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/aaaservers.pm @@ -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 diff --git a/src/centreon/common/cisco/standard/snmp/mode/bgp.pm b/src/centreon/common/cisco/standard/snmp/mode/bgp.pm index 43bfe7ac96..16a7f49e2d 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/bgp.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/bgp.pm @@ -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 diff --git a/src/centreon/common/cisco/standard/snmp/mode/components/fan.pm b/src/centreon/common/cisco/standard/snmp/mode/components/fan.pm index 875f14ad86..be0b7abd12 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/components/fan.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/components/fan.pm @@ -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 diff --git a/src/centreon/common/cisco/standard/snmp/mode/components/module.pm b/src/centreon/common/cisco/standard/snmp/mode/components/module.pm index e36d3e6911..9a848f1e47 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/components/module.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/components/module.pm @@ -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 diff --git a/src/centreon/common/cisco/standard/snmp/mode/components/physical.pm b/src/centreon/common/cisco/standard/snmp/mode/components/physical.pm index 2d023ecb03..6a0c38f904 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/components/physical.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/components/physical.pm @@ -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 diff --git a/src/centreon/common/cisco/standard/snmp/mode/components/psu.pm b/src/centreon/common/cisco/standard/snmp/mode/components/psu.pm index 03d8039198..4e833a8f7f 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/components/psu.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/components/psu.pm @@ -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 diff --git a/src/centreon/common/cisco/standard/snmp/mode/components/sensor.pm b/src/centreon/common/cisco/standard/snmp/mode/components/sensor.pm index 6e0e217cd8..fc37909a35 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/components/sensor.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/components/sensor.pm @@ -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 diff --git a/src/centreon/common/cisco/standard/snmp/mode/components/temperature.pm b/src/centreon/common/cisco/standard/snmp/mode/components/temperature.pm index 0906079b07..f4f12634d3 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/components/temperature.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/centreon/common/cisco/standard/snmp/mode/components/voltage.pm b/src/centreon/common/cisco/standard/snmp/mode/components/voltage.pm index df9a5231e0..df7254c762 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/components/voltage.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/components/voltage.pm @@ -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 diff --git a/src/centreon/common/cisco/standard/snmp/mode/configuration.pm b/src/centreon/common/cisco/standard/snmp/mode/configuration.pm index a3c304560c..ef725981d4 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/configuration.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/configuration.pm @@ -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 diff --git a/src/centreon/common/cisco/standard/snmp/mode/cpu.pm b/src/centreon/common/cisco/standard/snmp/mode/cpu.pm index 5563222363..faf97fd782 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/cpu.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/cpu.pm @@ -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 diff --git a/src/centreon/common/cisco/standard/snmp/mode/environment.pm b/src/centreon/common/cisco/standard/snmp/mode/environment.pm index 9b1a607d64..b8b95818a3 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/environment.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/environment.pm @@ -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 diff --git a/src/centreon/common/cisco/standard/snmp/mode/hsrp.pm b/src/centreon/common/cisco/standard/snmp/mode/hsrp.pm index f4700e8c04..4cc5996b0c 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/hsrp.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/hsrp.pm @@ -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 diff --git a/src/centreon/common/cisco/standard/snmp/mode/interfaces.pm b/src/centreon/common/cisco/standard/snmp/mode/interfaces.pm index 5917b1d8fd..aef987560d 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/interfaces.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/interfaces.pm @@ -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 diff --git a/src/centreon/common/cisco/standard/snmp/mode/ipsectunnel.pm b/src/centreon/common/cisco/standard/snmp/mode/ipsectunnel.pm index 6e953e5b77..1fc434aa30 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/ipsectunnel.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/ipsectunnel.pm @@ -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 diff --git a/src/centreon/common/cisco/standard/snmp/mode/ipsla.pm b/src/centreon/common/cisco/standard/snmp/mode/ipsla.pm index 480971aa30..b995458dd8 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/ipsla.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/ipsla.pm @@ -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 diff --git a/src/centreon/common/cisco/standard/snmp/mode/listaaaservers.pm b/src/centreon/common/cisco/standard/snmp/mode/listaaaservers.pm index 7e13069b1b..98e2e964e3 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/listaaaservers.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/listaaaservers.pm @@ -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 diff --git a/src/centreon/common/cisco/standard/snmp/mode/load.pm b/src/centreon/common/cisco/standard/snmp/mode/load.pm index 437bc9fba9..deae192e42 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/load.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/load.pm @@ -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 diff --git a/src/centreon/common/cisco/standard/snmp/mode/memory.pm b/src/centreon/common/cisco/standard/snmp/mode/memory.pm index 4129cb80c3..d4ba5fd3b0 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/memory.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/memory.pm @@ -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 diff --git a/src/centreon/common/cisco/standard/snmp/mode/memoryflash.pm b/src/centreon/common/cisco/standard/snmp/mode/memoryflash.pm index 35222e7949..3443b60f55 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/memoryflash.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/memoryflash.pm @@ -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 diff --git a/src/centreon/common/cisco/standard/snmp/mode/qosusage.pm b/src/centreon/common/cisco/standard/snmp/mode/qosusage.pm index 98517a0b95..df514a3cb5 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/qosusage.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/qosusage.pm @@ -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 diff --git a/src/centreon/common/cisco/standard/snmp/mode/sessions.pm b/src/centreon/common/cisco/standard/snmp/mode/sessions.pm index 434b14860e..9acc8454e8 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/sessions.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/sessions.pm @@ -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 diff --git a/src/centreon/common/cisco/standard/snmp/mode/stack.pm b/src/centreon/common/cisco/standard/snmp/mode/stack.pm index b4f7798939..fd333f809e 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/stack.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/stack.pm @@ -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 diff --git a/src/centreon/common/cisco/standard/snmp/mode/voicecall.pm b/src/centreon/common/cisco/standard/snmp/mode/voicecall.pm index 70dc9ee77e..9b1107e552 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/voicecall.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/voicecall.pm @@ -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 diff --git a/src/centreon/common/cisco/standard/snmp/mode/vpc.pm b/src/centreon/common/cisco/standard/snmp/mode/vpc.pm index fab0c34cfa..f03691f767 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/vpc.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/vpc.pm @@ -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 diff --git a/src/centreon/common/cisco/standard/snmp/mode/vss.pm b/src/centreon/common/cisco/standard/snmp/mode/vss.pm index 15f7755b98..b0add78c43 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/vss.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/vss.pm @@ -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 diff --git a/src/centreon/common/cisco/standard/snmp/mode/wan3g.pm b/src/centreon/common/cisco/standard/snmp/mode/wan3g.pm index 0ac93a4441..863857c384 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/wan3g.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/wan3g.pm @@ -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 diff --git a/src/centreon/common/cps/ups/snmp/mode/batterystatus.pm b/src/centreon/common/cps/ups/snmp/mode/batterystatus.pm index e4807ce123..eed8df0fa9 100644 --- a/src/centreon/common/cps/ups/snmp/mode/batterystatus.pm +++ b/src/centreon/common/cps/ups/snmp/mode/batterystatus.pm @@ -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 diff --git a/src/centreon/common/cps/ups/snmp/mode/inputlines.pm b/src/centreon/common/cps/ups/snmp/mode/inputlines.pm index 98d319c541..ebeae7d194 100644 --- a/src/centreon/common/cps/ups/snmp/mode/inputlines.pm +++ b/src/centreon/common/cps/ups/snmp/mode/inputlines.pm @@ -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 diff --git a/src/centreon/common/cps/ups/snmp/mode/outputlines.pm b/src/centreon/common/cps/ups/snmp/mode/outputlines.pm index 2b2276e829..aa2a1ed365 100644 --- a/src/centreon/common/cps/ups/snmp/mode/outputlines.pm +++ b/src/centreon/common/cps/ups/snmp/mode/outputlines.pm @@ -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 diff --git a/src/centreon/common/dell/fastpath/snmp/mode/components/fan.pm b/src/centreon/common/dell/fastpath/snmp/mode/components/fan.pm index c0a80b37ec..b0bcb19173 100644 --- a/src/centreon/common/dell/fastpath/snmp/mode/components/fan.pm +++ b/src/centreon/common/dell/fastpath/snmp/mode/components/fan.pm @@ -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 diff --git a/src/centreon/common/dell/fastpath/snmp/mode/components/psu.pm b/src/centreon/common/dell/fastpath/snmp/mode/components/psu.pm index e4facf4c15..393ce1af15 100644 --- a/src/centreon/common/dell/fastpath/snmp/mode/components/psu.pm +++ b/src/centreon/common/dell/fastpath/snmp/mode/components/psu.pm @@ -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 diff --git a/src/centreon/common/dell/fastpath/snmp/mode/components/temperature.pm b/src/centreon/common/dell/fastpath/snmp/mode/components/temperature.pm index d7697344fd..d86b377ef0 100644 --- a/src/centreon/common/dell/fastpath/snmp/mode/components/temperature.pm +++ b/src/centreon/common/dell/fastpath/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/centreon/common/dell/fastpath/snmp/mode/cpu.pm b/src/centreon/common/dell/fastpath/snmp/mode/cpu.pm index 8efc2d93d2..3b0ee74395 100644 --- a/src/centreon/common/dell/fastpath/snmp/mode/cpu.pm +++ b/src/centreon/common/dell/fastpath/snmp/mode/cpu.pm @@ -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 diff --git a/src/centreon/common/dell/fastpath/snmp/mode/environment.pm b/src/centreon/common/dell/fastpath/snmp/mode/environment.pm index 882a421c6d..5b8f6c17d4 100644 --- a/src/centreon/common/dell/fastpath/snmp/mode/environment.pm +++ b/src/centreon/common/dell/fastpath/snmp/mode/environment.pm @@ -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 diff --git a/src/centreon/common/dell/fastpath/snmp/mode/memory.pm b/src/centreon/common/dell/fastpath/snmp/mode/memory.pm index 864eeb44f2..ad89bb7986 100644 --- a/src/centreon/common/dell/fastpath/snmp/mode/memory.pm +++ b/src/centreon/common/dell/fastpath/snmp/mode/memory.pm @@ -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 diff --git a/src/centreon/common/dell/powerconnect3000/mode/globalstatus.pm b/src/centreon/common/dell/powerconnect3000/mode/globalstatus.pm index 26a52b0cff..7cd4ed102c 100644 --- a/src/centreon/common/dell/powerconnect3000/mode/globalstatus.pm +++ b/src/centreon/common/dell/powerconnect3000/mode/globalstatus.pm @@ -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 diff --git a/src/centreon/common/emc/navisphere/custom/custom.pm b/src/centreon/common/emc/navisphere/custom/custom.pm index b20e244fdc..6bfd95308d 100644 --- a/src/centreon/common/emc/navisphere/custom/custom.pm +++ b/src/centreon/common/emc/navisphere/custom/custom.pm @@ -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 diff --git a/src/centreon/common/emc/navisphere/mode/cache.pm b/src/centreon/common/emc/navisphere/mode/cache.pm index 5239a3aa41..4d758c84cc 100644 --- a/src/centreon/common/emc/navisphere/mode/cache.pm +++ b/src/centreon/common/emc/navisphere/mode/cache.pm @@ -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 diff --git a/src/centreon/common/emc/navisphere/mode/controller.pm b/src/centreon/common/emc/navisphere/mode/controller.pm index 4d72abb6d0..515cd6d04b 100644 --- a/src/centreon/common/emc/navisphere/mode/controller.pm +++ b/src/centreon/common/emc/navisphere/mode/controller.pm @@ -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 diff --git a/src/centreon/common/emc/navisphere/mode/disk.pm b/src/centreon/common/emc/navisphere/mode/disk.pm index 8507e13d32..b0ba92ab16 100644 --- a/src/centreon/common/emc/navisphere/mode/disk.pm +++ b/src/centreon/common/emc/navisphere/mode/disk.pm @@ -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 diff --git a/src/centreon/common/emc/navisphere/mode/faults.pm b/src/centreon/common/emc/navisphere/mode/faults.pm index 4bc1f59013..cbd47bfe27 100644 --- a/src/centreon/common/emc/navisphere/mode/faults.pm +++ b/src/centreon/common/emc/navisphere/mode/faults.pm @@ -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 diff --git a/src/centreon/common/emc/navisphere/mode/hbastate.pm b/src/centreon/common/emc/navisphere/mode/hbastate.pm index d1772567a0..337db690ea 100644 --- a/src/centreon/common/emc/navisphere/mode/hbastate.pm +++ b/src/centreon/common/emc/navisphere/mode/hbastate.pm @@ -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 diff --git a/src/centreon/common/emc/navisphere/mode/listluns.pm b/src/centreon/common/emc/navisphere/mode/listluns.pm index ec5a5503a4..ee07d5f5b0 100644 --- a/src/centreon/common/emc/navisphere/mode/listluns.pm +++ b/src/centreon/common/emc/navisphere/mode/listluns.pm @@ -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 diff --git a/src/centreon/common/emc/navisphere/mode/portstate.pm b/src/centreon/common/emc/navisphere/mode/portstate.pm index 9b0bfe81f8..be6904de6b 100644 --- a/src/centreon/common/emc/navisphere/mode/portstate.pm +++ b/src/centreon/common/emc/navisphere/mode/portstate.pm @@ -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 diff --git a/src/centreon/common/emc/navisphere/mode/sp.pm b/src/centreon/common/emc/navisphere/mode/sp.pm index 68432488cb..c63fa372c6 100644 --- a/src/centreon/common/emc/navisphere/mode/sp.pm +++ b/src/centreon/common/emc/navisphere/mode/sp.pm @@ -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 diff --git a/src/centreon/common/emc/navisphere/mode/spcomponents/battery.pm b/src/centreon/common/emc/navisphere/mode/spcomponents/battery.pm index 6f7829f4ca..64f281f3e6 100644 --- a/src/centreon/common/emc/navisphere/mode/spcomponents/battery.pm +++ b/src/centreon/common/emc/navisphere/mode/spcomponents/battery.pm @@ -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 diff --git a/src/centreon/common/emc/navisphere/mode/spcomponents/cable.pm b/src/centreon/common/emc/navisphere/mode/spcomponents/cable.pm index d19578dd1f..781f957071 100644 --- a/src/centreon/common/emc/navisphere/mode/spcomponents/cable.pm +++ b/src/centreon/common/emc/navisphere/mode/spcomponents/cable.pm @@ -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 diff --git a/src/centreon/common/emc/navisphere/mode/spcomponents/cpu.pm b/src/centreon/common/emc/navisphere/mode/spcomponents/cpu.pm index c0971bb5b9..c71e545470 100644 --- a/src/centreon/common/emc/navisphere/mode/spcomponents/cpu.pm +++ b/src/centreon/common/emc/navisphere/mode/spcomponents/cpu.pm @@ -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 diff --git a/src/centreon/common/emc/navisphere/mode/spcomponents/fan.pm b/src/centreon/common/emc/navisphere/mode/spcomponents/fan.pm index 3822cf2ad5..06aca82e85 100644 --- a/src/centreon/common/emc/navisphere/mode/spcomponents/fan.pm +++ b/src/centreon/common/emc/navisphere/mode/spcomponents/fan.pm @@ -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 diff --git a/src/centreon/common/emc/navisphere/mode/spcomponents/iomodule.pm b/src/centreon/common/emc/navisphere/mode/spcomponents/iomodule.pm index 5d6a204307..371f3f2618 100644 --- a/src/centreon/common/emc/navisphere/mode/spcomponents/iomodule.pm +++ b/src/centreon/common/emc/navisphere/mode/spcomponents/iomodule.pm @@ -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 diff --git a/src/centreon/common/emc/navisphere/mode/spcomponents/lcc.pm b/src/centreon/common/emc/navisphere/mode/spcomponents/lcc.pm index 44f488c088..b449fb277e 100644 --- a/src/centreon/common/emc/navisphere/mode/spcomponents/lcc.pm +++ b/src/centreon/common/emc/navisphere/mode/spcomponents/lcc.pm @@ -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 diff --git a/src/centreon/common/emc/navisphere/mode/spcomponents/memory.pm b/src/centreon/common/emc/navisphere/mode/spcomponents/memory.pm index 8dda355845..4ae168cb6c 100644 --- a/src/centreon/common/emc/navisphere/mode/spcomponents/memory.pm +++ b/src/centreon/common/emc/navisphere/mode/spcomponents/memory.pm @@ -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 diff --git a/src/centreon/common/emc/navisphere/mode/spcomponents/psu.pm b/src/centreon/common/emc/navisphere/mode/spcomponents/psu.pm index 691ca51944..9ee2c14eac 100644 --- a/src/centreon/common/emc/navisphere/mode/spcomponents/psu.pm +++ b/src/centreon/common/emc/navisphere/mode/spcomponents/psu.pm @@ -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 diff --git a/src/centreon/common/emc/navisphere/mode/spcomponents/sp.pm b/src/centreon/common/emc/navisphere/mode/spcomponents/sp.pm index 7c6b74569f..249bb7f87c 100644 --- a/src/centreon/common/emc/navisphere/mode/spcomponents/sp.pm +++ b/src/centreon/common/emc/navisphere/mode/spcomponents/sp.pm @@ -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 diff --git a/src/centreon/common/emc/navisphere/mode/spinfo.pm b/src/centreon/common/emc/navisphere/mode/spinfo.pm index 67c0c3d3a6..b250ea41e5 100644 --- a/src/centreon/common/emc/navisphere/mode/spinfo.pm +++ b/src/centreon/common/emc/navisphere/mode/spinfo.pm @@ -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 diff --git a/src/centreon/common/force10/snmp/mode/components/fan.pm b/src/centreon/common/force10/snmp/mode/components/fan.pm index 24b1a95038..1def70018a 100644 --- a/src/centreon/common/force10/snmp/mode/components/fan.pm +++ b/src/centreon/common/force10/snmp/mode/components/fan.pm @@ -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 diff --git a/src/centreon/common/force10/snmp/mode/components/psu.pm b/src/centreon/common/force10/snmp/mode/components/psu.pm index 71390c6e72..0cd9fd8334 100644 --- a/src/centreon/common/force10/snmp/mode/components/psu.pm +++ b/src/centreon/common/force10/snmp/mode/components/psu.pm @@ -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 diff --git a/src/centreon/common/force10/snmp/mode/components/stack.pm b/src/centreon/common/force10/snmp/mode/components/stack.pm index a58548976c..63928e10fa 100644 --- a/src/centreon/common/force10/snmp/mode/components/stack.pm +++ b/src/centreon/common/force10/snmp/mode/components/stack.pm @@ -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 diff --git a/src/centreon/common/force10/snmp/mode/cpu.pm b/src/centreon/common/force10/snmp/mode/cpu.pm index ba5d55dddb..fe23734222 100644 --- a/src/centreon/common/force10/snmp/mode/cpu.pm +++ b/src/centreon/common/force10/snmp/mode/cpu.pm @@ -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 diff --git a/src/centreon/common/force10/snmp/mode/hardware.pm b/src/centreon/common/force10/snmp/mode/hardware.pm index a1bb4b986f..496dba0832 100644 --- a/src/centreon/common/force10/snmp/mode/hardware.pm +++ b/src/centreon/common/force10/snmp/mode/hardware.pm @@ -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 diff --git a/src/centreon/common/force10/snmp/mode/memory.pm b/src/centreon/common/force10/snmp/mode/memory.pm index 5e9dc71878..a1abe03fc2 100644 --- a/src/centreon/common/force10/snmp/mode/memory.pm +++ b/src/centreon/common/force10/snmp/mode/memory.pm @@ -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 diff --git a/src/centreon/common/fortinet/fortigate/snmp/mode/apusage.pm b/src/centreon/common/fortinet/fortigate/snmp/mode/apusage.pm index 15aa4c61a1..ea46fb5346 100644 --- a/src/centreon/common/fortinet/fortigate/snmp/mode/apusage.pm +++ b/src/centreon/common/fortinet/fortigate/snmp/mode/apusage.pm @@ -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 diff --git a/src/centreon/common/fortinet/fortigate/snmp/mode/clusterstatus.pm b/src/centreon/common/fortinet/fortigate/snmp/mode/clusterstatus.pm index e63889a989..10a2f0145d 100644 --- a/src/centreon/common/fortinet/fortigate/snmp/mode/clusterstatus.pm +++ b/src/centreon/common/fortinet/fortigate/snmp/mode/clusterstatus.pm @@ -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 diff --git a/src/centreon/common/fortinet/fortigate/snmp/mode/cpu.pm b/src/centreon/common/fortinet/fortigate/snmp/mode/cpu.pm index 6bd700afcf..8798696fe2 100644 --- a/src/centreon/common/fortinet/fortigate/snmp/mode/cpu.pm +++ b/src/centreon/common/fortinet/fortigate/snmp/mode/cpu.pm @@ -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 diff --git a/src/centreon/common/fortinet/fortigate/snmp/mode/disk.pm b/src/centreon/common/fortinet/fortigate/snmp/mode/disk.pm index a2fa3b4239..b7c8c47e0a 100644 --- a/src/centreon/common/fortinet/fortigate/snmp/mode/disk.pm +++ b/src/centreon/common/fortinet/fortigate/snmp/mode/disk.pm @@ -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 diff --git a/src/centreon/common/fortinet/fortigate/snmp/mode/hardware.pm b/src/centreon/common/fortinet/fortigate/snmp/mode/hardware.pm index 6cb83518cb..1f81c343ec 100644 --- a/src/centreon/common/fortinet/fortigate/snmp/mode/hardware.pm +++ b/src/centreon/common/fortinet/fortigate/snmp/mode/hardware.pm @@ -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 diff --git a/src/centreon/common/fortinet/fortigate/snmp/mode/interfaces.pm b/src/centreon/common/fortinet/fortigate/snmp/mode/interfaces.pm index 0cf73615ce..56283e18f0 100644 --- a/src/centreon/common/fortinet/fortigate/snmp/mode/interfaces.pm +++ b/src/centreon/common/fortinet/fortigate/snmp/mode/interfaces.pm @@ -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 diff --git a/src/centreon/common/fortinet/fortigate/snmp/mode/ipsstats.pm b/src/centreon/common/fortinet/fortigate/snmp/mode/ipsstats.pm index 45a99a61aa..6502e39fc6 100644 --- a/src/centreon/common/fortinet/fortigate/snmp/mode/ipsstats.pm +++ b/src/centreon/common/fortinet/fortigate/snmp/mode/ipsstats.pm @@ -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 diff --git a/src/centreon/common/fortinet/fortigate/snmp/mode/listvirtualdomains.pm b/src/centreon/common/fortinet/fortigate/snmp/mode/listvirtualdomains.pm index 543ec0c030..93a8ad6c65 100644 --- a/src/centreon/common/fortinet/fortigate/snmp/mode/listvirtualdomains.pm +++ b/src/centreon/common/fortinet/fortigate/snmp/mode/listvirtualdomains.pm @@ -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 diff --git a/src/centreon/common/fortinet/fortigate/snmp/mode/memory.pm b/src/centreon/common/fortinet/fortigate/snmp/mode/memory.pm index 141fcf88c0..a731af50a9 100644 --- a/src/centreon/common/fortinet/fortigate/snmp/mode/memory.pm +++ b/src/centreon/common/fortinet/fortigate/snmp/mode/memory.pm @@ -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 diff --git a/src/centreon/common/fortinet/fortigate/snmp/mode/sdwan.pm b/src/centreon/common/fortinet/fortigate/snmp/mode/sdwan.pm index 6fc1aa401b..7fb29f1669 100644 --- a/src/centreon/common/fortinet/fortigate/snmp/mode/sdwan.pm +++ b/src/centreon/common/fortinet/fortigate/snmp/mode/sdwan.pm @@ -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 diff --git a/src/centreon/common/fortinet/fortigate/snmp/mode/sessions.pm b/src/centreon/common/fortinet/fortigate/snmp/mode/sessions.pm index 1a83de2bb9..afd272d190 100644 --- a/src/centreon/common/fortinet/fortigate/snmp/mode/sessions.pm +++ b/src/centreon/common/fortinet/fortigate/snmp/mode/sessions.pm @@ -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 diff --git a/src/centreon/common/fortinet/fortigate/snmp/mode/signatures.pm b/src/centreon/common/fortinet/fortigate/snmp/mode/signatures.pm index a7442adda2..6960866bde 100644 --- a/src/centreon/common/fortinet/fortigate/snmp/mode/signatures.pm +++ b/src/centreon/common/fortinet/fortigate/snmp/mode/signatures.pm @@ -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 diff --git a/src/centreon/common/fortinet/fortigate/snmp/mode/vdomusage.pm b/src/centreon/common/fortinet/fortigate/snmp/mode/vdomusage.pm index b5537b9b24..7927fd72b1 100644 --- a/src/centreon/common/fortinet/fortigate/snmp/mode/vdomusage.pm +++ b/src/centreon/common/fortinet/fortigate/snmp/mode/vdomusage.pm @@ -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 diff --git a/src/centreon/common/fortinet/fortigate/snmp/mode/virus.pm b/src/centreon/common/fortinet/fortigate/snmp/mode/virus.pm index 36988e1d31..fb70ca64a0 100644 --- a/src/centreon/common/fortinet/fortigate/snmp/mode/virus.pm +++ b/src/centreon/common/fortinet/fortigate/snmp/mode/virus.pm @@ -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 diff --git a/src/centreon/common/fortinet/fortigate/snmp/mode/vpn.pm b/src/centreon/common/fortinet/fortigate/snmp/mode/vpn.pm index 5d706f1cf7..ab87fb8a6f 100644 --- a/src/centreon/common/fortinet/fortigate/snmp/mode/vpn.pm +++ b/src/centreon/common/fortinet/fortigate/snmp/mode/vpn.pm @@ -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 diff --git a/src/centreon/common/foundry/snmp/mode/components/board.pm b/src/centreon/common/foundry/snmp/mode/components/board.pm index edef9ae46a..06d023b26e 100644 --- a/src/centreon/common/foundry/snmp/mode/components/board.pm +++ b/src/centreon/common/foundry/snmp/mode/components/board.pm @@ -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 diff --git a/src/centreon/common/foundry/snmp/mode/components/fan.pm b/src/centreon/common/foundry/snmp/mode/components/fan.pm index 9621510ad0..d24aa13596 100644 --- a/src/centreon/common/foundry/snmp/mode/components/fan.pm +++ b/src/centreon/common/foundry/snmp/mode/components/fan.pm @@ -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 diff --git a/src/centreon/common/foundry/snmp/mode/components/psu.pm b/src/centreon/common/foundry/snmp/mode/components/psu.pm index 510eb18846..af95501f03 100644 --- a/src/centreon/common/foundry/snmp/mode/components/psu.pm +++ b/src/centreon/common/foundry/snmp/mode/components/psu.pm @@ -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 diff --git a/src/centreon/common/foundry/snmp/mode/components/resources.pm b/src/centreon/common/foundry/snmp/mode/components/resources.pm index 853871267e..50451609fb 100644 --- a/src/centreon/common/foundry/snmp/mode/components/resources.pm +++ b/src/centreon/common/foundry/snmp/mode/components/resources.pm @@ -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 diff --git a/src/centreon/common/foundry/snmp/mode/components/temperature.pm b/src/centreon/common/foundry/snmp/mode/components/temperature.pm index 149912c5e0..38f5ca7d64 100644 --- a/src/centreon/common/foundry/snmp/mode/components/temperature.pm +++ b/src/centreon/common/foundry/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/centreon/common/foundry/snmp/mode/cpu.pm b/src/centreon/common/foundry/snmp/mode/cpu.pm index 653ac7096b..1e946271b0 100644 --- a/src/centreon/common/foundry/snmp/mode/cpu.pm +++ b/src/centreon/common/foundry/snmp/mode/cpu.pm @@ -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 diff --git a/src/centreon/common/foundry/snmp/mode/hardware.pm b/src/centreon/common/foundry/snmp/mode/hardware.pm index bd07d35490..dd6f073dac 100644 --- a/src/centreon/common/foundry/snmp/mode/hardware.pm +++ b/src/centreon/common/foundry/snmp/mode/hardware.pm @@ -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 diff --git a/src/centreon/common/foundry/snmp/mode/memory.pm b/src/centreon/common/foundry/snmp/mode/memory.pm index 9adf2a55f8..e72e04fd7c 100644 --- a/src/centreon/common/foundry/snmp/mode/memory.pm +++ b/src/centreon/common/foundry/snmp/mode/memory.pm @@ -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 diff --git a/src/centreon/common/frogfoot/snmp/mode/load.pm b/src/centreon/common/frogfoot/snmp/mode/load.pm index 186772c67d..4230b240ed 100644 --- a/src/centreon/common/frogfoot/snmp/mode/load.pm +++ b/src/centreon/common/frogfoot/snmp/mode/load.pm @@ -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 alarm monitoring for diff --git a/src/centreon/common/frogfoot/snmp/mode/memory.pm b/src/centreon/common/frogfoot/snmp/mode/memory.pm index 1e72ee1b0b..16aaed630d 100644 --- a/src/centreon/common/frogfoot/snmp/mode/memory.pm +++ b/src/centreon/common/frogfoot/snmp/mode/memory.pm @@ -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 diff --git a/src/centreon/common/h3c/snmp/mode/components/default.pm b/src/centreon/common/h3c/snmp/mode/components/default.pm index e33ae02cbe..5b3131442d 100644 --- a/src/centreon/common/h3c/snmp/mode/components/default.pm +++ b/src/centreon/common/h3c/snmp/mode/components/default.pm @@ -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 diff --git a/src/centreon/common/h3c/snmp/mode/components/fan.pm b/src/centreon/common/h3c/snmp/mode/components/fan.pm index 94d1e11f43..0488d37814 100644 --- a/src/centreon/common/h3c/snmp/mode/components/fan.pm +++ b/src/centreon/common/h3c/snmp/mode/components/fan.pm @@ -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 diff --git a/src/centreon/common/h3c/snmp/mode/components/psu.pm b/src/centreon/common/h3c/snmp/mode/components/psu.pm index 2e4aa0262a..64d7f80448 100644 --- a/src/centreon/common/h3c/snmp/mode/components/psu.pm +++ b/src/centreon/common/h3c/snmp/mode/components/psu.pm @@ -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 diff --git a/src/centreon/common/h3c/snmp/mode/components/sensor.pm b/src/centreon/common/h3c/snmp/mode/components/sensor.pm index 5584a5ec6a..e0892a10c0 100644 --- a/src/centreon/common/h3c/snmp/mode/components/sensor.pm +++ b/src/centreon/common/h3c/snmp/mode/components/sensor.pm @@ -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 diff --git a/src/centreon/common/h3c/snmp/mode/cpu.pm b/src/centreon/common/h3c/snmp/mode/cpu.pm index 2d4bb8b582..39104c55af 100644 --- a/src/centreon/common/h3c/snmp/mode/cpu.pm +++ b/src/centreon/common/h3c/snmp/mode/cpu.pm @@ -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 diff --git a/src/centreon/common/h3c/snmp/mode/hardware.pm b/src/centreon/common/h3c/snmp/mode/hardware.pm index 93d6487a25..f16566e20b 100644 --- a/src/centreon/common/h3c/snmp/mode/hardware.pm +++ b/src/centreon/common/h3c/snmp/mode/hardware.pm @@ -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 diff --git a/src/centreon/common/h3c/snmp/mode/interfaces.pm b/src/centreon/common/h3c/snmp/mode/interfaces.pm index 026bd17437..0524669583 100644 --- a/src/centreon/common/h3c/snmp/mode/interfaces.pm +++ b/src/centreon/common/h3c/snmp/mode/interfaces.pm @@ -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 diff --git a/src/centreon/common/h3c/snmp/mode/memory.pm b/src/centreon/common/h3c/snmp/mode/memory.pm index 4ed0da6875..2674b4c9df 100644 --- a/src/centreon/common/h3c/snmp/mode/memory.pm +++ b/src/centreon/common/h3c/snmp/mode/memory.pm @@ -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 diff --git a/src/centreon/common/ibm/nos/snmp/mode/components/faultled.pm b/src/centreon/common/ibm/nos/snmp/mode/components/faultled.pm index d628352304..5610939535 100644 --- a/src/centreon/common/ibm/nos/snmp/mode/components/faultled.pm +++ b/src/centreon/common/ibm/nos/snmp/mode/components/faultled.pm @@ -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 diff --git a/src/centreon/common/ibm/nos/snmp/mode/components/temperature.pm b/src/centreon/common/ibm/nos/snmp/mode/components/temperature.pm index eec91f2a28..0942972b5d 100644 --- a/src/centreon/common/ibm/nos/snmp/mode/components/temperature.pm +++ b/src/centreon/common/ibm/nos/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/centreon/common/ibm/nos/snmp/mode/cpu.pm b/src/centreon/common/ibm/nos/snmp/mode/cpu.pm index 3ec0bdff56..d6b86cb376 100644 --- a/src/centreon/common/ibm/nos/snmp/mode/cpu.pm +++ b/src/centreon/common/ibm/nos/snmp/mode/cpu.pm @@ -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 diff --git a/src/centreon/common/ibm/nos/snmp/mode/disk.pm b/src/centreon/common/ibm/nos/snmp/mode/disk.pm index 53b9a585f6..4eaba68948 100644 --- a/src/centreon/common/ibm/nos/snmp/mode/disk.pm +++ b/src/centreon/common/ibm/nos/snmp/mode/disk.pm @@ -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 diff --git a/src/centreon/common/ibm/nos/snmp/mode/environment.pm b/src/centreon/common/ibm/nos/snmp/mode/environment.pm index 3cb43ad752..2699a7556b 100644 --- a/src/centreon/common/ibm/nos/snmp/mode/environment.pm +++ b/src/centreon/common/ibm/nos/snmp/mode/environment.pm @@ -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 diff --git a/src/centreon/common/ibm/nos/snmp/mode/memory.pm b/src/centreon/common/ibm/nos/snmp/mode/memory.pm index 7fdf57b977..fc67f6c3a9 100644 --- a/src/centreon/common/ibm/nos/snmp/mode/memory.pm +++ b/src/centreon/common/ibm/nos/snmp/mode/memory.pm @@ -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 diff --git a/src/centreon/common/ibm/tapelibrary/snmp/mode/components/changer.pm b/src/centreon/common/ibm/tapelibrary/snmp/mode/components/changer.pm index 900742ec69..b1e1981e9d 100644 --- a/src/centreon/common/ibm/tapelibrary/snmp/mode/components/changer.pm +++ b/src/centreon/common/ibm/tapelibrary/snmp/mode/components/changer.pm @@ -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 diff --git a/src/centreon/common/ibm/tapelibrary/snmp/mode/components/chassis.pm b/src/centreon/common/ibm/tapelibrary/snmp/mode/components/chassis.pm index 951e643e5e..209d91bc05 100644 --- a/src/centreon/common/ibm/tapelibrary/snmp/mode/components/chassis.pm +++ b/src/centreon/common/ibm/tapelibrary/snmp/mode/components/chassis.pm @@ -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 diff --git a/src/centreon/common/ibm/tapelibrary/snmp/mode/components/drive.pm b/src/centreon/common/ibm/tapelibrary/snmp/mode/components/drive.pm index f5afce09fb..fb0091ed18 100644 --- a/src/centreon/common/ibm/tapelibrary/snmp/mode/components/drive.pm +++ b/src/centreon/common/ibm/tapelibrary/snmp/mode/components/drive.pm @@ -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 diff --git a/src/centreon/common/ibm/tapelibrary/snmp/mode/components/psu.pm b/src/centreon/common/ibm/tapelibrary/snmp/mode/components/psu.pm index 6276bbb5e9..a530880959 100644 --- a/src/centreon/common/ibm/tapelibrary/snmp/mode/components/psu.pm +++ b/src/centreon/common/ibm/tapelibrary/snmp/mode/components/psu.pm @@ -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 diff --git a/src/centreon/common/ibm/tapelibrary/snmp/mode/components/resources.pm b/src/centreon/common/ibm/tapelibrary/snmp/mode/components/resources.pm index 87078f3d38..fd60697fd3 100644 --- a/src/centreon/common/ibm/tapelibrary/snmp/mode/components/resources.pm +++ b/src/centreon/common/ibm/tapelibrary/snmp/mode/components/resources.pm @@ -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 diff --git a/src/centreon/common/ibm/tapelibrary/snmp/mode/hardware.pm b/src/centreon/common/ibm/tapelibrary/snmp/mode/hardware.pm index e1445e4432..a404dc0d5d 100644 --- a/src/centreon/common/ibm/tapelibrary/snmp/mode/hardware.pm +++ b/src/centreon/common/ibm/tapelibrary/snmp/mode/hardware.pm @@ -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 diff --git a/src/centreon/common/ingrian/snmp/mode/connections.pm b/src/centreon/common/ingrian/snmp/mode/connections.pm index 6cf32f2fe5..ec40110092 100644 --- a/src/centreon/common/ingrian/snmp/mode/connections.pm +++ b/src/centreon/common/ingrian/snmp/mode/connections.pm @@ -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 diff --git a/src/centreon/common/ingrian/snmp/mode/cpu.pm b/src/centreon/common/ingrian/snmp/mode/cpu.pm index 9ceda4cf10..99856b8691 100644 --- a/src/centreon/common/ingrian/snmp/mode/cpu.pm +++ b/src/centreon/common/ingrian/snmp/mode/cpu.pm @@ -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 diff --git a/src/centreon/common/ingrian/snmp/mode/disk.pm b/src/centreon/common/ingrian/snmp/mode/disk.pm index dcf2f60b8d..5542bdf38b 100644 --- a/src/centreon/common/ingrian/snmp/mode/disk.pm +++ b/src/centreon/common/ingrian/snmp/mode/disk.pm @@ -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 diff --git a/src/centreon/common/ingrian/snmp/mode/memory.pm b/src/centreon/common/ingrian/snmp/mode/memory.pm index c950625f57..7694795bef 100644 --- a/src/centreon/common/ingrian/snmp/mode/memory.pm +++ b/src/centreon/common/ingrian/snmp/mode/memory.pm @@ -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 diff --git a/src/centreon/common/ingrian/snmp/mode/requeststats.pm b/src/centreon/common/ingrian/snmp/mode/requeststats.pm index 27a4e0ae01..3186bdfc41 100644 --- a/src/centreon/common/ingrian/snmp/mode/requeststats.pm +++ b/src/centreon/common/ingrian/snmp/mode/requeststats.pm @@ -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 diff --git a/src/centreon/common/jvm/mode/classcount.pm b/src/centreon/common/jvm/mode/classcount.pm index feb745ad45..b5be110632 100644 --- a/src/centreon/common/jvm/mode/classcount.pm +++ b/src/centreon/common/jvm/mode/classcount.pm @@ -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 diff --git a/src/centreon/common/jvm/mode/cpuload.pm b/src/centreon/common/jvm/mode/cpuload.pm index 1d6b7bf956..e4ad233b0b 100644 --- a/src/centreon/common/jvm/mode/cpuload.pm +++ b/src/centreon/common/jvm/mode/cpuload.pm @@ -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 diff --git a/src/centreon/common/jvm/mode/fdusage.pm b/src/centreon/common/jvm/mode/fdusage.pm index e1967640ff..30c1575e24 100644 --- a/src/centreon/common/jvm/mode/fdusage.pm +++ b/src/centreon/common/jvm/mode/fdusage.pm @@ -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 diff --git a/src/centreon/common/jvm/mode/gcusage.pm b/src/centreon/common/jvm/mode/gcusage.pm index 642703cd94..da5cf81f57 100644 --- a/src/centreon/common/jvm/mode/gcusage.pm +++ b/src/centreon/common/jvm/mode/gcusage.pm @@ -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 diff --git a/src/centreon/common/jvm/mode/loadaverage.pm b/src/centreon/common/jvm/mode/loadaverage.pm index b6c00e48fb..b73a67bba4 100644 --- a/src/centreon/common/jvm/mode/loadaverage.pm +++ b/src/centreon/common/jvm/mode/loadaverage.pm @@ -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 diff --git a/src/centreon/common/jvm/mode/memory.pm b/src/centreon/common/jvm/mode/memory.pm index 415373301c..b0ee5f7868 100644 --- a/src/centreon/common/jvm/mode/memory.pm +++ b/src/centreon/common/jvm/mode/memory.pm @@ -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 diff --git a/src/centreon/common/jvm/mode/memorydetailed.pm b/src/centreon/common/jvm/mode/memorydetailed.pm index 9e037e55d3..37a5577edf 100644 --- a/src/centreon/common/jvm/mode/memorydetailed.pm +++ b/src/centreon/common/jvm/mode/memorydetailed.pm @@ -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 diff --git a/src/centreon/common/jvm/mode/threads.pm b/src/centreon/common/jvm/mode/threads.pm index 3e62d16e4f..92dc871ef1 100644 --- a/src/centreon/common/jvm/mode/threads.pm +++ b/src/centreon/common/jvm/mode/threads.pm @@ -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 diff --git a/src/centreon/common/microsoft/skype/mssql/mode/appsharingqoe.pm b/src/centreon/common/microsoft/skype/mssql/mode/appsharingqoe.pm index 94e6b0199b..5159e86519 100644 --- a/src/centreon/common/microsoft/skype/mssql/mode/appsharingqoe.pm +++ b/src/centreon/common/microsoft/skype/mssql/mode/appsharingqoe.pm @@ -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 diff --git a/src/centreon/common/microsoft/skype/mssql/mode/audioqoe.pm b/src/centreon/common/microsoft/skype/mssql/mode/audioqoe.pm index 8818ad9786..5891986e1a 100644 --- a/src/centreon/common/microsoft/skype/mssql/mode/audioqoe.pm +++ b/src/centreon/common/microsoft/skype/mssql/mode/audioqoe.pm @@ -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 diff --git a/src/centreon/common/microsoft/skype/mssql/mode/poorcalls.pm b/src/centreon/common/microsoft/skype/mssql/mode/poorcalls.pm index cd89af2647..964f0b41c8 100644 --- a/src/centreon/common/microsoft/skype/mssql/mode/poorcalls.pm +++ b/src/centreon/common/microsoft/skype/mssql/mode/poorcalls.pm @@ -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 diff --git a/src/centreon/common/microsoft/skype/mssql/mode/sessionstypes.pm b/src/centreon/common/microsoft/skype/mssql/mode/sessionstypes.pm index 79d55851be..ec8e845811 100644 --- a/src/centreon/common/microsoft/skype/mssql/mode/sessionstypes.pm +++ b/src/centreon/common/microsoft/skype/mssql/mode/sessionstypes.pm @@ -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 diff --git a/src/centreon/common/monitoring/openmetrics/custom/file.pm b/src/centreon/common/monitoring/openmetrics/custom/file.pm index 9e259cc6fd..cbaab0a717 100644 --- a/src/centreon/common/monitoring/openmetrics/custom/file.pm +++ b/src/centreon/common/monitoring/openmetrics/custom/file.pm @@ -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 diff --git a/src/centreon/common/monitoring/openmetrics/custom/web.pm b/src/centreon/common/monitoring/openmetrics/custom/web.pm index 34a2da3318..ccdef0a2d8 100644 --- a/src/centreon/common/monitoring/openmetrics/custom/web.pm +++ b/src/centreon/common/monitoring/openmetrics/custom/web.pm @@ -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 diff --git a/src/centreon/common/monitoring/openmetrics/scrape.pm b/src/centreon/common/monitoring/openmetrics/scrape.pm index 6800ea3aef..8718c0178c 100644 --- a/src/centreon/common/monitoring/openmetrics/scrape.pm +++ b/src/centreon/common/monitoring/openmetrics/scrape.pm @@ -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 diff --git a/src/centreon/common/polycom/endpoint/snmp/mode/components/board.pm b/src/centreon/common/polycom/endpoint/snmp/mode/components/board.pm index 3501dafec1..82776316c2 100644 --- a/src/centreon/common/polycom/endpoint/snmp/mode/components/board.pm +++ b/src/centreon/common/polycom/endpoint/snmp/mode/components/board.pm @@ -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 diff --git a/src/centreon/common/polycom/endpoint/snmp/mode/components/camera.pm b/src/centreon/common/polycom/endpoint/snmp/mode/components/camera.pm index 48b22cc980..f2b1e8a910 100644 --- a/src/centreon/common/polycom/endpoint/snmp/mode/components/camera.pm +++ b/src/centreon/common/polycom/endpoint/snmp/mode/components/camera.pm @@ -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 diff --git a/src/centreon/common/polycom/endpoint/snmp/mode/components/global.pm b/src/centreon/common/polycom/endpoint/snmp/mode/components/global.pm index 685b7e157f..fa64eea2cf 100644 --- a/src/centreon/common/polycom/endpoint/snmp/mode/components/global.pm +++ b/src/centreon/common/polycom/endpoint/snmp/mode/components/global.pm @@ -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 diff --git a/src/centreon/common/polycom/endpoint/snmp/mode/components/microphone.pm b/src/centreon/common/polycom/endpoint/snmp/mode/components/microphone.pm index f8731fb282..a9e5ea5a7c 100644 --- a/src/centreon/common/polycom/endpoint/snmp/mode/components/microphone.pm +++ b/src/centreon/common/polycom/endpoint/snmp/mode/components/microphone.pm @@ -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 diff --git a/src/centreon/common/polycom/endpoint/snmp/mode/components/nic.pm b/src/centreon/common/polycom/endpoint/snmp/mode/components/nic.pm index a83ecd56ea..6438a47822 100644 --- a/src/centreon/common/polycom/endpoint/snmp/mode/components/nic.pm +++ b/src/centreon/common/polycom/endpoint/snmp/mode/components/nic.pm @@ -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 diff --git a/src/centreon/common/polycom/endpoint/snmp/mode/components/ptc.pm b/src/centreon/common/polycom/endpoint/snmp/mode/components/ptc.pm index b1246b0bc0..a232dda7e9 100644 --- a/src/centreon/common/polycom/endpoint/snmp/mode/components/ptc.pm +++ b/src/centreon/common/polycom/endpoint/snmp/mode/components/ptc.pm @@ -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 diff --git a/src/centreon/common/polycom/endpoint/snmp/mode/components/resources.pm b/src/centreon/common/polycom/endpoint/snmp/mode/components/resources.pm index b17b953407..e06c664d0d 100644 --- a/src/centreon/common/polycom/endpoint/snmp/mode/components/resources.pm +++ b/src/centreon/common/polycom/endpoint/snmp/mode/components/resources.pm @@ -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 diff --git a/src/centreon/common/polycom/endpoint/snmp/mode/hardware.pm b/src/centreon/common/polycom/endpoint/snmp/mode/hardware.pm index d8552b1eb7..27069f64bd 100644 --- a/src/centreon/common/polycom/endpoint/snmp/mode/hardware.pm +++ b/src/centreon/common/polycom/endpoint/snmp/mode/hardware.pm @@ -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 diff --git a/src/centreon/common/polycom/endpoint/snmp/mode/videoconferencing.pm b/src/centreon/common/polycom/endpoint/snmp/mode/videoconferencing.pm index a4a896bef6..eee24c1b35 100644 --- a/src/centreon/common/polycom/endpoint/snmp/mode/videoconferencing.pm +++ b/src/centreon/common/polycom/endpoint/snmp/mode/videoconferencing.pm @@ -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 diff --git a/src/centreon/common/powershell/backupexec/alerts.pm b/src/centreon/common/powershell/backupexec/alerts.pm index cc9c63ebdd..69b9c5516e 100644 --- a/src/centreon/common/powershell/backupexec/alerts.pm +++ b/src/centreon/common/powershell/backupexec/alerts.pm @@ -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 diff --git a/src/centreon/common/powershell/backupexec/disks.pm b/src/centreon/common/powershell/backupexec/disks.pm index 1ca075f1c7..1c5660d557 100644 --- a/src/centreon/common/powershell/backupexec/disks.pm +++ b/src/centreon/common/powershell/backupexec/disks.pm @@ -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 diff --git a/src/centreon/common/powershell/backupexec/functions.pm b/src/centreon/common/powershell/backupexec/functions.pm index f11e1b1376..974294b3ad 100644 --- a/src/centreon/common/powershell/backupexec/functions.pm +++ b/src/centreon/common/powershell/backupexec/functions.pm @@ -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 diff --git a/src/centreon/common/powershell/backupexec/jobs.pm b/src/centreon/common/powershell/backupexec/jobs.pm index f850f57731..cdf00278de 100644 --- a/src/centreon/common/powershell/backupexec/jobs.pm +++ b/src/centreon/common/powershell/backupexec/jobs.pm @@ -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 diff --git a/src/centreon/common/powershell/dell/compellent/hbausage.pm b/src/centreon/common/powershell/dell/compellent/hbausage.pm index ef7186a859..778723eadc 100644 --- a/src/centreon/common/powershell/dell/compellent/hbausage.pm +++ b/src/centreon/common/powershell/dell/compellent/hbausage.pm @@ -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 diff --git a/src/centreon/common/powershell/dell/compellent/volumeusage.pm b/src/centreon/common/powershell/dell/compellent/volumeusage.pm index 07844dae6e..aa0d781013 100644 --- a/src/centreon/common/powershell/dell/compellent/volumeusage.pm +++ b/src/centreon/common/powershell/dell/compellent/volumeusage.pm @@ -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 diff --git a/src/centreon/common/powershell/exchange/activesyncmailbox.pm b/src/centreon/common/powershell/exchange/activesyncmailbox.pm index 202b4d127a..e88afad5c2 100644 --- a/src/centreon/common/powershell/exchange/activesyncmailbox.pm +++ b/src/centreon/common/powershell/exchange/activesyncmailbox.pm @@ -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 diff --git a/src/centreon/common/powershell/exchange/databases.pm b/src/centreon/common/powershell/exchange/databases.pm index b3b38bf5c7..9728415c10 100644 --- a/src/centreon/common/powershell/exchange/databases.pm +++ b/src/centreon/common/powershell/exchange/databases.pm @@ -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 diff --git a/src/centreon/common/powershell/exchange/imapmailbox.pm b/src/centreon/common/powershell/exchange/imapmailbox.pm index 2a09a7f3b7..c35dc4eb69 100644 --- a/src/centreon/common/powershell/exchange/imapmailbox.pm +++ b/src/centreon/common/powershell/exchange/imapmailbox.pm @@ -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 diff --git a/src/centreon/common/powershell/exchange/listdatabases.pm b/src/centreon/common/powershell/exchange/listdatabases.pm index f3404072ee..3a9658d222 100644 --- a/src/centreon/common/powershell/exchange/listdatabases.pm +++ b/src/centreon/common/powershell/exchange/listdatabases.pm @@ -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 diff --git a/src/centreon/common/powershell/exchange/mailboxes.pm b/src/centreon/common/powershell/exchange/mailboxes.pm index 03939ff1c3..a014e74836 100644 --- a/src/centreon/common/powershell/exchange/mailboxes.pm +++ b/src/centreon/common/powershell/exchange/mailboxes.pm @@ -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 diff --git a/src/centreon/common/powershell/exchange/mapimailbox.pm b/src/centreon/common/powershell/exchange/mapimailbox.pm index 553d754503..5df1fc4d66 100644 --- a/src/centreon/common/powershell/exchange/mapimailbox.pm +++ b/src/centreon/common/powershell/exchange/mapimailbox.pm @@ -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 diff --git a/src/centreon/common/powershell/exchange/outlookwebservices.pm b/src/centreon/common/powershell/exchange/outlookwebservices.pm index 7737ac9d58..2b6cf5a0e4 100644 --- a/src/centreon/common/powershell/exchange/outlookwebservices.pm +++ b/src/centreon/common/powershell/exchange/outlookwebservices.pm @@ -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 diff --git a/src/centreon/common/powershell/exchange/owamailbox.pm b/src/centreon/common/powershell/exchange/owamailbox.pm index 797201ead6..7d11624fe5 100644 --- a/src/centreon/common/powershell/exchange/owamailbox.pm +++ b/src/centreon/common/powershell/exchange/owamailbox.pm @@ -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 diff --git a/src/centreon/common/powershell/exchange/powershell.pm b/src/centreon/common/powershell/exchange/powershell.pm index fc63db40d6..1a7f06e72d 100644 --- a/src/centreon/common/powershell/exchange/powershell.pm +++ b/src/centreon/common/powershell/exchange/powershell.pm @@ -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 diff --git a/src/centreon/common/powershell/exchange/queues.pm b/src/centreon/common/powershell/exchange/queues.pm index 22dc7c0d22..ad86690f7f 100644 --- a/src/centreon/common/powershell/exchange/queues.pm +++ b/src/centreon/common/powershell/exchange/queues.pm @@ -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 diff --git a/src/centreon/common/powershell/exchange/replicationhealth.pm b/src/centreon/common/powershell/exchange/replicationhealth.pm index e7f05d399b..d9d073ad44 100644 --- a/src/centreon/common/powershell/exchange/replicationhealth.pm +++ b/src/centreon/common/powershell/exchange/replicationhealth.pm @@ -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 diff --git a/src/centreon/common/powershell/exchange/services.pm b/src/centreon/common/powershell/exchange/services.pm index 6f6c73b63f..be59f94cb0 100644 --- a/src/centreon/common/powershell/exchange/services.pm +++ b/src/centreon/common/powershell/exchange/services.pm @@ -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 diff --git a/src/centreon/common/powershell/functions.pm b/src/centreon/common/powershell/functions.pm index 2f9fb2ec12..d24b93ceda 100644 --- a/src/centreon/common/powershell/functions.pm +++ b/src/centreon/common/powershell/functions.pm @@ -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 diff --git a/src/centreon/common/powershell/hyperv/2012/listnodevms.pm b/src/centreon/common/powershell/hyperv/2012/listnodevms.pm index ec83760c64..00481f2e96 100644 --- a/src/centreon/common/powershell/hyperv/2012/listnodevms.pm +++ b/src/centreon/common/powershell/hyperv/2012/listnodevms.pm @@ -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 diff --git a/src/centreon/common/powershell/hyperv/2012/nodeintegrationservice.pm b/src/centreon/common/powershell/hyperv/2012/nodeintegrationservice.pm index 0f072dcc97..a85f509617 100644 --- a/src/centreon/common/powershell/hyperv/2012/nodeintegrationservice.pm +++ b/src/centreon/common/powershell/hyperv/2012/nodeintegrationservice.pm @@ -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 diff --git a/src/centreon/common/powershell/hyperv/2012/nodereplication.pm b/src/centreon/common/powershell/hyperv/2012/nodereplication.pm index 290490040f..4f192198f5 100644 --- a/src/centreon/common/powershell/hyperv/2012/nodereplication.pm +++ b/src/centreon/common/powershell/hyperv/2012/nodereplication.pm @@ -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 diff --git a/src/centreon/common/powershell/hyperv/2012/nodesnapshot.pm b/src/centreon/common/powershell/hyperv/2012/nodesnapshot.pm index 45f6fa6c9d..6c95f57c69 100644 --- a/src/centreon/common/powershell/hyperv/2012/nodesnapshot.pm +++ b/src/centreon/common/powershell/hyperv/2012/nodesnapshot.pm @@ -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 diff --git a/src/centreon/common/powershell/hyperv/2012/nodevmstatus.pm b/src/centreon/common/powershell/hyperv/2012/nodevmstatus.pm index 4b221fdbe7..050939f843 100644 --- a/src/centreon/common/powershell/hyperv/2012/nodevmstatus.pm +++ b/src/centreon/common/powershell/hyperv/2012/nodevmstatus.pm @@ -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 diff --git a/src/centreon/common/powershell/hyperv/2012/scvmmdiscovery.pm b/src/centreon/common/powershell/hyperv/2012/scvmmdiscovery.pm index 5b7c09d5d7..6709aebf6e 100644 --- a/src/centreon/common/powershell/hyperv/2012/scvmmdiscovery.pm +++ b/src/centreon/common/powershell/hyperv/2012/scvmmdiscovery.pm @@ -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 diff --git a/src/centreon/common/powershell/hyperv/2012/scvmmintegrationservice.pm b/src/centreon/common/powershell/hyperv/2012/scvmmintegrationservice.pm index b5be7bf9cf..c55aa7979a 100644 --- a/src/centreon/common/powershell/hyperv/2012/scvmmintegrationservice.pm +++ b/src/centreon/common/powershell/hyperv/2012/scvmmintegrationservice.pm @@ -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 diff --git a/src/centreon/common/powershell/hyperv/2012/scvmmsnapshot.pm b/src/centreon/common/powershell/hyperv/2012/scvmmsnapshot.pm index 450f939a0e..5470743361 100644 --- a/src/centreon/common/powershell/hyperv/2012/scvmmsnapshot.pm +++ b/src/centreon/common/powershell/hyperv/2012/scvmmsnapshot.pm @@ -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 diff --git a/src/centreon/common/powershell/hyperv/2012/scvmmvmstatus.pm b/src/centreon/common/powershell/hyperv/2012/scvmmvmstatus.pm index a1bbb5a3f6..e18dbc8be5 100644 --- a/src/centreon/common/powershell/hyperv/2012/scvmmvmstatus.pm +++ b/src/centreon/common/powershell/hyperv/2012/scvmmvmstatus.pm @@ -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 diff --git a/src/centreon/common/powershell/sccm/databasereplicationstatus.pm b/src/centreon/common/powershell/sccm/databasereplicationstatus.pm index 8ca87c9a2a..06b9cb302a 100644 --- a/src/centreon/common/powershell/sccm/databasereplicationstatus.pm +++ b/src/centreon/common/powershell/sccm/databasereplicationstatus.pm @@ -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 diff --git a/src/centreon/common/powershell/sccm/sitestatus.pm b/src/centreon/common/powershell/sccm/sitestatus.pm index 05a530748c..ddc06cc2d7 100644 --- a/src/centreon/common/powershell/sccm/sitestatus.pm +++ b/src/centreon/common/powershell/sccm/sitestatus.pm @@ -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 diff --git a/src/centreon/common/powershell/veeam/functions.pm b/src/centreon/common/powershell/veeam/functions.pm index 40486c6f01..1fb0c26a42 100644 --- a/src/centreon/common/powershell/veeam/functions.pm +++ b/src/centreon/common/powershell/veeam/functions.pm @@ -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 diff --git a/src/centreon/common/powershell/veeam/jobstatus.pm b/src/centreon/common/powershell/veeam/jobstatus.pm index 9458815cc3..f44a44a26e 100644 --- a/src/centreon/common/powershell/veeam/jobstatus.pm +++ b/src/centreon/common/powershell/veeam/jobstatus.pm @@ -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 diff --git a/src/centreon/common/powershell/veeam/licenses.pm b/src/centreon/common/powershell/veeam/licenses.pm index 0990267b6c..412787b0fb 100644 --- a/src/centreon/common/powershell/veeam/licenses.pm +++ b/src/centreon/common/powershell/veeam/licenses.pm @@ -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 diff --git a/src/centreon/common/powershell/veeam/listjobs.pm b/src/centreon/common/powershell/veeam/listjobs.pm index 504699080c..e0d902e2e4 100644 --- a/src/centreon/common/powershell/veeam/listjobs.pm +++ b/src/centreon/common/powershell/veeam/listjobs.pm @@ -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 diff --git a/src/centreon/common/powershell/veeam/repositories.pm b/src/centreon/common/powershell/veeam/repositories.pm index 89c618c6b1..a67ba9853e 100644 --- a/src/centreon/common/powershell/veeam/repositories.pm +++ b/src/centreon/common/powershell/veeam/repositories.pm @@ -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 diff --git a/src/centreon/common/powershell/veeam/tapejobs.pm b/src/centreon/common/powershell/veeam/tapejobs.pm index 77e4decf1d..03d017e9a8 100644 --- a/src/centreon/common/powershell/veeam/tapejobs.pm +++ b/src/centreon/common/powershell/veeam/tapejobs.pm @@ -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 diff --git a/src/centreon/common/powershell/veeam/vsbjobs.pm b/src/centreon/common/powershell/veeam/vsbjobs.pm index 1fe0b97909..3b50d808bd 100644 --- a/src/centreon/common/powershell/veeam/vsbjobs.pm +++ b/src/centreon/common/powershell/veeam/vsbjobs.pm @@ -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 diff --git a/src/centreon/common/powershell/windows/certificates.pm b/src/centreon/common/powershell/windows/certificates.pm index 5ffde9b0bc..2f792b5eb8 100644 --- a/src/centreon/common/powershell/windows/certificates.pm +++ b/src/centreon/common/powershell/windows/certificates.pm @@ -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 diff --git a/src/centreon/common/powershell/windows/liststorages.pm b/src/centreon/common/powershell/windows/liststorages.pm index b4b9cc5450..c911049c84 100644 --- a/src/centreon/common/powershell/windows/liststorages.pm +++ b/src/centreon/common/powershell/windows/liststorages.pm @@ -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 diff --git a/src/centreon/common/powershell/windows/pendingreboot.pm b/src/centreon/common/powershell/windows/pendingreboot.pm index 92d4efd491..3403379da5 100644 --- a/src/centreon/common/powershell/windows/pendingreboot.pm +++ b/src/centreon/common/powershell/windows/pendingreboot.pm @@ -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 diff --git a/src/centreon/common/powershell/windows/updates.pm b/src/centreon/common/powershell/windows/updates.pm index 574e1ba862..12b1013047 100644 --- a/src/centreon/common/powershell/windows/updates.pm +++ b/src/centreon/common/powershell/windows/updates.pm @@ -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 diff --git a/src/centreon/common/powershell/wsus/computersstatus.pm b/src/centreon/common/powershell/wsus/computersstatus.pm index 7b14d5bd98..23a8e5229c 100644 --- a/src/centreon/common/powershell/wsus/computersstatus.pm +++ b/src/centreon/common/powershell/wsus/computersstatus.pm @@ -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 diff --git a/src/centreon/common/powershell/wsus/serverstatistics.pm b/src/centreon/common/powershell/wsus/serverstatistics.pm index dcda06143e..cfeb8e3ade 100644 --- a/src/centreon/common/powershell/wsus/serverstatistics.pm +++ b/src/centreon/common/powershell/wsus/serverstatistics.pm @@ -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 diff --git a/src/centreon/common/powershell/wsus/synchronisationstatus.pm b/src/centreon/common/powershell/wsus/synchronisationstatus.pm index a14a0b2d12..5e2d6404e6 100644 --- a/src/centreon/common/powershell/wsus/synchronisationstatus.pm +++ b/src/centreon/common/powershell/wsus/synchronisationstatus.pm @@ -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 diff --git a/src/centreon/common/powershell/wsus/updatesstatus.pm b/src/centreon/common/powershell/wsus/updatesstatus.pm index e58ed8213d..919a78c24b 100644 --- a/src/centreon/common/powershell/wsus/updatesstatus.pm +++ b/src/centreon/common/powershell/wsus/updatesstatus.pm @@ -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 diff --git a/src/centreon/common/protocols/actuator/custom/centreonmap.pm b/src/centreon/common/protocols/actuator/custom/centreonmap.pm index ffb77ac894..321aaf0357 100644 --- a/src/centreon/common/protocols/actuator/custom/centreonmap.pm +++ b/src/centreon/common/protocols/actuator/custom/centreonmap.pm @@ -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 diff --git a/src/centreon/common/protocols/actuator/custom/standard.pm b/src/centreon/common/protocols/actuator/custom/standard.pm index bb6fd1d4fb..59b780de02 100644 --- a/src/centreon/common/protocols/actuator/custom/standard.pm +++ b/src/centreon/common/protocols/actuator/custom/standard.pm @@ -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 diff --git a/src/centreon/common/protocols/jmx/custom/jolokia.pm b/src/centreon/common/protocols/jmx/custom/jolokia.pm index 6f6b5ea4dc..5a1644ea52 100644 --- a/src/centreon/common/protocols/jmx/custom/jolokia.pm +++ b/src/centreon/common/protocols/jmx/custom/jolokia.pm @@ -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 diff --git a/src/centreon/common/protocols/ldap/lib/ldap.pm b/src/centreon/common/protocols/ldap/lib/ldap.pm index cc2ecebd0b..a0d04e1275 100644 --- a/src/centreon/common/protocols/ldap/lib/ldap.pm +++ b/src/centreon/common/protocols/ldap/lib/ldap.pm @@ -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 diff --git a/src/centreon/common/protocols/modbus/custom/api.pm b/src/centreon/common/protocols/modbus/custom/api.pm index c169099459..d8c283d4b1 100644 --- a/src/centreon/common/protocols/modbus/custom/api.pm +++ b/src/centreon/common/protocols/modbus/custom/api.pm @@ -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 diff --git a/src/centreon/common/protocols/sql/mode/collection.pm b/src/centreon/common/protocols/sql/mode/collection.pm index dd0f98ab8c..b0a48e4fea 100644 --- a/src/centreon/common/protocols/sql/mode/collection.pm +++ b/src/centreon/common/protocols/sql/mode/collection.pm @@ -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 diff --git a/src/centreon/common/protocols/sql/mode/connectiontime.pm b/src/centreon/common/protocols/sql/mode/connectiontime.pm index 104b96a904..e0f3b3f758 100644 --- a/src/centreon/common/protocols/sql/mode/connectiontime.pm +++ b/src/centreon/common/protocols/sql/mode/connectiontime.pm @@ -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 diff --git a/src/centreon/common/protocols/sql/mode/sql.pm b/src/centreon/common/protocols/sql/mode/sql.pm index 106111d88d..350326a43a 100644 --- a/src/centreon/common/protocols/sql/mode/sql.pm +++ b/src/centreon/common/protocols/sql/mode/sql.pm @@ -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 diff --git a/src/centreon/common/protocols/sql/mode/sqlstring.pm b/src/centreon/common/protocols/sql/mode/sqlstring.pm index 8acb399fc0..58ff4e7d42 100644 --- a/src/centreon/common/protocols/sql/mode/sqlstring.pm +++ b/src/centreon/common/protocols/sql/mode/sqlstring.pm @@ -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 diff --git a/src/centreon/common/protocols/ssh/custom/api.pm b/src/centreon/common/protocols/ssh/custom/api.pm index 91e8e8b5f8..3e96f4cece 100644 --- a/src/centreon/common/protocols/ssh/custom/api.pm +++ b/src/centreon/common/protocols/ssh/custom/api.pm @@ -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 diff --git a/src/centreon/common/radlan/snmp/mode/components/fan.pm b/src/centreon/common/radlan/snmp/mode/components/fan.pm index cee82c65bc..173a763399 100644 --- a/src/centreon/common/radlan/snmp/mode/components/fan.pm +++ b/src/centreon/common/radlan/snmp/mode/components/fan.pm @@ -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 diff --git a/src/centreon/common/radlan/snmp/mode/components/psu.pm b/src/centreon/common/radlan/snmp/mode/components/psu.pm index 23a3255097..3f23112130 100644 --- a/src/centreon/common/radlan/snmp/mode/components/psu.pm +++ b/src/centreon/common/radlan/snmp/mode/components/psu.pm @@ -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 diff --git a/src/centreon/common/radlan/snmp/mode/components/resources.pm b/src/centreon/common/radlan/snmp/mode/components/resources.pm index 692d51d758..e5272a53fa 100644 --- a/src/centreon/common/radlan/snmp/mode/components/resources.pm +++ b/src/centreon/common/radlan/snmp/mode/components/resources.pm @@ -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 diff --git a/src/centreon/common/radlan/snmp/mode/components/temperature.pm b/src/centreon/common/radlan/snmp/mode/components/temperature.pm index edac83ab92..c13a366ed1 100644 --- a/src/centreon/common/radlan/snmp/mode/components/temperature.pm +++ b/src/centreon/common/radlan/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/centreon/common/radlan/snmp/mode/cpu.pm b/src/centreon/common/radlan/snmp/mode/cpu.pm index 121f5938b4..12fa0113bb 100644 --- a/src/centreon/common/radlan/snmp/mode/cpu.pm +++ b/src/centreon/common/radlan/snmp/mode/cpu.pm @@ -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 diff --git a/src/centreon/common/radlan/snmp/mode/environment.pm b/src/centreon/common/radlan/snmp/mode/environment.pm index 357cfed831..e0a1a0c995 100644 --- a/src/centreon/common/radlan/snmp/mode/environment.pm +++ b/src/centreon/common/radlan/snmp/mode/environment.pm @@ -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 diff --git a/src/centreon/common/redfish/restapi/mode/components/chassis.pm b/src/centreon/common/redfish/restapi/mode/components/chassis.pm index 813e64bedf..e31977d559 100644 --- a/src/centreon/common/redfish/restapi/mode/components/chassis.pm +++ b/src/centreon/common/redfish/restapi/mode/components/chassis.pm @@ -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 diff --git a/src/centreon/common/redfish/restapi/mode/components/device.pm b/src/centreon/common/redfish/restapi/mode/components/device.pm index 49b799dd74..787b60dd18 100644 --- a/src/centreon/common/redfish/restapi/mode/components/device.pm +++ b/src/centreon/common/redfish/restapi/mode/components/device.pm @@ -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 diff --git a/src/centreon/common/redfish/restapi/mode/components/drive.pm b/src/centreon/common/redfish/restapi/mode/components/drive.pm index 42c09556a5..13faede883 100644 --- a/src/centreon/common/redfish/restapi/mode/components/drive.pm +++ b/src/centreon/common/redfish/restapi/mode/components/drive.pm @@ -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 diff --git a/src/centreon/common/redfish/restapi/mode/components/fan.pm b/src/centreon/common/redfish/restapi/mode/components/fan.pm index de2b035682..0933e3e4b4 100644 --- a/src/centreon/common/redfish/restapi/mode/components/fan.pm +++ b/src/centreon/common/redfish/restapi/mode/components/fan.pm @@ -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 diff --git a/src/centreon/common/redfish/restapi/mode/components/psu.pm b/src/centreon/common/redfish/restapi/mode/components/psu.pm index 6faf03e61f..7376309c6f 100644 --- a/src/centreon/common/redfish/restapi/mode/components/psu.pm +++ b/src/centreon/common/redfish/restapi/mode/components/psu.pm @@ -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 diff --git a/src/centreon/common/redfish/restapi/mode/components/sc.pm b/src/centreon/common/redfish/restapi/mode/components/sc.pm index 04896346b3..da4fd61d1c 100644 --- a/src/centreon/common/redfish/restapi/mode/components/sc.pm +++ b/src/centreon/common/redfish/restapi/mode/components/sc.pm @@ -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 diff --git a/src/centreon/common/redfish/restapi/mode/components/storage.pm b/src/centreon/common/redfish/restapi/mode/components/storage.pm index 33de68695d..8396f1696d 100644 --- a/src/centreon/common/redfish/restapi/mode/components/storage.pm +++ b/src/centreon/common/redfish/restapi/mode/components/storage.pm @@ -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 diff --git a/src/centreon/common/redfish/restapi/mode/components/temperature.pm b/src/centreon/common/redfish/restapi/mode/components/temperature.pm index 534b6bbb43..a28b112e9c 100644 --- a/src/centreon/common/redfish/restapi/mode/components/temperature.pm +++ b/src/centreon/common/redfish/restapi/mode/components/temperature.pm @@ -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 diff --git a/src/centreon/common/redfish/restapi/mode/components/volume.pm b/src/centreon/common/redfish/restapi/mode/components/volume.pm index 29dd7fbf92..8843c3d5b1 100644 --- a/src/centreon/common/redfish/restapi/mode/components/volume.pm +++ b/src/centreon/common/redfish/restapi/mode/components/volume.pm @@ -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 diff --git a/src/centreon/common/redfish/restapi/mode/hardware.pm b/src/centreon/common/redfish/restapi/mode/hardware.pm index 0f2491a3ed..5a2e555d7e 100644 --- a/src/centreon/common/redfish/restapi/mode/hardware.pm +++ b/src/centreon/common/redfish/restapi/mode/hardware.pm @@ -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 diff --git a/src/centreon/common/riverbed/steelhead/snmp/mode/bwoptimization.pm b/src/centreon/common/riverbed/steelhead/snmp/mode/bwoptimization.pm index 31b42e3190..91d82a3a40 100644 --- a/src/centreon/common/riverbed/steelhead/snmp/mode/bwoptimization.pm +++ b/src/centreon/common/riverbed/steelhead/snmp/mode/bwoptimization.pm @@ -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 diff --git a/src/centreon/common/riverbed/steelhead/snmp/mode/bwpassthrough.pm b/src/centreon/common/riverbed/steelhead/snmp/mode/bwpassthrough.pm index d38b6ffe76..43ff87c776 100644 --- a/src/centreon/common/riverbed/steelhead/snmp/mode/bwpassthrough.pm +++ b/src/centreon/common/riverbed/steelhead/snmp/mode/bwpassthrough.pm @@ -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 diff --git a/src/centreon/common/riverbed/steelhead/snmp/mode/connections.pm b/src/centreon/common/riverbed/steelhead/snmp/mode/connections.pm index 878f9dd6ce..7406e5e629 100644 --- a/src/centreon/common/riverbed/steelhead/snmp/mode/connections.pm +++ b/src/centreon/common/riverbed/steelhead/snmp/mode/connections.pm @@ -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 diff --git a/src/centreon/common/riverbed/steelhead/snmp/mode/diskutilization.pm b/src/centreon/common/riverbed/steelhead/snmp/mode/diskutilization.pm index 7c558ff879..f93e17bdbd 100644 --- a/src/centreon/common/riverbed/steelhead/snmp/mode/diskutilization.pm +++ b/src/centreon/common/riverbed/steelhead/snmp/mode/diskutilization.pm @@ -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 diff --git a/src/centreon/common/riverbed/steelhead/snmp/mode/loadaverage.pm b/src/centreon/common/riverbed/steelhead/snmp/mode/loadaverage.pm index f5680a0297..ab6454fcf6 100644 --- a/src/centreon/common/riverbed/steelhead/snmp/mode/loadaverage.pm +++ b/src/centreon/common/riverbed/steelhead/snmp/mode/loadaverage.pm @@ -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 diff --git a/src/centreon/common/riverbed/steelhead/snmp/mode/status.pm b/src/centreon/common/riverbed/steelhead/snmp/mode/status.pm index 690f1d5166..0f4783af22 100644 --- a/src/centreon/common/riverbed/steelhead/snmp/mode/status.pm +++ b/src/centreon/common/riverbed/steelhead/snmp/mode/status.pm @@ -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 diff --git a/src/centreon/common/riverbed/steelhead/snmp/mode/temperature.pm b/src/centreon/common/riverbed/steelhead/snmp/mode/temperature.pm index d6d882b412..81589e2f64 100644 --- a/src/centreon/common/riverbed/steelhead/snmp/mode/temperature.pm +++ b/src/centreon/common/riverbed/steelhead/snmp/mode/temperature.pm @@ -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 diff --git a/src/centreon/common/smcli/custom/custom.pm b/src/centreon/common/smcli/custom/custom.pm index e0b3ef23bf..32ccc9e90a 100644 --- a/src/centreon/common/smcli/custom/custom.pm +++ b/src/centreon/common/smcli/custom/custom.pm @@ -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 diff --git a/src/centreon/common/smcli/mode/healthstatus.pm b/src/centreon/common/smcli/mode/healthstatus.pm index 9fc98ba2a1..d7cc3cdf95 100644 --- a/src/centreon/common/smcli/mode/healthstatus.pm +++ b/src/centreon/common/smcli/mode/healthstatus.pm @@ -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 diff --git a/src/centreon/common/sun/snmp/mode/components/entity.pm b/src/centreon/common/sun/snmp/mode/components/entity.pm index 9c6dcef302..4c393baf6a 100644 --- a/src/centreon/common/sun/snmp/mode/components/entity.pm +++ b/src/centreon/common/sun/snmp/mode/components/entity.pm @@ -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 diff --git a/src/centreon/common/sun/snmp/mode/hardware.pm b/src/centreon/common/sun/snmp/mode/hardware.pm index 779a02fc13..ba718a8862 100644 --- a/src/centreon/common/sun/snmp/mode/hardware.pm +++ b/src/centreon/common/sun/snmp/mode/hardware.pm @@ -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 diff --git a/src/centreon/common/violin/snmp/mode/components/ca.pm b/src/centreon/common/violin/snmp/mode/components/ca.pm index b4d53411a9..336cdd1ed1 100644 --- a/src/centreon/common/violin/snmp/mode/components/ca.pm +++ b/src/centreon/common/violin/snmp/mode/components/ca.pm @@ -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 diff --git a/src/centreon/common/violin/snmp/mode/components/fan.pm b/src/centreon/common/violin/snmp/mode/components/fan.pm index 4928af9582..9751327748 100644 --- a/src/centreon/common/violin/snmp/mode/components/fan.pm +++ b/src/centreon/common/violin/snmp/mode/components/fan.pm @@ -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 diff --git a/src/centreon/common/violin/snmp/mode/components/gfc.pm b/src/centreon/common/violin/snmp/mode/components/gfc.pm index d6332fac2b..f21d4e9e0b 100644 --- a/src/centreon/common/violin/snmp/mode/components/gfc.pm +++ b/src/centreon/common/violin/snmp/mode/components/gfc.pm @@ -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 diff --git a/src/centreon/common/violin/snmp/mode/components/lfc.pm b/src/centreon/common/violin/snmp/mode/components/lfc.pm index e98585454e..a9fc47d524 100644 --- a/src/centreon/common/violin/snmp/mode/components/lfc.pm +++ b/src/centreon/common/violin/snmp/mode/components/lfc.pm @@ -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 diff --git a/src/centreon/common/violin/snmp/mode/components/psu.pm b/src/centreon/common/violin/snmp/mode/components/psu.pm index e82abd4c9b..f2777edbe9 100644 --- a/src/centreon/common/violin/snmp/mode/components/psu.pm +++ b/src/centreon/common/violin/snmp/mode/components/psu.pm @@ -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 diff --git a/src/centreon/common/violin/snmp/mode/components/temperature.pm b/src/centreon/common/violin/snmp/mode/components/temperature.pm index ab18a747a6..fc438b46aa 100644 --- a/src/centreon/common/violin/snmp/mode/components/temperature.pm +++ b/src/centreon/common/violin/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/centreon/common/violin/snmp/mode/components/vimm.pm b/src/centreon/common/violin/snmp/mode/components/vimm.pm index 7282e2a289..d7c66a7f94 100644 --- a/src/centreon/common/violin/snmp/mode/components/vimm.pm +++ b/src/centreon/common/violin/snmp/mode/components/vimm.pm @@ -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 diff --git a/src/centreon/common/violin/snmp/mode/hardware.pm b/src/centreon/common/violin/snmp/mode/hardware.pm index c365da4b8f..4dcbbed6d5 100644 --- a/src/centreon/common/violin/snmp/mode/hardware.pm +++ b/src/centreon/common/violin/snmp/mode/hardware.pm @@ -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 diff --git a/src/centreon/common/xppc/snmp/mode/batterystatus.pm b/src/centreon/common/xppc/snmp/mode/batterystatus.pm index 05fe4fb7d8..3a466aaa08 100644 --- a/src/centreon/common/xppc/snmp/mode/batterystatus.pm +++ b/src/centreon/common/xppc/snmp/mode/batterystatus.pm @@ -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 diff --git a/src/centreon/common/xppc/snmp/mode/inputlines.pm b/src/centreon/common/xppc/snmp/mode/inputlines.pm index 2cb332addd..2597493298 100644 --- a/src/centreon/common/xppc/snmp/mode/inputlines.pm +++ b/src/centreon/common/xppc/snmp/mode/inputlines.pm @@ -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 diff --git a/src/centreon/common/xppc/snmp/mode/outputlines.pm b/src/centreon/common/xppc/snmp/mode/outputlines.pm index 43c48cc8f6..1159e3e33b 100644 --- a/src/centreon/common/xppc/snmp/mode/outputlines.pm +++ b/src/centreon/common/xppc/snmp/mode/outputlines.pm @@ -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 diff --git a/src/centreon/plugins/alternative/FatPackerOptions.pm b/src/centreon/plugins/alternative/FatPackerOptions.pm index 6e4d406302..6bf2223f6b 100644 --- a/src/centreon/plugins/alternative/FatPackerOptions.pm +++ b/src/centreon/plugins/alternative/FatPackerOptions.pm @@ -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 diff --git a/src/centreon/plugins/alternative/Getopt.pm b/src/centreon/plugins/alternative/Getopt.pm index 94b8a6f610..13d38af861 100644 --- a/src/centreon/plugins/alternative/Getopt.pm +++ b/src/centreon/plugins/alternative/Getopt.pm @@ -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 diff --git a/src/centreon/plugins/backend/http/curl.pm b/src/centreon/plugins/backend/http/curl.pm index c57396f093..6c464cc8f2 100644 --- a/src/centreon/plugins/backend/http/curl.pm +++ b/src/centreon/plugins/backend/http/curl.pm @@ -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 diff --git a/src/centreon/plugins/backend/http/curlconstants.pm b/src/centreon/plugins/backend/http/curlconstants.pm index eb9a99372d..3bb7097a99 100644 --- a/src/centreon/plugins/backend/http/curlconstants.pm +++ b/src/centreon/plugins/backend/http/curlconstants.pm @@ -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 diff --git a/src/centreon/plugins/backend/http/lwp.pm b/src/centreon/plugins/backend/http/lwp.pm index 0fadacafa2..fb58449ce3 100644 --- a/src/centreon/plugins/backend/http/lwp.pm +++ b/src/centreon/plugins/backend/http/lwp.pm @@ -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 diff --git a/src/centreon/plugins/backend/http/useragent.pm b/src/centreon/plugins/backend/http/useragent.pm index 9fae6ac8a9..9fd98d0206 100644 --- a/src/centreon/plugins/backend/http/useragent.pm +++ b/src/centreon/plugins/backend/http/useragent.pm @@ -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 diff --git a/src/centreon/plugins/backend/ssh/libssh.pm b/src/centreon/plugins/backend/ssh/libssh.pm index 6fa5279df3..2c4c37145e 100644 --- a/src/centreon/plugins/backend/ssh/libssh.pm +++ b/src/centreon/plugins/backend/ssh/libssh.pm @@ -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 diff --git a/src/centreon/plugins/backend/ssh/libsshconstants.pm b/src/centreon/plugins/backend/ssh/libsshconstants.pm index 42cd943733..9cfb66f80e 100644 --- a/src/centreon/plugins/backend/ssh/libsshconstants.pm +++ b/src/centreon/plugins/backend/ssh/libsshconstants.pm @@ -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 diff --git a/src/centreon/plugins/backend/ssh/plink.pm b/src/centreon/plugins/backend/ssh/plink.pm index 9569e8e641..21562db544 100644 --- a/src/centreon/plugins/backend/ssh/plink.pm +++ b/src/centreon/plugins/backend/ssh/plink.pm @@ -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 diff --git a/src/centreon/plugins/backend/ssh/sshcli.pm b/src/centreon/plugins/backend/ssh/sshcli.pm index b2c6ea5ec7..8816580f02 100644 --- a/src/centreon/plugins/backend/ssh/sshcli.pm +++ b/src/centreon/plugins/backend/ssh/sshcli.pm @@ -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 diff --git a/src/centreon/plugins/dbi.pm b/src/centreon/plugins/dbi.pm index ff61fa1f5c..3c1ec57f5f 100644 --- a/src/centreon/plugins/dbi.pm +++ b/src/centreon/plugins/dbi.pm @@ -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 diff --git a/src/centreon/plugins/http.pm b/src/centreon/plugins/http.pm index 01d2814f80..02069bd32e 100644 --- a/src/centreon/plugins/http.pm +++ b/src/centreon/plugins/http.pm @@ -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 diff --git a/src/centreon/plugins/misc.pm b/src/centreon/plugins/misc.pm index 7b5c61d605..94789397c8 100644 --- a/src/centreon/plugins/misc.pm +++ b/src/centreon/plugins/misc.pm @@ -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 diff --git a/src/centreon/plugins/mode.pm b/src/centreon/plugins/mode.pm index 8e3d9f2ce5..2970d7ef89 100644 --- a/src/centreon/plugins/mode.pm +++ b/src/centreon/plugins/mode.pm @@ -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 diff --git a/src/centreon/plugins/multi.pm b/src/centreon/plugins/multi.pm index 877b90b5af..514e3604fd 100644 --- a/src/centreon/plugins/multi.pm +++ b/src/centreon/plugins/multi.pm @@ -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 diff --git a/src/centreon/plugins/nrpe.pm b/src/centreon/plugins/nrpe.pm index 29bdcf95fe..56d2c2fb30 100644 --- a/src/centreon/plugins/nrpe.pm +++ b/src/centreon/plugins/nrpe.pm @@ -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 diff --git a/src/centreon/plugins/options.pm b/src/centreon/plugins/options.pm index 28dd8e18c0..ecfb4e6482 100644 --- a/src/centreon/plugins/options.pm +++ b/src/centreon/plugins/options.pm @@ -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 diff --git a/src/centreon/plugins/output.pm b/src/centreon/plugins/output.pm index 655f6b88eb..3b4eeeeb27 100644 --- a/src/centreon/plugins/output.pm +++ b/src/centreon/plugins/output.pm @@ -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 diff --git a/src/centreon/plugins/passwordmgr/centreonvault.pm b/src/centreon/plugins/passwordmgr/centreonvault.pm index 17d8cf1de6..555cc6cc66 100644 --- a/src/centreon/plugins/passwordmgr/centreonvault.pm +++ b/src/centreon/plugins/passwordmgr/centreonvault.pm @@ -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 diff --git a/src/centreon/plugins/passwordmgr/environment.pm b/src/centreon/plugins/passwordmgr/environment.pm index 25319842b0..b8afab195e 100644 --- a/src/centreon/plugins/passwordmgr/environment.pm +++ b/src/centreon/plugins/passwordmgr/environment.pm @@ -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 diff --git a/src/centreon/plugins/passwordmgr/file.pm b/src/centreon/plugins/passwordmgr/file.pm index 866827b765..d1f88a292f 100644 --- a/src/centreon/plugins/passwordmgr/file.pm +++ b/src/centreon/plugins/passwordmgr/file.pm @@ -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 diff --git a/src/centreon/plugins/passwordmgr/hashicorpvault.pm b/src/centreon/plugins/passwordmgr/hashicorpvault.pm index 40f0a85207..09756b6e58 100644 --- a/src/centreon/plugins/passwordmgr/hashicorpvault.pm +++ b/src/centreon/plugins/passwordmgr/hashicorpvault.pm @@ -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 diff --git a/src/centreon/plugins/passwordmgr/keepass.pm b/src/centreon/plugins/passwordmgr/keepass.pm index 56b93d7743..51e621dce9 100644 --- a/src/centreon/plugins/passwordmgr/keepass.pm +++ b/src/centreon/plugins/passwordmgr/keepass.pm @@ -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 diff --git a/src/centreon/plugins/passwordmgr/teampass.pm b/src/centreon/plugins/passwordmgr/teampass.pm index a266dd1774..f50db97499 100644 --- a/src/centreon/plugins/passwordmgr/teampass.pm +++ b/src/centreon/plugins/passwordmgr/teampass.pm @@ -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 diff --git a/src/centreon/plugins/perfdata.pm b/src/centreon/plugins/perfdata.pm index 3982bc9c25..5a9f80bb7c 100644 --- a/src/centreon/plugins/perfdata.pm +++ b/src/centreon/plugins/perfdata.pm @@ -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 diff --git a/src/centreon/plugins/script.pm b/src/centreon/plugins/script.pm index faee006e9a..bbd2bd2b54 100644 --- a/src/centreon/plugins/script.pm +++ b/src/centreon/plugins/script.pm @@ -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 diff --git a/src/centreon/plugins/script_custom.pm b/src/centreon/plugins/script_custom.pm index bce31faa6a..042b75e809 100644 --- a/src/centreon/plugins/script_custom.pm +++ b/src/centreon/plugins/script_custom.pm @@ -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 diff --git a/src/centreon/plugins/script_custom/cli.pm b/src/centreon/plugins/script_custom/cli.pm index 4f3811df31..46d2542a7c 100644 --- a/src/centreon/plugins/script_custom/cli.pm +++ b/src/centreon/plugins/script_custom/cli.pm @@ -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 diff --git a/src/centreon/plugins/script_simple.pm b/src/centreon/plugins/script_simple.pm index 65cf79c6a8..17a8224fd2 100644 --- a/src/centreon/plugins/script_simple.pm +++ b/src/centreon/plugins/script_simple.pm @@ -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 diff --git a/src/centreon/plugins/script_snmp.pm b/src/centreon/plugins/script_snmp.pm index 45bb4ef80e..092559f350 100644 --- a/src/centreon/plugins/script_snmp.pm +++ b/src/centreon/plugins/script_snmp.pm @@ -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 diff --git a/src/centreon/plugins/script_sql.pm b/src/centreon/plugins/script_sql.pm index 415989eff9..bf6f719e29 100644 --- a/src/centreon/plugins/script_sql.pm +++ b/src/centreon/plugins/script_sql.pm @@ -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 diff --git a/src/centreon/plugins/script_wsman.pm b/src/centreon/plugins/script_wsman.pm index 5293d22ea0..2504e33fdb 100644 --- a/src/centreon/plugins/script_wsman.pm +++ b/src/centreon/plugins/script_wsman.pm @@ -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 diff --git a/src/centreon/plugins/snmp.pm b/src/centreon/plugins/snmp.pm index b326a59067..fb6eefaa5f 100644 --- a/src/centreon/plugins/snmp.pm +++ b/src/centreon/plugins/snmp.pm @@ -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 diff --git a/src/centreon/plugins/ssh.pm b/src/centreon/plugins/ssh.pm index 3ff10cd0f4..139019e079 100644 --- a/src/centreon/plugins/ssh.pm +++ b/src/centreon/plugins/ssh.pm @@ -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 diff --git a/src/centreon/plugins/statefile.pm b/src/centreon/plugins/statefile.pm index e414f4a2a7..62b58c99bf 100644 --- a/src/centreon/plugins/statefile.pm +++ b/src/centreon/plugins/statefile.pm @@ -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 diff --git a/src/centreon/plugins/templates/counter.pm b/src/centreon/plugins/templates/counter.pm index 61340eb021..8feead3040 100644 --- a/src/centreon/plugins/templates/counter.pm +++ b/src/centreon/plugins/templates/counter.pm @@ -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 diff --git a/src/centreon/plugins/templates/hardware.pm b/src/centreon/plugins/templates/hardware.pm index a6fb0ffaf4..2c58682fad 100644 --- a/src/centreon/plugins/templates/hardware.pm +++ b/src/centreon/plugins/templates/hardware.pm @@ -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 diff --git a/src/centreon/plugins/values.pm b/src/centreon/plugins/values.pm index 7cb4142fab..4fada28c4f 100644 --- a/src/centreon/plugins/values.pm +++ b/src/centreon/plugins/values.pm @@ -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 diff --git a/src/centreon/plugins/wsman.pm b/src/centreon/plugins/wsman.pm index 4e79de9582..be20c58420 100644 --- a/src/centreon/plugins/wsman.pm +++ b/src/centreon/plugins/wsman.pm @@ -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 diff --git a/src/centreon_plugins.pl b/src/centreon_plugins.pl index fb34863734..da2f39ff55 100755 --- a/src/centreon_plugins.pl +++ b/src/centreon_plugins.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# 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 diff --git a/src/cloud/aws/apigateway/mode/discovery.pm b/src/cloud/aws/apigateway/mode/discovery.pm index 5ff4ae12b4..1f8a9ce604 100644 --- a/src/cloud/aws/apigateway/mode/discovery.pm +++ b/src/cloud/aws/apigateway/mode/discovery.pm @@ -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 diff --git a/src/cloud/aws/apigateway/mode/latency.pm b/src/cloud/aws/apigateway/mode/latency.pm index c544cfa806..0f3f64389a 100644 --- a/src/cloud/aws/apigateway/mode/latency.pm +++ b/src/cloud/aws/apigateway/mode/latency.pm @@ -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 diff --git a/src/cloud/aws/apigateway/mode/requests.pm b/src/cloud/aws/apigateway/mode/requests.pm index da05b49771..dac709e2a6 100644 --- a/src/cloud/aws/apigateway/mode/requests.pm +++ b/src/cloud/aws/apigateway/mode/requests.pm @@ -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 diff --git a/src/cloud/aws/apigateway/plugin.pm b/src/cloud/aws/apigateway/plugin.pm index 49ce596950..d6b529e8ff 100644 --- a/src/cloud/aws/apigateway/plugin.pm +++ b/src/cloud/aws/apigateway/plugin.pm @@ -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 diff --git a/src/cloud/aws/backup/mode/discovery.pm b/src/cloud/aws/backup/mode/discovery.pm index 84b9c37634..234bf62ecf 100644 --- a/src/cloud/aws/backup/mode/discovery.pm +++ b/src/cloud/aws/backup/mode/discovery.pm @@ -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 diff --git a/src/cloud/aws/backup/mode/jobstatus.pm b/src/cloud/aws/backup/mode/jobstatus.pm index 0232512ac7..93176181d2 100644 --- a/src/cloud/aws/backup/mode/jobstatus.pm +++ b/src/cloud/aws/backup/mode/jobstatus.pm @@ -1,6 +1,6 @@ # -# 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 diff --git a/src/cloud/aws/backup/plugin.pm b/src/cloud/aws/backup/plugin.pm index f0af4e9a0f..6d5a491841 100644 --- a/src/cloud/aws/backup/plugin.pm +++ b/src/cloud/aws/backup/plugin.pm @@ -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 diff --git a/src/cloud/aws/billing/mode/discovery.pm b/src/cloud/aws/billing/mode/discovery.pm index 8b4ba7b5d5..8341445e82 100644 --- a/src/cloud/aws/billing/mode/discovery.pm +++ b/src/cloud/aws/billing/mode/discovery.pm @@ -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 diff --git a/src/cloud/aws/billing/mode/estimatedcharges.pm b/src/cloud/aws/billing/mode/estimatedcharges.pm index 4826048928..f4f6e460a7 100644 --- a/src/cloud/aws/billing/mode/estimatedcharges.pm +++ b/src/cloud/aws/billing/mode/estimatedcharges.pm @@ -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 diff --git a/src/cloud/aws/billing/mode/listservices.pm b/src/cloud/aws/billing/mode/listservices.pm index 7b188e582a..ada361ed18 100644 --- a/src/cloud/aws/billing/mode/listservices.pm +++ b/src/cloud/aws/billing/mode/listservices.pm @@ -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 diff --git a/src/cloud/aws/billing/plugin.pm b/src/cloud/aws/billing/plugin.pm index c7fe594382..a38d37609d 100644 --- a/src/cloud/aws/billing/plugin.pm +++ b/src/cloud/aws/billing/plugin.pm @@ -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 diff --git a/src/cloud/aws/cloudfront/mode/errors.pm b/src/cloud/aws/cloudfront/mode/errors.pm index 107efe4246..7bd270f2a0 100644 --- a/src/cloud/aws/cloudfront/mode/errors.pm +++ b/src/cloud/aws/cloudfront/mode/errors.pm @@ -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 diff --git a/src/cloud/aws/cloudfront/mode/requests.pm b/src/cloud/aws/cloudfront/mode/requests.pm index e4a6b95c40..8366d3da14 100644 --- a/src/cloud/aws/cloudfront/mode/requests.pm +++ b/src/cloud/aws/cloudfront/mode/requests.pm @@ -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 diff --git a/src/cloud/aws/cloudfront/mode/throughput.pm b/src/cloud/aws/cloudfront/mode/throughput.pm index 0485a74d5e..0039223752 100644 --- a/src/cloud/aws/cloudfront/mode/throughput.pm +++ b/src/cloud/aws/cloudfront/mode/throughput.pm @@ -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 diff --git a/src/cloud/aws/cloudfront/plugin.pm b/src/cloud/aws/cloudfront/plugin.pm index 30ca1e8af2..4d9e794fec 100644 --- a/src/cloud/aws/cloudfront/plugin.pm +++ b/src/cloud/aws/cloudfront/plugin.pm @@ -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 diff --git a/src/cloud/aws/cloudtrail/mode/checktrailstatus.pm b/src/cloud/aws/cloudtrail/mode/checktrailstatus.pm index b360db7472..566ca32859 100644 --- a/src/cloud/aws/cloudtrail/mode/checktrailstatus.pm +++ b/src/cloud/aws/cloudtrail/mode/checktrailstatus.pm @@ -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 diff --git a/src/cloud/aws/cloudtrail/mode/countevents.pm b/src/cloud/aws/cloudtrail/mode/countevents.pm index b09fae031f..e190445d0e 100644 --- a/src/cloud/aws/cloudtrail/mode/countevents.pm +++ b/src/cloud/aws/cloudtrail/mode/countevents.pm @@ -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 diff --git a/src/cloud/aws/cloudtrail/plugin.pm b/src/cloud/aws/cloudtrail/plugin.pm index 4274dd1e34..bdf0375d6e 100644 --- a/src/cloud/aws/cloudtrail/plugin.pm +++ b/src/cloud/aws/cloudtrail/plugin.pm @@ -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 diff --git a/src/cloud/aws/cloudwatch/mode/discovery.pm b/src/cloud/aws/cloudwatch/mode/discovery.pm index 8a99f92e39..991944eba5 100644 --- a/src/cloud/aws/cloudwatch/mode/discovery.pm +++ b/src/cloud/aws/cloudwatch/mode/discovery.pm @@ -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 diff --git a/src/cloud/aws/cloudwatch/mode/getalarms.pm b/src/cloud/aws/cloudwatch/mode/getalarms.pm index e651c61321..c73bd3c8c5 100644 --- a/src/cloud/aws/cloudwatch/mode/getalarms.pm +++ b/src/cloud/aws/cloudwatch/mode/getalarms.pm @@ -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 diff --git a/src/cloud/aws/cloudwatch/mode/getmetrics.pm b/src/cloud/aws/cloudwatch/mode/getmetrics.pm index 8e863aec4f..3a9a2739dd 100644 --- a/src/cloud/aws/cloudwatch/mode/getmetrics.pm +++ b/src/cloud/aws/cloudwatch/mode/getmetrics.pm @@ -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 diff --git a/src/cloud/aws/cloudwatch/mode/listmetrics.pm b/src/cloud/aws/cloudwatch/mode/listmetrics.pm index 9e0bccb947..48cb9af83f 100644 --- a/src/cloud/aws/cloudwatch/mode/listmetrics.pm +++ b/src/cloud/aws/cloudwatch/mode/listmetrics.pm @@ -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 diff --git a/src/cloud/aws/cloudwatch/plugin.pm b/src/cloud/aws/cloudwatch/plugin.pm index a5e08c1e3d..50444a7bc7 100644 --- a/src/cloud/aws/cloudwatch/plugin.pm +++ b/src/cloud/aws/cloudwatch/plugin.pm @@ -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 diff --git a/src/cloud/aws/cloudwatchlogs/mode/getlogs.pm b/src/cloud/aws/cloudwatchlogs/mode/getlogs.pm index 1228e4ad00..f5e45bf63f 100644 --- a/src/cloud/aws/cloudwatchlogs/mode/getlogs.pm +++ b/src/cloud/aws/cloudwatchlogs/mode/getlogs.pm @@ -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 diff --git a/src/cloud/aws/cloudwatchlogs/mode/listgroups.pm b/src/cloud/aws/cloudwatchlogs/mode/listgroups.pm index 9970b06651..039b4b295e 100644 --- a/src/cloud/aws/cloudwatchlogs/mode/listgroups.pm +++ b/src/cloud/aws/cloudwatchlogs/mode/listgroups.pm @@ -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 diff --git a/src/cloud/aws/cloudwatchlogs/plugin.pm b/src/cloud/aws/cloudwatchlogs/plugin.pm index 57c3ff5195..426aecc79b 100644 --- a/src/cloud/aws/cloudwatchlogs/plugin.pm +++ b/src/cloud/aws/cloudwatchlogs/plugin.pm @@ -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 diff --git a/src/cloud/aws/custom/awscli.pm b/src/cloud/aws/custom/awscli.pm index 7d39505b61..153857c4d0 100644 --- a/src/cloud/aws/custom/awscli.pm +++ b/src/cloud/aws/custom/awscli.pm @@ -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 diff --git a/src/cloud/aws/custom/mode.pm b/src/cloud/aws/custom/mode.pm index bde8085e48..794e5cd2a2 100644 --- a/src/cloud/aws/custom/mode.pm +++ b/src/cloud/aws/custom/mode.pm @@ -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 diff --git a/src/cloud/aws/custom/paws.pm b/src/cloud/aws/custom/paws.pm index 39d05797e7..30100c0ce6 100644 --- a/src/cloud/aws/custom/paws.pm +++ b/src/cloud/aws/custom/paws.pm @@ -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 diff --git a/src/cloud/aws/directconnect/mode/connections.pm b/src/cloud/aws/directconnect/mode/connections.pm index acc0746de9..1dbaa78863 100644 --- a/src/cloud/aws/directconnect/mode/connections.pm +++ b/src/cloud/aws/directconnect/mode/connections.pm @@ -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 diff --git a/src/cloud/aws/directconnect/mode/discovery.pm b/src/cloud/aws/directconnect/mode/discovery.pm index 9dba86ed27..f5efe397fa 100644 --- a/src/cloud/aws/directconnect/mode/discovery.pm +++ b/src/cloud/aws/directconnect/mode/discovery.pm @@ -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 diff --git a/src/cloud/aws/directconnect/mode/listconnections.pm b/src/cloud/aws/directconnect/mode/listconnections.pm index 0933ea4b25..6f34cf7b03 100644 --- a/src/cloud/aws/directconnect/mode/listconnections.pm +++ b/src/cloud/aws/directconnect/mode/listconnections.pm @@ -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 diff --git a/src/cloud/aws/directconnect/mode/listvirtualinterfaces.pm b/src/cloud/aws/directconnect/mode/listvirtualinterfaces.pm index 6da2483da2..d7f2e4a67c 100644 --- a/src/cloud/aws/directconnect/mode/listvirtualinterfaces.pm +++ b/src/cloud/aws/directconnect/mode/listvirtualinterfaces.pm @@ -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 diff --git a/src/cloud/aws/directconnect/mode/virtualinterfaces.pm b/src/cloud/aws/directconnect/mode/virtualinterfaces.pm index af8ba3d310..68ec230b94 100644 --- a/src/cloud/aws/directconnect/mode/virtualinterfaces.pm +++ b/src/cloud/aws/directconnect/mode/virtualinterfaces.pm @@ -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 diff --git a/src/cloud/aws/directconnect/plugin.pm b/src/cloud/aws/directconnect/plugin.pm index 2f905365db..363b0f23ee 100644 --- a/src/cloud/aws/directconnect/plugin.pm +++ b/src/cloud/aws/directconnect/plugin.pm @@ -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 diff --git a/src/cloud/aws/ebs/mode/discovery.pm b/src/cloud/aws/ebs/mode/discovery.pm index 507993c9e1..1a633787db 100644 --- a/src/cloud/aws/ebs/mode/discovery.pm +++ b/src/cloud/aws/ebs/mode/discovery.pm @@ -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 diff --git a/src/cloud/aws/ebs/mode/listvolumes.pm b/src/cloud/aws/ebs/mode/listvolumes.pm index 00a0b78938..2134fc74a9 100644 --- a/src/cloud/aws/ebs/mode/listvolumes.pm +++ b/src/cloud/aws/ebs/mode/listvolumes.pm @@ -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 diff --git a/src/cloud/aws/ebs/mode/volumeio.pm b/src/cloud/aws/ebs/mode/volumeio.pm index 5b41de1f7a..b426410ab6 100644 --- a/src/cloud/aws/ebs/mode/volumeio.pm +++ b/src/cloud/aws/ebs/mode/volumeio.pm @@ -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 diff --git a/src/cloud/aws/ebs/mode/volumeiops.pm b/src/cloud/aws/ebs/mode/volumeiops.pm index e8f69adcea..2be15e4ea7 100644 --- a/src/cloud/aws/ebs/mode/volumeiops.pm +++ b/src/cloud/aws/ebs/mode/volumeiops.pm @@ -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 diff --git a/src/cloud/aws/ebs/mode/volumetime.pm b/src/cloud/aws/ebs/mode/volumetime.pm index 07356e09db..760e955a9a 100644 --- a/src/cloud/aws/ebs/mode/volumetime.pm +++ b/src/cloud/aws/ebs/mode/volumetime.pm @@ -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 diff --git a/src/cloud/aws/ebs/plugin.pm b/src/cloud/aws/ebs/plugin.pm index dd67dd6532..58512be956 100644 --- a/src/cloud/aws/ebs/plugin.pm +++ b/src/cloud/aws/ebs/plugin.pm @@ -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 diff --git a/src/cloud/aws/ec2/mode/asgstatus.pm b/src/cloud/aws/ec2/mode/asgstatus.pm index 636326e6d1..6e49904191 100644 --- a/src/cloud/aws/ec2/mode/asgstatus.pm +++ b/src/cloud/aws/ec2/mode/asgstatus.pm @@ -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 diff --git a/src/cloud/aws/ec2/mode/cpu.pm b/src/cloud/aws/ec2/mode/cpu.pm index 84bfd76297..223ffb3618 100644 --- a/src/cloud/aws/ec2/mode/cpu.pm +++ b/src/cloud/aws/ec2/mode/cpu.pm @@ -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 diff --git a/src/cloud/aws/ec2/mode/discovery.pm b/src/cloud/aws/ec2/mode/discovery.pm index a91eee8357..2db21e8e52 100644 --- a/src/cloud/aws/ec2/mode/discovery.pm +++ b/src/cloud/aws/ec2/mode/discovery.pm @@ -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 diff --git a/src/cloud/aws/ec2/mode/discoveryspotfleetrequests.pm b/src/cloud/aws/ec2/mode/discoveryspotfleetrequests.pm index d431aac4c4..8894b8daac 100644 --- a/src/cloud/aws/ec2/mode/discoveryspotfleetrequests.pm +++ b/src/cloud/aws/ec2/mode/discoveryspotfleetrequests.pm @@ -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 diff --git a/src/cloud/aws/ec2/mode/diskio.pm b/src/cloud/aws/ec2/mode/diskio.pm index b0af9965de..62f97080f4 100644 --- a/src/cloud/aws/ec2/mode/diskio.pm +++ b/src/cloud/aws/ec2/mode/diskio.pm @@ -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 diff --git a/src/cloud/aws/ec2/mode/instancesstatus.pm b/src/cloud/aws/ec2/mode/instancesstatus.pm index 762c52f0df..4b5a425607 100644 --- a/src/cloud/aws/ec2/mode/instancesstatus.pm +++ b/src/cloud/aws/ec2/mode/instancesstatus.pm @@ -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 diff --git a/src/cloud/aws/ec2/mode/instancestypes.pm b/src/cloud/aws/ec2/mode/instancestypes.pm index 9f5b4c7044..789bf17be0 100644 --- a/src/cloud/aws/ec2/mode/instancestypes.pm +++ b/src/cloud/aws/ec2/mode/instancestypes.pm @@ -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 diff --git a/src/cloud/aws/ec2/mode/listasg.pm b/src/cloud/aws/ec2/mode/listasg.pm index eb2a6f705c..35e446f82e 100644 --- a/src/cloud/aws/ec2/mode/listasg.pm +++ b/src/cloud/aws/ec2/mode/listasg.pm @@ -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 diff --git a/src/cloud/aws/ec2/mode/listinstances.pm b/src/cloud/aws/ec2/mode/listinstances.pm index 5310dc04f4..1270040c7c 100644 --- a/src/cloud/aws/ec2/mode/listinstances.pm +++ b/src/cloud/aws/ec2/mode/listinstances.pm @@ -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 diff --git a/src/cloud/aws/ec2/mode/listspotfleetrequests.pm b/src/cloud/aws/ec2/mode/listspotfleetrequests.pm index 4850d1bf33..5977721161 100644 --- a/src/cloud/aws/ec2/mode/listspotfleetrequests.pm +++ b/src/cloud/aws/ec2/mode/listspotfleetrequests.pm @@ -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 diff --git a/src/cloud/aws/ec2/mode/network.pm b/src/cloud/aws/ec2/mode/network.pm index 933af003bb..8868f2abed 100644 --- a/src/cloud/aws/ec2/mode/network.pm +++ b/src/cloud/aws/ec2/mode/network.pm @@ -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 diff --git a/src/cloud/aws/ec2/mode/spotactiveinstances.pm b/src/cloud/aws/ec2/mode/spotactiveinstances.pm index f1610035c3..e30434bc53 100644 --- a/src/cloud/aws/ec2/mode/spotactiveinstances.pm +++ b/src/cloud/aws/ec2/mode/spotactiveinstances.pm @@ -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 diff --git a/src/cloud/aws/ec2/mode/status.pm b/src/cloud/aws/ec2/mode/status.pm index 9dc62aca66..26d7e44c01 100644 --- a/src/cloud/aws/ec2/mode/status.pm +++ b/src/cloud/aws/ec2/mode/status.pm @@ -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 diff --git a/src/cloud/aws/ec2/plugin.pm b/src/cloud/aws/ec2/plugin.pm index e1ffbf9f93..bbf18e51c0 100644 --- a/src/cloud/aws/ec2/plugin.pm +++ b/src/cloud/aws/ec2/plugin.pm @@ -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 diff --git a/src/cloud/aws/efs/mode/connections.pm b/src/cloud/aws/efs/mode/connections.pm index 90fa773da1..5cb2d6e897 100644 --- a/src/cloud/aws/efs/mode/connections.pm +++ b/src/cloud/aws/efs/mode/connections.pm @@ -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 diff --git a/src/cloud/aws/efs/mode/datausage.pm b/src/cloud/aws/efs/mode/datausage.pm index a41cfaa1bc..db60dd0fbe 100644 --- a/src/cloud/aws/efs/mode/datausage.pm +++ b/src/cloud/aws/efs/mode/datausage.pm @@ -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 diff --git a/src/cloud/aws/efs/mode/discovery.pm b/src/cloud/aws/efs/mode/discovery.pm index 48f8601010..500c06d9bf 100644 --- a/src/cloud/aws/efs/mode/discovery.pm +++ b/src/cloud/aws/efs/mode/discovery.pm @@ -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 diff --git a/src/cloud/aws/efs/plugin.pm b/src/cloud/aws/efs/plugin.pm index e24fcec778..220be77ab0 100644 --- a/src/cloud/aws/efs/plugin.pm +++ b/src/cloud/aws/efs/plugin.pm @@ -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 diff --git a/src/cloud/aws/elasticache/mode/commandsmemcached.pm b/src/cloud/aws/elasticache/mode/commandsmemcached.pm index a5618adb90..6ecf06389c 100644 --- a/src/cloud/aws/elasticache/mode/commandsmemcached.pm +++ b/src/cloud/aws/elasticache/mode/commandsmemcached.pm @@ -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 diff --git a/src/cloud/aws/elasticache/mode/commandsredis.pm b/src/cloud/aws/elasticache/mode/commandsredis.pm index c29b3fffcd..9db544054c 100644 --- a/src/cloud/aws/elasticache/mode/commandsredis.pm +++ b/src/cloud/aws/elasticache/mode/commandsredis.pm @@ -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 diff --git a/src/cloud/aws/elasticache/mode/connections.pm b/src/cloud/aws/elasticache/mode/connections.pm index c88b3b6cc4..e96ecd1f0e 100644 --- a/src/cloud/aws/elasticache/mode/connections.pm +++ b/src/cloud/aws/elasticache/mode/connections.pm @@ -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 diff --git a/src/cloud/aws/elasticache/mode/cpu.pm b/src/cloud/aws/elasticache/mode/cpu.pm index 8a07409a36..f9058784c0 100644 --- a/src/cloud/aws/elasticache/mode/cpu.pm +++ b/src/cloud/aws/elasticache/mode/cpu.pm @@ -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 diff --git a/src/cloud/aws/elasticache/mode/discovery.pm b/src/cloud/aws/elasticache/mode/discovery.pm index b5096f986c..6a12fe8f36 100644 --- a/src/cloud/aws/elasticache/mode/discovery.pm +++ b/src/cloud/aws/elasticache/mode/discovery.pm @@ -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 diff --git a/src/cloud/aws/elasticache/mode/evictions.pm b/src/cloud/aws/elasticache/mode/evictions.pm index f9e79d47fc..243b43e084 100644 --- a/src/cloud/aws/elasticache/mode/evictions.pm +++ b/src/cloud/aws/elasticache/mode/evictions.pm @@ -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 diff --git a/src/cloud/aws/elasticache/mode/items.pm b/src/cloud/aws/elasticache/mode/items.pm index d640df2861..dedc83d6c1 100644 --- a/src/cloud/aws/elasticache/mode/items.pm +++ b/src/cloud/aws/elasticache/mode/items.pm @@ -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 diff --git a/src/cloud/aws/elasticache/mode/network.pm b/src/cloud/aws/elasticache/mode/network.pm index ccd493678c..ab010b408c 100644 --- a/src/cloud/aws/elasticache/mode/network.pm +++ b/src/cloud/aws/elasticache/mode/network.pm @@ -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 diff --git a/src/cloud/aws/elasticache/mode/replication.pm b/src/cloud/aws/elasticache/mode/replication.pm index 711a5fd7f7..da17e6eff3 100644 --- a/src/cloud/aws/elasticache/mode/replication.pm +++ b/src/cloud/aws/elasticache/mode/replication.pm @@ -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 diff --git a/src/cloud/aws/elasticache/mode/requestsmemcached.pm b/src/cloud/aws/elasticache/mode/requestsmemcached.pm index b85ed1f0ff..f0491c0873 100644 --- a/src/cloud/aws/elasticache/mode/requestsmemcached.pm +++ b/src/cloud/aws/elasticache/mode/requestsmemcached.pm @@ -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 diff --git a/src/cloud/aws/elasticache/mode/requestsredis.pm b/src/cloud/aws/elasticache/mode/requestsredis.pm index 0f3b688772..670bacd5ce 100644 --- a/src/cloud/aws/elasticache/mode/requestsredis.pm +++ b/src/cloud/aws/elasticache/mode/requestsredis.pm @@ -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 diff --git a/src/cloud/aws/elasticache/mode/usagememcached.pm b/src/cloud/aws/elasticache/mode/usagememcached.pm index 13752b8cb2..7527f79c2b 100644 --- a/src/cloud/aws/elasticache/mode/usagememcached.pm +++ b/src/cloud/aws/elasticache/mode/usagememcached.pm @@ -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 diff --git a/src/cloud/aws/elasticache/mode/usageredis.pm b/src/cloud/aws/elasticache/mode/usageredis.pm index f9e0c7f345..cb7f34e204 100644 --- a/src/cloud/aws/elasticache/mode/usageredis.pm +++ b/src/cloud/aws/elasticache/mode/usageredis.pm @@ -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 diff --git a/src/cloud/aws/elasticache/plugin.pm b/src/cloud/aws/elasticache/plugin.pm index 1ab3ce4131..4a2f55faf3 100644 --- a/src/cloud/aws/elasticache/plugin.pm +++ b/src/cloud/aws/elasticache/plugin.pm @@ -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 diff --git a/src/cloud/aws/elb/application/mode/connections.pm b/src/cloud/aws/elb/application/mode/connections.pm index 426f4eb21c..06980ec9bd 100644 --- a/src/cloud/aws/elb/application/mode/connections.pm +++ b/src/cloud/aws/elb/application/mode/connections.pm @@ -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 diff --git a/src/cloud/aws/elb/application/mode/discovery.pm b/src/cloud/aws/elb/application/mode/discovery.pm index 21fe45e03b..090d250c7c 100644 --- a/src/cloud/aws/elb/application/mode/discovery.pm +++ b/src/cloud/aws/elb/application/mode/discovery.pm @@ -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 diff --git a/src/cloud/aws/elb/application/mode/httpcodes.pm b/src/cloud/aws/elb/application/mode/httpcodes.pm index fe53d03316..b6b94200bf 100644 --- a/src/cloud/aws/elb/application/mode/httpcodes.pm +++ b/src/cloud/aws/elb/application/mode/httpcodes.pm @@ -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 diff --git a/src/cloud/aws/elb/application/mode/targetshealth.pm b/src/cloud/aws/elb/application/mode/targetshealth.pm index d747370b4c..da1359b825 100644 --- a/src/cloud/aws/elb/application/mode/targetshealth.pm +++ b/src/cloud/aws/elb/application/mode/targetshealth.pm @@ -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 diff --git a/src/cloud/aws/elb/application/plugin.pm b/src/cloud/aws/elb/application/plugin.pm index fe875b6762..9314b08428 100644 --- a/src/cloud/aws/elb/application/plugin.pm +++ b/src/cloud/aws/elb/application/plugin.pm @@ -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 diff --git a/src/cloud/aws/elb/classic/mode/discovery.pm b/src/cloud/aws/elb/classic/mode/discovery.pm index 939fcc7942..b67b5038e8 100644 --- a/src/cloud/aws/elb/classic/mode/discovery.pm +++ b/src/cloud/aws/elb/classic/mode/discovery.pm @@ -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 diff --git a/src/cloud/aws/elb/classic/mode/httpcodes.pm b/src/cloud/aws/elb/classic/mode/httpcodes.pm index 14cbae4013..66a00b0abc 100644 --- a/src/cloud/aws/elb/classic/mode/httpcodes.pm +++ b/src/cloud/aws/elb/classic/mode/httpcodes.pm @@ -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 diff --git a/src/cloud/aws/elb/classic/mode/performances.pm b/src/cloud/aws/elb/classic/mode/performances.pm index a8b9e8218f..7c0f308eb9 100644 --- a/src/cloud/aws/elb/classic/mode/performances.pm +++ b/src/cloud/aws/elb/classic/mode/performances.pm @@ -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 diff --git a/src/cloud/aws/elb/classic/mode/queues.pm b/src/cloud/aws/elb/classic/mode/queues.pm index 8797d33e59..9d6f5164fd 100644 --- a/src/cloud/aws/elb/classic/mode/queues.pm +++ b/src/cloud/aws/elb/classic/mode/queues.pm @@ -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 diff --git a/src/cloud/aws/elb/classic/mode/targetshealth.pm b/src/cloud/aws/elb/classic/mode/targetshealth.pm index ab85ff1119..433b2c7d5a 100644 --- a/src/cloud/aws/elb/classic/mode/targetshealth.pm +++ b/src/cloud/aws/elb/classic/mode/targetshealth.pm @@ -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 diff --git a/src/cloud/aws/elb/classic/plugin.pm b/src/cloud/aws/elb/classic/plugin.pm index dd1e1bd365..5ea080be69 100644 --- a/src/cloud/aws/elb/classic/plugin.pm +++ b/src/cloud/aws/elb/classic/plugin.pm @@ -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 diff --git a/src/cloud/aws/elb/network/mode/discovery.pm b/src/cloud/aws/elb/network/mode/discovery.pm index 19abe842f4..06f4110dc7 100644 --- a/src/cloud/aws/elb/network/mode/discovery.pm +++ b/src/cloud/aws/elb/network/mode/discovery.pm @@ -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 diff --git a/src/cloud/aws/elb/network/mode/listhealthtargetgroups.pm b/src/cloud/aws/elb/network/mode/listhealthtargetgroups.pm index 8aa0479ceb..f7cf8ae746 100644 --- a/src/cloud/aws/elb/network/mode/listhealthtargetgroups.pm +++ b/src/cloud/aws/elb/network/mode/listhealthtargetgroups.pm @@ -1,6 +1,6 @@ # -# 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 diff --git a/src/cloud/aws/elb/network/mode/targetshealth.pm b/src/cloud/aws/elb/network/mode/targetshealth.pm index fc66a4ddf0..fa7aca0714 100644 --- a/src/cloud/aws/elb/network/mode/targetshealth.pm +++ b/src/cloud/aws/elb/network/mode/targetshealth.pm @@ -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 diff --git a/src/cloud/aws/elb/network/plugin.pm b/src/cloud/aws/elb/network/plugin.pm index a41b5f50e2..846386eed8 100644 --- a/src/cloud/aws/elb/network/plugin.pm +++ b/src/cloud/aws/elb/network/plugin.pm @@ -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 diff --git a/src/cloud/aws/fsx/mode/datausage.pm b/src/cloud/aws/fsx/mode/datausage.pm index 4c24220eed..fb7c38ccc0 100644 --- a/src/cloud/aws/fsx/mode/datausage.pm +++ b/src/cloud/aws/fsx/mode/datausage.pm @@ -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 diff --git a/src/cloud/aws/fsx/mode/discovery.pm b/src/cloud/aws/fsx/mode/discovery.pm index c8078fd3b7..9790d8476d 100644 --- a/src/cloud/aws/fsx/mode/discovery.pm +++ b/src/cloud/aws/fsx/mode/discovery.pm @@ -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 diff --git a/src/cloud/aws/fsx/mode/freespace.pm b/src/cloud/aws/fsx/mode/freespace.pm index 06dade75dc..f48070448e 100644 --- a/src/cloud/aws/fsx/mode/freespace.pm +++ b/src/cloud/aws/fsx/mode/freespace.pm @@ -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 diff --git a/src/cloud/aws/fsx/plugin.pm b/src/cloud/aws/fsx/plugin.pm index c063c16f70..e6e4179629 100644 --- a/src/cloud/aws/fsx/plugin.pm +++ b/src/cloud/aws/fsx/plugin.pm @@ -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 diff --git a/src/cloud/aws/health/mode/events.pm b/src/cloud/aws/health/mode/events.pm index c52d42553d..b744a09f1c 100644 --- a/src/cloud/aws/health/mode/events.pm +++ b/src/cloud/aws/health/mode/events.pm @@ -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 diff --git a/src/cloud/aws/health/plugin.pm b/src/cloud/aws/health/plugin.pm index 75255058a8..66cac40190 100644 --- a/src/cloud/aws/health/plugin.pm +++ b/src/cloud/aws/health/plugin.pm @@ -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 diff --git a/src/cloud/aws/kinesis/mode/discovery.pm b/src/cloud/aws/kinesis/mode/discovery.pm index 3c454120f0..e07376c9a6 100644 --- a/src/cloud/aws/kinesis/mode/discovery.pm +++ b/src/cloud/aws/kinesis/mode/discovery.pm @@ -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 diff --git a/src/cloud/aws/kinesis/mode/recordsstats.pm b/src/cloud/aws/kinesis/mode/recordsstats.pm index 225f333931..e17d3c52e4 100644 --- a/src/cloud/aws/kinesis/mode/recordsstats.pm +++ b/src/cloud/aws/kinesis/mode/recordsstats.pm @@ -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 diff --git a/src/cloud/aws/kinesis/mode/streams.pm b/src/cloud/aws/kinesis/mode/streams.pm index 2513035ee8..f6605d6ffe 100644 --- a/src/cloud/aws/kinesis/mode/streams.pm +++ b/src/cloud/aws/kinesis/mode/streams.pm @@ -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 diff --git a/src/cloud/aws/kinesis/plugin.pm b/src/cloud/aws/kinesis/plugin.pm index 9b0dc2cb5b..7aa811d1b2 100644 --- a/src/cloud/aws/kinesis/plugin.pm +++ b/src/cloud/aws/kinesis/plugin.pm @@ -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 diff --git a/src/cloud/aws/lambda/mode/discovery.pm b/src/cloud/aws/lambda/mode/discovery.pm index 19470ae11d..60f356bd8a 100644 --- a/src/cloud/aws/lambda/mode/discovery.pm +++ b/src/cloud/aws/lambda/mode/discovery.pm @@ -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 diff --git a/src/cloud/aws/lambda/mode/invocations.pm b/src/cloud/aws/lambda/mode/invocations.pm index bd4bebe9df..c42feb3ac0 100644 --- a/src/cloud/aws/lambda/mode/invocations.pm +++ b/src/cloud/aws/lambda/mode/invocations.pm @@ -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 diff --git a/src/cloud/aws/lambda/plugin.pm b/src/cloud/aws/lambda/plugin.pm index a61f74b2c7..51b5130e73 100644 --- a/src/cloud/aws/lambda/plugin.pm +++ b/src/cloud/aws/lambda/plugin.pm @@ -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 diff --git a/src/cloud/aws/rds/mode/connections.pm b/src/cloud/aws/rds/mode/connections.pm index 8ff38d7d25..2b32f2a8bf 100644 --- a/src/cloud/aws/rds/mode/connections.pm +++ b/src/cloud/aws/rds/mode/connections.pm @@ -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 diff --git a/src/cloud/aws/rds/mode/cpu.pm b/src/cloud/aws/rds/mode/cpu.pm index 99775e7410..0ac700dec6 100644 --- a/src/cloud/aws/rds/mode/cpu.pm +++ b/src/cloud/aws/rds/mode/cpu.pm @@ -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 diff --git a/src/cloud/aws/rds/mode/discovery.pm b/src/cloud/aws/rds/mode/discovery.pm index eadb8a7b60..107c1c2bc2 100644 --- a/src/cloud/aws/rds/mode/discovery.pm +++ b/src/cloud/aws/rds/mode/discovery.pm @@ -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 diff --git a/src/cloud/aws/rds/mode/diskio.pm b/src/cloud/aws/rds/mode/diskio.pm index 0253606e78..ab7f5c4b97 100644 --- a/src/cloud/aws/rds/mode/diskio.pm +++ b/src/cloud/aws/rds/mode/diskio.pm @@ -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 diff --git a/src/cloud/aws/rds/mode/instancestatus.pm b/src/cloud/aws/rds/mode/instancestatus.pm index 793ded3734..c812fb29be 100644 --- a/src/cloud/aws/rds/mode/instancestatus.pm +++ b/src/cloud/aws/rds/mode/instancestatus.pm @@ -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 diff --git a/src/cloud/aws/rds/mode/listclusters.pm b/src/cloud/aws/rds/mode/listclusters.pm index 1c1184a950..d9d3062ef3 100644 --- a/src/cloud/aws/rds/mode/listclusters.pm +++ b/src/cloud/aws/rds/mode/listclusters.pm @@ -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 diff --git a/src/cloud/aws/rds/mode/listinstances.pm b/src/cloud/aws/rds/mode/listinstances.pm index 4ae48106de..838b5c57c5 100644 --- a/src/cloud/aws/rds/mode/listinstances.pm +++ b/src/cloud/aws/rds/mode/listinstances.pm @@ -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 diff --git a/src/cloud/aws/rds/mode/network.pm b/src/cloud/aws/rds/mode/network.pm index d5a5b29117..361c6688e0 100644 --- a/src/cloud/aws/rds/mode/network.pm +++ b/src/cloud/aws/rds/mode/network.pm @@ -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 diff --git a/src/cloud/aws/rds/mode/queries.pm b/src/cloud/aws/rds/mode/queries.pm index bd8b750104..60ffa9a1f7 100644 --- a/src/cloud/aws/rds/mode/queries.pm +++ b/src/cloud/aws/rds/mode/queries.pm @@ -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 diff --git a/src/cloud/aws/rds/mode/storage.pm b/src/cloud/aws/rds/mode/storage.pm index 2e4e2db6e5..e27290a852 100644 --- a/src/cloud/aws/rds/mode/storage.pm +++ b/src/cloud/aws/rds/mode/storage.pm @@ -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 diff --git a/src/cloud/aws/rds/mode/transactions.pm b/src/cloud/aws/rds/mode/transactions.pm index 12b62784ff..844e5aa316 100644 --- a/src/cloud/aws/rds/mode/transactions.pm +++ b/src/cloud/aws/rds/mode/transactions.pm @@ -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 diff --git a/src/cloud/aws/rds/mode/volume.pm b/src/cloud/aws/rds/mode/volume.pm index 5f9acbb9d7..e745f827b6 100644 --- a/src/cloud/aws/rds/mode/volume.pm +++ b/src/cloud/aws/rds/mode/volume.pm @@ -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 diff --git a/src/cloud/aws/rds/plugin.pm b/src/cloud/aws/rds/plugin.pm index 9bf12c18a8..c9148eb22b 100644 --- a/src/cloud/aws/rds/plugin.pm +++ b/src/cloud/aws/rds/plugin.pm @@ -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 diff --git a/src/cloud/aws/s3/mode/bucketsize.pm b/src/cloud/aws/s3/mode/bucketsize.pm index 8cb12f6ea6..62d624d4c5 100644 --- a/src/cloud/aws/s3/mode/bucketsize.pm +++ b/src/cloud/aws/s3/mode/bucketsize.pm @@ -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 diff --git a/src/cloud/aws/s3/mode/discovery.pm b/src/cloud/aws/s3/mode/discovery.pm index 97d736f0be..e4e335af69 100644 --- a/src/cloud/aws/s3/mode/discovery.pm +++ b/src/cloud/aws/s3/mode/discovery.pm @@ -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 diff --git a/src/cloud/aws/s3/mode/objects.pm b/src/cloud/aws/s3/mode/objects.pm index 113fd9bf89..b4547cc021 100644 --- a/src/cloud/aws/s3/mode/objects.pm +++ b/src/cloud/aws/s3/mode/objects.pm @@ -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 diff --git a/src/cloud/aws/s3/mode/requests.pm b/src/cloud/aws/s3/mode/requests.pm index 65b0c16905..6a7686403b 100644 --- a/src/cloud/aws/s3/mode/requests.pm +++ b/src/cloud/aws/s3/mode/requests.pm @@ -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 diff --git a/src/cloud/aws/s3/plugin.pm b/src/cloud/aws/s3/plugin.pm index a3c6b2bb8b..38e22bc185 100644 --- a/src/cloud/aws/s3/plugin.pm +++ b/src/cloud/aws/s3/plugin.pm @@ -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 diff --git a/src/cloud/aws/ses/mode/emails.pm b/src/cloud/aws/ses/mode/emails.pm index 6bb7d6eeae..ca6e7f0fc7 100644 --- a/src/cloud/aws/ses/mode/emails.pm +++ b/src/cloud/aws/ses/mode/emails.pm @@ -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 diff --git a/src/cloud/aws/ses/plugin.pm b/src/cloud/aws/ses/plugin.pm index e60f222f79..c8e9e14b89 100644 --- a/src/cloud/aws/ses/plugin.pm +++ b/src/cloud/aws/ses/plugin.pm @@ -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 diff --git a/src/cloud/aws/sns/mode/discovery.pm b/src/cloud/aws/sns/mode/discovery.pm index 6dc17d2e95..7a031fc9aa 100644 --- a/src/cloud/aws/sns/mode/discovery.pm +++ b/src/cloud/aws/sns/mode/discovery.pm @@ -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 diff --git a/src/cloud/aws/sns/mode/listtopics.pm b/src/cloud/aws/sns/mode/listtopics.pm index d1a2604667..7ade5cfb1b 100644 --- a/src/cloud/aws/sns/mode/listtopics.pm +++ b/src/cloud/aws/sns/mode/listtopics.pm @@ -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 diff --git a/src/cloud/aws/sns/mode/notifications.pm b/src/cloud/aws/sns/mode/notifications.pm index 2571afb0f5..7cb584f356 100644 --- a/src/cloud/aws/sns/mode/notifications.pm +++ b/src/cloud/aws/sns/mode/notifications.pm @@ -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 diff --git a/src/cloud/aws/sns/plugin.pm b/src/cloud/aws/sns/plugin.pm index f6aa3c12e6..6e6135bba1 100644 --- a/src/cloud/aws/sns/plugin.pm +++ b/src/cloud/aws/sns/plugin.pm @@ -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 diff --git a/src/cloud/aws/sqs/mode/discovery.pm b/src/cloud/aws/sqs/mode/discovery.pm index 20c17903e7..2aa81719e9 100644 --- a/src/cloud/aws/sqs/mode/discovery.pm +++ b/src/cloud/aws/sqs/mode/discovery.pm @@ -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 diff --git a/src/cloud/aws/sqs/mode/listqueues.pm b/src/cloud/aws/sqs/mode/listqueues.pm index 21ff3ded7a..e463cfdcfe 100644 --- a/src/cloud/aws/sqs/mode/listqueues.pm +++ b/src/cloud/aws/sqs/mode/listqueues.pm @@ -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 diff --git a/src/cloud/aws/sqs/mode/queues.pm b/src/cloud/aws/sqs/mode/queues.pm index bd1e2c3e6d..2c5240037f 100644 --- a/src/cloud/aws/sqs/mode/queues.pm +++ b/src/cloud/aws/sqs/mode/queues.pm @@ -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 diff --git a/src/cloud/aws/sqs/plugin.pm b/src/cloud/aws/sqs/plugin.pm index b1be5f5df5..a2eacbdc72 100644 --- a/src/cloud/aws/sqs/plugin.pm +++ b/src/cloud/aws/sqs/plugin.pm @@ -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 diff --git a/src/cloud/aws/transitgateway/mode/listgateways.pm b/src/cloud/aws/transitgateway/mode/listgateways.pm index 2d0d08ebc4..4dc690d035 100644 --- a/src/cloud/aws/transitgateway/mode/listgateways.pm +++ b/src/cloud/aws/transitgateway/mode/listgateways.pm @@ -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 diff --git a/src/cloud/aws/transitgateway/mode/traffic.pm b/src/cloud/aws/transitgateway/mode/traffic.pm index 25072d4e47..47fd1d0f42 100644 --- a/src/cloud/aws/transitgateway/mode/traffic.pm +++ b/src/cloud/aws/transitgateway/mode/traffic.pm @@ -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 diff --git a/src/cloud/aws/transitgateway/plugin.pm b/src/cloud/aws/transitgateway/plugin.pm index 090bd75310..f0b17e6205 100644 --- a/src/cloud/aws/transitgateway/plugin.pm +++ b/src/cloud/aws/transitgateway/plugin.pm @@ -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 diff --git a/src/cloud/aws/vpn/mode/discovery.pm b/src/cloud/aws/vpn/mode/discovery.pm index b2ba5e09df..bcf4715ded 100644 --- a/src/cloud/aws/vpn/mode/discovery.pm +++ b/src/cloud/aws/vpn/mode/discovery.pm @@ -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 diff --git a/src/cloud/aws/vpn/mode/listvpn.pm b/src/cloud/aws/vpn/mode/listvpn.pm index a114f2fac2..8be26fe4dd 100644 --- a/src/cloud/aws/vpn/mode/listvpn.pm +++ b/src/cloud/aws/vpn/mode/listvpn.pm @@ -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 diff --git a/src/cloud/aws/vpn/mode/traffic.pm b/src/cloud/aws/vpn/mode/traffic.pm index d8a2fec1bf..65522bc529 100644 --- a/src/cloud/aws/vpn/mode/traffic.pm +++ b/src/cloud/aws/vpn/mode/traffic.pm @@ -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 diff --git a/src/cloud/aws/vpn/plugin.pm b/src/cloud/aws/vpn/plugin.pm index 9099f98e0c..694a2ecd22 100644 --- a/src/cloud/aws/vpn/plugin.pm +++ b/src/cloud/aws/vpn/plugin.pm @@ -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 diff --git a/src/cloud/azure/analytics/eventhubs/mode/backlog.pm b/src/cloud/azure/analytics/eventhubs/mode/backlog.pm index c24497378d..acc9d6eaa1 100644 --- a/src/cloud/azure/analytics/eventhubs/mode/backlog.pm +++ b/src/cloud/azure/analytics/eventhubs/mode/backlog.pm @@ -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 diff --git a/src/cloud/azure/analytics/eventhubs/mode/connections.pm b/src/cloud/azure/analytics/eventhubs/mode/connections.pm index cff75e48ac..9bacb901a7 100644 --- a/src/cloud/azure/analytics/eventhubs/mode/connections.pm +++ b/src/cloud/azure/analytics/eventhubs/mode/connections.pm @@ -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 diff --git a/src/cloud/azure/analytics/eventhubs/mode/discovery.pm b/src/cloud/azure/analytics/eventhubs/mode/discovery.pm index f790fa1af3..c25ea3a2cf 100644 --- a/src/cloud/azure/analytics/eventhubs/mode/discovery.pm +++ b/src/cloud/azure/analytics/eventhubs/mode/discovery.pm @@ -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 diff --git a/src/cloud/azure/analytics/eventhubs/mode/errors.pm b/src/cloud/azure/analytics/eventhubs/mode/errors.pm index 1bdf7a7a89..4e787976b4 100644 --- a/src/cloud/azure/analytics/eventhubs/mode/errors.pm +++ b/src/cloud/azure/analytics/eventhubs/mode/errors.pm @@ -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 diff --git a/src/cloud/azure/analytics/eventhubs/mode/health.pm b/src/cloud/azure/analytics/eventhubs/mode/health.pm index f3a890d1f9..01a1549ccb 100644 --- a/src/cloud/azure/analytics/eventhubs/mode/health.pm +++ b/src/cloud/azure/analytics/eventhubs/mode/health.pm @@ -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 diff --git a/src/cloud/azure/analytics/eventhubs/mode/messages.pm b/src/cloud/azure/analytics/eventhubs/mode/messages.pm index e9f34c98df..b70e8d4eeb 100644 --- a/src/cloud/azure/analytics/eventhubs/mode/messages.pm +++ b/src/cloud/azure/analytics/eventhubs/mode/messages.pm @@ -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 diff --git a/src/cloud/azure/analytics/eventhubs/mode/requests.pm b/src/cloud/azure/analytics/eventhubs/mode/requests.pm index 1ec0265671..7c00404b34 100644 --- a/src/cloud/azure/analytics/eventhubs/mode/requests.pm +++ b/src/cloud/azure/analytics/eventhubs/mode/requests.pm @@ -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 diff --git a/src/cloud/azure/analytics/eventhubs/mode/throughput.pm b/src/cloud/azure/analytics/eventhubs/mode/throughput.pm index 1c894771b1..7e59fb0fe0 100644 --- a/src/cloud/azure/analytics/eventhubs/mode/throughput.pm +++ b/src/cloud/azure/analytics/eventhubs/mode/throughput.pm @@ -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 diff --git a/src/cloud/azure/analytics/eventhubs/plugin.pm b/src/cloud/azure/analytics/eventhubs/plugin.pm index ca088e8b63..ba4c0014fa 100644 --- a/src/cloud/azure/analytics/eventhubs/plugin.pm +++ b/src/cloud/azure/analytics/eventhubs/plugin.pm @@ -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 diff --git a/src/cloud/azure/classicstorage/storageaccount/mode/discovery.pm b/src/cloud/azure/classicstorage/storageaccount/mode/discovery.pm index 6213858460..bae7e0e3e8 100644 --- a/src/cloud/azure/classicstorage/storageaccount/mode/discovery.pm +++ b/src/cloud/azure/classicstorage/storageaccount/mode/discovery.pm @@ -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 diff --git a/src/cloud/azure/classicstorage/storageaccount/mode/listresources.pm b/src/cloud/azure/classicstorage/storageaccount/mode/listresources.pm index af9d3b6935..f11366f10e 100644 --- a/src/cloud/azure/classicstorage/storageaccount/mode/listresources.pm +++ b/src/cloud/azure/classicstorage/storageaccount/mode/listresources.pm @@ -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 diff --git a/src/cloud/azure/classicstorage/storageaccount/plugin.pm b/src/cloud/azure/classicstorage/storageaccount/plugin.pm index ed862c39cc..a758bfb1e2 100644 --- a/src/cloud/azure/classicstorage/storageaccount/plugin.pm +++ b/src/cloud/azure/classicstorage/storageaccount/plugin.pm @@ -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 diff --git a/src/cloud/azure/common/appservice/mode/appusage.pm b/src/cloud/azure/common/appservice/mode/appusage.pm index b1fb458ee2..7ae1bbc380 100644 --- a/src/cloud/azure/common/appservice/mode/appusage.pm +++ b/src/cloud/azure/common/appservice/mode/appusage.pm @@ -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 diff --git a/src/cloud/azure/common/appservice/mode/cputime.pm b/src/cloud/azure/common/appservice/mode/cputime.pm index 9e9fbc53cc..6bad7cd0d8 100644 --- a/src/cloud/azure/common/appservice/mode/cputime.pm +++ b/src/cloud/azure/common/appservice/mode/cputime.pm @@ -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 diff --git a/src/cloud/azure/common/appservice/mode/data.pm b/src/cloud/azure/common/appservice/mode/data.pm index 4d73fdcde2..7322b9dcb1 100644 --- a/src/cloud/azure/common/appservice/mode/data.pm +++ b/src/cloud/azure/common/appservice/mode/data.pm @@ -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 diff --git a/src/cloud/azure/common/appservice/mode/discovery.pm b/src/cloud/azure/common/appservice/mode/discovery.pm index 8065005564..87ef8b36d4 100644 --- a/src/cloud/azure/common/appservice/mode/discovery.pm +++ b/src/cloud/azure/common/appservice/mode/discovery.pm @@ -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 diff --git a/src/cloud/azure/common/appservice/mode/filesystem.pm b/src/cloud/azure/common/appservice/mode/filesystem.pm index 4ef92fb995..7b060e7421 100644 --- a/src/cloud/azure/common/appservice/mode/filesystem.pm +++ b/src/cloud/azure/common/appservice/mode/filesystem.pm @@ -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 diff --git a/src/cloud/azure/common/appservice/mode/gcusage.pm b/src/cloud/azure/common/appservice/mode/gcusage.pm index 6d600ca57d..556b87ca2f 100644 --- a/src/cloud/azure/common/appservice/mode/gcusage.pm +++ b/src/cloud/azure/common/appservice/mode/gcusage.pm @@ -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 diff --git a/src/cloud/azure/common/appservice/mode/health.pm b/src/cloud/azure/common/appservice/mode/health.pm index ec19f603b9..549d8576d3 100644 --- a/src/cloud/azure/common/appservice/mode/health.pm +++ b/src/cloud/azure/common/appservice/mode/health.pm @@ -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 diff --git a/src/cloud/azure/common/appservice/mode/httprequests.pm b/src/cloud/azure/common/appservice/mode/httprequests.pm index a1123b96a3..eef9a95694 100644 --- a/src/cloud/azure/common/appservice/mode/httprequests.pm +++ b/src/cloud/azure/common/appservice/mode/httprequests.pm @@ -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 diff --git a/src/cloud/azure/common/appservice/mode/iooperations.pm b/src/cloud/azure/common/appservice/mode/iooperations.pm index 274f4d25aa..c3c0e3b030 100644 --- a/src/cloud/azure/common/appservice/mode/iooperations.pm +++ b/src/cloud/azure/common/appservice/mode/iooperations.pm @@ -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 diff --git a/src/cloud/azure/common/appservice/mode/memory.pm b/src/cloud/azure/common/appservice/mode/memory.pm index 38056b2cc9..ecb3368b79 100644 --- a/src/cloud/azure/common/appservice/mode/memory.pm +++ b/src/cloud/azure/common/appservice/mode/memory.pm @@ -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 diff --git a/src/cloud/azure/common/appservice/mode/responsetime.pm b/src/cloud/azure/common/appservice/mode/responsetime.pm index 173f261433..be757680f8 100644 --- a/src/cloud/azure/common/appservice/mode/responsetime.pm +++ b/src/cloud/azure/common/appservice/mode/responsetime.pm @@ -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 diff --git a/src/cloud/azure/common/appservice/mode/status.pm b/src/cloud/azure/common/appservice/mode/status.pm index 5c3fdabc72..41bcc96250 100644 --- a/src/cloud/azure/common/appservice/mode/status.pm +++ b/src/cloud/azure/common/appservice/mode/status.pm @@ -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 diff --git a/src/cloud/azure/common/storageaccount/accountusedcapacity.pm b/src/cloud/azure/common/storageaccount/accountusedcapacity.pm index c21696af0e..3907c0f6bb 100644 --- a/src/cloud/azure/common/storageaccount/accountusedcapacity.pm +++ b/src/cloud/azure/common/storageaccount/accountusedcapacity.pm @@ -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 diff --git a/src/cloud/azure/common/storageaccount/blobcapacity.pm b/src/cloud/azure/common/storageaccount/blobcapacity.pm index 4965d16c85..3c43e9bf62 100644 --- a/src/cloud/azure/common/storageaccount/blobcapacity.pm +++ b/src/cloud/azure/common/storageaccount/blobcapacity.pm @@ -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 diff --git a/src/cloud/azure/common/storageaccount/blobcontainercount.pm b/src/cloud/azure/common/storageaccount/blobcontainercount.pm index 24ff67adf2..3ff004011b 100644 --- a/src/cloud/azure/common/storageaccount/blobcontainercount.pm +++ b/src/cloud/azure/common/storageaccount/blobcontainercount.pm @@ -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 diff --git a/src/cloud/azure/common/storageaccount/blobcount.pm b/src/cloud/azure/common/storageaccount/blobcount.pm index 4cb1dce504..0d570c4f83 100644 --- a/src/cloud/azure/common/storageaccount/blobcount.pm +++ b/src/cloud/azure/common/storageaccount/blobcount.pm @@ -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 diff --git a/src/cloud/azure/common/storageaccount/filecapacity.pm b/src/cloud/azure/common/storageaccount/filecapacity.pm index 475994af2b..e52beb57d1 100644 --- a/src/cloud/azure/common/storageaccount/filecapacity.pm +++ b/src/cloud/azure/common/storageaccount/filecapacity.pm @@ -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 diff --git a/src/cloud/azure/common/storageaccount/filecount.pm b/src/cloud/azure/common/storageaccount/filecount.pm index 9b1dfd9674..d8bdfa34fe 100644 --- a/src/cloud/azure/common/storageaccount/filecount.pm +++ b/src/cloud/azure/common/storageaccount/filecount.pm @@ -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 diff --git a/src/cloud/azure/common/storageaccount/filesharecount.pm b/src/cloud/azure/common/storageaccount/filesharecount.pm index 783d6a4f82..1f74b5ef00 100644 --- a/src/cloud/azure/common/storageaccount/filesharecount.pm +++ b/src/cloud/azure/common/storageaccount/filesharecount.pm @@ -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 diff --git a/src/cloud/azure/common/storageaccount/filesharequota.pm b/src/cloud/azure/common/storageaccount/filesharequota.pm index 69c6a73647..795495a884 100644 --- a/src/cloud/azure/common/storageaccount/filesharequota.pm +++ b/src/cloud/azure/common/storageaccount/filesharequota.pm @@ -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 diff --git a/src/cloud/azure/common/storageaccount/health.pm b/src/cloud/azure/common/storageaccount/health.pm index e974aa0cdb..c5dd0097e7 100644 --- a/src/cloud/azure/common/storageaccount/health.pm +++ b/src/cloud/azure/common/storageaccount/health.pm @@ -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 diff --git a/src/cloud/azure/common/storageaccount/listfileshares.pm b/src/cloud/azure/common/storageaccount/listfileshares.pm index e2d3e0997b..617ba5f327 100644 --- a/src/cloud/azure/common/storageaccount/listfileshares.pm +++ b/src/cloud/azure/common/storageaccount/listfileshares.pm @@ -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 diff --git a/src/cloud/azure/common/storageaccount/queuecapacity.pm b/src/cloud/azure/common/storageaccount/queuecapacity.pm index 4eff557cdc..6e40bbccea 100644 --- a/src/cloud/azure/common/storageaccount/queuecapacity.pm +++ b/src/cloud/azure/common/storageaccount/queuecapacity.pm @@ -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 diff --git a/src/cloud/azure/common/storageaccount/queuecount.pm b/src/cloud/azure/common/storageaccount/queuecount.pm index 925ab62829..7f2459d512 100644 --- a/src/cloud/azure/common/storageaccount/queuecount.pm +++ b/src/cloud/azure/common/storageaccount/queuecount.pm @@ -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 diff --git a/src/cloud/azure/common/storageaccount/queuemessagecount.pm b/src/cloud/azure/common/storageaccount/queuemessagecount.pm index cdb1607638..0a35013897 100644 --- a/src/cloud/azure/common/storageaccount/queuemessagecount.pm +++ b/src/cloud/azure/common/storageaccount/queuemessagecount.pm @@ -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 diff --git a/src/cloud/azure/common/storageaccount/tablecapacity.pm b/src/cloud/azure/common/storageaccount/tablecapacity.pm index 2bf12d27d0..a782fc6222 100644 --- a/src/cloud/azure/common/storageaccount/tablecapacity.pm +++ b/src/cloud/azure/common/storageaccount/tablecapacity.pm @@ -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 diff --git a/src/cloud/azure/common/storageaccount/tablecount.pm b/src/cloud/azure/common/storageaccount/tablecount.pm index 43496e67f6..349f479592 100644 --- a/src/cloud/azure/common/storageaccount/tablecount.pm +++ b/src/cloud/azure/common/storageaccount/tablecount.pm @@ -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 diff --git a/src/cloud/azure/common/storageaccount/tableentitycount.pm b/src/cloud/azure/common/storageaccount/tableentitycount.pm index b12b9fd090..70b2643a85 100644 --- a/src/cloud/azure/common/storageaccount/tableentitycount.pm +++ b/src/cloud/azure/common/storageaccount/tableentitycount.pm @@ -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 diff --git a/src/cloud/azure/common/storageaccount/transactionsavailability.pm b/src/cloud/azure/common/storageaccount/transactionsavailability.pm index 36111c11fc..85d560500a 100644 --- a/src/cloud/azure/common/storageaccount/transactionsavailability.pm +++ b/src/cloud/azure/common/storageaccount/transactionsavailability.pm @@ -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 diff --git a/src/cloud/azure/common/storageaccount/transactionscount.pm b/src/cloud/azure/common/storageaccount/transactionscount.pm index 61ad16508b..05979b8a0e 100644 --- a/src/cloud/azure/common/storageaccount/transactionscount.pm +++ b/src/cloud/azure/common/storageaccount/transactionscount.pm @@ -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 diff --git a/src/cloud/azure/common/storageaccount/transactionslatency.pm b/src/cloud/azure/common/storageaccount/transactionslatency.pm index 3f44b3376f..45e9f0e914 100644 --- a/src/cloud/azure/common/storageaccount/transactionslatency.pm +++ b/src/cloud/azure/common/storageaccount/transactionslatency.pm @@ -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 diff --git a/src/cloud/azure/common/storageaccount/transactionsthroughput.pm b/src/cloud/azure/common/storageaccount/transactionsthroughput.pm index 745e375195..f73cfe594d 100644 --- a/src/cloud/azure/common/storageaccount/transactionsthroughput.pm +++ b/src/cloud/azure/common/storageaccount/transactionsthroughput.pm @@ -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 diff --git a/src/cloud/azure/compute/aks/mode/allocatableresources.pm b/src/cloud/azure/compute/aks/mode/allocatableresources.pm index 2c17c5f949..8f9fb74055 100644 --- a/src/cloud/azure/compute/aks/mode/allocatableresources.pm +++ b/src/cloud/azure/compute/aks/mode/allocatableresources.pm @@ -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 diff --git a/src/cloud/azure/compute/aks/mode/cpu.pm b/src/cloud/azure/compute/aks/mode/cpu.pm index c07aa8d6eb..6761f46f3e 100644 --- a/src/cloud/azure/compute/aks/mode/cpu.pm +++ b/src/cloud/azure/compute/aks/mode/cpu.pm @@ -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 diff --git a/src/cloud/azure/compute/aks/mode/discovery.pm b/src/cloud/azure/compute/aks/mode/discovery.pm index 2296172eb3..634954959f 100644 --- a/src/cloud/azure/compute/aks/mode/discovery.pm +++ b/src/cloud/azure/compute/aks/mode/discovery.pm @@ -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 diff --git a/src/cloud/azure/compute/aks/mode/health.pm b/src/cloud/azure/compute/aks/mode/health.pm index c07b868681..ad57896ec6 100644 --- a/src/cloud/azure/compute/aks/mode/health.pm +++ b/src/cloud/azure/compute/aks/mode/health.pm @@ -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 diff --git a/src/cloud/azure/compute/aks/mode/storage.pm b/src/cloud/azure/compute/aks/mode/storage.pm index ea7996b8d4..b96815e1fe 100644 --- a/src/cloud/azure/compute/aks/mode/storage.pm +++ b/src/cloud/azure/compute/aks/mode/storage.pm @@ -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 diff --git a/src/cloud/azure/compute/aks/mode/traffic.pm b/src/cloud/azure/compute/aks/mode/traffic.pm index 14723ab17c..76da8de72b 100644 --- a/src/cloud/azure/compute/aks/mode/traffic.pm +++ b/src/cloud/azure/compute/aks/mode/traffic.pm @@ -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 diff --git a/src/cloud/azure/compute/aks/mode/unneedednodes.pm b/src/cloud/azure/compute/aks/mode/unneedednodes.pm index b2ba8b8ba2..fc4a20bbb2 100644 --- a/src/cloud/azure/compute/aks/mode/unneedednodes.pm +++ b/src/cloud/azure/compute/aks/mode/unneedednodes.pm @@ -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 diff --git a/src/cloud/azure/compute/aks/plugin.pm b/src/cloud/azure/compute/aks/plugin.pm index 27da9b73b7..193abe1c70 100644 --- a/src/cloud/azure/compute/aks/plugin.pm +++ b/src/cloud/azure/compute/aks/plugin.pm @@ -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 diff --git a/src/cloud/azure/compute/disk/mode/discovery.pm b/src/cloud/azure/compute/disk/mode/discovery.pm index 5d7cb65bb1..fa2c5bb3ec 100644 --- a/src/cloud/azure/compute/disk/mode/discovery.pm +++ b/src/cloud/azure/compute/disk/mode/discovery.pm @@ -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 diff --git a/src/cloud/azure/compute/disk/mode/diskio.pm b/src/cloud/azure/compute/disk/mode/diskio.pm index a4e4b4a8da..a1dd9b67bd 100644 --- a/src/cloud/azure/compute/disk/mode/diskio.pm +++ b/src/cloud/azure/compute/disk/mode/diskio.pm @@ -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 diff --git a/src/cloud/azure/compute/disk/plugin.pm b/src/cloud/azure/compute/disk/plugin.pm index fa26abba4a..55c436b3a8 100644 --- a/src/cloud/azure/compute/disk/plugin.pm +++ b/src/cloud/azure/compute/disk/plugin.pm @@ -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 diff --git a/src/cloud/azure/compute/functions/mode/executions.pm b/src/cloud/azure/compute/functions/mode/executions.pm index 2024e61cf9..0ffbbabe23 100644 --- a/src/cloud/azure/compute/functions/mode/executions.pm +++ b/src/cloud/azure/compute/functions/mode/executions.pm @@ -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 diff --git a/src/cloud/azure/compute/functions/plugin.pm b/src/cloud/azure/compute/functions/plugin.pm index 19c0334659..b12e57eb73 100644 --- a/src/cloud/azure/compute/functions/plugin.pm +++ b/src/cloud/azure/compute/functions/plugin.pm @@ -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 diff --git a/src/cloud/azure/compute/virtualmachine/mode/cpu.pm b/src/cloud/azure/compute/virtualmachine/mode/cpu.pm index 359fb3a4d9..0f48434a2a 100644 --- a/src/cloud/azure/compute/virtualmachine/mode/cpu.pm +++ b/src/cloud/azure/compute/virtualmachine/mode/cpu.pm @@ -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 diff --git a/src/cloud/azure/compute/virtualmachine/mode/discovery.pm b/src/cloud/azure/compute/virtualmachine/mode/discovery.pm index 858e99aa6e..712dc18559 100644 --- a/src/cloud/azure/compute/virtualmachine/mode/discovery.pm +++ b/src/cloud/azure/compute/virtualmachine/mode/discovery.pm @@ -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 diff --git a/src/cloud/azure/compute/virtualmachine/mode/diskio.pm b/src/cloud/azure/compute/virtualmachine/mode/diskio.pm index 77c96c2411..8ce37d906c 100644 --- a/src/cloud/azure/compute/virtualmachine/mode/diskio.pm +++ b/src/cloud/azure/compute/virtualmachine/mode/diskio.pm @@ -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 diff --git a/src/cloud/azure/compute/virtualmachine/mode/health.pm b/src/cloud/azure/compute/virtualmachine/mode/health.pm index c7128524a7..e46e43e43f 100644 --- a/src/cloud/azure/compute/virtualmachine/mode/health.pm +++ b/src/cloud/azure/compute/virtualmachine/mode/health.pm @@ -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 diff --git a/src/cloud/azure/compute/virtualmachine/mode/listresources.pm b/src/cloud/azure/compute/virtualmachine/mode/listresources.pm index 9358e4b91a..5bd93ce85c 100644 --- a/src/cloud/azure/compute/virtualmachine/mode/listresources.pm +++ b/src/cloud/azure/compute/virtualmachine/mode/listresources.pm @@ -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 diff --git a/src/cloud/azure/compute/virtualmachine/mode/memory.pm b/src/cloud/azure/compute/virtualmachine/mode/memory.pm index fb391d6260..4c068364f5 100644 --- a/src/cloud/azure/compute/virtualmachine/mode/memory.pm +++ b/src/cloud/azure/compute/virtualmachine/mode/memory.pm @@ -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 diff --git a/src/cloud/azure/compute/virtualmachine/mode/network.pm b/src/cloud/azure/compute/virtualmachine/mode/network.pm index b132f4ceab..b16419e3db 100644 --- a/src/cloud/azure/compute/virtualmachine/mode/network.pm +++ b/src/cloud/azure/compute/virtualmachine/mode/network.pm @@ -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 diff --git a/src/cloud/azure/compute/virtualmachine/mode/vmsizes.pm b/src/cloud/azure/compute/virtualmachine/mode/vmsizes.pm index 3f953e2642..def7a4c0e9 100644 --- a/src/cloud/azure/compute/virtualmachine/mode/vmsizes.pm +++ b/src/cloud/azure/compute/virtualmachine/mode/vmsizes.pm @@ -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 diff --git a/src/cloud/azure/compute/virtualmachine/plugin.pm b/src/cloud/azure/compute/virtualmachine/plugin.pm index 2ea9544ed7..2b5c586e07 100644 --- a/src/cloud/azure/compute/virtualmachine/plugin.pm +++ b/src/cloud/azure/compute/virtualmachine/plugin.pm @@ -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 diff --git a/src/cloud/azure/compute/vmscalesets/mode/cpu.pm b/src/cloud/azure/compute/vmscalesets/mode/cpu.pm index db2e43cc4c..2e5b250a8d 100644 --- a/src/cloud/azure/compute/vmscalesets/mode/cpu.pm +++ b/src/cloud/azure/compute/vmscalesets/mode/cpu.pm @@ -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 diff --git a/src/cloud/azure/compute/vmscalesets/mode/discovery.pm b/src/cloud/azure/compute/vmscalesets/mode/discovery.pm index c0aa4ea201..69d0043d80 100644 --- a/src/cloud/azure/compute/vmscalesets/mode/discovery.pm +++ b/src/cloud/azure/compute/vmscalesets/mode/discovery.pm @@ -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 diff --git a/src/cloud/azure/compute/vmscalesets/mode/diskio.pm b/src/cloud/azure/compute/vmscalesets/mode/diskio.pm index 40771a2297..6525ffe5df 100644 --- a/src/cloud/azure/compute/vmscalesets/mode/diskio.pm +++ b/src/cloud/azure/compute/vmscalesets/mode/diskio.pm @@ -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 diff --git a/src/cloud/azure/compute/vmscalesets/mode/health.pm b/src/cloud/azure/compute/vmscalesets/mode/health.pm index da5f653b10..e24d13f34f 100644 --- a/src/cloud/azure/compute/vmscalesets/mode/health.pm +++ b/src/cloud/azure/compute/vmscalesets/mode/health.pm @@ -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 diff --git a/src/cloud/azure/compute/vmscalesets/mode/memory.pm b/src/cloud/azure/compute/vmscalesets/mode/memory.pm index 866ad7c355..15cc5a6605 100644 --- a/src/cloud/azure/compute/vmscalesets/mode/memory.pm +++ b/src/cloud/azure/compute/vmscalesets/mode/memory.pm @@ -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 diff --git a/src/cloud/azure/compute/vmscalesets/mode/traffic.pm b/src/cloud/azure/compute/vmscalesets/mode/traffic.pm index 7093a0c9d7..bfb164714c 100644 --- a/src/cloud/azure/compute/vmscalesets/mode/traffic.pm +++ b/src/cloud/azure/compute/vmscalesets/mode/traffic.pm @@ -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 diff --git a/src/cloud/azure/compute/vmscalesets/plugin.pm b/src/cloud/azure/compute/vmscalesets/plugin.pm index 83c9d6a1d5..e6ab94db94 100644 --- a/src/cloud/azure/compute/vmscalesets/plugin.pm +++ b/src/cloud/azure/compute/vmscalesets/plugin.pm @@ -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 diff --git a/src/cloud/azure/custom/api.pm b/src/cloud/azure/custom/api.pm index 92adaf0977..e8cc7d64c2 100644 --- a/src/cloud/azure/custom/api.pm +++ b/src/cloud/azure/custom/api.pm @@ -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 diff --git a/src/cloud/azure/custom/azcli.pm b/src/cloud/azure/custom/azcli.pm index c869c2a9c9..a0eb74acf1 100644 --- a/src/cloud/azure/custom/azcli.pm +++ b/src/cloud/azure/custom/azcli.pm @@ -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 diff --git a/src/cloud/azure/custom/mode.pm b/src/cloud/azure/custom/mode.pm index a92fe69b0e..81db041f45 100644 --- a/src/cloud/azure/custom/mode.pm +++ b/src/cloud/azure/custom/mode.pm @@ -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 diff --git a/src/cloud/azure/database/cosmosdb/mode/availability.pm b/src/cloud/azure/database/cosmosdb/mode/availability.pm index 1704a59865..124fe95a01 100644 --- a/src/cloud/azure/database/cosmosdb/mode/availability.pm +++ b/src/cloud/azure/database/cosmosdb/mode/availability.pm @@ -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 diff --git a/src/cloud/azure/database/cosmosdb/mode/cache.pm b/src/cloud/azure/database/cosmosdb/mode/cache.pm index 80922c3602..33ed58e46e 100644 --- a/src/cloud/azure/database/cosmosdb/mode/cache.pm +++ b/src/cloud/azure/database/cosmosdb/mode/cache.pm @@ -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 diff --git a/src/cloud/azure/database/cosmosdb/mode/discovery.pm b/src/cloud/azure/database/cosmosdb/mode/discovery.pm index 136aa43841..d737fbce0c 100644 --- a/src/cloud/azure/database/cosmosdb/mode/discovery.pm +++ b/src/cloud/azure/database/cosmosdb/mode/discovery.pm @@ -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 diff --git a/src/cloud/azure/database/cosmosdb/mode/document.pm b/src/cloud/azure/database/cosmosdb/mode/document.pm index e45def76bf..4621d4e6b9 100644 --- a/src/cloud/azure/database/cosmosdb/mode/document.pm +++ b/src/cloud/azure/database/cosmosdb/mode/document.pm @@ -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 diff --git a/src/cloud/azure/database/cosmosdb/mode/health.pm b/src/cloud/azure/database/cosmosdb/mode/health.pm index 35cd3c5e11..3a232e34aa 100644 --- a/src/cloud/azure/database/cosmosdb/mode/health.pm +++ b/src/cloud/azure/database/cosmosdb/mode/health.pm @@ -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 diff --git a/src/cloud/azure/database/cosmosdb/mode/latency.pm b/src/cloud/azure/database/cosmosdb/mode/latency.pm index 18f1b846a1..dea488387e 100644 --- a/src/cloud/azure/database/cosmosdb/mode/latency.pm +++ b/src/cloud/azure/database/cosmosdb/mode/latency.pm @@ -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 diff --git a/src/cloud/azure/database/cosmosdb/mode/throughput.pm b/src/cloud/azure/database/cosmosdb/mode/throughput.pm index de822adca4..e7f2ac3763 100644 --- a/src/cloud/azure/database/cosmosdb/mode/throughput.pm +++ b/src/cloud/azure/database/cosmosdb/mode/throughput.pm @@ -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 diff --git a/src/cloud/azure/database/cosmosdb/mode/units.pm b/src/cloud/azure/database/cosmosdb/mode/units.pm index 205796be28..21147319c2 100644 --- a/src/cloud/azure/database/cosmosdb/mode/units.pm +++ b/src/cloud/azure/database/cosmosdb/mode/units.pm @@ -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 diff --git a/src/cloud/azure/database/cosmosdb/mode/usage.pm b/src/cloud/azure/database/cosmosdb/mode/usage.pm index 6b2f7d8587..0fe1b13347 100644 --- a/src/cloud/azure/database/cosmosdb/mode/usage.pm +++ b/src/cloud/azure/database/cosmosdb/mode/usage.pm @@ -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 diff --git a/src/cloud/azure/database/cosmosdb/plugin.pm b/src/cloud/azure/database/cosmosdb/plugin.pm index cc76c0d6dd..08655055c5 100644 --- a/src/cloud/azure/database/cosmosdb/plugin.pm +++ b/src/cloud/azure/database/cosmosdb/plugin.pm @@ -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 diff --git a/src/cloud/azure/database/elasticpool/mode/cpu.pm b/src/cloud/azure/database/elasticpool/mode/cpu.pm index d65bd62a85..dadfa8f8a6 100644 --- a/src/cloud/azure/database/elasticpool/mode/cpu.pm +++ b/src/cloud/azure/database/elasticpool/mode/cpu.pm @@ -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 diff --git a/src/cloud/azure/database/elasticpool/mode/discovery.pm b/src/cloud/azure/database/elasticpool/mode/discovery.pm index 6e3860378f..6867df326f 100644 --- a/src/cloud/azure/database/elasticpool/mode/discovery.pm +++ b/src/cloud/azure/database/elasticpool/mode/discovery.pm @@ -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 diff --git a/src/cloud/azure/database/elasticpool/mode/dtu.pm b/src/cloud/azure/database/elasticpool/mode/dtu.pm index e29ad09e28..e830ab1417 100644 --- a/src/cloud/azure/database/elasticpool/mode/dtu.pm +++ b/src/cloud/azure/database/elasticpool/mode/dtu.pm @@ -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 diff --git a/src/cloud/azure/database/elasticpool/mode/log.pm b/src/cloud/azure/database/elasticpool/mode/log.pm index 31749f4bfe..0dd4b95690 100644 --- a/src/cloud/azure/database/elasticpool/mode/log.pm +++ b/src/cloud/azure/database/elasticpool/mode/log.pm @@ -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 diff --git a/src/cloud/azure/database/elasticpool/mode/sessions.pm b/src/cloud/azure/database/elasticpool/mode/sessions.pm index dcf905b14e..03f2689874 100644 --- a/src/cloud/azure/database/elasticpool/mode/sessions.pm +++ b/src/cloud/azure/database/elasticpool/mode/sessions.pm @@ -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 diff --git a/src/cloud/azure/database/elasticpool/mode/storage.pm b/src/cloud/azure/database/elasticpool/mode/storage.pm index 4d38493fe9..8be2a73c7e 100644 --- a/src/cloud/azure/database/elasticpool/mode/storage.pm +++ b/src/cloud/azure/database/elasticpool/mode/storage.pm @@ -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 diff --git a/src/cloud/azure/database/elasticpool/plugin.pm b/src/cloud/azure/database/elasticpool/plugin.pm index bf2f74edad..505e21f691 100644 --- a/src/cloud/azure/database/elasticpool/plugin.pm +++ b/src/cloud/azure/database/elasticpool/plugin.pm @@ -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 diff --git a/src/cloud/azure/database/mariadb/mode/connections.pm b/src/cloud/azure/database/mariadb/mode/connections.pm index c9a21cca99..3d4ee6932f 100644 --- a/src/cloud/azure/database/mariadb/mode/connections.pm +++ b/src/cloud/azure/database/mariadb/mode/connections.pm @@ -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 diff --git a/src/cloud/azure/database/mariadb/mode/cpu.pm b/src/cloud/azure/database/mariadb/mode/cpu.pm index 2291ee4e67..85e16d8147 100644 --- a/src/cloud/azure/database/mariadb/mode/cpu.pm +++ b/src/cloud/azure/database/mariadb/mode/cpu.pm @@ -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 diff --git a/src/cloud/azure/database/mariadb/mode/discovery.pm b/src/cloud/azure/database/mariadb/mode/discovery.pm index 83278e66e8..f8f5948a01 100644 --- a/src/cloud/azure/database/mariadb/mode/discovery.pm +++ b/src/cloud/azure/database/mariadb/mode/discovery.pm @@ -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 diff --git a/src/cloud/azure/database/mariadb/mode/ioconsumption.pm b/src/cloud/azure/database/mariadb/mode/ioconsumption.pm index 0bb09b8b28..22567e942c 100644 --- a/src/cloud/azure/database/mariadb/mode/ioconsumption.pm +++ b/src/cloud/azure/database/mariadb/mode/ioconsumption.pm @@ -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 diff --git a/src/cloud/azure/database/mariadb/mode/memory.pm b/src/cloud/azure/database/mariadb/mode/memory.pm index 8cfbcba6be..667215fdf8 100644 --- a/src/cloud/azure/database/mariadb/mode/memory.pm +++ b/src/cloud/azure/database/mariadb/mode/memory.pm @@ -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 diff --git a/src/cloud/azure/database/mariadb/mode/replication.pm b/src/cloud/azure/database/mariadb/mode/replication.pm index 58b6ee8023..cf9b6128b8 100644 --- a/src/cloud/azure/database/mariadb/mode/replication.pm +++ b/src/cloud/azure/database/mariadb/mode/replication.pm @@ -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 diff --git a/src/cloud/azure/database/mariadb/mode/storage.pm b/src/cloud/azure/database/mariadb/mode/storage.pm index 09c1346bcd..3819fbc16d 100644 --- a/src/cloud/azure/database/mariadb/mode/storage.pm +++ b/src/cloud/azure/database/mariadb/mode/storage.pm @@ -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 diff --git a/src/cloud/azure/database/mariadb/mode/traffic.pm b/src/cloud/azure/database/mariadb/mode/traffic.pm index 1d1a115163..a938dda0a4 100644 --- a/src/cloud/azure/database/mariadb/mode/traffic.pm +++ b/src/cloud/azure/database/mariadb/mode/traffic.pm @@ -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 diff --git a/src/cloud/azure/database/mariadb/plugin.pm b/src/cloud/azure/database/mariadb/plugin.pm index 075d409578..786e8e4cdc 100644 --- a/src/cloud/azure/database/mariadb/plugin.pm +++ b/src/cloud/azure/database/mariadb/plugin.pm @@ -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 diff --git a/src/cloud/azure/database/mysql/mode/connections.pm b/src/cloud/azure/database/mysql/mode/connections.pm index b03283896e..36d425be5e 100644 --- a/src/cloud/azure/database/mysql/mode/connections.pm +++ b/src/cloud/azure/database/mysql/mode/connections.pm @@ -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 diff --git a/src/cloud/azure/database/mysql/mode/cpu.pm b/src/cloud/azure/database/mysql/mode/cpu.pm index 152b5b1595..c159c8562e 100644 --- a/src/cloud/azure/database/mysql/mode/cpu.pm +++ b/src/cloud/azure/database/mysql/mode/cpu.pm @@ -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 diff --git a/src/cloud/azure/database/mysql/mode/discovery.pm b/src/cloud/azure/database/mysql/mode/discovery.pm index bab1b31d86..61097050c0 100644 --- a/src/cloud/azure/database/mysql/mode/discovery.pm +++ b/src/cloud/azure/database/mysql/mode/discovery.pm @@ -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 diff --git a/src/cloud/azure/database/mysql/mode/ioconsumption.pm b/src/cloud/azure/database/mysql/mode/ioconsumption.pm index d1e9f0623d..f32d0473ab 100644 --- a/src/cloud/azure/database/mysql/mode/ioconsumption.pm +++ b/src/cloud/azure/database/mysql/mode/ioconsumption.pm @@ -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 diff --git a/src/cloud/azure/database/mysql/mode/memory.pm b/src/cloud/azure/database/mysql/mode/memory.pm index 23f07afb9a..c04879a14e 100644 --- a/src/cloud/azure/database/mysql/mode/memory.pm +++ b/src/cloud/azure/database/mysql/mode/memory.pm @@ -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 diff --git a/src/cloud/azure/database/mysql/mode/queries.pm b/src/cloud/azure/database/mysql/mode/queries.pm index f19f956afc..c74224caff 100644 --- a/src/cloud/azure/database/mysql/mode/queries.pm +++ b/src/cloud/azure/database/mysql/mode/queries.pm @@ -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 diff --git a/src/cloud/azure/database/mysql/mode/replication.pm b/src/cloud/azure/database/mysql/mode/replication.pm index 79935a7072..f90ba75752 100644 --- a/src/cloud/azure/database/mysql/mode/replication.pm +++ b/src/cloud/azure/database/mysql/mode/replication.pm @@ -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 diff --git a/src/cloud/azure/database/mysql/mode/storage.pm b/src/cloud/azure/database/mysql/mode/storage.pm index b7fa5bf758..5e8750284f 100644 --- a/src/cloud/azure/database/mysql/mode/storage.pm +++ b/src/cloud/azure/database/mysql/mode/storage.pm @@ -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 diff --git a/src/cloud/azure/database/mysql/mode/traffic.pm b/src/cloud/azure/database/mysql/mode/traffic.pm index 7d6b93af3f..76ae902822 100644 --- a/src/cloud/azure/database/mysql/mode/traffic.pm +++ b/src/cloud/azure/database/mysql/mode/traffic.pm @@ -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 diff --git a/src/cloud/azure/database/mysql/plugin.pm b/src/cloud/azure/database/mysql/plugin.pm index cb5c1508ff..14b27b5773 100644 --- a/src/cloud/azure/database/mysql/plugin.pm +++ b/src/cloud/azure/database/mysql/plugin.pm @@ -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 diff --git a/src/cloud/azure/database/redis/mode/cachelatency.pm b/src/cloud/azure/database/redis/mode/cachelatency.pm index de2d32ed78..60b92ad5bb 100644 --- a/src/cloud/azure/database/redis/mode/cachelatency.pm +++ b/src/cloud/azure/database/redis/mode/cachelatency.pm @@ -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 diff --git a/src/cloud/azure/database/redis/mode/cachethroughput.pm b/src/cloud/azure/database/redis/mode/cachethroughput.pm index 655b83bbc0..6963fceb13 100644 --- a/src/cloud/azure/database/redis/mode/cachethroughput.pm +++ b/src/cloud/azure/database/redis/mode/cachethroughput.pm @@ -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 diff --git a/src/cloud/azure/database/redis/mode/cacheusage.pm b/src/cloud/azure/database/redis/mode/cacheusage.pm index 1efea9fcca..1f5111047c 100644 --- a/src/cloud/azure/database/redis/mode/cacheusage.pm +++ b/src/cloud/azure/database/redis/mode/cacheusage.pm @@ -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 diff --git a/src/cloud/azure/database/redis/mode/clients.pm b/src/cloud/azure/database/redis/mode/clients.pm index 7cd47358ba..12f761ce6a 100644 --- a/src/cloud/azure/database/redis/mode/clients.pm +++ b/src/cloud/azure/database/redis/mode/clients.pm @@ -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 diff --git a/src/cloud/azure/database/redis/mode/cpu.pm b/src/cloud/azure/database/redis/mode/cpu.pm index 64ffbd54eb..2c93c43a88 100644 --- a/src/cloud/azure/database/redis/mode/cpu.pm +++ b/src/cloud/azure/database/redis/mode/cpu.pm @@ -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 diff --git a/src/cloud/azure/database/redis/mode/discovery.pm b/src/cloud/azure/database/redis/mode/discovery.pm index e64a139dde..0bec7a5fe0 100644 --- a/src/cloud/azure/database/redis/mode/discovery.pm +++ b/src/cloud/azure/database/redis/mode/discovery.pm @@ -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 diff --git a/src/cloud/azure/database/redis/mode/errors.pm b/src/cloud/azure/database/redis/mode/errors.pm index cbb0dcc3bd..27411a1e4f 100644 --- a/src/cloud/azure/database/redis/mode/errors.pm +++ b/src/cloud/azure/database/redis/mode/errors.pm @@ -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 diff --git a/src/cloud/azure/database/redis/mode/health.pm b/src/cloud/azure/database/redis/mode/health.pm index 4173f15015..c0d7124a4b 100644 --- a/src/cloud/azure/database/redis/mode/health.pm +++ b/src/cloud/azure/database/redis/mode/health.pm @@ -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 diff --git a/src/cloud/azure/database/redis/mode/load.pm b/src/cloud/azure/database/redis/mode/load.pm index 074763e758..ebfffc6635 100644 --- a/src/cloud/azure/database/redis/mode/load.pm +++ b/src/cloud/azure/database/redis/mode/load.pm @@ -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 diff --git a/src/cloud/azure/database/redis/mode/memory.pm b/src/cloud/azure/database/redis/mode/memory.pm index e39f94bc7f..28b2ca3ba8 100644 --- a/src/cloud/azure/database/redis/mode/memory.pm +++ b/src/cloud/azure/database/redis/mode/memory.pm @@ -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 diff --git a/src/cloud/azure/database/redis/mode/operations.pm b/src/cloud/azure/database/redis/mode/operations.pm index b66486f8a4..1c8135cfae 100644 --- a/src/cloud/azure/database/redis/mode/operations.pm +++ b/src/cloud/azure/database/redis/mode/operations.pm @@ -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 diff --git a/src/cloud/azure/database/redis/plugin.pm b/src/cloud/azure/database/redis/plugin.pm index 5f79b25963..ac42472ca7 100644 --- a/src/cloud/azure/database/redis/plugin.pm +++ b/src/cloud/azure/database/redis/plugin.pm @@ -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 diff --git a/src/cloud/azure/database/sqldatabase/mode/appresources.pm b/src/cloud/azure/database/sqldatabase/mode/appresources.pm index b0582d163e..06f80c5cc2 100644 --- a/src/cloud/azure/database/sqldatabase/mode/appresources.pm +++ b/src/cloud/azure/database/sqldatabase/mode/appresources.pm @@ -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 diff --git a/src/cloud/azure/database/sqldatabase/mode/connections.pm b/src/cloud/azure/database/sqldatabase/mode/connections.pm index 215db4a086..6aa82ed873 100644 --- a/src/cloud/azure/database/sqldatabase/mode/connections.pm +++ b/src/cloud/azure/database/sqldatabase/mode/connections.pm @@ -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 diff --git a/src/cloud/azure/database/sqldatabase/mode/deadlocks.pm b/src/cloud/azure/database/sqldatabase/mode/deadlocks.pm index 011dd96b76..fac83b3862 100644 --- a/src/cloud/azure/database/sqldatabase/mode/deadlocks.pm +++ b/src/cloud/azure/database/sqldatabase/mode/deadlocks.pm @@ -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 diff --git a/src/cloud/azure/database/sqldatabase/mode/discovery.pm b/src/cloud/azure/database/sqldatabase/mode/discovery.pm index a782f6065b..150f31788f 100644 --- a/src/cloud/azure/database/sqldatabase/mode/discovery.pm +++ b/src/cloud/azure/database/sqldatabase/mode/discovery.pm @@ -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 diff --git a/src/cloud/azure/database/sqldatabase/mode/health.pm b/src/cloud/azure/database/sqldatabase/mode/health.pm index f4a1c3ce0f..6cf1783866 100644 --- a/src/cloud/azure/database/sqldatabase/mode/health.pm +++ b/src/cloud/azure/database/sqldatabase/mode/health.pm @@ -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 diff --git a/src/cloud/azure/database/sqldatabase/mode/listdatabases.pm b/src/cloud/azure/database/sqldatabase/mode/listdatabases.pm index 7f016db600..7b05b86dd6 100644 --- a/src/cloud/azure/database/sqldatabase/mode/listdatabases.pm +++ b/src/cloud/azure/database/sqldatabase/mode/listdatabases.pm @@ -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 diff --git a/src/cloud/azure/database/sqldatabase/mode/sessions.pm b/src/cloud/azure/database/sqldatabase/mode/sessions.pm index 877ce55d37..0709fc626a 100644 --- a/src/cloud/azure/database/sqldatabase/mode/sessions.pm +++ b/src/cloud/azure/database/sqldatabase/mode/sessions.pm @@ -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 diff --git a/src/cloud/azure/database/sqldatabase/mode/storage.pm b/src/cloud/azure/database/sqldatabase/mode/storage.pm index 2aa4e3caaa..0d70f8aab7 100644 --- a/src/cloud/azure/database/sqldatabase/mode/storage.pm +++ b/src/cloud/azure/database/sqldatabase/mode/storage.pm @@ -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 diff --git a/src/cloud/azure/database/sqldatabase/mode/workers.pm b/src/cloud/azure/database/sqldatabase/mode/workers.pm index 00d60129f1..baf331634a 100644 --- a/src/cloud/azure/database/sqldatabase/mode/workers.pm +++ b/src/cloud/azure/database/sqldatabase/mode/workers.pm @@ -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 diff --git a/src/cloud/azure/database/sqldatabase/plugin.pm b/src/cloud/azure/database/sqldatabase/plugin.pm index 5f518510c4..95b459ba25 100644 --- a/src/cloud/azure/database/sqldatabase/plugin.pm +++ b/src/cloud/azure/database/sqldatabase/plugin.pm @@ -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 diff --git a/src/cloud/azure/database/sqlmanagedinstance/mode/cpu.pm b/src/cloud/azure/database/sqlmanagedinstance/mode/cpu.pm index 356c8d63a3..9952d177d3 100644 --- a/src/cloud/azure/database/sqlmanagedinstance/mode/cpu.pm +++ b/src/cloud/azure/database/sqlmanagedinstance/mode/cpu.pm @@ -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 diff --git a/src/cloud/azure/database/sqlmanagedinstance/mode/discovery.pm b/src/cloud/azure/database/sqlmanagedinstance/mode/discovery.pm index 3f3f9cd0ce..85c59b8edd 100644 --- a/src/cloud/azure/database/sqlmanagedinstance/mode/discovery.pm +++ b/src/cloud/azure/database/sqlmanagedinstance/mode/discovery.pm @@ -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 diff --git a/src/cloud/azure/database/sqlmanagedinstance/mode/diskio.pm b/src/cloud/azure/database/sqlmanagedinstance/mode/diskio.pm index bd4c6bebba..57dcb1a467 100644 --- a/src/cloud/azure/database/sqlmanagedinstance/mode/diskio.pm +++ b/src/cloud/azure/database/sqlmanagedinstance/mode/diskio.pm @@ -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 diff --git a/src/cloud/azure/database/sqlmanagedinstance/mode/health.pm b/src/cloud/azure/database/sqlmanagedinstance/mode/health.pm index 9d0a88ff08..c2a7a1bc73 100644 --- a/src/cloud/azure/database/sqlmanagedinstance/mode/health.pm +++ b/src/cloud/azure/database/sqlmanagedinstance/mode/health.pm @@ -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 diff --git a/src/cloud/azure/database/sqlmanagedinstance/mode/storage.pm b/src/cloud/azure/database/sqlmanagedinstance/mode/storage.pm index bcfe0bcd11..a32d6c57e5 100644 --- a/src/cloud/azure/database/sqlmanagedinstance/mode/storage.pm +++ b/src/cloud/azure/database/sqlmanagedinstance/mode/storage.pm @@ -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 diff --git a/src/cloud/azure/database/sqlmanagedinstance/plugin.pm b/src/cloud/azure/database/sqlmanagedinstance/plugin.pm index 4ed2c99715..7e13c54e99 100644 --- a/src/cloud/azure/database/sqlmanagedinstance/plugin.pm +++ b/src/cloud/azure/database/sqlmanagedinstance/plugin.pm @@ -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 diff --git a/src/cloud/azure/database/sqlserver/mode/discovery.pm b/src/cloud/azure/database/sqlserver/mode/discovery.pm index 9df9bf3f98..2ee4a19a6e 100644 --- a/src/cloud/azure/database/sqlserver/mode/discovery.pm +++ b/src/cloud/azure/database/sqlserver/mode/discovery.pm @@ -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 diff --git a/src/cloud/azure/database/sqlserver/mode/listservers.pm b/src/cloud/azure/database/sqlserver/mode/listservers.pm index e5e82fb184..81e922ceb7 100644 --- a/src/cloud/azure/database/sqlserver/mode/listservers.pm +++ b/src/cloud/azure/database/sqlserver/mode/listservers.pm @@ -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 diff --git a/src/cloud/azure/database/sqlserver/mode/serverstatus.pm b/src/cloud/azure/database/sqlserver/mode/serverstatus.pm index 2993131752..a3cf1ecf2f 100644 --- a/src/cloud/azure/database/sqlserver/mode/serverstatus.pm +++ b/src/cloud/azure/database/sqlserver/mode/serverstatus.pm @@ -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 diff --git a/src/cloud/azure/database/sqlserver/plugin.pm b/src/cloud/azure/database/sqlserver/plugin.pm index 9233baa85d..d6673bc52b 100644 --- a/src/cloud/azure/database/sqlserver/plugin.pm +++ b/src/cloud/azure/database/sqlserver/plugin.pm @@ -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 diff --git a/src/cloud/azure/datafactory/factories/mode/discovery.pm b/src/cloud/azure/datafactory/factories/mode/discovery.pm index e3e32ef80c..21308c50d2 100644 --- a/src/cloud/azure/datafactory/factories/mode/discovery.pm +++ b/src/cloud/azure/datafactory/factories/mode/discovery.pm @@ -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 diff --git a/src/cloud/azure/datafactory/factories/mode/factoryusage.pm b/src/cloud/azure/datafactory/factories/mode/factoryusage.pm index b5ab4efa26..a156565300 100644 --- a/src/cloud/azure/datafactory/factories/mode/factoryusage.pm +++ b/src/cloud/azure/datafactory/factories/mode/factoryusage.pm @@ -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 diff --git a/src/cloud/azure/datafactory/factories/mode/integrationruntime.pm b/src/cloud/azure/datafactory/factories/mode/integrationruntime.pm index a0c30faf53..2f55e31989 100644 --- a/src/cloud/azure/datafactory/factories/mode/integrationruntime.pm +++ b/src/cloud/azure/datafactory/factories/mode/integrationruntime.pm @@ -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 diff --git a/src/cloud/azure/datafactory/factories/plugin.pm b/src/cloud/azure/datafactory/factories/plugin.pm index 314c99dda7..49435c8dc6 100644 --- a/src/cloud/azure/datafactory/factories/plugin.pm +++ b/src/cloud/azure/datafactory/factories/plugin.pm @@ -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 diff --git a/src/cloud/azure/devtools/appconfiguration/mode/discovery.pm b/src/cloud/azure/devtools/appconfiguration/mode/discovery.pm index 829588e3a3..bdddc48115 100644 --- a/src/cloud/azure/devtools/appconfiguration/mode/discovery.pm +++ b/src/cloud/azure/devtools/appconfiguration/mode/discovery.pm @@ -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 diff --git a/src/cloud/azure/devtools/appconfiguration/mode/httprequests.pm b/src/cloud/azure/devtools/appconfiguration/mode/httprequests.pm index f063f82563..e883ab5392 100644 --- a/src/cloud/azure/devtools/appconfiguration/mode/httprequests.pm +++ b/src/cloud/azure/devtools/appconfiguration/mode/httprequests.pm @@ -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 diff --git a/src/cloud/azure/devtools/appconfiguration/plugin.pm b/src/cloud/azure/devtools/appconfiguration/plugin.pm index 5c9511d111..5e54a9c866 100644 --- a/src/cloud/azure/devtools/appconfiguration/plugin.pm +++ b/src/cloud/azure/devtools/appconfiguration/plugin.pm @@ -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 diff --git a/src/cloud/azure/integration/eventgrid/mode/discovery.pm b/src/cloud/azure/integration/eventgrid/mode/discovery.pm index 1d2cbc0f63..00c953c568 100644 --- a/src/cloud/azure/integration/eventgrid/mode/discovery.pm +++ b/src/cloud/azure/integration/eventgrid/mode/discovery.pm @@ -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 diff --git a/src/cloud/azure/integration/eventgrid/mode/events.pm b/src/cloud/azure/integration/eventgrid/mode/events.pm index eff7aacbaa..1c0ba09a16 100644 --- a/src/cloud/azure/integration/eventgrid/mode/events.pm +++ b/src/cloud/azure/integration/eventgrid/mode/events.pm @@ -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 diff --git a/src/cloud/azure/integration/eventgrid/mode/eventstats.pm b/src/cloud/azure/integration/eventgrid/mode/eventstats.pm index 8333639c70..56dbe0b9ad 100644 --- a/src/cloud/azure/integration/eventgrid/mode/eventstats.pm +++ b/src/cloud/azure/integration/eventgrid/mode/eventstats.pm @@ -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 diff --git a/src/cloud/azure/integration/eventgrid/mode/health.pm b/src/cloud/azure/integration/eventgrid/mode/health.pm index 3d975c1b53..b09e744e4e 100644 --- a/src/cloud/azure/integration/eventgrid/mode/health.pm +++ b/src/cloud/azure/integration/eventgrid/mode/health.pm @@ -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 diff --git a/src/cloud/azure/integration/servicebus/mode/connections.pm b/src/cloud/azure/integration/servicebus/mode/connections.pm index 27b7be54ce..b6bcb195f4 100644 --- a/src/cloud/azure/integration/servicebus/mode/connections.pm +++ b/src/cloud/azure/integration/servicebus/mode/connections.pm @@ -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 diff --git a/src/cloud/azure/integration/servicebus/mode/discovery.pm b/src/cloud/azure/integration/servicebus/mode/discovery.pm index aeb91429b5..29317c728d 100644 --- a/src/cloud/azure/integration/servicebus/mode/discovery.pm +++ b/src/cloud/azure/integration/servicebus/mode/discovery.pm @@ -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 diff --git a/src/cloud/azure/integration/servicebus/mode/health.pm b/src/cloud/azure/integration/servicebus/mode/health.pm index f86add5272..86c1fb9aba 100644 --- a/src/cloud/azure/integration/servicebus/mode/health.pm +++ b/src/cloud/azure/integration/servicebus/mode/health.pm @@ -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 diff --git a/src/cloud/azure/integration/servicebus/mode/messages.pm b/src/cloud/azure/integration/servicebus/mode/messages.pm index 21667a5d9e..8e63abd590 100644 --- a/src/cloud/azure/integration/servicebus/mode/messages.pm +++ b/src/cloud/azure/integration/servicebus/mode/messages.pm @@ -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 diff --git a/src/cloud/azure/integration/servicebus/mode/namespaces.pm b/src/cloud/azure/integration/servicebus/mode/namespaces.pm index 0fa06500be..6d328d8cc4 100644 --- a/src/cloud/azure/integration/servicebus/mode/namespaces.pm +++ b/src/cloud/azure/integration/servicebus/mode/namespaces.pm @@ -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 diff --git a/src/cloud/azure/integration/servicebus/mode/requests.pm b/src/cloud/azure/integration/servicebus/mode/requests.pm index 34495179e0..955ec6c5e4 100644 --- a/src/cloud/azure/integration/servicebus/mode/requests.pm +++ b/src/cloud/azure/integration/servicebus/mode/requests.pm @@ -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 diff --git a/src/cloud/azure/integration/servicebus/plugin.pm b/src/cloud/azure/integration/servicebus/plugin.pm index 600864462e..6cbd88e4cf 100644 --- a/src/cloud/azure/integration/servicebus/plugin.pm +++ b/src/cloud/azure/integration/servicebus/plugin.pm @@ -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 diff --git a/src/cloud/azure/management/apimanagement/mode/capacity.pm b/src/cloud/azure/management/apimanagement/mode/capacity.pm index e87580b19a..97a2347180 100644 --- a/src/cloud/azure/management/apimanagement/mode/capacity.pm +++ b/src/cloud/azure/management/apimanagement/mode/capacity.pm @@ -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 diff --git a/src/cloud/azure/management/apimanagement/mode/discovery.pm b/src/cloud/azure/management/apimanagement/mode/discovery.pm index 22c0a70388..581e5de5cb 100644 --- a/src/cloud/azure/management/apimanagement/mode/discovery.pm +++ b/src/cloud/azure/management/apimanagement/mode/discovery.pm @@ -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 diff --git a/src/cloud/azure/management/apimanagement/mode/duration.pm b/src/cloud/azure/management/apimanagement/mode/duration.pm index f34820f755..f6a9161ad9 100644 --- a/src/cloud/azure/management/apimanagement/mode/duration.pm +++ b/src/cloud/azure/management/apimanagement/mode/duration.pm @@ -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 diff --git a/src/cloud/azure/management/apimanagement/mode/events.pm b/src/cloud/azure/management/apimanagement/mode/events.pm index 19be053a62..17323e025b 100644 --- a/src/cloud/azure/management/apimanagement/mode/events.pm +++ b/src/cloud/azure/management/apimanagement/mode/events.pm @@ -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 diff --git a/src/cloud/azure/management/apimanagement/mode/requests.pm b/src/cloud/azure/management/apimanagement/mode/requests.pm index d55de038de..983c711a3a 100644 --- a/src/cloud/azure/management/apimanagement/mode/requests.pm +++ b/src/cloud/azure/management/apimanagement/mode/requests.pm @@ -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 diff --git a/src/cloud/azure/management/apimanagement/plugin.pm b/src/cloud/azure/management/apimanagement/plugin.pm index fba66e5ace..116b5a997a 100644 --- a/src/cloud/azure/management/apimanagement/plugin.pm +++ b/src/cloud/azure/management/apimanagement/plugin.pm @@ -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 diff --git a/src/cloud/azure/management/applicationinsights/mode/availability.pm b/src/cloud/azure/management/applicationinsights/mode/availability.pm index ed32f3798a..f1976ecb24 100644 --- a/src/cloud/azure/management/applicationinsights/mode/availability.pm +++ b/src/cloud/azure/management/applicationinsights/mode/availability.pm @@ -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 diff --git a/src/cloud/azure/management/applicationinsights/mode/browsertimings.pm b/src/cloud/azure/management/applicationinsights/mode/browsertimings.pm index a15c0a216f..c801019213 100644 --- a/src/cloud/azure/management/applicationinsights/mode/browsertimings.pm +++ b/src/cloud/azure/management/applicationinsights/mode/browsertimings.pm @@ -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 diff --git a/src/cloud/azure/management/applicationinsights/mode/cpu.pm b/src/cloud/azure/management/applicationinsights/mode/cpu.pm index a917990d94..514af50513 100644 --- a/src/cloud/azure/management/applicationinsights/mode/cpu.pm +++ b/src/cloud/azure/management/applicationinsights/mode/cpu.pm @@ -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 diff --git a/src/cloud/azure/management/applicationinsights/mode/discovery.pm b/src/cloud/azure/management/applicationinsights/mode/discovery.pm index 78ab0e0248..1631f4fddb 100644 --- a/src/cloud/azure/management/applicationinsights/mode/discovery.pm +++ b/src/cloud/azure/management/applicationinsights/mode/discovery.pm @@ -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 diff --git a/src/cloud/azure/management/applicationinsights/mode/exceptions.pm b/src/cloud/azure/management/applicationinsights/mode/exceptions.pm index d610c136dd..652fb61d52 100644 --- a/src/cloud/azure/management/applicationinsights/mode/exceptions.pm +++ b/src/cloud/azure/management/applicationinsights/mode/exceptions.pm @@ -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 diff --git a/src/cloud/azure/management/applicationinsights/mode/externalcalls.pm b/src/cloud/azure/management/applicationinsights/mode/externalcalls.pm index d0056de4ad..19e51ed3e8 100644 --- a/src/cloud/azure/management/applicationinsights/mode/externalcalls.pm +++ b/src/cloud/azure/management/applicationinsights/mode/externalcalls.pm @@ -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 diff --git a/src/cloud/azure/management/applicationinsights/mode/iooperations.pm b/src/cloud/azure/management/applicationinsights/mode/iooperations.pm index 5ab97147a1..a1f001c32e 100644 --- a/src/cloud/azure/management/applicationinsights/mode/iooperations.pm +++ b/src/cloud/azure/management/applicationinsights/mode/iooperations.pm @@ -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 diff --git a/src/cloud/azure/management/applicationinsights/mode/memory.pm b/src/cloud/azure/management/applicationinsights/mode/memory.pm index 45962de0ff..09e2f802ea 100644 --- a/src/cloud/azure/management/applicationinsights/mode/memory.pm +++ b/src/cloud/azure/management/applicationinsights/mode/memory.pm @@ -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 diff --git a/src/cloud/azure/management/applicationinsights/mode/pageviews.pm b/src/cloud/azure/management/applicationinsights/mode/pageviews.pm index bc0294e9fd..918ccff809 100644 --- a/src/cloud/azure/management/applicationinsights/mode/pageviews.pm +++ b/src/cloud/azure/management/applicationinsights/mode/pageviews.pm @@ -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 diff --git a/src/cloud/azure/management/applicationinsights/mode/requests.pm b/src/cloud/azure/management/applicationinsights/mode/requests.pm index 709e1d2807..f992bea49b 100644 --- a/src/cloud/azure/management/applicationinsights/mode/requests.pm +++ b/src/cloud/azure/management/applicationinsights/mode/requests.pm @@ -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 diff --git a/src/cloud/azure/management/applicationinsights/plugin.pm b/src/cloud/azure/management/applicationinsights/plugin.pm index 1c6c85a1c0..c2921d4ff6 100644 --- a/src/cloud/azure/management/applicationinsights/plugin.pm +++ b/src/cloud/azure/management/applicationinsights/plugin.pm @@ -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 diff --git a/src/cloud/azure/management/automation/mode/discovery.pm b/src/cloud/azure/management/automation/mode/discovery.pm index f18e014f84..0e5be295b9 100644 --- a/src/cloud/azure/management/automation/mode/discovery.pm +++ b/src/cloud/azure/management/automation/mode/discovery.pm @@ -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 diff --git a/src/cloud/azure/management/automation/mode/jobs.pm b/src/cloud/azure/management/automation/mode/jobs.pm index 43406e54cf..ee00f8872d 100644 --- a/src/cloud/azure/management/automation/mode/jobs.pm +++ b/src/cloud/azure/management/automation/mode/jobs.pm @@ -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 diff --git a/src/cloud/azure/management/costs/mode/budgets.pm b/src/cloud/azure/management/costs/mode/budgets.pm index f0175402cb..f29c10d378 100644 --- a/src/cloud/azure/management/costs/mode/budgets.pm +++ b/src/cloud/azure/management/costs/mode/budgets.pm @@ -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 diff --git a/src/cloud/azure/management/costs/mode/costsexplorer.pm b/src/cloud/azure/management/costs/mode/costsexplorer.pm index ff02af734f..3eaea43f58 100644 --- a/src/cloud/azure/management/costs/mode/costsexplorer.pm +++ b/src/cloud/azure/management/costs/mode/costsexplorer.pm @@ -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 diff --git a/src/cloud/azure/management/costs/mode/hybridbenefits.pm b/src/cloud/azure/management/costs/mode/hybridbenefits.pm index b7d7c6b542..dd11225118 100644 --- a/src/cloud/azure/management/costs/mode/hybridbenefits.pm +++ b/src/cloud/azure/management/costs/mode/hybridbenefits.pm @@ -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 diff --git a/src/cloud/azure/management/costs/mode/listbudgets.pm b/src/cloud/azure/management/costs/mode/listbudgets.pm index 9399d13d24..569ea8a04a 100644 --- a/src/cloud/azure/management/costs/mode/listbudgets.pm +++ b/src/cloud/azure/management/costs/mode/listbudgets.pm @@ -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 diff --git a/src/cloud/azure/management/costs/mode/orphanresources.pm b/src/cloud/azure/management/costs/mode/orphanresources.pm index 66b56547c8..939608737c 100644 --- a/src/cloud/azure/management/costs/mode/orphanresources.pm +++ b/src/cloud/azure/management/costs/mode/orphanresources.pm @@ -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 diff --git a/src/cloud/azure/management/costs/mode/tagscompliance.pm b/src/cloud/azure/management/costs/mode/tagscompliance.pm index 3c517c88de..ad3d5fe060 100644 --- a/src/cloud/azure/management/costs/mode/tagscompliance.pm +++ b/src/cloud/azure/management/costs/mode/tagscompliance.pm @@ -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 diff --git a/src/cloud/azure/management/costs/plugin.pm b/src/cloud/azure/management/costs/plugin.pm index a076fb7b73..8ad9fb01a7 100644 --- a/src/cloud/azure/management/costs/plugin.pm +++ b/src/cloud/azure/management/costs/plugin.pm @@ -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 diff --git a/src/cloud/azure/management/discover/plugin.pm b/src/cloud/azure/management/discover/plugin.pm index 26e5e5a7e6..a0646504a6 100644 --- a/src/cloud/azure/management/discover/plugin.pm +++ b/src/cloud/azure/management/discover/plugin.pm @@ -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 diff --git a/src/cloud/azure/management/insightsmetrics/mode/cpu.pm b/src/cloud/azure/management/insightsmetrics/mode/cpu.pm index f04662e5c1..2af966a797 100644 --- a/src/cloud/azure/management/insightsmetrics/mode/cpu.pm +++ b/src/cloud/azure/management/insightsmetrics/mode/cpu.pm @@ -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 diff --git a/src/cloud/azure/management/insightsmetrics/mode/listlogicaldisks.pm b/src/cloud/azure/management/insightsmetrics/mode/listlogicaldisks.pm index 9ef19f334a..8dde72e2d7 100644 --- a/src/cloud/azure/management/insightsmetrics/mode/listlogicaldisks.pm +++ b/src/cloud/azure/management/insightsmetrics/mode/listlogicaldisks.pm @@ -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 diff --git a/src/cloud/azure/management/insightsmetrics/mode/logicaldisks.pm b/src/cloud/azure/management/insightsmetrics/mode/logicaldisks.pm index ce56727bf7..2b8065e706 100644 --- a/src/cloud/azure/management/insightsmetrics/mode/logicaldisks.pm +++ b/src/cloud/azure/management/insightsmetrics/mode/logicaldisks.pm @@ -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 diff --git a/src/cloud/azure/management/insightsmetrics/mode/memory.pm b/src/cloud/azure/management/insightsmetrics/mode/memory.pm index 017a6ab59e..571290b949 100644 --- a/src/cloud/azure/management/insightsmetrics/mode/memory.pm +++ b/src/cloud/azure/management/insightsmetrics/mode/memory.pm @@ -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 diff --git a/src/cloud/azure/management/insightsmetrics/plugin.pm b/src/cloud/azure/management/insightsmetrics/plugin.pm index 28a61c5a5b..53e21f19d3 100644 --- a/src/cloud/azure/management/insightsmetrics/plugin.pm +++ b/src/cloud/azure/management/insightsmetrics/plugin.pm @@ -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 diff --git a/src/cloud/azure/management/loganalytics/mode/kustoquery.pm b/src/cloud/azure/management/loganalytics/mode/kustoquery.pm index 2edb09cbd3..3cdb982e28 100644 --- a/src/cloud/azure/management/loganalytics/mode/kustoquery.pm +++ b/src/cloud/azure/management/loganalytics/mode/kustoquery.pm @@ -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 diff --git a/src/cloud/azure/management/loganalytics/plugin.pm b/src/cloud/azure/management/loganalytics/plugin.pm index 2297c095d0..8307cca627 100644 --- a/src/cloud/azure/management/loganalytics/plugin.pm +++ b/src/cloud/azure/management/loganalytics/plugin.pm @@ -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 diff --git a/src/cloud/azure/management/monitor/mode/alert.pm b/src/cloud/azure/management/monitor/mode/alert.pm index 2f35ffd9cd..3c6d94ebdf 100644 --- a/src/cloud/azure/management/monitor/mode/alert.pm +++ b/src/cloud/azure/management/monitor/mode/alert.pm @@ -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 diff --git a/src/cloud/azure/management/monitor/mode/discovery.pm b/src/cloud/azure/management/monitor/mode/discovery.pm index 4c03cf3adc..ceb0233c52 100644 --- a/src/cloud/azure/management/monitor/mode/discovery.pm +++ b/src/cloud/azure/management/monitor/mode/discovery.pm @@ -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 diff --git a/src/cloud/azure/management/monitor/mode/discoverytenant.pm b/src/cloud/azure/management/monitor/mode/discoverytenant.pm index 1713884c73..748edbe4fc 100644 --- a/src/cloud/azure/management/monitor/mode/discoverytenant.pm +++ b/src/cloud/azure/management/monitor/mode/discoverytenant.pm @@ -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 diff --git a/src/cloud/azure/management/monitor/mode/getmetrics.pm b/src/cloud/azure/management/monitor/mode/getmetrics.pm index bb31ee7a04..290dd425f7 100644 --- a/src/cloud/azure/management/monitor/mode/getmetrics.pm +++ b/src/cloud/azure/management/monitor/mode/getmetrics.pm @@ -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 diff --git a/src/cloud/azure/management/monitor/mode/health.pm b/src/cloud/azure/management/monitor/mode/health.pm index 506d563186..fe91961ab9 100644 --- a/src/cloud/azure/management/monitor/mode/health.pm +++ b/src/cloud/azure/management/monitor/mode/health.pm @@ -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 diff --git a/src/cloud/azure/management/monitor/plugin.pm b/src/cloud/azure/management/monitor/plugin.pm index 551f541345..658be81638 100644 --- a/src/cloud/azure/management/monitor/plugin.pm +++ b/src/cloud/azure/management/monitor/plugin.pm @@ -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 diff --git a/src/cloud/azure/management/recovery/mode/backupitemsstatus.pm b/src/cloud/azure/management/recovery/mode/backupitemsstatus.pm index d3ade6518e..cda8938e07 100644 --- a/src/cloud/azure/management/recovery/mode/backupitemsstatus.pm +++ b/src/cloud/azure/management/recovery/mode/backupitemsstatus.pm @@ -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 diff --git a/src/cloud/azure/management/recovery/mode/backupjobsstatus.pm b/src/cloud/azure/management/recovery/mode/backupjobsstatus.pm index f49a49c70b..c4a9f7f1a5 100644 --- a/src/cloud/azure/management/recovery/mode/backupjobsstatus.pm +++ b/src/cloud/azure/management/recovery/mode/backupjobsstatus.pm @@ -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 diff --git a/src/cloud/azure/management/recovery/mode/discovery.pm b/src/cloud/azure/management/recovery/mode/discovery.pm index 944b9ac37a..e0b5714fcd 100644 --- a/src/cloud/azure/management/recovery/mode/discovery.pm +++ b/src/cloud/azure/management/recovery/mode/discovery.pm @@ -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 diff --git a/src/cloud/azure/management/recovery/mode/listbackupjobs.pm b/src/cloud/azure/management/recovery/mode/listbackupjobs.pm index b6b8e55ab2..6925e9313e 100644 --- a/src/cloud/azure/management/recovery/mode/listbackupjobs.pm +++ b/src/cloud/azure/management/recovery/mode/listbackupjobs.pm @@ -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 diff --git a/src/cloud/azure/management/recovery/mode/listreplicateditems.pm b/src/cloud/azure/management/recovery/mode/listreplicateditems.pm index 8461c8cfc3..03de096304 100644 --- a/src/cloud/azure/management/recovery/mode/listreplicateditems.pm +++ b/src/cloud/azure/management/recovery/mode/listreplicateditems.pm @@ -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 diff --git a/src/cloud/azure/management/recovery/mode/listvaults.pm b/src/cloud/azure/management/recovery/mode/listvaults.pm index a305b254f2..ed129423bf 100644 --- a/src/cloud/azure/management/recovery/mode/listvaults.pm +++ b/src/cloud/azure/management/recovery/mode/listvaults.pm @@ -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 diff --git a/src/cloud/azure/management/recovery/mode/replicationhealth.pm b/src/cloud/azure/management/recovery/mode/replicationhealth.pm index 65bbfe379f..272ca19706 100644 --- a/src/cloud/azure/management/recovery/mode/replicationhealth.pm +++ b/src/cloud/azure/management/recovery/mode/replicationhealth.pm @@ -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 diff --git a/src/cloud/azure/management/recovery/plugin.pm b/src/cloud/azure/management/recovery/plugin.pm index f589938fb5..52f1f0d27b 100644 --- a/src/cloud/azure/management/recovery/plugin.pm +++ b/src/cloud/azure/management/recovery/plugin.pm @@ -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 diff --git a/src/cloud/azure/management/resource/mode/deploymentsstatus.pm b/src/cloud/azure/management/resource/mode/deploymentsstatus.pm index a7e60d0253..c3e429548b 100644 --- a/src/cloud/azure/management/resource/mode/deploymentsstatus.pm +++ b/src/cloud/azure/management/resource/mode/deploymentsstatus.pm @@ -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 diff --git a/src/cloud/azure/management/resource/mode/items.pm b/src/cloud/azure/management/resource/mode/items.pm index 386c5220d6..70b1d15f8c 100644 --- a/src/cloud/azure/management/resource/mode/items.pm +++ b/src/cloud/azure/management/resource/mode/items.pm @@ -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 diff --git a/src/cloud/azure/management/resource/mode/listgroups.pm b/src/cloud/azure/management/resource/mode/listgroups.pm index 60096b6a0b..8a562fd63b 100644 --- a/src/cloud/azure/management/resource/mode/listgroups.pm +++ b/src/cloud/azure/management/resource/mode/listgroups.pm @@ -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 diff --git a/src/cloud/azure/management/resource/mode/listresources.pm b/src/cloud/azure/management/resource/mode/listresources.pm index f60e83a0c9..634f621715 100644 --- a/src/cloud/azure/management/resource/mode/listresources.pm +++ b/src/cloud/azure/management/resource/mode/listresources.pm @@ -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 diff --git a/src/cloud/azure/management/resource/plugin.pm b/src/cloud/azure/management/resource/plugin.pm index 3bed74f7a5..8e93de43e1 100644 --- a/src/cloud/azure/management/resource/plugin.pm +++ b/src/cloud/azure/management/resource/plugin.pm @@ -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 diff --git a/src/cloud/azure/network/appgateway/mode/backendhealth.pm b/src/cloud/azure/network/appgateway/mode/backendhealth.pm index cba1d97d72..31fca4ce02 100644 --- a/src/cloud/azure/network/appgateway/mode/backendhealth.pm +++ b/src/cloud/azure/network/appgateway/mode/backendhealth.pm @@ -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 diff --git a/src/cloud/azure/network/appgateway/mode/backendstatus.pm b/src/cloud/azure/network/appgateway/mode/backendstatus.pm index 14c339917c..118a1ad4e2 100644 --- a/src/cloud/azure/network/appgateway/mode/backendstatus.pm +++ b/src/cloud/azure/network/appgateway/mode/backendstatus.pm @@ -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 diff --git a/src/cloud/azure/network/appgateway/mode/backendtime.pm b/src/cloud/azure/network/appgateway/mode/backendtime.pm index f80fad7fdd..20d348628e 100644 --- a/src/cloud/azure/network/appgateway/mode/backendtime.pm +++ b/src/cloud/azure/network/appgateway/mode/backendtime.pm @@ -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 diff --git a/src/cloud/azure/network/appgateway/mode/clientstraffic.pm b/src/cloud/azure/network/appgateway/mode/clientstraffic.pm index 16a62b8321..c467f4b97b 100644 --- a/src/cloud/azure/network/appgateway/mode/clientstraffic.pm +++ b/src/cloud/azure/network/appgateway/mode/clientstraffic.pm @@ -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 diff --git a/src/cloud/azure/network/appgateway/mode/connections.pm b/src/cloud/azure/network/appgateway/mode/connections.pm index 518c852386..8e47e3e218 100644 --- a/src/cloud/azure/network/appgateway/mode/connections.pm +++ b/src/cloud/azure/network/appgateway/mode/connections.pm @@ -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 diff --git a/src/cloud/azure/network/appgateway/mode/discovery.pm b/src/cloud/azure/network/appgateway/mode/discovery.pm index 0e8ab61679..5a4af392e5 100644 --- a/src/cloud/azure/network/appgateway/mode/discovery.pm +++ b/src/cloud/azure/network/appgateway/mode/discovery.pm @@ -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 diff --git a/src/cloud/azure/network/appgateway/mode/gatewaytime.pm b/src/cloud/azure/network/appgateway/mode/gatewaytime.pm index 45f43d2e06..af493eda19 100644 --- a/src/cloud/azure/network/appgateway/mode/gatewaytime.pm +++ b/src/cloud/azure/network/appgateway/mode/gatewaytime.pm @@ -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 diff --git a/src/cloud/azure/network/appgateway/mode/health.pm b/src/cloud/azure/network/appgateway/mode/health.pm index 2f3715b885..0be7bd2d27 100644 --- a/src/cloud/azure/network/appgateway/mode/health.pm +++ b/src/cloud/azure/network/appgateway/mode/health.pm @@ -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 diff --git a/src/cloud/azure/network/appgateway/mode/requests.pm b/src/cloud/azure/network/appgateway/mode/requests.pm index f11f83abe8..04794a1d8b 100644 --- a/src/cloud/azure/network/appgateway/mode/requests.pm +++ b/src/cloud/azure/network/appgateway/mode/requests.pm @@ -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 diff --git a/src/cloud/azure/network/appgateway/mode/throughput.pm b/src/cloud/azure/network/appgateway/mode/throughput.pm index 6275c4b630..0cb7875d7d 100644 --- a/src/cloud/azure/network/appgateway/mode/throughput.pm +++ b/src/cloud/azure/network/appgateway/mode/throughput.pm @@ -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 diff --git a/src/cloud/azure/network/appgateway/mode/units.pm b/src/cloud/azure/network/appgateway/mode/units.pm index 29c0512583..6f3faa7e8e 100644 --- a/src/cloud/azure/network/appgateway/mode/units.pm +++ b/src/cloud/azure/network/appgateway/mode/units.pm @@ -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 diff --git a/src/cloud/azure/network/appgateway/plugin.pm b/src/cloud/azure/network/appgateway/plugin.pm index 5f6ff5201f..d9824b3c7e 100644 --- a/src/cloud/azure/network/appgateway/plugin.pm +++ b/src/cloud/azure/network/appgateway/plugin.pm @@ -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 diff --git a/src/cloud/azure/network/cdn/mode/discovery.pm b/src/cloud/azure/network/cdn/mode/discovery.pm index 46739e0399..1f8c87b2e7 100644 --- a/src/cloud/azure/network/cdn/mode/discovery.pm +++ b/src/cloud/azure/network/cdn/mode/discovery.pm @@ -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 diff --git a/src/cloud/azure/network/cdn/mode/hitratio.pm b/src/cloud/azure/network/cdn/mode/hitratio.pm index 79f6952f54..e8fd7d9dae 100644 --- a/src/cloud/azure/network/cdn/mode/hitratio.pm +++ b/src/cloud/azure/network/cdn/mode/hitratio.pm @@ -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 diff --git a/src/cloud/azure/network/cdn/mode/latency.pm b/src/cloud/azure/network/cdn/mode/latency.pm index d9e8c0f19e..f02fe10681 100644 --- a/src/cloud/azure/network/cdn/mode/latency.pm +++ b/src/cloud/azure/network/cdn/mode/latency.pm @@ -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 diff --git a/src/cloud/azure/network/cdn/mode/requests.pm b/src/cloud/azure/network/cdn/mode/requests.pm index 3b806cb587..0ae5dd311c 100644 --- a/src/cloud/azure/network/cdn/mode/requests.pm +++ b/src/cloud/azure/network/cdn/mode/requests.pm @@ -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 diff --git a/src/cloud/azure/network/cdn/mode/response.pm b/src/cloud/azure/network/cdn/mode/response.pm index 629ff4c95a..c2d44b369e 100644 --- a/src/cloud/azure/network/cdn/mode/response.pm +++ b/src/cloud/azure/network/cdn/mode/response.pm @@ -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 diff --git a/src/cloud/azure/network/cdn/plugin.pm b/src/cloud/azure/network/cdn/plugin.pm index 9c9bc690c0..bccc210c1a 100644 --- a/src/cloud/azure/network/cdn/plugin.pm +++ b/src/cloud/azure/network/cdn/plugin.pm @@ -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 diff --git a/src/cloud/azure/network/expressroute/mode/circuitstatus.pm b/src/cloud/azure/network/expressroute/mode/circuitstatus.pm index da17c42f24..6e7c60c886 100644 --- a/src/cloud/azure/network/expressroute/mode/circuitstatus.pm +++ b/src/cloud/azure/network/expressroute/mode/circuitstatus.pm @@ -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 diff --git a/src/cloud/azure/network/expressroute/mode/discovery.pm b/src/cloud/azure/network/expressroute/mode/discovery.pm index 0a786dec22..c171160cfc 100644 --- a/src/cloud/azure/network/expressroute/mode/discovery.pm +++ b/src/cloud/azure/network/expressroute/mode/discovery.pm @@ -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 diff --git a/src/cloud/azure/network/expressroute/mode/health.pm b/src/cloud/azure/network/expressroute/mode/health.pm index 98b6932ac9..72175ddd42 100644 --- a/src/cloud/azure/network/expressroute/mode/health.pm +++ b/src/cloud/azure/network/expressroute/mode/health.pm @@ -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 diff --git a/src/cloud/azure/network/expressroute/mode/listcircuits.pm b/src/cloud/azure/network/expressroute/mode/listcircuits.pm index ef947a871a..dd3109413e 100644 --- a/src/cloud/azure/network/expressroute/mode/listcircuits.pm +++ b/src/cloud/azure/network/expressroute/mode/listcircuits.pm @@ -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 diff --git a/src/cloud/azure/network/expressroute/mode/traffic.pm b/src/cloud/azure/network/expressroute/mode/traffic.pm index 759b3433d9..dfaa1dc40b 100644 --- a/src/cloud/azure/network/expressroute/mode/traffic.pm +++ b/src/cloud/azure/network/expressroute/mode/traffic.pm @@ -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 diff --git a/src/cloud/azure/network/expressroute/plugin.pm b/src/cloud/azure/network/expressroute/plugin.pm index da195b7bf4..38da5e4f95 100644 --- a/src/cloud/azure/network/expressroute/plugin.pm +++ b/src/cloud/azure/network/expressroute/plugin.pm @@ -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 diff --git a/src/cloud/azure/network/frontdoor/mode/backendhealth.pm b/src/cloud/azure/network/frontdoor/mode/backendhealth.pm index aefdd6b85b..352d01acb6 100644 --- a/src/cloud/azure/network/frontdoor/mode/backendhealth.pm +++ b/src/cloud/azure/network/frontdoor/mode/backendhealth.pm @@ -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 diff --git a/src/cloud/azure/network/frontdoor/mode/discovery.pm b/src/cloud/azure/network/frontdoor/mode/discovery.pm index 79ebdc0a07..ee1278b8e8 100644 --- a/src/cloud/azure/network/frontdoor/mode/discovery.pm +++ b/src/cloud/azure/network/frontdoor/mode/discovery.pm @@ -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 diff --git a/src/cloud/azure/network/frontdoor/mode/health.pm b/src/cloud/azure/network/frontdoor/mode/health.pm index 4c4f842f47..92484beb2f 100644 --- a/src/cloud/azure/network/frontdoor/mode/health.pm +++ b/src/cloud/azure/network/frontdoor/mode/health.pm @@ -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 diff --git a/src/cloud/azure/network/frontdoor/mode/latency.pm b/src/cloud/azure/network/frontdoor/mode/latency.pm index ebba333743..7e5d5acc41 100644 --- a/src/cloud/azure/network/frontdoor/mode/latency.pm +++ b/src/cloud/azure/network/frontdoor/mode/latency.pm @@ -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 diff --git a/src/cloud/azure/network/frontdoor/mode/requests.pm b/src/cloud/azure/network/frontdoor/mode/requests.pm index 8b8733c94e..a135bd56ad 100644 --- a/src/cloud/azure/network/frontdoor/mode/requests.pm +++ b/src/cloud/azure/network/frontdoor/mode/requests.pm @@ -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 diff --git a/src/cloud/azure/network/frontdoor/mode/size.pm b/src/cloud/azure/network/frontdoor/mode/size.pm index c135293a80..4e5dc64c65 100644 --- a/src/cloud/azure/network/frontdoor/mode/size.pm +++ b/src/cloud/azure/network/frontdoor/mode/size.pm @@ -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 diff --git a/src/cloud/azure/network/frontdoor/plugin.pm b/src/cloud/azure/network/frontdoor/plugin.pm index 422ecb0b0a..402b1b6876 100644 --- a/src/cloud/azure/network/frontdoor/plugin.pm +++ b/src/cloud/azure/network/frontdoor/plugin.pm @@ -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 diff --git a/src/cloud/azure/network/loadbalancer/mode/datapath.pm b/src/cloud/azure/network/loadbalancer/mode/datapath.pm index 8891045c4c..2f606f8754 100644 --- a/src/cloud/azure/network/loadbalancer/mode/datapath.pm +++ b/src/cloud/azure/network/loadbalancer/mode/datapath.pm @@ -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 diff --git a/src/cloud/azure/network/loadbalancer/mode/discovery.pm b/src/cloud/azure/network/loadbalancer/mode/discovery.pm index d2a6e9a8e4..0c218d4e8d 100644 --- a/src/cloud/azure/network/loadbalancer/mode/discovery.pm +++ b/src/cloud/azure/network/loadbalancer/mode/discovery.pm @@ -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 diff --git a/src/cloud/azure/network/loadbalancer/mode/healthprobe.pm b/src/cloud/azure/network/loadbalancer/mode/healthprobe.pm index 3186a1337e..2ad64674c0 100644 --- a/src/cloud/azure/network/loadbalancer/mode/healthprobe.pm +++ b/src/cloud/azure/network/loadbalancer/mode/healthprobe.pm @@ -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 diff --git a/src/cloud/azure/network/loadbalancer/mode/snat.pm b/src/cloud/azure/network/loadbalancer/mode/snat.pm index 992626d6d1..5249598357 100644 --- a/src/cloud/azure/network/loadbalancer/mode/snat.pm +++ b/src/cloud/azure/network/loadbalancer/mode/snat.pm @@ -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 diff --git a/src/cloud/azure/network/loadbalancer/mode/throughput.pm b/src/cloud/azure/network/loadbalancer/mode/throughput.pm index a2eb5cfd2a..1b1f22d963 100644 --- a/src/cloud/azure/network/loadbalancer/mode/throughput.pm +++ b/src/cloud/azure/network/loadbalancer/mode/throughput.pm @@ -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 diff --git a/src/cloud/azure/network/loadbalancer/plugin.pm b/src/cloud/azure/network/loadbalancer/plugin.pm index 2ec2994a44..40eec1fcf7 100644 --- a/src/cloud/azure/network/loadbalancer/plugin.pm +++ b/src/cloud/azure/network/loadbalancer/plugin.pm @@ -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 diff --git a/src/cloud/azure/network/networkinterface/mode/discovery.pm b/src/cloud/azure/network/networkinterface/mode/discovery.pm index 6c4431dfdc..58d704e198 100644 --- a/src/cloud/azure/network/networkinterface/mode/discovery.pm +++ b/src/cloud/azure/network/networkinterface/mode/discovery.pm @@ -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 diff --git a/src/cloud/azure/network/networkinterface/mode/listresources.pm b/src/cloud/azure/network/networkinterface/mode/listresources.pm index 27c864c692..5d23fcc50a 100644 --- a/src/cloud/azure/network/networkinterface/mode/listresources.pm +++ b/src/cloud/azure/network/networkinterface/mode/listresources.pm @@ -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 diff --git a/src/cloud/azure/network/networkinterface/mode/traffic.pm b/src/cloud/azure/network/networkinterface/mode/traffic.pm index a19c9f650a..a069faf52d 100644 --- a/src/cloud/azure/network/networkinterface/mode/traffic.pm +++ b/src/cloud/azure/network/networkinterface/mode/traffic.pm @@ -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 diff --git a/src/cloud/azure/network/networkinterface/plugin.pm b/src/cloud/azure/network/networkinterface/plugin.pm index 0506b28ba3..1744125104 100644 --- a/src/cloud/azure/network/networkinterface/plugin.pm +++ b/src/cloud/azure/network/networkinterface/plugin.pm @@ -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 diff --git a/src/cloud/azure/network/trafficmanager/mode/discovery.pm b/src/cloud/azure/network/trafficmanager/mode/discovery.pm index 8a3b86588b..f48b66200d 100644 --- a/src/cloud/azure/network/trafficmanager/mode/discovery.pm +++ b/src/cloud/azure/network/trafficmanager/mode/discovery.pm @@ -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 diff --git a/src/cloud/azure/network/trafficmanager/mode/endpointstatus.pm b/src/cloud/azure/network/trafficmanager/mode/endpointstatus.pm index b7bf71e645..4d2c5ca98e 100644 --- a/src/cloud/azure/network/trafficmanager/mode/endpointstatus.pm +++ b/src/cloud/azure/network/trafficmanager/mode/endpointstatus.pm @@ -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 diff --git a/src/cloud/azure/network/trafficmanager/mode/health.pm b/src/cloud/azure/network/trafficmanager/mode/health.pm index 339dc9d796..546bb1add1 100644 --- a/src/cloud/azure/network/trafficmanager/mode/health.pm +++ b/src/cloud/azure/network/trafficmanager/mode/health.pm @@ -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 diff --git a/src/cloud/azure/network/trafficmanager/mode/queries.pm b/src/cloud/azure/network/trafficmanager/mode/queries.pm index 5e60b14665..9867181aee 100644 --- a/src/cloud/azure/network/trafficmanager/mode/queries.pm +++ b/src/cloud/azure/network/trafficmanager/mode/queries.pm @@ -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 diff --git a/src/cloud/azure/network/trafficmanager/plugin.pm b/src/cloud/azure/network/trafficmanager/plugin.pm index 81cd9d47cb..9545beb933 100644 --- a/src/cloud/azure/network/trafficmanager/plugin.pm +++ b/src/cloud/azure/network/trafficmanager/plugin.pm @@ -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 diff --git a/src/cloud/azure/network/virtualnetwork/mode/discovery.pm b/src/cloud/azure/network/virtualnetwork/mode/discovery.pm index 6c6e605f7e..5c1002ed7f 100644 --- a/src/cloud/azure/network/virtualnetwork/mode/discovery.pm +++ b/src/cloud/azure/network/virtualnetwork/mode/discovery.pm @@ -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 diff --git a/src/cloud/azure/network/virtualnetwork/mode/listvirtualnetworks.pm b/src/cloud/azure/network/virtualnetwork/mode/listvirtualnetworks.pm index e70b03bc16..a382753395 100644 --- a/src/cloud/azure/network/virtualnetwork/mode/listvirtualnetworks.pm +++ b/src/cloud/azure/network/virtualnetwork/mode/listvirtualnetworks.pm @@ -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 diff --git a/src/cloud/azure/network/virtualnetwork/mode/peeringsstatus.pm b/src/cloud/azure/network/virtualnetwork/mode/peeringsstatus.pm index 19a99a1b1a..a95e8aa349 100644 --- a/src/cloud/azure/network/virtualnetwork/mode/peeringsstatus.pm +++ b/src/cloud/azure/network/virtualnetwork/mode/peeringsstatus.pm @@ -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 diff --git a/src/cloud/azure/network/virtualnetwork/plugin.pm b/src/cloud/azure/network/virtualnetwork/plugin.pm index 3cd39029a5..0883d2930f 100644 --- a/src/cloud/azure/network/virtualnetwork/plugin.pm +++ b/src/cloud/azure/network/virtualnetwork/plugin.pm @@ -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 diff --git a/src/cloud/azure/network/vpngateway/mode/discovery.pm b/src/cloud/azure/network/vpngateway/mode/discovery.pm index b978d86b2a..327f48873c 100644 --- a/src/cloud/azure/network/vpngateway/mode/discovery.pm +++ b/src/cloud/azure/network/vpngateway/mode/discovery.pm @@ -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 diff --git a/src/cloud/azure/network/vpngateway/mode/health.pm b/src/cloud/azure/network/vpngateway/mode/health.pm index 9515799654..afb55d67b4 100644 --- a/src/cloud/azure/network/vpngateway/mode/health.pm +++ b/src/cloud/azure/network/vpngateway/mode/health.pm @@ -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 diff --git a/src/cloud/azure/network/vpngateway/mode/sitetraffic.pm b/src/cloud/azure/network/vpngateway/mode/sitetraffic.pm index b4d0e1688f..1cac9a61d0 100644 --- a/src/cloud/azure/network/vpngateway/mode/sitetraffic.pm +++ b/src/cloud/azure/network/vpngateway/mode/sitetraffic.pm @@ -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 diff --git a/src/cloud/azure/network/vpngateway/mode/tunneltraffic.pm b/src/cloud/azure/network/vpngateway/mode/tunneltraffic.pm index 3c4c3a95de..aa1a357541 100644 --- a/src/cloud/azure/network/vpngateway/mode/tunneltraffic.pm +++ b/src/cloud/azure/network/vpngateway/mode/tunneltraffic.pm @@ -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 diff --git a/src/cloud/azure/network/vpngateway/mode/vpngatewaystatus.pm b/src/cloud/azure/network/vpngateway/mode/vpngatewaystatus.pm index 2929b6e6f0..9dd3585632 100644 --- a/src/cloud/azure/network/vpngateway/mode/vpngatewaystatus.pm +++ b/src/cloud/azure/network/vpngateway/mode/vpngatewaystatus.pm @@ -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 diff --git a/src/cloud/azure/network/vpngateway/plugin.pm b/src/cloud/azure/network/vpngateway/plugin.pm index a0bddd6e1b..e963dbf9c3 100644 --- a/src/cloud/azure/network/vpngateway/plugin.pm +++ b/src/cloud/azure/network/vpngateway/plugin.pm @@ -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 diff --git a/src/cloud/azure/security/keyvault/mode/discovery.pm b/src/cloud/azure/security/keyvault/mode/discovery.pm index c9540a8c95..a00e1e9d60 100644 --- a/src/cloud/azure/security/keyvault/mode/discovery.pm +++ b/src/cloud/azure/security/keyvault/mode/discovery.pm @@ -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 diff --git a/src/cloud/azure/security/keyvault/mode/serviceapi.pm b/src/cloud/azure/security/keyvault/mode/serviceapi.pm index e0a8a3d0e6..7a5558bb8c 100644 --- a/src/cloud/azure/security/keyvault/mode/serviceapi.pm +++ b/src/cloud/azure/security/keyvault/mode/serviceapi.pm @@ -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 diff --git a/src/cloud/azure/security/keyvault/mode/vaultavailability.pm b/src/cloud/azure/security/keyvault/mode/vaultavailability.pm index 9b119474c1..54f1a82cf5 100644 --- a/src/cloud/azure/security/keyvault/mode/vaultavailability.pm +++ b/src/cloud/azure/security/keyvault/mode/vaultavailability.pm @@ -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 diff --git a/src/cloud/azure/security/keyvault/mode/vaultcapacity.pm b/src/cloud/azure/security/keyvault/mode/vaultcapacity.pm index d500ecdb19..d6110ccc28 100644 --- a/src/cloud/azure/security/keyvault/mode/vaultcapacity.pm +++ b/src/cloud/azure/security/keyvault/mode/vaultcapacity.pm @@ -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 diff --git a/src/cloud/azure/security/keyvault/plugin.pm b/src/cloud/azure/security/keyvault/plugin.pm index edc29329b0..68e50c7532 100644 --- a/src/cloud/azure/security/keyvault/plugin.pm +++ b/src/cloud/azure/security/keyvault/plugin.pm @@ -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 diff --git a/src/cloud/azure/storage/acr/mode/discovery.pm b/src/cloud/azure/storage/acr/mode/discovery.pm index 0095b16236..b0c96e5efe 100644 --- a/src/cloud/azure/storage/acr/mode/discovery.pm +++ b/src/cloud/azure/storage/acr/mode/discovery.pm @@ -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 diff --git a/src/cloud/azure/storage/acr/mode/storageusage.pm b/src/cloud/azure/storage/acr/mode/storageusage.pm index 709da3c9ce..ab9296960a 100644 --- a/src/cloud/azure/storage/acr/mode/storageusage.pm +++ b/src/cloud/azure/storage/acr/mode/storageusage.pm @@ -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 diff --git a/src/cloud/azure/storage/acr/plugin.pm b/src/cloud/azure/storage/acr/plugin.pm index 5e3272a40a..338abf7c97 100644 --- a/src/cloud/azure/storage/acr/plugin.pm +++ b/src/cloud/azure/storage/acr/plugin.pm @@ -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 diff --git a/src/cloud/azure/storage/storageaccount/mode/discovery.pm b/src/cloud/azure/storage/storageaccount/mode/discovery.pm index 3e24dac998..1e01fbea6a 100644 --- a/src/cloud/azure/storage/storageaccount/mode/discovery.pm +++ b/src/cloud/azure/storage/storageaccount/mode/discovery.pm @@ -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 diff --git a/src/cloud/azure/storage/storageaccount/mode/listresources.pm b/src/cloud/azure/storage/storageaccount/mode/listresources.pm index ba0eb7508d..d7b46337c0 100644 --- a/src/cloud/azure/storage/storageaccount/mode/listresources.pm +++ b/src/cloud/azure/storage/storageaccount/mode/listresources.pm @@ -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 diff --git a/src/cloud/azure/storage/storageaccount/plugin.pm b/src/cloud/azure/storage/storageaccount/plugin.pm index f8f12aaa30..2450803834 100644 --- a/src/cloud/azure/storage/storageaccount/plugin.pm +++ b/src/cloud/azure/storage/storageaccount/plugin.pm @@ -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 diff --git a/src/cloud/azure/storage/storagesync/mode/discovery.pm b/src/cloud/azure/storage/storagesync/mode/discovery.pm index 022bfeae7a..99ca74045e 100644 --- a/src/cloud/azure/storage/storagesync/mode/discovery.pm +++ b/src/cloud/azure/storage/storagesync/mode/discovery.pm @@ -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 diff --git a/src/cloud/azure/storage/storagesync/mode/filessync.pm b/src/cloud/azure/storage/storagesync/mode/filessync.pm index 7b87e23030..19d8b46ce1 100644 --- a/src/cloud/azure/storage/storagesync/mode/filessync.pm +++ b/src/cloud/azure/storage/storagesync/mode/filessync.pm @@ -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 diff --git a/src/cloud/azure/storage/storagesync/mode/recalls.pm b/src/cloud/azure/storage/storagesync/mode/recalls.pm index 60318e5c69..6d4d645bec 100644 --- a/src/cloud/azure/storage/storagesync/mode/recalls.pm +++ b/src/cloud/azure/storage/storagesync/mode/recalls.pm @@ -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 diff --git a/src/cloud/azure/storage/storagesync/mode/serverstatus.pm b/src/cloud/azure/storage/storagesync/mode/serverstatus.pm index e5c6b088bf..bb4e813a0e 100644 --- a/src/cloud/azure/storage/storagesync/mode/serverstatus.pm +++ b/src/cloud/azure/storage/storagesync/mode/serverstatus.pm @@ -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 diff --git a/src/cloud/azure/storage/storagesync/plugin.pm b/src/cloud/azure/storage/storagesync/plugin.pm index e5ff28b9f2..bc838f245b 100644 --- a/src/cloud/azure/storage/storagesync/plugin.pm +++ b/src/cloud/azure/storage/storagesync/plugin.pm @@ -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 diff --git a/src/cloud/azure/web/appservice/plugin.pm b/src/cloud/azure/web/appservice/plugin.pm index 22e1a10651..48f5e3fd65 100644 --- a/src/cloud/azure/web/appservice/plugin.pm +++ b/src/cloud/azure/web/appservice/plugin.pm @@ -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 diff --git a/src/cloud/azure/web/appserviceplan/mode/cpu.pm b/src/cloud/azure/web/appserviceplan/mode/cpu.pm index 6074e510ef..4e05daa860 100644 --- a/src/cloud/azure/web/appserviceplan/mode/cpu.pm +++ b/src/cloud/azure/web/appserviceplan/mode/cpu.pm @@ -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 diff --git a/src/cloud/azure/web/appserviceplan/mode/data.pm b/src/cloud/azure/web/appserviceplan/mode/data.pm index 36c53b2da7..5d377a8850 100644 --- a/src/cloud/azure/web/appserviceplan/mode/data.pm +++ b/src/cloud/azure/web/appserviceplan/mode/data.pm @@ -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 diff --git a/src/cloud/azure/web/appserviceplan/mode/discovery.pm b/src/cloud/azure/web/appserviceplan/mode/discovery.pm index 77f1fda37d..f483e763d9 100644 --- a/src/cloud/azure/web/appserviceplan/mode/discovery.pm +++ b/src/cloud/azure/web/appserviceplan/mode/discovery.pm @@ -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 diff --git a/src/cloud/azure/web/appserviceplan/mode/health.pm b/src/cloud/azure/web/appserviceplan/mode/health.pm index 7124c8fa23..963c2cfd64 100644 --- a/src/cloud/azure/web/appserviceplan/mode/health.pm +++ b/src/cloud/azure/web/appserviceplan/mode/health.pm @@ -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 diff --git a/src/cloud/azure/web/appserviceplan/mode/memory.pm b/src/cloud/azure/web/appserviceplan/mode/memory.pm index 7ca76e126d..0492a84faa 100644 --- a/src/cloud/azure/web/appserviceplan/mode/memory.pm +++ b/src/cloud/azure/web/appserviceplan/mode/memory.pm @@ -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 diff --git a/src/cloud/azure/web/appserviceplan/mode/queue.pm b/src/cloud/azure/web/appserviceplan/mode/queue.pm index d72901107d..ac99b05b63 100644 --- a/src/cloud/azure/web/appserviceplan/mode/queue.pm +++ b/src/cloud/azure/web/appserviceplan/mode/queue.pm @@ -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 diff --git a/src/cloud/azure/web/appserviceplan/mode/socket.pm b/src/cloud/azure/web/appserviceplan/mode/socket.pm index 3dad005be2..25e044ae21 100644 --- a/src/cloud/azure/web/appserviceplan/mode/socket.pm +++ b/src/cloud/azure/web/appserviceplan/mode/socket.pm @@ -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 diff --git a/src/cloud/azure/web/appserviceplan/mode/tcpconnections.pm b/src/cloud/azure/web/appserviceplan/mode/tcpconnections.pm index 9e05cd55cb..48854a5f79 100644 --- a/src/cloud/azure/web/appserviceplan/mode/tcpconnections.pm +++ b/src/cloud/azure/web/appserviceplan/mode/tcpconnections.pm @@ -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 diff --git a/src/cloud/azure/web/appserviceplan/plugin.pm b/src/cloud/azure/web/appserviceplan/plugin.pm index caac2ea241..6e34458751 100644 --- a/src/cloud/azure/web/appserviceplan/plugin.pm +++ b/src/cloud/azure/web/appserviceplan/plugin.pm @@ -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 diff --git a/src/cloud/azure/web/signalr/mode/discovery.pm b/src/cloud/azure/web/signalr/mode/discovery.pm index 734c6d40d3..c4388dfb0b 100644 --- a/src/cloud/azure/web/signalr/mode/discovery.pm +++ b/src/cloud/azure/web/signalr/mode/discovery.pm @@ -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 diff --git a/src/cloud/azure/web/signalr/mode/errors.pm b/src/cloud/azure/web/signalr/mode/errors.pm index d00cb93be6..508d14b535 100644 --- a/src/cloud/azure/web/signalr/mode/errors.pm +++ b/src/cloud/azure/web/signalr/mode/errors.pm @@ -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 diff --git a/src/cloud/azure/web/signalr/mode/health.pm b/src/cloud/azure/web/signalr/mode/health.pm index 2a778d7bd8..c76358f13f 100644 --- a/src/cloud/azure/web/signalr/mode/health.pm +++ b/src/cloud/azure/web/signalr/mode/health.pm @@ -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 diff --git a/src/cloud/azure/web/signalr/mode/traffic.pm b/src/cloud/azure/web/signalr/mode/traffic.pm index f247c100cc..3762648410 100644 --- a/src/cloud/azure/web/signalr/mode/traffic.pm +++ b/src/cloud/azure/web/signalr/mode/traffic.pm @@ -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 diff --git a/src/cloud/azure/web/signalr/mode/usage.pm b/src/cloud/azure/web/signalr/mode/usage.pm index 638459bb3d..a50057772a 100644 --- a/src/cloud/azure/web/signalr/mode/usage.pm +++ b/src/cloud/azure/web/signalr/mode/usage.pm @@ -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 diff --git a/src/cloud/azure/web/signalr/plugin.pm b/src/cloud/azure/web/signalr/plugin.pm index ee6091d267..d7135b9b63 100644 --- a/src/cloud/azure/web/signalr/plugin.pm +++ b/src/cloud/azure/web/signalr/plugin.pm @@ -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 diff --git a/src/cloud/cadvisor/restapi/custom/api.pm b/src/cloud/cadvisor/restapi/custom/api.pm index 73fd87abbf..ba2b826eda 100644 --- a/src/cloud/cadvisor/restapi/custom/api.pm +++ b/src/cloud/cadvisor/restapi/custom/api.pm @@ -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 diff --git a/src/cloud/cadvisor/restapi/mode/containerusage.pm b/src/cloud/cadvisor/restapi/mode/containerusage.pm index 648c9bf23f..787368febb 100644 --- a/src/cloud/cadvisor/restapi/mode/containerusage.pm +++ b/src/cloud/cadvisor/restapi/mode/containerusage.pm @@ -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 diff --git a/src/cloud/cadvisor/restapi/mode/diskio.pm b/src/cloud/cadvisor/restapi/mode/diskio.pm index b660f2503c..97cbbc763b 100644 --- a/src/cloud/cadvisor/restapi/mode/diskio.pm +++ b/src/cloud/cadvisor/restapi/mode/diskio.pm @@ -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 diff --git a/src/cloud/cadvisor/restapi/mode/listcontainers.pm b/src/cloud/cadvisor/restapi/mode/listcontainers.pm index 06cb1a52ea..c1fb846e4f 100644 --- a/src/cloud/cadvisor/restapi/mode/listcontainers.pm +++ b/src/cloud/cadvisor/restapi/mode/listcontainers.pm @@ -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 diff --git a/src/cloud/cadvisor/restapi/plugin.pm b/src/cloud/cadvisor/restapi/plugin.pm index ab654b7575..7c23ea1496 100644 --- a/src/cloud/cadvisor/restapi/plugin.pm +++ b/src/cloud/cadvisor/restapi/plugin.pm @@ -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 diff --git a/src/cloud/cloudfoundry/restapi/custom/api.pm b/src/cloud/cloudfoundry/restapi/custom/api.pm index 42ba5729e3..2f8afd83c7 100644 --- a/src/cloud/cloudfoundry/restapi/custom/api.pm +++ b/src/cloud/cloudfoundry/restapi/custom/api.pm @@ -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 diff --git a/src/cloud/cloudfoundry/restapi/mode/appsstate.pm b/src/cloud/cloudfoundry/restapi/mode/appsstate.pm index 108aeaa3be..165849de52 100644 --- a/src/cloud/cloudfoundry/restapi/mode/appsstate.pm +++ b/src/cloud/cloudfoundry/restapi/mode/appsstate.pm @@ -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 diff --git a/src/cloud/cloudfoundry/restapi/mode/instancesstate.pm b/src/cloud/cloudfoundry/restapi/mode/instancesstate.pm index 49545d5871..74ce43b37f 100644 --- a/src/cloud/cloudfoundry/restapi/mode/instancesstate.pm +++ b/src/cloud/cloudfoundry/restapi/mode/instancesstate.pm @@ -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 diff --git a/src/cloud/cloudfoundry/restapi/mode/listapps.pm b/src/cloud/cloudfoundry/restapi/mode/listapps.pm index b053d5386c..db7867be07 100644 --- a/src/cloud/cloudfoundry/restapi/mode/listapps.pm +++ b/src/cloud/cloudfoundry/restapi/mode/listapps.pm @@ -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 diff --git a/src/cloud/cloudfoundry/restapi/mode/listorganizations.pm b/src/cloud/cloudfoundry/restapi/mode/listorganizations.pm index 9bcfb785ac..0a2440deb5 100644 --- a/src/cloud/cloudfoundry/restapi/mode/listorganizations.pm +++ b/src/cloud/cloudfoundry/restapi/mode/listorganizations.pm @@ -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 diff --git a/src/cloud/cloudfoundry/restapi/mode/listspaces.pm b/src/cloud/cloudfoundry/restapi/mode/listspaces.pm index a34158eebf..0cfb7e58d8 100644 --- a/src/cloud/cloudfoundry/restapi/mode/listspaces.pm +++ b/src/cloud/cloudfoundry/restapi/mode/listspaces.pm @@ -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 diff --git a/src/cloud/cloudfoundry/restapi/plugin.pm b/src/cloud/cloudfoundry/restapi/plugin.pm index c38c55b598..ecd85f490e 100644 --- a/src/cloud/cloudfoundry/restapi/plugin.pm +++ b/src/cloud/cloudfoundry/restapi/plugin.pm @@ -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 diff --git a/src/cloud/docker/local/mode/containerstatus.pm b/src/cloud/docker/local/mode/containerstatus.pm index 87c5ca1419..79549cdf49 100644 --- a/src/cloud/docker/local/mode/containerstatus.pm +++ b/src/cloud/docker/local/mode/containerstatus.pm @@ -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 diff --git a/src/cloud/docker/local/mode/containerusage.pm b/src/cloud/docker/local/mode/containerusage.pm index c18aac061f..62b922dc14 100644 --- a/src/cloud/docker/local/mode/containerusage.pm +++ b/src/cloud/docker/local/mode/containerusage.pm @@ -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 diff --git a/src/cloud/docker/local/mode/listcontainers.pm b/src/cloud/docker/local/mode/listcontainers.pm index eec89ac7cf..f22c26135c 100644 --- a/src/cloud/docker/local/mode/listcontainers.pm +++ b/src/cloud/docker/local/mode/listcontainers.pm @@ -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 diff --git a/src/cloud/docker/local/plugin.pm b/src/cloud/docker/local/plugin.pm index 893a8c0ab0..d3448c9d76 100644 --- a/src/cloud/docker/local/plugin.pm +++ b/src/cloud/docker/local/plugin.pm @@ -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 diff --git a/src/cloud/docker/restapi/custom/api.pm b/src/cloud/docker/restapi/custom/api.pm index 0f612bd8a7..fba0ba64ee 100644 --- a/src/cloud/docker/restapi/custom/api.pm +++ b/src/cloud/docker/restapi/custom/api.pm @@ -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 diff --git a/src/cloud/docker/restapi/mode/containerusage.pm b/src/cloud/docker/restapi/mode/containerusage.pm index 3aea0e6afd..c06ed482ad 100644 --- a/src/cloud/docker/restapi/mode/containerusage.pm +++ b/src/cloud/docker/restapi/mode/containerusage.pm @@ -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 diff --git a/src/cloud/docker/restapi/mode/listcontainers.pm b/src/cloud/docker/restapi/mode/listcontainers.pm index 63abd12547..0ee46ed985 100644 --- a/src/cloud/docker/restapi/mode/listcontainers.pm +++ b/src/cloud/docker/restapi/mode/listcontainers.pm @@ -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 diff --git a/src/cloud/docker/restapi/mode/nodestatus.pm b/src/cloud/docker/restapi/mode/nodestatus.pm index 753cdaa79e..57f683263a 100644 --- a/src/cloud/docker/restapi/mode/nodestatus.pm +++ b/src/cloud/docker/restapi/mode/nodestatus.pm @@ -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 diff --git a/src/cloud/docker/restapi/mode/servicestatus.pm b/src/cloud/docker/restapi/mode/servicestatus.pm index afe1ca7b01..b468aec290 100644 --- a/src/cloud/docker/restapi/mode/servicestatus.pm +++ b/src/cloud/docker/restapi/mode/servicestatus.pm @@ -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 diff --git a/src/cloud/docker/restapi/plugin.pm b/src/cloud/docker/restapi/plugin.pm index c7d5e53a52..52e60ee25c 100644 --- a/src/cloud/docker/restapi/plugin.pm +++ b/src/cloud/docker/restapi/plugin.pm @@ -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 diff --git a/src/cloud/google/gcp/cloudsql/common/mode/cpu.pm b/src/cloud/google/gcp/cloudsql/common/mode/cpu.pm index ebafaf6455..d59fc95db7 100644 --- a/src/cloud/google/gcp/cloudsql/common/mode/cpu.pm +++ b/src/cloud/google/gcp/cloudsql/common/mode/cpu.pm @@ -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 diff --git a/src/cloud/google/gcp/cloudsql/common/mode/network.pm b/src/cloud/google/gcp/cloudsql/common/mode/network.pm index 59321b7a60..094b5d741f 100644 --- a/src/cloud/google/gcp/cloudsql/common/mode/network.pm +++ b/src/cloud/google/gcp/cloudsql/common/mode/network.pm @@ -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 diff --git a/src/cloud/google/gcp/cloudsql/common/mode/storage.pm b/src/cloud/google/gcp/cloudsql/common/mode/storage.pm index 979e78219d..7fbd15d66f 100644 --- a/src/cloud/google/gcp/cloudsql/common/mode/storage.pm +++ b/src/cloud/google/gcp/cloudsql/common/mode/storage.pm @@ -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 diff --git a/src/cloud/google/gcp/cloudsql/mysql/mode/discovery.pm b/src/cloud/google/gcp/cloudsql/mysql/mode/discovery.pm index 55bd36976d..6319514247 100644 --- a/src/cloud/google/gcp/cloudsql/mysql/mode/discovery.pm +++ b/src/cloud/google/gcp/cloudsql/mysql/mode/discovery.pm @@ -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 diff --git a/src/cloud/google/gcp/cloudsql/mysql/mode/innodb.pm b/src/cloud/google/gcp/cloudsql/mysql/mode/innodb.pm index f9f303901d..0ec8f6b2cd 100644 --- a/src/cloud/google/gcp/cloudsql/mysql/mode/innodb.pm +++ b/src/cloud/google/gcp/cloudsql/mysql/mode/innodb.pm @@ -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 diff --git a/src/cloud/google/gcp/cloudsql/mysql/mode/queries.pm b/src/cloud/google/gcp/cloudsql/mysql/mode/queries.pm index 805ca79468..34cc2ba302 100644 --- a/src/cloud/google/gcp/cloudsql/mysql/mode/queries.pm +++ b/src/cloud/google/gcp/cloudsql/mysql/mode/queries.pm @@ -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 diff --git a/src/cloud/google/gcp/cloudsql/mysql/plugin.pm b/src/cloud/google/gcp/cloudsql/mysql/plugin.pm index 081ef5eaa2..50bfe5ddd0 100644 --- a/src/cloud/google/gcp/cloudsql/mysql/plugin.pm +++ b/src/cloud/google/gcp/cloudsql/mysql/plugin.pm @@ -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 diff --git a/src/cloud/google/gcp/compute/computeengine/mode/cpu.pm b/src/cloud/google/gcp/compute/computeengine/mode/cpu.pm index fb6ad35e3d..04df6a5ffd 100644 --- a/src/cloud/google/gcp/compute/computeengine/mode/cpu.pm +++ b/src/cloud/google/gcp/compute/computeengine/mode/cpu.pm @@ -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 diff --git a/src/cloud/google/gcp/compute/computeengine/mode/discovery.pm b/src/cloud/google/gcp/compute/computeengine/mode/discovery.pm index 0fb342a41b..25412e0526 100644 --- a/src/cloud/google/gcp/compute/computeengine/mode/discovery.pm +++ b/src/cloud/google/gcp/compute/computeengine/mode/discovery.pm @@ -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 diff --git a/src/cloud/google/gcp/compute/computeengine/mode/diskio.pm b/src/cloud/google/gcp/compute/computeengine/mode/diskio.pm index a1186315b2..ffd9bb30c2 100644 --- a/src/cloud/google/gcp/compute/computeengine/mode/diskio.pm +++ b/src/cloud/google/gcp/compute/computeengine/mode/diskio.pm @@ -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 diff --git a/src/cloud/google/gcp/compute/computeengine/mode/network.pm b/src/cloud/google/gcp/compute/computeengine/mode/network.pm index e3d473c24e..dadb268ae6 100644 --- a/src/cloud/google/gcp/compute/computeengine/mode/network.pm +++ b/src/cloud/google/gcp/compute/computeengine/mode/network.pm @@ -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 diff --git a/src/cloud/google/gcp/compute/computeengine/plugin.pm b/src/cloud/google/gcp/compute/computeengine/plugin.pm index 9a0364669d..d883a52d99 100644 --- a/src/cloud/google/gcp/compute/computeengine/plugin.pm +++ b/src/cloud/google/gcp/compute/computeengine/plugin.pm @@ -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 diff --git a/src/cloud/google/gcp/custom/api.pm b/src/cloud/google/gcp/custom/api.pm index 35afc83f43..2884df93aa 100644 --- a/src/cloud/google/gcp/custom/api.pm +++ b/src/cloud/google/gcp/custom/api.pm @@ -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 diff --git a/src/cloud/google/gcp/custom/mode.pm b/src/cloud/google/gcp/custom/mode.pm index ca613566d5..e81a8fdedf 100644 --- a/src/cloud/google/gcp/custom/mode.pm +++ b/src/cloud/google/gcp/custom/mode.pm @@ -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 diff --git a/src/cloud/google/gcp/management/stackdriver/mode/getmetrics.pm b/src/cloud/google/gcp/management/stackdriver/mode/getmetrics.pm index b90a286543..e4ab75efd7 100644 --- a/src/cloud/google/gcp/management/stackdriver/mode/getmetrics.pm +++ b/src/cloud/google/gcp/management/stackdriver/mode/getmetrics.pm @@ -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 diff --git a/src/cloud/google/gcp/management/stackdriver/plugin.pm b/src/cloud/google/gcp/management/stackdriver/plugin.pm index afd34a74a4..f3d3a080e2 100644 --- a/src/cloud/google/gcp/management/stackdriver/plugin.pm +++ b/src/cloud/google/gcp/management/stackdriver/plugin.pm @@ -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 diff --git a/src/cloud/google/gcp/storage/mode/bucket.pm b/src/cloud/google/gcp/storage/mode/bucket.pm index 132a37af6e..a50001c8d0 100644 --- a/src/cloud/google/gcp/storage/mode/bucket.pm +++ b/src/cloud/google/gcp/storage/mode/bucket.pm @@ -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 diff --git a/src/cloud/google/gcp/storage/mode/discovery.pm b/src/cloud/google/gcp/storage/mode/discovery.pm index 0a5dca5a4d..435deae96f 100644 --- a/src/cloud/google/gcp/storage/mode/discovery.pm +++ b/src/cloud/google/gcp/storage/mode/discovery.pm @@ -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 diff --git a/src/cloud/google/gcp/storage/plugin.pm b/src/cloud/google/gcp/storage/plugin.pm index 102144c619..aca8ea7756 100644 --- a/src/cloud/google/gcp/storage/plugin.pm +++ b/src/cloud/google/gcp/storage/plugin.pm @@ -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 diff --git a/src/cloud/ibm/softlayer/custom/xmlapi.pm b/src/cloud/ibm/softlayer/custom/xmlapi.pm index de461b8525..9a17bdf23d 100644 --- a/src/cloud/ibm/softlayer/custom/xmlapi.pm +++ b/src/cloud/ibm/softlayer/custom/xmlapi.pm @@ -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 diff --git a/src/cloud/ibm/softlayer/mode/events.pm b/src/cloud/ibm/softlayer/mode/events.pm index 81fc72a1a9..b771e7909c 100644 --- a/src/cloud/ibm/softlayer/mode/events.pm +++ b/src/cloud/ibm/softlayer/mode/events.pm @@ -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 diff --git a/src/cloud/ibm/softlayer/mode/opentickets.pm b/src/cloud/ibm/softlayer/mode/opentickets.pm index 813eff1795..0c76cd5647 100644 --- a/src/cloud/ibm/softlayer/mode/opentickets.pm +++ b/src/cloud/ibm/softlayer/mode/opentickets.pm @@ -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 diff --git a/src/cloud/ibm/softlayer/plugin.pm b/src/cloud/ibm/softlayer/plugin.pm index f4736f60a8..4ebb6e5c5e 100644 --- a/src/cloud/ibm/softlayer/plugin.pm +++ b/src/cloud/ibm/softlayer/plugin.pm @@ -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 diff --git a/src/cloud/iics/restapi/custom/api.pm b/src/cloud/iics/restapi/custom/api.pm index 7ad41791c6..07d18c6244 100644 --- a/src/cloud/iics/restapi/custom/api.pm +++ b/src/cloud/iics/restapi/custom/api.pm @@ -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 diff --git a/src/cloud/iics/restapi/mode/agents.pm b/src/cloud/iics/restapi/mode/agents.pm index cca0d83004..11dc0fd11b 100644 --- a/src/cloud/iics/restapi/mode/agents.pm +++ b/src/cloud/iics/restapi/mode/agents.pm @@ -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 diff --git a/src/cloud/iics/restapi/mode/listagents.pm b/src/cloud/iics/restapi/mode/listagents.pm index 7e209912f0..d4ca0f7d66 100644 --- a/src/cloud/iics/restapi/mode/listagents.pm +++ b/src/cloud/iics/restapi/mode/listagents.pm @@ -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 diff --git a/src/cloud/iics/restapi/plugin.pm b/src/cloud/iics/restapi/plugin.pm index 1409495819..6678595b2e 100644 --- a/src/cloud/iics/restapi/plugin.pm +++ b/src/cloud/iics/restapi/plugin.pm @@ -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 diff --git a/src/cloud/kubernetes/custom/api.pm b/src/cloud/kubernetes/custom/api.pm index 09bd322ffa..420a30b41a 100644 --- a/src/cloud/kubernetes/custom/api.pm +++ b/src/cloud/kubernetes/custom/api.pm @@ -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 diff --git a/src/cloud/kubernetes/custom/kubectl.pm b/src/cloud/kubernetes/custom/kubectl.pm index 7da47f4f57..bae6a16173 100644 --- a/src/cloud/kubernetes/custom/kubectl.pm +++ b/src/cloud/kubernetes/custom/kubectl.pm @@ -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 diff --git a/src/cloud/kubernetes/mode/clusterevents.pm b/src/cloud/kubernetes/mode/clusterevents.pm index 24b77b435d..07c536a4aa 100644 --- a/src/cloud/kubernetes/mode/clusterevents.pm +++ b/src/cloud/kubernetes/mode/clusterevents.pm @@ -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 diff --git a/src/cloud/kubernetes/mode/cronjobstatus.pm b/src/cloud/kubernetes/mode/cronjobstatus.pm index 094b981f5a..f3d651d6d8 100644 --- a/src/cloud/kubernetes/mode/cronjobstatus.pm +++ b/src/cloud/kubernetes/mode/cronjobstatus.pm @@ -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 diff --git a/src/cloud/kubernetes/mode/daemonsetstatus.pm b/src/cloud/kubernetes/mode/daemonsetstatus.pm index ab6ad2e866..45d4b43c36 100644 --- a/src/cloud/kubernetes/mode/daemonsetstatus.pm +++ b/src/cloud/kubernetes/mode/daemonsetstatus.pm @@ -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 diff --git a/src/cloud/kubernetes/mode/deploymentstatus.pm b/src/cloud/kubernetes/mode/deploymentstatus.pm index 1b3df4721c..9a09f23a0b 100644 --- a/src/cloud/kubernetes/mode/deploymentstatus.pm +++ b/src/cloud/kubernetes/mode/deploymentstatus.pm @@ -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 diff --git a/src/cloud/kubernetes/mode/discovery.pm b/src/cloud/kubernetes/mode/discovery.pm index af6e1b7a82..b2b536591c 100644 --- a/src/cloud/kubernetes/mode/discovery.pm +++ b/src/cloud/kubernetes/mode/discovery.pm @@ -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 diff --git a/src/cloud/kubernetes/mode/listcronjobs.pm b/src/cloud/kubernetes/mode/listcronjobs.pm index b4cf6bb65f..9b61c361f0 100644 --- a/src/cloud/kubernetes/mode/listcronjobs.pm +++ b/src/cloud/kubernetes/mode/listcronjobs.pm @@ -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 diff --git a/src/cloud/kubernetes/mode/listdaemonsets.pm b/src/cloud/kubernetes/mode/listdaemonsets.pm index 4fc32aa645..6aed084ee0 100644 --- a/src/cloud/kubernetes/mode/listdaemonsets.pm +++ b/src/cloud/kubernetes/mode/listdaemonsets.pm @@ -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 diff --git a/src/cloud/kubernetes/mode/listdeployments.pm b/src/cloud/kubernetes/mode/listdeployments.pm index fc468c40e4..8f61560e56 100644 --- a/src/cloud/kubernetes/mode/listdeployments.pm +++ b/src/cloud/kubernetes/mode/listdeployments.pm @@ -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 diff --git a/src/cloud/kubernetes/mode/listingresses.pm b/src/cloud/kubernetes/mode/listingresses.pm index 00f733e8fb..8fa4062def 100644 --- a/src/cloud/kubernetes/mode/listingresses.pm +++ b/src/cloud/kubernetes/mode/listingresses.pm @@ -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 diff --git a/src/cloud/kubernetes/mode/listnamespaces.pm b/src/cloud/kubernetes/mode/listnamespaces.pm index d67951c7d2..02ac904721 100644 --- a/src/cloud/kubernetes/mode/listnamespaces.pm +++ b/src/cloud/kubernetes/mode/listnamespaces.pm @@ -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 diff --git a/src/cloud/kubernetes/mode/listnodes.pm b/src/cloud/kubernetes/mode/listnodes.pm index 1362d83718..2bf600ab4c 100644 --- a/src/cloud/kubernetes/mode/listnodes.pm +++ b/src/cloud/kubernetes/mode/listnodes.pm @@ -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 diff --git a/src/cloud/kubernetes/mode/listpersistentvolumes.pm b/src/cloud/kubernetes/mode/listpersistentvolumes.pm index f31d61aa1a..e627f79b81 100644 --- a/src/cloud/kubernetes/mode/listpersistentvolumes.pm +++ b/src/cloud/kubernetes/mode/listpersistentvolumes.pm @@ -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 diff --git a/src/cloud/kubernetes/mode/listpods.pm b/src/cloud/kubernetes/mode/listpods.pm index 72a4150bba..185ee00b5f 100644 --- a/src/cloud/kubernetes/mode/listpods.pm +++ b/src/cloud/kubernetes/mode/listpods.pm @@ -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 diff --git a/src/cloud/kubernetes/mode/listreplicasets.pm b/src/cloud/kubernetes/mode/listreplicasets.pm index 9a3368a2ba..2ebfe3c5ea 100644 --- a/src/cloud/kubernetes/mode/listreplicasets.pm +++ b/src/cloud/kubernetes/mode/listreplicasets.pm @@ -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 diff --git a/src/cloud/kubernetes/mode/listreplicationcontrollers.pm b/src/cloud/kubernetes/mode/listreplicationcontrollers.pm index ee856c6079..4e626d4ae6 100644 --- a/src/cloud/kubernetes/mode/listreplicationcontrollers.pm +++ b/src/cloud/kubernetes/mode/listreplicationcontrollers.pm @@ -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 diff --git a/src/cloud/kubernetes/mode/listservices.pm b/src/cloud/kubernetes/mode/listservices.pm index 34738e4e9c..0f1bc28a85 100644 --- a/src/cloud/kubernetes/mode/listservices.pm +++ b/src/cloud/kubernetes/mode/listservices.pm @@ -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 diff --git a/src/cloud/kubernetes/mode/liststatefulsets.pm b/src/cloud/kubernetes/mode/liststatefulsets.pm index ddfcd6b543..c021f10930 100644 --- a/src/cloud/kubernetes/mode/liststatefulsets.pm +++ b/src/cloud/kubernetes/mode/liststatefulsets.pm @@ -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 diff --git a/src/cloud/kubernetes/mode/nodestatus.pm b/src/cloud/kubernetes/mode/nodestatus.pm index f9d13a7b90..4a0bc51ded 100644 --- a/src/cloud/kubernetes/mode/nodestatus.pm +++ b/src/cloud/kubernetes/mode/nodestatus.pm @@ -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 diff --git a/src/cloud/kubernetes/mode/nodeusage.pm b/src/cloud/kubernetes/mode/nodeusage.pm index 2795c145bb..a53942c864 100644 --- a/src/cloud/kubernetes/mode/nodeusage.pm +++ b/src/cloud/kubernetes/mode/nodeusage.pm @@ -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 diff --git a/src/cloud/kubernetes/mode/persistentvolumestatus.pm b/src/cloud/kubernetes/mode/persistentvolumestatus.pm index 14f6cf847c..e3ebe9789c 100644 --- a/src/cloud/kubernetes/mode/persistentvolumestatus.pm +++ b/src/cloud/kubernetes/mode/persistentvolumestatus.pm @@ -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 diff --git a/src/cloud/kubernetes/mode/podstatus.pm b/src/cloud/kubernetes/mode/podstatus.pm index 3803ecd878..0e881fa927 100644 --- a/src/cloud/kubernetes/mode/podstatus.pm +++ b/src/cloud/kubernetes/mode/podstatus.pm @@ -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 diff --git a/src/cloud/kubernetes/mode/replicasetstatus.pm b/src/cloud/kubernetes/mode/replicasetstatus.pm index a24e71d974..b65cb1136b 100644 --- a/src/cloud/kubernetes/mode/replicasetstatus.pm +++ b/src/cloud/kubernetes/mode/replicasetstatus.pm @@ -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 diff --git a/src/cloud/kubernetes/mode/replicationcontrollerstatus.pm b/src/cloud/kubernetes/mode/replicationcontrollerstatus.pm index 621312137c..4e16a74f5d 100644 --- a/src/cloud/kubernetes/mode/replicationcontrollerstatus.pm +++ b/src/cloud/kubernetes/mode/replicationcontrollerstatus.pm @@ -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 diff --git a/src/cloud/kubernetes/mode/statefulsetstatus.pm b/src/cloud/kubernetes/mode/statefulsetstatus.pm index 703e822907..b465cc44ec 100644 --- a/src/cloud/kubernetes/mode/statefulsetstatus.pm +++ b/src/cloud/kubernetes/mode/statefulsetstatus.pm @@ -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 diff --git a/src/cloud/kubernetes/plugin.pm b/src/cloud/kubernetes/plugin.pm index b2704855e1..fefceec4d3 100644 --- a/src/cloud/kubernetes/plugin.pm +++ b/src/cloud/kubernetes/plugin.pm @@ -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 diff --git a/src/cloud/microsoft/office365/azuread/mode/directorysizeusage.pm b/src/cloud/microsoft/office365/azuread/mode/directorysizeusage.pm index b7f43b4dd8..15281bd0fa 100644 --- a/src/cloud/microsoft/office365/azuread/mode/directorysizeusage.pm +++ b/src/cloud/microsoft/office365/azuread/mode/directorysizeusage.pm @@ -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 diff --git a/src/cloud/microsoft/office365/azuread/plugin.pm b/src/cloud/microsoft/office365/azuread/plugin.pm index 8dff314998..4529bb3791 100644 --- a/src/cloud/microsoft/office365/azuread/plugin.pm +++ b/src/cloud/microsoft/office365/azuread/plugin.pm @@ -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 diff --git a/src/cloud/microsoft/office365/custom/graphapi.pm b/src/cloud/microsoft/office365/custom/graphapi.pm index 0e196d7d49..bafc120193 100644 --- a/src/cloud/microsoft/office365/custom/graphapi.pm +++ b/src/cloud/microsoft/office365/custom/graphapi.pm @@ -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 diff --git a/src/cloud/microsoft/office365/custom/managementapi.pm b/src/cloud/microsoft/office365/custom/managementapi.pm index 3d6a8d1248..1ac560f8e8 100644 --- a/src/cloud/microsoft/office365/custom/managementapi.pm +++ b/src/cloud/microsoft/office365/custom/managementapi.pm @@ -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 diff --git a/src/cloud/microsoft/office365/exchange/mode/emailactivity.pm b/src/cloud/microsoft/office365/exchange/mode/emailactivity.pm index 4f4e5a6c60..a7d6f7d95a 100644 --- a/src/cloud/microsoft/office365/exchange/mode/emailactivity.pm +++ b/src/cloud/microsoft/office365/exchange/mode/emailactivity.pm @@ -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 diff --git a/src/cloud/microsoft/office365/exchange/mode/mailboxusage.pm b/src/cloud/microsoft/office365/exchange/mode/mailboxusage.pm index 8bb275669c..ef0865d424 100644 --- a/src/cloud/microsoft/office365/exchange/mode/mailboxusage.pm +++ b/src/cloud/microsoft/office365/exchange/mode/mailboxusage.pm @@ -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 diff --git a/src/cloud/microsoft/office365/exchange/plugin.pm b/src/cloud/microsoft/office365/exchange/plugin.pm index 3fe1671f9f..b7325bcccb 100644 --- a/src/cloud/microsoft/office365/exchange/plugin.pm +++ b/src/cloud/microsoft/office365/exchange/plugin.pm @@ -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 diff --git a/src/cloud/microsoft/office365/management/mode/appcredentials.pm b/src/cloud/microsoft/office365/management/mode/appcredentials.pm index 285e7a5ecd..876707b917 100644 --- a/src/cloud/microsoft/office365/management/mode/appcredentials.pm +++ b/src/cloud/microsoft/office365/management/mode/appcredentials.pm @@ -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 diff --git a/src/cloud/microsoft/office365/management/mode/listservices.pm b/src/cloud/microsoft/office365/management/mode/listservices.pm index 48ce658490..ac9cdf6d54 100644 --- a/src/cloud/microsoft/office365/management/mode/listservices.pm +++ b/src/cloud/microsoft/office365/management/mode/listservices.pm @@ -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 diff --git a/src/cloud/microsoft/office365/management/mode/listsubscriptions.pm b/src/cloud/microsoft/office365/management/mode/listsubscriptions.pm index d13cc0836b..2d90c7ceb9 100644 --- a/src/cloud/microsoft/office365/management/mode/listsubscriptions.pm +++ b/src/cloud/microsoft/office365/management/mode/listsubscriptions.pm @@ -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 diff --git a/src/cloud/microsoft/office365/management/mode/servicestatus.pm b/src/cloud/microsoft/office365/management/mode/servicestatus.pm index aff124e556..fa040d8beb 100644 --- a/src/cloud/microsoft/office365/management/mode/servicestatus.pm +++ b/src/cloud/microsoft/office365/management/mode/servicestatus.pm @@ -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 diff --git a/src/cloud/microsoft/office365/management/mode/subscriptions.pm b/src/cloud/microsoft/office365/management/mode/subscriptions.pm index 78f43692c8..ec6043424f 100644 --- a/src/cloud/microsoft/office365/management/mode/subscriptions.pm +++ b/src/cloud/microsoft/office365/management/mode/subscriptions.pm @@ -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 diff --git a/src/cloud/microsoft/office365/management/plugin.pm b/src/cloud/microsoft/office365/management/plugin.pm index 82ab112564..dd41c91865 100644 --- a/src/cloud/microsoft/office365/management/plugin.pm +++ b/src/cloud/microsoft/office365/management/plugin.pm @@ -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 diff --git a/src/cloud/microsoft/office365/onedrive/mode/listsites.pm b/src/cloud/microsoft/office365/onedrive/mode/listsites.pm index 47047ce15f..5f363127e3 100644 --- a/src/cloud/microsoft/office365/onedrive/mode/listsites.pm +++ b/src/cloud/microsoft/office365/onedrive/mode/listsites.pm @@ -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 diff --git a/src/cloud/microsoft/office365/onedrive/mode/siteusage.pm b/src/cloud/microsoft/office365/onedrive/mode/siteusage.pm index 528063fceb..d85150a1ff 100644 --- a/src/cloud/microsoft/office365/onedrive/mode/siteusage.pm +++ b/src/cloud/microsoft/office365/onedrive/mode/siteusage.pm @@ -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 diff --git a/src/cloud/microsoft/office365/onedrive/mode/usersactivity.pm b/src/cloud/microsoft/office365/onedrive/mode/usersactivity.pm index 1bef945d6d..2935d00245 100644 --- a/src/cloud/microsoft/office365/onedrive/mode/usersactivity.pm +++ b/src/cloud/microsoft/office365/onedrive/mode/usersactivity.pm @@ -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 diff --git a/src/cloud/microsoft/office365/onedrive/plugin.pm b/src/cloud/microsoft/office365/onedrive/plugin.pm index d6819df4bb..fccbf48986 100644 --- a/src/cloud/microsoft/office365/onedrive/plugin.pm +++ b/src/cloud/microsoft/office365/onedrive/plugin.pm @@ -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 diff --git a/src/cloud/microsoft/office365/sharepoint/mode/listsites.pm b/src/cloud/microsoft/office365/sharepoint/mode/listsites.pm index bb16a5b7a3..06652f7131 100644 --- a/src/cloud/microsoft/office365/sharepoint/mode/listsites.pm +++ b/src/cloud/microsoft/office365/sharepoint/mode/listsites.pm @@ -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 diff --git a/src/cloud/microsoft/office365/sharepoint/mode/siteusage.pm b/src/cloud/microsoft/office365/sharepoint/mode/siteusage.pm index 9fe9143377..accd122e7b 100644 --- a/src/cloud/microsoft/office365/sharepoint/mode/siteusage.pm +++ b/src/cloud/microsoft/office365/sharepoint/mode/siteusage.pm @@ -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 diff --git a/src/cloud/microsoft/office365/sharepoint/mode/usersactivity.pm b/src/cloud/microsoft/office365/sharepoint/mode/usersactivity.pm index bed09ccc93..59cafceacf 100644 --- a/src/cloud/microsoft/office365/sharepoint/mode/usersactivity.pm +++ b/src/cloud/microsoft/office365/sharepoint/mode/usersactivity.pm @@ -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 diff --git a/src/cloud/microsoft/office365/sharepoint/plugin.pm b/src/cloud/microsoft/office365/sharepoint/plugin.pm index 8ad9500c13..03452b6bf8 100644 --- a/src/cloud/microsoft/office365/sharepoint/plugin.pm +++ b/src/cloud/microsoft/office365/sharepoint/plugin.pm @@ -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 diff --git a/src/cloud/microsoft/office365/skype/mode/devicesusage.pm b/src/cloud/microsoft/office365/skype/mode/devicesusage.pm index 961791057b..e38d7a0961 100644 --- a/src/cloud/microsoft/office365/skype/mode/devicesusage.pm +++ b/src/cloud/microsoft/office365/skype/mode/devicesusage.pm @@ -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 diff --git a/src/cloud/microsoft/office365/skype/mode/usersactivity.pm b/src/cloud/microsoft/office365/skype/mode/usersactivity.pm index 7ab1937677..328616ff74 100644 --- a/src/cloud/microsoft/office365/skype/mode/usersactivity.pm +++ b/src/cloud/microsoft/office365/skype/mode/usersactivity.pm @@ -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 diff --git a/src/cloud/microsoft/office365/skype/plugin.pm b/src/cloud/microsoft/office365/skype/plugin.pm index 7e68609dbe..396fc8cd7e 100644 --- a/src/cloud/microsoft/office365/skype/plugin.pm +++ b/src/cloud/microsoft/office365/skype/plugin.pm @@ -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 diff --git a/src/cloud/microsoft/office365/teams/mode/devicesusage.pm b/src/cloud/microsoft/office365/teams/mode/devicesusage.pm index 4decc45f3d..6dd975a75e 100644 --- a/src/cloud/microsoft/office365/teams/mode/devicesusage.pm +++ b/src/cloud/microsoft/office365/teams/mode/devicesusage.pm @@ -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 diff --git a/src/cloud/microsoft/office365/teams/mode/usersactivity.pm b/src/cloud/microsoft/office365/teams/mode/usersactivity.pm index 42f0f21bbd..4c91d1a369 100644 --- a/src/cloud/microsoft/office365/teams/mode/usersactivity.pm +++ b/src/cloud/microsoft/office365/teams/mode/usersactivity.pm @@ -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 diff --git a/src/cloud/microsoft/office365/teams/plugin.pm b/src/cloud/microsoft/office365/teams/plugin.pm index 3c64b50438..cb6ee98eeb 100644 --- a/src/cloud/microsoft/office365/teams/plugin.pm +++ b/src/cloud/microsoft/office365/teams/plugin.pm @@ -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 diff --git a/src/cloud/nutanix/snmp/mode/clusterusage.pm b/src/cloud/nutanix/snmp/mode/clusterusage.pm index 2fceee441d..8809747e56 100644 --- a/src/cloud/nutanix/snmp/mode/clusterusage.pm +++ b/src/cloud/nutanix/snmp/mode/clusterusage.pm @@ -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 diff --git a/src/cloud/nutanix/snmp/mode/containerusage.pm b/src/cloud/nutanix/snmp/mode/containerusage.pm index 3268956924..0ba9ba563b 100644 --- a/src/cloud/nutanix/snmp/mode/containerusage.pm +++ b/src/cloud/nutanix/snmp/mode/containerusage.pm @@ -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 diff --git a/src/cloud/nutanix/snmp/mode/discovery.pm b/src/cloud/nutanix/snmp/mode/discovery.pm index b447d883a5..957e3fc807 100644 --- a/src/cloud/nutanix/snmp/mode/discovery.pm +++ b/src/cloud/nutanix/snmp/mode/discovery.pm @@ -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 diff --git a/src/cloud/nutanix/snmp/mode/diskusage.pm b/src/cloud/nutanix/snmp/mode/diskusage.pm index 7cf62507ca..f28a46e147 100644 --- a/src/cloud/nutanix/snmp/mode/diskusage.pm +++ b/src/cloud/nutanix/snmp/mode/diskusage.pm @@ -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 diff --git a/src/cloud/nutanix/snmp/mode/hypervisorusage.pm b/src/cloud/nutanix/snmp/mode/hypervisorusage.pm index a27d5833b1..a791c597bf 100644 --- a/src/cloud/nutanix/snmp/mode/hypervisorusage.pm +++ b/src/cloud/nutanix/snmp/mode/hypervisorusage.pm @@ -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 diff --git a/src/cloud/nutanix/snmp/mode/listcontainers.pm b/src/cloud/nutanix/snmp/mode/listcontainers.pm index 02337b6667..f7b823c4df 100644 --- a/src/cloud/nutanix/snmp/mode/listcontainers.pm +++ b/src/cloud/nutanix/snmp/mode/listcontainers.pm @@ -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 diff --git a/src/cloud/nutanix/snmp/mode/listdisks.pm b/src/cloud/nutanix/snmp/mode/listdisks.pm index 902d62d3d9..e1b0796296 100644 --- a/src/cloud/nutanix/snmp/mode/listdisks.pm +++ b/src/cloud/nutanix/snmp/mode/listdisks.pm @@ -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 diff --git a/src/cloud/nutanix/snmp/mode/listhypervisors.pm b/src/cloud/nutanix/snmp/mode/listhypervisors.pm index a2b371e12b..f04a5081e4 100644 --- a/src/cloud/nutanix/snmp/mode/listhypervisors.pm +++ b/src/cloud/nutanix/snmp/mode/listhypervisors.pm @@ -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 diff --git a/src/cloud/nutanix/snmp/mode/liststoragepools.pm b/src/cloud/nutanix/snmp/mode/liststoragepools.pm index bbd6f6d92c..36908e82d8 100644 --- a/src/cloud/nutanix/snmp/mode/liststoragepools.pm +++ b/src/cloud/nutanix/snmp/mode/liststoragepools.pm @@ -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 diff --git a/src/cloud/nutanix/snmp/mode/listvms.pm b/src/cloud/nutanix/snmp/mode/listvms.pm index 42f18b4e29..e6ca4049c1 100644 --- a/src/cloud/nutanix/snmp/mode/listvms.pm +++ b/src/cloud/nutanix/snmp/mode/listvms.pm @@ -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 diff --git a/src/cloud/nutanix/snmp/mode/storagepoolusage.pm b/src/cloud/nutanix/snmp/mode/storagepoolusage.pm index f2f9f4e6ae..2d945b0f15 100644 --- a/src/cloud/nutanix/snmp/mode/storagepoolusage.pm +++ b/src/cloud/nutanix/snmp/mode/storagepoolusage.pm @@ -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 diff --git a/src/cloud/nutanix/snmp/mode/vmusage.pm b/src/cloud/nutanix/snmp/mode/vmusage.pm index 66cb11be77..3e77b24653 100644 --- a/src/cloud/nutanix/snmp/mode/vmusage.pm +++ b/src/cloud/nutanix/snmp/mode/vmusage.pm @@ -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 diff --git a/src/cloud/nutanix/snmp/plugin.pm b/src/cloud/nutanix/snmp/plugin.pm index 94279ef4b6..4feaa7b2d9 100644 --- a/src/cloud/nutanix/snmp/plugin.pm +++ b/src/cloud/nutanix/snmp/plugin.pm @@ -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 diff --git a/src/cloud/outscale/custom/http.pm b/src/cloud/outscale/custom/http.pm index e49be07217..4111dbdba6 100644 --- a/src/cloud/outscale/custom/http.pm +++ b/src/cloud/outscale/custom/http.pm @@ -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 diff --git a/src/cloud/outscale/custom/osccli.pm b/src/cloud/outscale/custom/osccli.pm index ff16f93354..8c2e757310 100644 --- a/src/cloud/outscale/custom/osccli.pm +++ b/src/cloud/outscale/custom/osccli.pm @@ -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 diff --git a/src/cloud/outscale/mode/accountconsumptions.pm b/src/cloud/outscale/mode/accountconsumptions.pm index 93e505a587..ff9e1a012b 100644 --- a/src/cloud/outscale/mode/accountconsumptions.pm +++ b/src/cloud/outscale/mode/accountconsumptions.pm @@ -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 diff --git a/src/cloud/outscale/mode/clientgateways.pm b/src/cloud/outscale/mode/clientgateways.pm index 6f622ee4f9..352a3e15c0 100644 --- a/src/cloud/outscale/mode/clientgateways.pm +++ b/src/cloud/outscale/mode/clientgateways.pm @@ -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 diff --git a/src/cloud/outscale/mode/internetservices.pm b/src/cloud/outscale/mode/internetservices.pm index dc3d726420..d43758571a 100644 --- a/src/cloud/outscale/mode/internetservices.pm +++ b/src/cloud/outscale/mode/internetservices.pm @@ -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 diff --git a/src/cloud/outscale/mode/listclientgateways.pm b/src/cloud/outscale/mode/listclientgateways.pm index 7268e2f667..196b797507 100644 --- a/src/cloud/outscale/mode/listclientgateways.pm +++ b/src/cloud/outscale/mode/listclientgateways.pm @@ -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 diff --git a/src/cloud/outscale/mode/listinternetservices.pm b/src/cloud/outscale/mode/listinternetservices.pm index 5fe9dcf095..6a3f20962f 100644 --- a/src/cloud/outscale/mode/listinternetservices.pm +++ b/src/cloud/outscale/mode/listinternetservices.pm @@ -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 diff --git a/src/cloud/outscale/mode/listloadbalancers.pm b/src/cloud/outscale/mode/listloadbalancers.pm index 078952452b..816b2c5010 100644 --- a/src/cloud/outscale/mode/listloadbalancers.pm +++ b/src/cloud/outscale/mode/listloadbalancers.pm @@ -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 diff --git a/src/cloud/outscale/mode/listnatservices.pm b/src/cloud/outscale/mode/listnatservices.pm index 52aa275d67..f2c96bcc03 100644 --- a/src/cloud/outscale/mode/listnatservices.pm +++ b/src/cloud/outscale/mode/listnatservices.pm @@ -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 diff --git a/src/cloud/outscale/mode/listnets.pm b/src/cloud/outscale/mode/listnets.pm index 771faa2a9e..d681c47879 100644 --- a/src/cloud/outscale/mode/listnets.pm +++ b/src/cloud/outscale/mode/listnets.pm @@ -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 diff --git a/src/cloud/outscale/mode/listquotas.pm b/src/cloud/outscale/mode/listquotas.pm index 77f5d4338e..2e16b69673 100644 --- a/src/cloud/outscale/mode/listquotas.pm +++ b/src/cloud/outscale/mode/listquotas.pm @@ -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 diff --git a/src/cloud/outscale/mode/listroutetables.pm b/src/cloud/outscale/mode/listroutetables.pm index 155513d80e..4095deac62 100644 --- a/src/cloud/outscale/mode/listroutetables.pm +++ b/src/cloud/outscale/mode/listroutetables.pm @@ -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 diff --git a/src/cloud/outscale/mode/listsubnets.pm b/src/cloud/outscale/mode/listsubnets.pm index 433a576e37..6502d46017 100644 --- a/src/cloud/outscale/mode/listsubnets.pm +++ b/src/cloud/outscale/mode/listsubnets.pm @@ -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 diff --git a/src/cloud/outscale/mode/listvirtualgateways.pm b/src/cloud/outscale/mode/listvirtualgateways.pm index 2230c1563c..c1d090de45 100644 --- a/src/cloud/outscale/mode/listvirtualgateways.pm +++ b/src/cloud/outscale/mode/listvirtualgateways.pm @@ -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 diff --git a/src/cloud/outscale/mode/listvms.pm b/src/cloud/outscale/mode/listvms.pm index 6888c61fb5..c3790c5d46 100644 --- a/src/cloud/outscale/mode/listvms.pm +++ b/src/cloud/outscale/mode/listvms.pm @@ -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 diff --git a/src/cloud/outscale/mode/listvolumes.pm b/src/cloud/outscale/mode/listvolumes.pm index 68fb7fd765..b0e23c0e11 100644 --- a/src/cloud/outscale/mode/listvolumes.pm +++ b/src/cloud/outscale/mode/listvolumes.pm @@ -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 diff --git a/src/cloud/outscale/mode/listvpnconnections.pm b/src/cloud/outscale/mode/listvpnconnections.pm index 3e2b51ab25..265803162a 100644 --- a/src/cloud/outscale/mode/listvpnconnections.pm +++ b/src/cloud/outscale/mode/listvpnconnections.pm @@ -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 diff --git a/src/cloud/outscale/mode/loadbalancers.pm b/src/cloud/outscale/mode/loadbalancers.pm index ae4ec5c4d9..006cd07669 100644 --- a/src/cloud/outscale/mode/loadbalancers.pm +++ b/src/cloud/outscale/mode/loadbalancers.pm @@ -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 diff --git a/src/cloud/outscale/mode/natservices.pm b/src/cloud/outscale/mode/natservices.pm index b09373019c..29ee28b188 100644 --- a/src/cloud/outscale/mode/natservices.pm +++ b/src/cloud/outscale/mode/natservices.pm @@ -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 diff --git a/src/cloud/outscale/mode/nets.pm b/src/cloud/outscale/mode/nets.pm index fd8251516c..176cddf6de 100644 --- a/src/cloud/outscale/mode/nets.pm +++ b/src/cloud/outscale/mode/nets.pm @@ -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 diff --git a/src/cloud/outscale/mode/quotas.pm b/src/cloud/outscale/mode/quotas.pm index c9638f91aa..51376127e6 100644 --- a/src/cloud/outscale/mode/quotas.pm +++ b/src/cloud/outscale/mode/quotas.pm @@ -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 diff --git a/src/cloud/outscale/mode/routetables.pm b/src/cloud/outscale/mode/routetables.pm index 4344ffe80b..410a0da544 100644 --- a/src/cloud/outscale/mode/routetables.pm +++ b/src/cloud/outscale/mode/routetables.pm @@ -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 diff --git a/src/cloud/outscale/mode/subnets.pm b/src/cloud/outscale/mode/subnets.pm index 5b2be0bbbd..dd89a006d1 100644 --- a/src/cloud/outscale/mode/subnets.pm +++ b/src/cloud/outscale/mode/subnets.pm @@ -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 diff --git a/src/cloud/outscale/mode/virtualgateways.pm b/src/cloud/outscale/mode/virtualgateways.pm index 200f17a037..3d6813325d 100644 --- a/src/cloud/outscale/mode/virtualgateways.pm +++ b/src/cloud/outscale/mode/virtualgateways.pm @@ -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 diff --git a/src/cloud/outscale/mode/vms.pm b/src/cloud/outscale/mode/vms.pm index 345256e184..6ba90984e3 100644 --- a/src/cloud/outscale/mode/vms.pm +++ b/src/cloud/outscale/mode/vms.pm @@ -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 diff --git a/src/cloud/outscale/mode/volumes.pm b/src/cloud/outscale/mode/volumes.pm index 74b48f8e8a..4eb42e409b 100644 --- a/src/cloud/outscale/mode/volumes.pm +++ b/src/cloud/outscale/mode/volumes.pm @@ -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 diff --git a/src/cloud/outscale/mode/vpnconnections.pm b/src/cloud/outscale/mode/vpnconnections.pm index fc08ad5712..1e374aeae3 100644 --- a/src/cloud/outscale/mode/vpnconnections.pm +++ b/src/cloud/outscale/mode/vpnconnections.pm @@ -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 diff --git a/src/cloud/outscale/plugin.pm b/src/cloud/outscale/plugin.pm index 879164dc29..27cb468a56 100644 --- a/src/cloud/outscale/plugin.pm +++ b/src/cloud/outscale/plugin.pm @@ -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 diff --git a/src/cloud/ovh/restapi/custom/api.pm b/src/cloud/ovh/restapi/custom/api.pm index 525d1da95c..fb9b76b564 100644 --- a/src/cloud/ovh/restapi/custom/api.pm +++ b/src/cloud/ovh/restapi/custom/api.pm @@ -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 diff --git a/src/cloud/ovh/restapi/mode/quotausage.pm b/src/cloud/ovh/restapi/mode/quotausage.pm index ecf34edfce..6e18aa6269 100644 --- a/src/cloud/ovh/restapi/mode/quotausage.pm +++ b/src/cloud/ovh/restapi/mode/quotausage.pm @@ -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 diff --git a/src/cloud/ovh/restapi/mode/sms.pm b/src/cloud/ovh/restapi/mode/sms.pm index 974d531899..f83353d4b1 100644 --- a/src/cloud/ovh/restapi/mode/sms.pm +++ b/src/cloud/ovh/restapi/mode/sms.pm @@ -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 diff --git a/src/cloud/ovh/restapi/plugin.pm b/src/cloud/ovh/restapi/plugin.pm index 2144c0b60c..4e904b782b 100644 --- a/src/cloud/ovh/restapi/plugin.pm +++ b/src/cloud/ovh/restapi/plugin.pm @@ -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 diff --git a/src/cloud/prometheus/direct/kubernetes/mode/containerstatus.pm b/src/cloud/prometheus/direct/kubernetes/mode/containerstatus.pm index dc3ee2bd20..3f07912c36 100644 --- a/src/cloud/prometheus/direct/kubernetes/mode/containerstatus.pm +++ b/src/cloud/prometheus/direct/kubernetes/mode/containerstatus.pm @@ -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 diff --git a/src/cloud/prometheus/direct/kubernetes/mode/daemonsetstatus.pm b/src/cloud/prometheus/direct/kubernetes/mode/daemonsetstatus.pm index 1f903b5c87..36476d3efc 100644 --- a/src/cloud/prometheus/direct/kubernetes/mode/daemonsetstatus.pm +++ b/src/cloud/prometheus/direct/kubernetes/mode/daemonsetstatus.pm @@ -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 diff --git a/src/cloud/prometheus/direct/kubernetes/mode/deploymentstatus.pm b/src/cloud/prometheus/direct/kubernetes/mode/deploymentstatus.pm index c2183b11cb..a93bd2ca88 100644 --- a/src/cloud/prometheus/direct/kubernetes/mode/deploymentstatus.pm +++ b/src/cloud/prometheus/direct/kubernetes/mode/deploymentstatus.pm @@ -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 diff --git a/src/cloud/prometheus/direct/kubernetes/mode/listcontainers.pm b/src/cloud/prometheus/direct/kubernetes/mode/listcontainers.pm index 5aa75792d4..1804b0df5f 100644 --- a/src/cloud/prometheus/direct/kubernetes/mode/listcontainers.pm +++ b/src/cloud/prometheus/direct/kubernetes/mode/listcontainers.pm @@ -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 diff --git a/src/cloud/prometheus/direct/kubernetes/mode/listdaemonsets.pm b/src/cloud/prometheus/direct/kubernetes/mode/listdaemonsets.pm index dc2c9bf1d8..27c03cac74 100644 --- a/src/cloud/prometheus/direct/kubernetes/mode/listdaemonsets.pm +++ b/src/cloud/prometheus/direct/kubernetes/mode/listdaemonsets.pm @@ -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 diff --git a/src/cloud/prometheus/direct/kubernetes/mode/listdeployments.pm b/src/cloud/prometheus/direct/kubernetes/mode/listdeployments.pm index b8047265d6..eb3d3b48f4 100644 --- a/src/cloud/prometheus/direct/kubernetes/mode/listdeployments.pm +++ b/src/cloud/prometheus/direct/kubernetes/mode/listdeployments.pm @@ -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 diff --git a/src/cloud/prometheus/direct/kubernetes/mode/listnamespaces.pm b/src/cloud/prometheus/direct/kubernetes/mode/listnamespaces.pm index 4d7faf9655..e46c1573a4 100644 --- a/src/cloud/prometheus/direct/kubernetes/mode/listnamespaces.pm +++ b/src/cloud/prometheus/direct/kubernetes/mode/listnamespaces.pm @@ -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 diff --git a/src/cloud/prometheus/direct/kubernetes/mode/listnodes.pm b/src/cloud/prometheus/direct/kubernetes/mode/listnodes.pm index c2b8582467..03624927c0 100644 --- a/src/cloud/prometheus/direct/kubernetes/mode/listnodes.pm +++ b/src/cloud/prometheus/direct/kubernetes/mode/listnodes.pm @@ -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 diff --git a/src/cloud/prometheus/direct/kubernetes/mode/listservices.pm b/src/cloud/prometheus/direct/kubernetes/mode/listservices.pm index 7ed1237dae..3ff3e1add9 100644 --- a/src/cloud/prometheus/direct/kubernetes/mode/listservices.pm +++ b/src/cloud/prometheus/direct/kubernetes/mode/listservices.pm @@ -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 diff --git a/src/cloud/prometheus/direct/kubernetes/mode/namespacestatus.pm b/src/cloud/prometheus/direct/kubernetes/mode/namespacestatus.pm index 9930ede76a..fa40b724e3 100644 --- a/src/cloud/prometheus/direct/kubernetes/mode/namespacestatus.pm +++ b/src/cloud/prometheus/direct/kubernetes/mode/namespacestatus.pm @@ -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 diff --git a/src/cloud/prometheus/direct/kubernetes/mode/nodestatus.pm b/src/cloud/prometheus/direct/kubernetes/mode/nodestatus.pm index 538fade8cb..9d634a5bf3 100644 --- a/src/cloud/prometheus/direct/kubernetes/mode/nodestatus.pm +++ b/src/cloud/prometheus/direct/kubernetes/mode/nodestatus.pm @@ -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 diff --git a/src/cloud/prometheus/direct/kubernetes/plugin.pm b/src/cloud/prometheus/direct/kubernetes/plugin.pm index 881e0ee42c..c21fecac02 100644 --- a/src/cloud/prometheus/direct/kubernetes/plugin.pm +++ b/src/cloud/prometheus/direct/kubernetes/plugin.pm @@ -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 diff --git a/src/cloud/prometheus/direct/nginxingresscontroller/mode/connections.pm b/src/cloud/prometheus/direct/nginxingresscontroller/mode/connections.pm index 528dc62221..86de51c36c 100644 --- a/src/cloud/prometheus/direct/nginxingresscontroller/mode/connections.pm +++ b/src/cloud/prometheus/direct/nginxingresscontroller/mode/connections.pm @@ -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 diff --git a/src/cloud/prometheus/direct/nginxingresscontroller/mode/requests.pm b/src/cloud/prometheus/direct/nginxingresscontroller/mode/requests.pm index 48b2721aff..60a6e70700 100644 --- a/src/cloud/prometheus/direct/nginxingresscontroller/mode/requests.pm +++ b/src/cloud/prometheus/direct/nginxingresscontroller/mode/requests.pm @@ -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 diff --git a/src/cloud/prometheus/direct/nginxingresscontroller/plugin.pm b/src/cloud/prometheus/direct/nginxingresscontroller/plugin.pm index 10549606cd..798d261985 100644 --- a/src/cloud/prometheus/direct/nginxingresscontroller/plugin.pm +++ b/src/cloud/prometheus/direct/nginxingresscontroller/plugin.pm @@ -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 diff --git a/src/cloud/prometheus/exporters/cadvisor/mode/cpu.pm b/src/cloud/prometheus/exporters/cadvisor/mode/cpu.pm index 91b2be5cf2..af01a29b9c 100644 --- a/src/cloud/prometheus/exporters/cadvisor/mode/cpu.pm +++ b/src/cloud/prometheus/exporters/cadvisor/mode/cpu.pm @@ -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 diff --git a/src/cloud/prometheus/exporters/cadvisor/mode/listcontainers.pm b/src/cloud/prometheus/exporters/cadvisor/mode/listcontainers.pm index 9886654797..58489d9d0e 100644 --- a/src/cloud/prometheus/exporters/cadvisor/mode/listcontainers.pm +++ b/src/cloud/prometheus/exporters/cadvisor/mode/listcontainers.pm @@ -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 diff --git a/src/cloud/prometheus/exporters/cadvisor/mode/load.pm b/src/cloud/prometheus/exporters/cadvisor/mode/load.pm index 15ec9d70c1..fa675e7d17 100644 --- a/src/cloud/prometheus/exporters/cadvisor/mode/load.pm +++ b/src/cloud/prometheus/exporters/cadvisor/mode/load.pm @@ -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 diff --git a/src/cloud/prometheus/exporters/cadvisor/mode/memory.pm b/src/cloud/prometheus/exporters/cadvisor/mode/memory.pm index 73835be4e1..54af5b22cf 100644 --- a/src/cloud/prometheus/exporters/cadvisor/mode/memory.pm +++ b/src/cloud/prometheus/exporters/cadvisor/mode/memory.pm @@ -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 diff --git a/src/cloud/prometheus/exporters/cadvisor/mode/storage.pm b/src/cloud/prometheus/exporters/cadvisor/mode/storage.pm index 31c6bcb849..425cb93b5c 100644 --- a/src/cloud/prometheus/exporters/cadvisor/mode/storage.pm +++ b/src/cloud/prometheus/exporters/cadvisor/mode/storage.pm @@ -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 diff --git a/src/cloud/prometheus/exporters/cadvisor/mode/taskstate.pm b/src/cloud/prometheus/exporters/cadvisor/mode/taskstate.pm index 5772c2b157..16b120eafa 100644 --- a/src/cloud/prometheus/exporters/cadvisor/mode/taskstate.pm +++ b/src/cloud/prometheus/exporters/cadvisor/mode/taskstate.pm @@ -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 diff --git a/src/cloud/prometheus/exporters/cadvisor/plugin.pm b/src/cloud/prometheus/exporters/cadvisor/plugin.pm index 27aacdbbea..692a1ec926 100644 --- a/src/cloud/prometheus/exporters/cadvisor/plugin.pm +++ b/src/cloud/prometheus/exporters/cadvisor/plugin.pm @@ -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 diff --git a/src/cloud/prometheus/exporters/nodeexporter/mode/cpu.pm b/src/cloud/prometheus/exporters/nodeexporter/mode/cpu.pm index 4b1c4ebe1b..dac303c715 100644 --- a/src/cloud/prometheus/exporters/nodeexporter/mode/cpu.pm +++ b/src/cloud/prometheus/exporters/nodeexporter/mode/cpu.pm @@ -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 diff --git a/src/cloud/prometheus/exporters/nodeexporter/mode/cpudetailed.pm b/src/cloud/prometheus/exporters/nodeexporter/mode/cpudetailed.pm index 4c5e2ba8f5..42a47811c6 100644 --- a/src/cloud/prometheus/exporters/nodeexporter/mode/cpudetailed.pm +++ b/src/cloud/prometheus/exporters/nodeexporter/mode/cpudetailed.pm @@ -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 diff --git a/src/cloud/prometheus/exporters/nodeexporter/mode/load.pm b/src/cloud/prometheus/exporters/nodeexporter/mode/load.pm index e4c51cf577..843757b2be 100644 --- a/src/cloud/prometheus/exporters/nodeexporter/mode/load.pm +++ b/src/cloud/prometheus/exporters/nodeexporter/mode/load.pm @@ -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 diff --git a/src/cloud/prometheus/exporters/nodeexporter/mode/memory.pm b/src/cloud/prometheus/exporters/nodeexporter/mode/memory.pm index 8e43e51fb5..897e991397 100644 --- a/src/cloud/prometheus/exporters/nodeexporter/mode/memory.pm +++ b/src/cloud/prometheus/exporters/nodeexporter/mode/memory.pm @@ -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 diff --git a/src/cloud/prometheus/exporters/nodeexporter/mode/storage.pm b/src/cloud/prometheus/exporters/nodeexporter/mode/storage.pm index d5c44142a7..f8c5b4e1db 100644 --- a/src/cloud/prometheus/exporters/nodeexporter/mode/storage.pm +++ b/src/cloud/prometheus/exporters/nodeexporter/mode/storage.pm @@ -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 diff --git a/src/cloud/prometheus/exporters/nodeexporter/plugin.pm b/src/cloud/prometheus/exporters/nodeexporter/plugin.pm index 414c73ae3d..3a2604de68 100644 --- a/src/cloud/prometheus/exporters/nodeexporter/plugin.pm +++ b/src/cloud/prometheus/exporters/nodeexporter/plugin.pm @@ -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 diff --git a/src/cloud/prometheus/restapi/custom/api.pm b/src/cloud/prometheus/restapi/custom/api.pm index c7318f253d..2808fe8765 100644 --- a/src/cloud/prometheus/restapi/custom/api.pm +++ b/src/cloud/prometheus/restapi/custom/api.pm @@ -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 diff --git a/src/cloud/prometheus/restapi/mode/discovery.pm b/src/cloud/prometheus/restapi/mode/discovery.pm index e7a97421dc..4a479930e4 100644 --- a/src/cloud/prometheus/restapi/mode/discovery.pm +++ b/src/cloud/prometheus/restapi/mode/discovery.pm @@ -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 diff --git a/src/cloud/prometheus/restapi/mode/expression.pm b/src/cloud/prometheus/restapi/mode/expression.pm index bc3af2d1f3..43f9c983c8 100644 --- a/src/cloud/prometheus/restapi/mode/expression.pm +++ b/src/cloud/prometheus/restapi/mode/expression.pm @@ -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 diff --git a/src/cloud/prometheus/restapi/mode/targetstatus.pm b/src/cloud/prometheus/restapi/mode/targetstatus.pm index 5073fdd5ac..a5e285253f 100644 --- a/src/cloud/prometheus/restapi/mode/targetstatus.pm +++ b/src/cloud/prometheus/restapi/mode/targetstatus.pm @@ -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 diff --git a/src/cloud/prometheus/restapi/plugin.pm b/src/cloud/prometheus/restapi/plugin.pm index 21c46442b9..49d9c754cd 100644 --- a/src/cloud/prometheus/restapi/plugin.pm +++ b/src/cloud/prometheus/restapi/plugin.pm @@ -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 diff --git a/src/cloud/talend/tmc/custom/api.pm b/src/cloud/talend/tmc/custom/api.pm index b35ddd55b5..289cc43293 100644 --- a/src/cloud/talend/tmc/custom/api.pm +++ b/src/cloud/talend/tmc/custom/api.pm @@ -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 diff --git a/src/cloud/talend/tmc/mode/cache.pm b/src/cloud/talend/tmc/mode/cache.pm index 4df906e897..0e1d5e78ed 100644 --- a/src/cloud/talend/tmc/mode/cache.pm +++ b/src/cloud/talend/tmc/mode/cache.pm @@ -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 diff --git a/src/cloud/talend/tmc/mode/listenvironments.pm b/src/cloud/talend/tmc/mode/listenvironments.pm index 7eb00c4fe7..dd08de9f80 100644 --- a/src/cloud/talend/tmc/mode/listenvironments.pm +++ b/src/cloud/talend/tmc/mode/listenvironments.pm @@ -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 diff --git a/src/cloud/talend/tmc/mode/listplans.pm b/src/cloud/talend/tmc/mode/listplans.pm index 906169a2e2..49d487e9dd 100644 --- a/src/cloud/talend/tmc/mode/listplans.pm +++ b/src/cloud/talend/tmc/mode/listplans.pm @@ -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 diff --git a/src/cloud/talend/tmc/mode/listremoteengines.pm b/src/cloud/talend/tmc/mode/listremoteengines.pm index fb286de26a..0edc94a6d8 100644 --- a/src/cloud/talend/tmc/mode/listremoteengines.pm +++ b/src/cloud/talend/tmc/mode/listremoteengines.pm @@ -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 diff --git a/src/cloud/talend/tmc/mode/listtasks.pm b/src/cloud/talend/tmc/mode/listtasks.pm index cc249ade5b..5d57eaedd9 100644 --- a/src/cloud/talend/tmc/mode/listtasks.pm +++ b/src/cloud/talend/tmc/mode/listtasks.pm @@ -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 diff --git a/src/cloud/talend/tmc/mode/plans.pm b/src/cloud/talend/tmc/mode/plans.pm index 229245d8aa..dcedb2e46b 100644 --- a/src/cloud/talend/tmc/mode/plans.pm +++ b/src/cloud/talend/tmc/mode/plans.pm @@ -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 diff --git a/src/cloud/talend/tmc/mode/remoteengines.pm b/src/cloud/talend/tmc/mode/remoteengines.pm index 326923f7f6..ac248ac3f8 100644 --- a/src/cloud/talend/tmc/mode/remoteengines.pm +++ b/src/cloud/talend/tmc/mode/remoteengines.pm @@ -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 diff --git a/src/cloud/talend/tmc/mode/tasks.pm b/src/cloud/talend/tmc/mode/tasks.pm index 196cf5d88c..1e23b8f976 100644 --- a/src/cloud/talend/tmc/mode/tasks.pm +++ b/src/cloud/talend/tmc/mode/tasks.pm @@ -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 diff --git a/src/cloud/talend/tmc/plugin.pm b/src/cloud/talend/tmc/plugin.pm index 55e7bd1026..82ca78b63d 100644 --- a/src/cloud/talend/tmc/plugin.pm +++ b/src/cloud/talend/tmc/plugin.pm @@ -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 diff --git a/src/cloud/vmware/velocloud/restapi/custom/api.pm b/src/cloud/vmware/velocloud/restapi/custom/api.pm index 3af92b5aa2..b713fae363 100644 --- a/src/cloud/vmware/velocloud/restapi/custom/api.pm +++ b/src/cloud/vmware/velocloud/restapi/custom/api.pm @@ -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 diff --git a/src/cloud/vmware/velocloud/restapi/mode/applicationusage.pm b/src/cloud/vmware/velocloud/restapi/mode/applicationusage.pm index 38c8dc5f5f..365b9d6850 100644 --- a/src/cloud/vmware/velocloud/restapi/mode/applicationusage.pm +++ b/src/cloud/vmware/velocloud/restapi/mode/applicationusage.pm @@ -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 diff --git a/src/cloud/vmware/velocloud/restapi/mode/categoryusage.pm b/src/cloud/vmware/velocloud/restapi/mode/categoryusage.pm index bea7193ee9..4d60423c88 100644 --- a/src/cloud/vmware/velocloud/restapi/mode/categoryusage.pm +++ b/src/cloud/vmware/velocloud/restapi/mode/categoryusage.pm @@ -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 diff --git a/src/cloud/vmware/velocloud/restapi/mode/discovery.pm b/src/cloud/vmware/velocloud/restapi/mode/discovery.pm index ee00f53225..6a8189f7f6 100644 --- a/src/cloud/vmware/velocloud/restapi/mode/discovery.pm +++ b/src/cloud/vmware/velocloud/restapi/mode/discovery.pm @@ -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 diff --git a/src/cloud/vmware/velocloud/restapi/mode/edgeqoe.pm b/src/cloud/vmware/velocloud/restapi/mode/edgeqoe.pm index a3cadde336..feaf49102c 100644 --- a/src/cloud/vmware/velocloud/restapi/mode/edgeqoe.pm +++ b/src/cloud/vmware/velocloud/restapi/mode/edgeqoe.pm @@ -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 diff --git a/src/cloud/vmware/velocloud/restapi/mode/edgestatus.pm b/src/cloud/vmware/velocloud/restapi/mode/edgestatus.pm index e9b33990f2..7dff5aff5b 100644 --- a/src/cloud/vmware/velocloud/restapi/mode/edgestatus.pm +++ b/src/cloud/vmware/velocloud/restapi/mode/edgestatus.pm @@ -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 diff --git a/src/cloud/vmware/velocloud/restapi/mode/linkstatus.pm b/src/cloud/vmware/velocloud/restapi/mode/linkstatus.pm index 16cda4464a..277ac3d78d 100644 --- a/src/cloud/vmware/velocloud/restapi/mode/linkstatus.pm +++ b/src/cloud/vmware/velocloud/restapi/mode/linkstatus.pm @@ -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 diff --git a/src/cloud/vmware/velocloud/restapi/mode/linkusage.pm b/src/cloud/vmware/velocloud/restapi/mode/linkusage.pm index 8b7870f823..414903e679 100644 --- a/src/cloud/vmware/velocloud/restapi/mode/linkusage.pm +++ b/src/cloud/vmware/velocloud/restapi/mode/linkusage.pm @@ -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 diff --git a/src/cloud/vmware/velocloud/restapi/mode/listedges.pm b/src/cloud/vmware/velocloud/restapi/mode/listedges.pm index 273bf042eb..038d724063 100644 --- a/src/cloud/vmware/velocloud/restapi/mode/listedges.pm +++ b/src/cloud/vmware/velocloud/restapi/mode/listedges.pm @@ -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 diff --git a/src/cloud/vmware/velocloud/restapi/mode/listlinks.pm b/src/cloud/vmware/velocloud/restapi/mode/listlinks.pm index 59660957de..5c34301745 100644 --- a/src/cloud/vmware/velocloud/restapi/mode/listlinks.pm +++ b/src/cloud/vmware/velocloud/restapi/mode/listlinks.pm @@ -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 diff --git a/src/cloud/vmware/velocloud/restapi/plugin.pm b/src/cloud/vmware/velocloud/restapi/plugin.pm index fe650e4984..4b40d51a1e 100644 --- a/src/cloud/vmware/velocloud/restapi/plugin.pm +++ b/src/cloud/vmware/velocloud/restapi/plugin.pm @@ -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 diff --git a/src/contrib/check_plugins.pl b/src/contrib/check_plugins.pl index 9c904f4508..5191b34449 100755 --- a/src/contrib/check_plugins.pl +++ b/src/contrib/check_plugins.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# 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 diff --git a/src/contrib/tutorial/apps/myawesomeapp/api/plugin.pm b/src/contrib/tutorial/apps/myawesomeapp/api/plugin.pm index e6c3c30359..e9ebafc770 100644 --- a/src/contrib/tutorial/apps/myawesomeapp/api/plugin.pm +++ b/src/contrib/tutorial/apps/myawesomeapp/api/plugin.pm @@ -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 diff --git a/src/database/cassandra/jmx/mode/cachesusage.pm b/src/database/cassandra/jmx/mode/cachesusage.pm index 23710ffa03..3ec66a8fcd 100644 --- a/src/database/cassandra/jmx/mode/cachesusage.pm +++ b/src/database/cassandra/jmx/mode/cachesusage.pm @@ -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 diff --git a/src/database/cassandra/jmx/mode/clientrequestsusage.pm b/src/database/cassandra/jmx/mode/clientrequestsusage.pm index 71e932df81..826689509d 100644 --- a/src/database/cassandra/jmx/mode/clientrequestsusage.pm +++ b/src/database/cassandra/jmx/mode/clientrequestsusage.pm @@ -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 diff --git a/src/database/cassandra/jmx/mode/threadpoolsusage.pm b/src/database/cassandra/jmx/mode/threadpoolsusage.pm index 845a1dbb50..c806358dd8 100644 --- a/src/database/cassandra/jmx/mode/threadpoolsusage.pm +++ b/src/database/cassandra/jmx/mode/threadpoolsusage.pm @@ -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 diff --git a/src/database/cassandra/jmx/plugin.pm b/src/database/cassandra/jmx/plugin.pm index 53b1bfd1e9..704aaf177d 100644 --- a/src/database/cassandra/jmx/plugin.pm +++ b/src/database/cassandra/jmx/plugin.pm @@ -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 diff --git a/src/database/couchdb/restapi/custom/api.pm b/src/database/couchdb/restapi/custom/api.pm index 1be87d5f53..78c52cd6f0 100644 --- a/src/database/couchdb/restapi/custom/api.pm +++ b/src/database/couchdb/restapi/custom/api.pm @@ -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 diff --git a/src/database/couchdb/restapi/mode/server.pm b/src/database/couchdb/restapi/mode/server.pm index 7b2039af87..4b0591a16c 100644 --- a/src/database/couchdb/restapi/mode/server.pm +++ b/src/database/couchdb/restapi/mode/server.pm @@ -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 diff --git a/src/database/couchdb/restapi/plugin.pm b/src/database/couchdb/restapi/plugin.pm index b47043c768..7528471beb 100644 --- a/src/database/couchdb/restapi/plugin.pm +++ b/src/database/couchdb/restapi/plugin.pm @@ -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 diff --git a/src/database/db2/dbi.pm b/src/database/db2/dbi.pm index e0a323d2c9..8ccaa46def 100644 --- a/src/database/db2/dbi.pm +++ b/src/database/db2/dbi.pm @@ -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 diff --git a/src/database/db2/mode/connectedusers.pm b/src/database/db2/mode/connectedusers.pm index 1157e5bf89..6da2ce34d5 100644 --- a/src/database/db2/mode/connectedusers.pm +++ b/src/database/db2/mode/connectedusers.pm @@ -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 diff --git a/src/database/db2/mode/databaselogs.pm b/src/database/db2/mode/databaselogs.pm index 4fa81ace59..2ef702b101 100644 --- a/src/database/db2/mode/databaselogs.pm +++ b/src/database/db2/mode/databaselogs.pm @@ -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 diff --git a/src/database/db2/mode/databaseusage.pm b/src/database/db2/mode/databaseusage.pm index 041a272f29..d7bba01db9 100644 --- a/src/database/db2/mode/databaseusage.pm +++ b/src/database/db2/mode/databaseusage.pm @@ -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 diff --git a/src/database/db2/mode/hadr.pm b/src/database/db2/mode/hadr.pm index d5dee5dca8..0878f9a9e9 100644 --- a/src/database/db2/mode/hadr.pm +++ b/src/database/db2/mode/hadr.pm @@ -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 diff --git a/src/database/db2/mode/listtablespaces.pm b/src/database/db2/mode/listtablespaces.pm index 2bc2f00748..650ffe72bf 100644 --- a/src/database/db2/mode/listtablespaces.pm +++ b/src/database/db2/mode/listtablespaces.pm @@ -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 diff --git a/src/database/db2/mode/tablespaces.pm b/src/database/db2/mode/tablespaces.pm index 69013c0fb1..c61c0904e8 100644 --- a/src/database/db2/mode/tablespaces.pm +++ b/src/database/db2/mode/tablespaces.pm @@ -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 diff --git a/src/database/db2/plugin.pm b/src/database/db2/plugin.pm index f721d179c9..fd3cbd016f 100644 --- a/src/database/db2/plugin.pm +++ b/src/database/db2/plugin.pm @@ -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 diff --git a/src/database/elasticsearch/restapi/custom/api.pm b/src/database/elasticsearch/restapi/custom/api.pm index 90d0abb4ca..2f17224681 100644 --- a/src/database/elasticsearch/restapi/custom/api.pm +++ b/src/database/elasticsearch/restapi/custom/api.pm @@ -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 diff --git a/src/database/elasticsearch/restapi/mode/clusterstatistics.pm b/src/database/elasticsearch/restapi/mode/clusterstatistics.pm index 9d53f02a25..d4486ce2b4 100644 --- a/src/database/elasticsearch/restapi/mode/clusterstatistics.pm +++ b/src/database/elasticsearch/restapi/mode/clusterstatistics.pm @@ -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 diff --git a/src/database/elasticsearch/restapi/mode/indicestatistics.pm b/src/database/elasticsearch/restapi/mode/indicestatistics.pm index 236ab3b8e1..8e0409cb76 100644 --- a/src/database/elasticsearch/restapi/mode/indicestatistics.pm +++ b/src/database/elasticsearch/restapi/mode/indicestatistics.pm @@ -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 diff --git a/src/database/elasticsearch/restapi/mode/license.pm b/src/database/elasticsearch/restapi/mode/license.pm index 3be29e4816..c0ded3a88f 100644 --- a/src/database/elasticsearch/restapi/mode/license.pm +++ b/src/database/elasticsearch/restapi/mode/license.pm @@ -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 diff --git a/src/database/elasticsearch/restapi/mode/listindices.pm b/src/database/elasticsearch/restapi/mode/listindices.pm index 2f503c855a..685b962213 100644 --- a/src/database/elasticsearch/restapi/mode/listindices.pm +++ b/src/database/elasticsearch/restapi/mode/listindices.pm @@ -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 diff --git a/src/database/elasticsearch/restapi/mode/listnodes.pm b/src/database/elasticsearch/restapi/mode/listnodes.pm index ff3d8957f6..15c3aee588 100644 --- a/src/database/elasticsearch/restapi/mode/listnodes.pm +++ b/src/database/elasticsearch/restapi/mode/listnodes.pm @@ -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 diff --git a/src/database/elasticsearch/restapi/mode/nodestatistics.pm b/src/database/elasticsearch/restapi/mode/nodestatistics.pm index d7e2bc61db..79e0561f95 100644 --- a/src/database/elasticsearch/restapi/mode/nodestatistics.pm +++ b/src/database/elasticsearch/restapi/mode/nodestatistics.pm @@ -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 diff --git a/src/database/elasticsearch/restapi/plugin.pm b/src/database/elasticsearch/restapi/plugin.pm index 6e0665aada..ca25cbf650 100644 --- a/src/database/elasticsearch/restapi/plugin.pm +++ b/src/database/elasticsearch/restapi/plugin.pm @@ -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 diff --git a/src/database/firebird/mode/longqueries.pm b/src/database/firebird/mode/longqueries.pm index ba34c1652a..a1d0a37cb9 100644 --- a/src/database/firebird/mode/longqueries.pm +++ b/src/database/firebird/mode/longqueries.pm @@ -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 diff --git a/src/database/firebird/mode/memory.pm b/src/database/firebird/mode/memory.pm index 5805a6a6a0..5f5395c898 100644 --- a/src/database/firebird/mode/memory.pm +++ b/src/database/firebird/mode/memory.pm @@ -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 diff --git a/src/database/firebird/mode/pages.pm b/src/database/firebird/mode/pages.pm index 83ed61c4e8..b98e450a40 100644 --- a/src/database/firebird/mode/pages.pm +++ b/src/database/firebird/mode/pages.pm @@ -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 diff --git a/src/database/firebird/mode/queries.pm b/src/database/firebird/mode/queries.pm index 52d3f058d0..f10ff33267 100644 --- a/src/database/firebird/mode/queries.pm +++ b/src/database/firebird/mode/queries.pm @@ -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 diff --git a/src/database/firebird/mode/users.pm b/src/database/firebird/mode/users.pm index 17f8840fae..ac840555d2 100644 --- a/src/database/firebird/mode/users.pm +++ b/src/database/firebird/mode/users.pm @@ -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 diff --git a/src/database/firebird/plugin.pm b/src/database/firebird/plugin.pm index def308bce8..236f42c947 100644 --- a/src/database/firebird/plugin.pm +++ b/src/database/firebird/plugin.pm @@ -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 diff --git a/src/database/influxdb/custom/api.pm b/src/database/influxdb/custom/api.pm index 78fbeac2f0..4de5588ac5 100644 --- a/src/database/influxdb/custom/api.pm +++ b/src/database/influxdb/custom/api.pm @@ -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 diff --git a/src/database/influxdb/mode/connectiontime.pm b/src/database/influxdb/mode/connectiontime.pm index 356b4c988d..ed4f1e8c86 100644 --- a/src/database/influxdb/mode/connectiontime.pm +++ b/src/database/influxdb/mode/connectiontime.pm @@ -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 diff --git a/src/database/influxdb/mode/databasestatistics.pm b/src/database/influxdb/mode/databasestatistics.pm index 605210ebe6..884c3e7928 100644 --- a/src/database/influxdb/mode/databasestatistics.pm +++ b/src/database/influxdb/mode/databasestatistics.pm @@ -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 diff --git a/src/database/influxdb/mode/httpserverstatistics.pm b/src/database/influxdb/mode/httpserverstatistics.pm index 31df3012ff..801a6da03e 100644 --- a/src/database/influxdb/mode/httpserverstatistics.pm +++ b/src/database/influxdb/mode/httpserverstatistics.pm @@ -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 diff --git a/src/database/influxdb/mode/listdatabases.pm b/src/database/influxdb/mode/listdatabases.pm index 67c196dbda..e98631add2 100644 --- a/src/database/influxdb/mode/listdatabases.pm +++ b/src/database/influxdb/mode/listdatabases.pm @@ -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 diff --git a/src/database/influxdb/mode/query.pm b/src/database/influxdb/mode/query.pm index 0150e32c41..18b6f4b838 100644 --- a/src/database/influxdb/mode/query.pm +++ b/src/database/influxdb/mode/query.pm @@ -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 diff --git a/src/database/influxdb/mode/writestatistics.pm b/src/database/influxdb/mode/writestatistics.pm index f5444c13d5..63b94baaba 100644 --- a/src/database/influxdb/mode/writestatistics.pm +++ b/src/database/influxdb/mode/writestatistics.pm @@ -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 diff --git a/src/database/influxdb/plugin.pm b/src/database/influxdb/plugin.pm index 9b605dfcf5..79b41d147a 100644 --- a/src/database/influxdb/plugin.pm +++ b/src/database/influxdb/plugin.pm @@ -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 diff --git a/src/database/informix/snmp/mode/archivelevel0.pm b/src/database/informix/snmp/mode/archivelevel0.pm index 1127b0cab0..cfc32be16e 100644 --- a/src/database/informix/snmp/mode/archivelevel0.pm +++ b/src/database/informix/snmp/mode/archivelevel0.pm @@ -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 diff --git a/src/database/informix/snmp/mode/chunkstatus.pm b/src/database/informix/snmp/mode/chunkstatus.pm index beced37f36..62aa9bfde6 100644 --- a/src/database/informix/snmp/mode/chunkstatus.pm +++ b/src/database/informix/snmp/mode/chunkstatus.pm @@ -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 diff --git a/src/database/informix/snmp/mode/dbspaceusage.pm b/src/database/informix/snmp/mode/dbspaceusage.pm index 6a124e97ae..f0dd386e36 100644 --- a/src/database/informix/snmp/mode/dbspaceusage.pm +++ b/src/database/informix/snmp/mode/dbspaceusage.pm @@ -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 diff --git a/src/database/informix/snmp/mode/globalcache.pm b/src/database/informix/snmp/mode/globalcache.pm index 195544e25f..8a2cb0365b 100644 --- a/src/database/informix/snmp/mode/globalcache.pm +++ b/src/database/informix/snmp/mode/globalcache.pm @@ -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 diff --git a/src/database/informix/snmp/mode/listdbspaces.pm b/src/database/informix/snmp/mode/listdbspaces.pm index d8718aadf1..4c52bc946a 100644 --- a/src/database/informix/snmp/mode/listdbspaces.pm +++ b/src/database/informix/snmp/mode/listdbspaces.pm @@ -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 diff --git a/src/database/informix/snmp/mode/listinstances.pm b/src/database/informix/snmp/mode/listinstances.pm index b73127796d..b5565ed359 100644 --- a/src/database/informix/snmp/mode/listinstances.pm +++ b/src/database/informix/snmp/mode/listinstances.pm @@ -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 diff --git a/src/database/informix/snmp/mode/lockstats.pm b/src/database/informix/snmp/mode/lockstats.pm index a29a5a67c1..0b260b8106 100644 --- a/src/database/informix/snmp/mode/lockstats.pm +++ b/src/database/informix/snmp/mode/lockstats.pm @@ -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 diff --git a/src/database/informix/snmp/mode/logfileusage.pm b/src/database/informix/snmp/mode/logfileusage.pm index 54fccd6c3f..a4c3973f69 100644 --- a/src/database/informix/snmp/mode/logfileusage.pm +++ b/src/database/informix/snmp/mode/logfileusage.pm @@ -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 diff --git a/src/database/informix/snmp/mode/sessions.pm b/src/database/informix/snmp/mode/sessions.pm index 417ca162be..3326649685 100644 --- a/src/database/informix/snmp/mode/sessions.pm +++ b/src/database/informix/snmp/mode/sessions.pm @@ -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 diff --git a/src/database/informix/snmp/plugin.pm b/src/database/informix/snmp/plugin.pm index 1e47a1d810..7d7b2b8f72 100644 --- a/src/database/informix/snmp/plugin.pm +++ b/src/database/informix/snmp/plugin.pm @@ -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 diff --git a/src/database/informix/sql/mode/archivelevel0.pm b/src/database/informix/sql/mode/archivelevel0.pm index 31cfc2f0ea..011d47703b 100644 --- a/src/database/informix/sql/mode/archivelevel0.pm +++ b/src/database/informix/sql/mode/archivelevel0.pm @@ -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 diff --git a/src/database/informix/sql/mode/checkpoints.pm b/src/database/informix/sql/mode/checkpoints.pm index ff02a53764..4047b015e7 100644 --- a/src/database/informix/sql/mode/checkpoints.pm +++ b/src/database/informix/sql/mode/checkpoints.pm @@ -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 diff --git a/src/database/informix/sql/mode/chunkstates.pm b/src/database/informix/sql/mode/chunkstates.pm index 4c299f9099..d8d00026ee 100644 --- a/src/database/informix/sql/mode/chunkstates.pm +++ b/src/database/informix/sql/mode/chunkstates.pm @@ -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 diff --git a/src/database/informix/sql/mode/dbspacesusage.pm b/src/database/informix/sql/mode/dbspacesusage.pm index be28a4444b..b12286e279 100644 --- a/src/database/informix/sql/mode/dbspacesusage.pm +++ b/src/database/informix/sql/mode/dbspacesusage.pm @@ -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 diff --git a/src/database/informix/sql/mode/globalcache.pm b/src/database/informix/sql/mode/globalcache.pm index c10bdef235..ab01524fed 100644 --- a/src/database/informix/sql/mode/globalcache.pm +++ b/src/database/informix/sql/mode/globalcache.pm @@ -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 diff --git a/src/database/informix/sql/mode/listdatabases.pm b/src/database/informix/sql/mode/listdatabases.pm index 850bb8f7f9..d799cec072 100644 --- a/src/database/informix/sql/mode/listdatabases.pm +++ b/src/database/informix/sql/mode/listdatabases.pm @@ -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 diff --git a/src/database/informix/sql/mode/listdbspaces.pm b/src/database/informix/sql/mode/listdbspaces.pm index 537c216bb4..e3cddba7af 100644 --- a/src/database/informix/sql/mode/listdbspaces.pm +++ b/src/database/informix/sql/mode/listdbspaces.pm @@ -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 diff --git a/src/database/informix/sql/mode/lockoverflow.pm b/src/database/informix/sql/mode/lockoverflow.pm index f9dc313d3c..a42d0c206c 100644 --- a/src/database/informix/sql/mode/lockoverflow.pm +++ b/src/database/informix/sql/mode/lockoverflow.pm @@ -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 diff --git a/src/database/informix/sql/mode/logfilesusage.pm b/src/database/informix/sql/mode/logfilesusage.pm index 6d14d372b9..025e7ee66d 100644 --- a/src/database/informix/sql/mode/logfilesusage.pm +++ b/src/database/informix/sql/mode/logfilesusage.pm @@ -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 diff --git a/src/database/informix/sql/mode/longtxs.pm b/src/database/informix/sql/mode/longtxs.pm index 77ea5d3c6c..ff5b63f68b 100644 --- a/src/database/informix/sql/mode/longtxs.pm +++ b/src/database/informix/sql/mode/longtxs.pm @@ -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 diff --git a/src/database/informix/sql/mode/sessions.pm b/src/database/informix/sql/mode/sessions.pm index 1637adb6b8..41cd921157 100644 --- a/src/database/informix/sql/mode/sessions.pm +++ b/src/database/informix/sql/mode/sessions.pm @@ -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 diff --git a/src/database/informix/sql/mode/tablelocks.pm b/src/database/informix/sql/mode/tablelocks.pm index d9c5f69b7f..ef26cfc57c 100644 --- a/src/database/informix/sql/mode/tablelocks.pm +++ b/src/database/informix/sql/mode/tablelocks.pm @@ -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 diff --git a/src/database/informix/sql/plugin.pm b/src/database/informix/sql/plugin.pm index b061f451cc..f69e10ffff 100644 --- a/src/database/informix/sql/plugin.pm +++ b/src/database/informix/sql/plugin.pm @@ -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 diff --git a/src/database/mongodb/custom/driver.pm b/src/database/mongodb/custom/driver.pm index bd27c40ae6..8cd65853f0 100644 --- a/src/database/mongodb/custom/driver.pm +++ b/src/database/mongodb/custom/driver.pm @@ -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 diff --git a/src/database/mongodb/mode/collectionstatistics.pm b/src/database/mongodb/mode/collectionstatistics.pm index b6af74b07f..42d9b2638e 100644 --- a/src/database/mongodb/mode/collectionstatistics.pm +++ b/src/database/mongodb/mode/collectionstatistics.pm @@ -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 diff --git a/src/database/mongodb/mode/connections.pm b/src/database/mongodb/mode/connections.pm index a828737e98..37b8b594f5 100644 --- a/src/database/mongodb/mode/connections.pm +++ b/src/database/mongodb/mode/connections.pm @@ -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 diff --git a/src/database/mongodb/mode/connectiontime.pm b/src/database/mongodb/mode/connectiontime.pm index a7b5517a13..102e7dd9b6 100644 --- a/src/database/mongodb/mode/connectiontime.pm +++ b/src/database/mongodb/mode/connectiontime.pm @@ -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 diff --git a/src/database/mongodb/mode/databasestatistics.pm b/src/database/mongodb/mode/databasestatistics.pm index 07198d1d8d..13e008ffcb 100644 --- a/src/database/mongodb/mode/databasestatistics.pm +++ b/src/database/mongodb/mode/databasestatistics.pm @@ -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 diff --git a/src/database/mongodb/mode/listdatabases.pm b/src/database/mongodb/mode/listdatabases.pm index 71a4460cc2..d22e2f571d 100644 --- a/src/database/mongodb/mode/listdatabases.pm +++ b/src/database/mongodb/mode/listdatabases.pm @@ -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 diff --git a/src/database/mongodb/mode/queries.pm b/src/database/mongodb/mode/queries.pm index 695310eba8..b85eee08c5 100644 --- a/src/database/mongodb/mode/queries.pm +++ b/src/database/mongodb/mode/queries.pm @@ -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 diff --git a/src/database/mongodb/mode/replicationstatus.pm b/src/database/mongodb/mode/replicationstatus.pm index dacf50ffd6..f48d9dc55f 100644 --- a/src/database/mongodb/mode/replicationstatus.pm +++ b/src/database/mongodb/mode/replicationstatus.pm @@ -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 diff --git a/src/database/mongodb/plugin.pm b/src/database/mongodb/plugin.pm index 832b3e7a26..d69ef7b18c 100644 --- a/src/database/mongodb/plugin.pm +++ b/src/database/mongodb/plugin.pm @@ -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 diff --git a/src/database/mssql/dbi.pm b/src/database/mssql/dbi.pm index 3b01f389c9..43f2002bd5 100644 --- a/src/database/mssql/dbi.pm +++ b/src/database/mssql/dbi.pm @@ -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 diff --git a/src/database/mssql/mode/backupage.pm b/src/database/mssql/mode/backupage.pm index f9912aa0a7..ac30daa2df 100644 --- a/src/database/mssql/mode/backupage.pm +++ b/src/database/mssql/mode/backupage.pm @@ -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 diff --git a/src/database/mssql/mode/blockedprocesses.pm b/src/database/mssql/mode/blockedprocesses.pm index 8ba0e19657..c48d84250b 100644 --- a/src/database/mssql/mode/blockedprocesses.pm +++ b/src/database/mssql/mode/blockedprocesses.pm @@ -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 diff --git a/src/database/mssql/mode/cachehitratio.pm b/src/database/mssql/mode/cachehitratio.pm index bdad8f4bdc..7f1b36d7a1 100644 --- a/src/database/mssql/mode/cachehitratio.pm +++ b/src/database/mssql/mode/cachehitratio.pm @@ -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 diff --git a/src/database/mssql/mode/connectedusers.pm b/src/database/mssql/mode/connectedusers.pm index 6166dace5e..1af27d977b 100644 --- a/src/database/mssql/mode/connectedusers.pm +++ b/src/database/mssql/mode/connectedusers.pm @@ -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 diff --git a/src/database/mssql/mode/databasessize.pm b/src/database/mssql/mode/databasessize.pm index 53496e9eea..449f612996 100644 --- a/src/database/mssql/mode/databasessize.pm +++ b/src/database/mssql/mode/databasessize.pm @@ -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 diff --git a/src/database/mssql/mode/deadlocks.pm b/src/database/mssql/mode/deadlocks.pm index 236d47433f..9efc3140d2 100644 --- a/src/database/mssql/mode/deadlocks.pm +++ b/src/database/mssql/mode/deadlocks.pm @@ -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 diff --git a/src/database/mssql/mode/failedjobs.pm b/src/database/mssql/mode/failedjobs.pm index 3ddb32a786..9ef623b969 100644 --- a/src/database/mssql/mode/failedjobs.pm +++ b/src/database/mssql/mode/failedjobs.pm @@ -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 diff --git a/src/database/mssql/mode/listdatabases.pm b/src/database/mssql/mode/listdatabases.pm index 4645750ae9..22d96e56bd 100644 --- a/src/database/mssql/mode/listdatabases.pm +++ b/src/database/mssql/mode/listdatabases.pm @@ -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 diff --git a/src/database/mssql/mode/lockswaits.pm b/src/database/mssql/mode/lockswaits.pm index 467add54d1..76af17dded 100644 --- a/src/database/mssql/mode/lockswaits.pm +++ b/src/database/mssql/mode/lockswaits.pm @@ -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 diff --git a/src/database/mssql/mode/pagelifeexpectancy.pm b/src/database/mssql/mode/pagelifeexpectancy.pm index ff03d188e3..96db3fce55 100644 --- a/src/database/mssql/mode/pagelifeexpectancy.pm +++ b/src/database/mssql/mode/pagelifeexpectancy.pm @@ -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 diff --git a/src/database/mssql/mode/resources/types.pm b/src/database/mssql/mode/resources/types.pm index 8c6d6a57ab..fac6dd58d7 100644 --- a/src/database/mssql/mode/resources/types.pm +++ b/src/database/mssql/mode/resources/types.pm @@ -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 diff --git a/src/database/mssql/mode/tables.pm b/src/database/mssql/mode/tables.pm index f351ad08b2..fd92f5b0db 100644 --- a/src/database/mssql/mode/tables.pm +++ b/src/database/mssql/mode/tables.pm @@ -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 diff --git a/src/database/mssql/mode/transactions.pm b/src/database/mssql/mode/transactions.pm index 081b8ba727..9d8c72dc81 100644 --- a/src/database/mssql/mode/transactions.pm +++ b/src/database/mssql/mode/transactions.pm @@ -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 diff --git a/src/database/mssql/plugin.pm b/src/database/mssql/plugin.pm index bce5501324..459e84b033 100644 --- a/src/database/mssql/plugin.pm +++ b/src/database/mssql/plugin.pm @@ -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 diff --git a/src/database/mysql/dbi.pm b/src/database/mysql/dbi.pm index f24d3b5d1c..2d5207bd9b 100644 --- a/src/database/mysql/dbi.pm +++ b/src/database/mysql/dbi.pm @@ -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 diff --git a/src/database/mysql/mode/backup.pm b/src/database/mysql/mode/backup.pm index 96725800da..96107139fd 100644 --- a/src/database/mysql/mode/backup.pm +++ b/src/database/mysql/mode/backup.pm @@ -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 diff --git a/src/database/mysql/mode/databasessize.pm b/src/database/mysql/mode/databasessize.pm index 17ab2255ee..fdb849a017 100644 --- a/src/database/mysql/mode/databasessize.pm +++ b/src/database/mysql/mode/databasessize.pm @@ -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 diff --git a/src/database/mysql/mode/innodbbufferpoolhitrate.pm b/src/database/mysql/mode/innodbbufferpoolhitrate.pm index df53baeadd..4b60bf58df 100644 --- a/src/database/mysql/mode/innodbbufferpoolhitrate.pm +++ b/src/database/mysql/mode/innodbbufferpoolhitrate.pm @@ -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 diff --git a/src/database/mysql/mode/longqueries.pm b/src/database/mysql/mode/longqueries.pm index 1b72b87965..f27fd3ac04 100644 --- a/src/database/mysql/mode/longqueries.pm +++ b/src/database/mysql/mode/longqueries.pm @@ -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 diff --git a/src/database/mysql/mode/myisamkeycachehitrate.pm b/src/database/mysql/mode/myisamkeycachehitrate.pm index c9d47ee487..1cf657fa4c 100644 --- a/src/database/mysql/mode/myisamkeycachehitrate.pm +++ b/src/database/mysql/mode/myisamkeycachehitrate.pm @@ -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 diff --git a/src/database/mysql/mode/openfiles.pm b/src/database/mysql/mode/openfiles.pm index 9ffb2c31dc..d4ea41df1e 100644 --- a/src/database/mysql/mode/openfiles.pm +++ b/src/database/mysql/mode/openfiles.pm @@ -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 diff --git a/src/database/mysql/mode/opentables.pm b/src/database/mysql/mode/opentables.pm index 44fccee53f..85964773d4 100644 --- a/src/database/mysql/mode/opentables.pm +++ b/src/database/mysql/mode/opentables.pm @@ -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 diff --git a/src/database/mysql/mode/passwordexpiration.pm b/src/database/mysql/mode/passwordexpiration.pm index 16e371d94b..cb58674040 100644 --- a/src/database/mysql/mode/passwordexpiration.pm +++ b/src/database/mysql/mode/passwordexpiration.pm @@ -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 diff --git a/src/database/mysql/mode/qcachehitrate.pm b/src/database/mysql/mode/qcachehitrate.pm index f117673fdd..df662b0fdc 100644 --- a/src/database/mysql/mode/qcachehitrate.pm +++ b/src/database/mysql/mode/qcachehitrate.pm @@ -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 diff --git a/src/database/mysql/mode/queries.pm b/src/database/mysql/mode/queries.pm index 5cbe1d837a..f7cfecf1be 100644 --- a/src/database/mysql/mode/queries.pm +++ b/src/database/mysql/mode/queries.pm @@ -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 diff --git a/src/database/mysql/mode/replication.pm b/src/database/mysql/mode/replication.pm index fd6da72964..8891450f60 100644 --- a/src/database/mysql/mode/replication.pm +++ b/src/database/mysql/mode/replication.pm @@ -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 diff --git a/src/database/mysql/mode/slowqueries.pm b/src/database/mysql/mode/slowqueries.pm index 4f982a66e7..ecef180ef0 100644 --- a/src/database/mysql/mode/slowqueries.pm +++ b/src/database/mysql/mode/slowqueries.pm @@ -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 diff --git a/src/database/mysql/mode/threadsconnected.pm b/src/database/mysql/mode/threadsconnected.pm index 9b89837f63..8b3869b15c 100644 --- a/src/database/mysql/mode/threadsconnected.pm +++ b/src/database/mysql/mode/threadsconnected.pm @@ -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 diff --git a/src/database/mysql/mode/uptime.pm b/src/database/mysql/mode/uptime.pm index 7f72960151..e8b7bb991d 100644 --- a/src/database/mysql/mode/uptime.pm +++ b/src/database/mysql/mode/uptime.pm @@ -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 diff --git a/src/database/mysql/mysqlcmd.pm b/src/database/mysql/mysqlcmd.pm index 6f3266fc37..da8ba77f4e 100644 --- a/src/database/mysql/mysqlcmd.pm +++ b/src/database/mysql/mysqlcmd.pm @@ -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 diff --git a/src/database/mysql/plugin.pm b/src/database/mysql/plugin.pm index 14258eda45..c782d621bb 100644 --- a/src/database/mysql/plugin.pm +++ b/src/database/mysql/plugin.pm @@ -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 diff --git a/src/database/oracle/dbi.pm b/src/database/oracle/dbi.pm index 054ba1d048..8202f5eb65 100644 --- a/src/database/oracle/dbi.pm +++ b/src/database/oracle/dbi.pm @@ -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 diff --git a/src/database/oracle/mode/asmdiskgroupusage.pm b/src/database/oracle/mode/asmdiskgroupusage.pm index 68cc0d65a1..7ab96fe5ed 100644 --- a/src/database/oracle/mode/asmdiskgroupusage.pm +++ b/src/database/oracle/mode/asmdiskgroupusage.pm @@ -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 diff --git a/src/database/oracle/mode/connectedusers.pm b/src/database/oracle/mode/connectedusers.pm index cb6f9f896f..1afbceef61 100644 --- a/src/database/oracle/mode/connectedusers.pm +++ b/src/database/oracle/mode/connectedusers.pm @@ -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 diff --git a/src/database/oracle/mode/corruptedblocks.pm b/src/database/oracle/mode/corruptedblocks.pm index f6b9146e0a..9b4b7f449f 100644 --- a/src/database/oracle/mode/corruptedblocks.pm +++ b/src/database/oracle/mode/corruptedblocks.pm @@ -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 diff --git a/src/database/oracle/mode/datacachehitratio.pm b/src/database/oracle/mode/datacachehitratio.pm index 0c469f79d4..f674dec0a0 100644 --- a/src/database/oracle/mode/datacachehitratio.pm +++ b/src/database/oracle/mode/datacachehitratio.pm @@ -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 diff --git a/src/database/oracle/mode/datafilesstatus.pm b/src/database/oracle/mode/datafilesstatus.pm index bac6a25336..33cf0b1ebf 100644 --- a/src/database/oracle/mode/datafilesstatus.pm +++ b/src/database/oracle/mode/datafilesstatus.pm @@ -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 diff --git a/src/database/oracle/mode/dataguard.pm b/src/database/oracle/mode/dataguard.pm index 7dab074824..2b24b4275c 100644 --- a/src/database/oracle/mode/dataguard.pm +++ b/src/database/oracle/mode/dataguard.pm @@ -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 diff --git a/src/database/oracle/mode/dictionarycacheusage.pm b/src/database/oracle/mode/dictionarycacheusage.pm index c7ce2a0fd9..54f339ff01 100644 --- a/src/database/oracle/mode/dictionarycacheusage.pm +++ b/src/database/oracle/mode/dictionarycacheusage.pm @@ -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 diff --git a/src/database/oracle/mode/eventwaitsusage.pm b/src/database/oracle/mode/eventwaitsusage.pm index 2c619a6f10..5c26c24769 100644 --- a/src/database/oracle/mode/eventwaitsusage.pm +++ b/src/database/oracle/mode/eventwaitsusage.pm @@ -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 diff --git a/src/database/oracle/mode/frausage.pm b/src/database/oracle/mode/frausage.pm index 931326eae8..b4e6ba2534 100644 --- a/src/database/oracle/mode/frausage.pm +++ b/src/database/oracle/mode/frausage.pm @@ -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 diff --git a/src/database/oracle/mode/invalidobject.pm b/src/database/oracle/mode/invalidobject.pm index 5ea908b3be..5eee58c051 100644 --- a/src/database/oracle/mode/invalidobject.pm +++ b/src/database/oracle/mode/invalidobject.pm @@ -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 diff --git a/src/database/oracle/mode/librarycacheusage.pm b/src/database/oracle/mode/librarycacheusage.pm index 7b60b09feb..ca7fa06e11 100644 --- a/src/database/oracle/mode/librarycacheusage.pm +++ b/src/database/oracle/mode/librarycacheusage.pm @@ -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 diff --git a/src/database/oracle/mode/listasmdiskgroups.pm b/src/database/oracle/mode/listasmdiskgroups.pm index e0b359afbc..37483e2429 100644 --- a/src/database/oracle/mode/listasmdiskgroups.pm +++ b/src/database/oracle/mode/listasmdiskgroups.pm @@ -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 diff --git a/src/database/oracle/mode/listtablespaces.pm b/src/database/oracle/mode/listtablespaces.pm index 09b1ba26af..a07233cc85 100644 --- a/src/database/oracle/mode/listtablespaces.pm +++ b/src/database/oracle/mode/listtablespaces.pm @@ -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 diff --git a/src/database/oracle/mode/longqueries.pm b/src/database/oracle/mode/longqueries.pm index a38d21c711..cf2aef060c 100644 --- a/src/database/oracle/mode/longqueries.pm +++ b/src/database/oracle/mode/longqueries.pm @@ -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 diff --git a/src/database/oracle/mode/passwordexpiration.pm b/src/database/oracle/mode/passwordexpiration.pm index a538bb0b7f..4fdaa684a0 100644 --- a/src/database/oracle/mode/passwordexpiration.pm +++ b/src/database/oracle/mode/passwordexpiration.pm @@ -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 diff --git a/src/database/oracle/mode/processusage.pm b/src/database/oracle/mode/processusage.pm index 98e36d81ce..4d363e9678 100644 --- a/src/database/oracle/mode/processusage.pm +++ b/src/database/oracle/mode/processusage.pm @@ -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 diff --git a/src/database/oracle/mode/redologusage.pm b/src/database/oracle/mode/redologusage.pm index dc6c3c6584..cc62cebb45 100644 --- a/src/database/oracle/mode/redologusage.pm +++ b/src/database/oracle/mode/redologusage.pm @@ -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 diff --git a/src/database/oracle/mode/rmanbackupage.pm b/src/database/oracle/mode/rmanbackupage.pm index de9357dd80..b659855d49 100644 --- a/src/database/oracle/mode/rmanbackupage.pm +++ b/src/database/oracle/mode/rmanbackupage.pm @@ -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 diff --git a/src/database/oracle/mode/rmanbackupproblems.pm b/src/database/oracle/mode/rmanbackupproblems.pm index cf6d6b8f14..fc575728f2 100644 --- a/src/database/oracle/mode/rmanbackupproblems.pm +++ b/src/database/oracle/mode/rmanbackupproblems.pm @@ -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 diff --git a/src/database/oracle/mode/rmanonlinebackupage.pm b/src/database/oracle/mode/rmanonlinebackupage.pm index 17d9b00a63..028c743ada 100644 --- a/src/database/oracle/mode/rmanonlinebackupage.pm +++ b/src/database/oracle/mode/rmanonlinebackupage.pm @@ -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 diff --git a/src/database/oracle/mode/rollbacksegmentusage.pm b/src/database/oracle/mode/rollbacksegmentusage.pm index 09072bafb7..ac9bcfc744 100644 --- a/src/database/oracle/mode/rollbacksegmentusage.pm +++ b/src/database/oracle/mode/rollbacksegmentusage.pm @@ -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 diff --git a/src/database/oracle/mode/sessionusage.pm b/src/database/oracle/mode/sessionusage.pm index 3f58ad56d1..d47519d5fc 100644 --- a/src/database/oracle/mode/sessionusage.pm +++ b/src/database/oracle/mode/sessionusage.pm @@ -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 diff --git a/src/database/oracle/mode/tablespaceusage.pm b/src/database/oracle/mode/tablespaceusage.pm index 1467dc4afe..58f5a3b303 100644 --- a/src/database/oracle/mode/tablespaceusage.pm +++ b/src/database/oracle/mode/tablespaceusage.pm @@ -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 diff --git a/src/database/oracle/mode/tnsping.pm b/src/database/oracle/mode/tnsping.pm index bc0a6f685e..f53dabf7b2 100644 --- a/src/database/oracle/mode/tnsping.pm +++ b/src/database/oracle/mode/tnsping.pm @@ -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 diff --git a/src/database/oracle/plugin.pm b/src/database/oracle/plugin.pm index b46bcffebc..a45603a8c1 100644 --- a/src/database/oracle/plugin.pm +++ b/src/database/oracle/plugin.pm @@ -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 diff --git a/src/database/postgres/dbi.pm b/src/database/postgres/dbi.pm index b09c07fe27..f45f3be84b 100644 --- a/src/database/postgres/dbi.pm +++ b/src/database/postgres/dbi.pm @@ -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 diff --git a/src/database/postgres/mode/backends.pm b/src/database/postgres/mode/backends.pm index 95b9dff483..a847019ca0 100644 --- a/src/database/postgres/mode/backends.pm +++ b/src/database/postgres/mode/backends.pm @@ -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 diff --git a/src/database/postgres/mode/bloat.pm b/src/database/postgres/mode/bloat.pm index 452b984c95..6ef6ccffcb 100644 --- a/src/database/postgres/mode/bloat.pm +++ b/src/database/postgres/mode/bloat.pm @@ -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 diff --git a/src/database/postgres/mode/connectiontime.pm b/src/database/postgres/mode/connectiontime.pm index 4db8b65371..9f21110477 100644 --- a/src/database/postgres/mode/connectiontime.pm +++ b/src/database/postgres/mode/connectiontime.pm @@ -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 diff --git a/src/database/postgres/mode/databasesize.pm b/src/database/postgres/mode/databasesize.pm index e45539030d..6629e9bd45 100644 --- a/src/database/postgres/mode/databasesize.pm +++ b/src/database/postgres/mode/databasesize.pm @@ -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 diff --git a/src/database/postgres/mode/hitratio.pm b/src/database/postgres/mode/hitratio.pm index dfae1d496f..d2ac148045 100644 --- a/src/database/postgres/mode/hitratio.pm +++ b/src/database/postgres/mode/hitratio.pm @@ -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 diff --git a/src/database/postgres/mode/listdatabases.pm b/src/database/postgres/mode/listdatabases.pm index 13b7d7d1af..da7b618f6e 100644 --- a/src/database/postgres/mode/listdatabases.pm +++ b/src/database/postgres/mode/listdatabases.pm @@ -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 diff --git a/src/database/postgres/mode/locks.pm b/src/database/postgres/mode/locks.pm index 5385d52e70..1c73d3f024 100644 --- a/src/database/postgres/mode/locks.pm +++ b/src/database/postgres/mode/locks.pm @@ -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 diff --git a/src/database/postgres/mode/querytime.pm b/src/database/postgres/mode/querytime.pm index 1caf72327e..83e1fe0da0 100644 --- a/src/database/postgres/mode/querytime.pm +++ b/src/database/postgres/mode/querytime.pm @@ -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 diff --git a/src/database/postgres/mode/statistics.pm b/src/database/postgres/mode/statistics.pm index 7d5127c973..5c726002fb 100644 --- a/src/database/postgres/mode/statistics.pm +++ b/src/database/postgres/mode/statistics.pm @@ -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 diff --git a/src/database/postgres/mode/tablespace.pm b/src/database/postgres/mode/tablespace.pm index b9e094039a..c690d259b5 100644 --- a/src/database/postgres/mode/tablespace.pm +++ b/src/database/postgres/mode/tablespace.pm @@ -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 diff --git a/src/database/postgres/mode/timesync.pm b/src/database/postgres/mode/timesync.pm index b63e79013c..79be61691e 100644 --- a/src/database/postgres/mode/timesync.pm +++ b/src/database/postgres/mode/timesync.pm @@ -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 diff --git a/src/database/postgres/mode/vacuum.pm b/src/database/postgres/mode/vacuum.pm index a1ace946fe..5e4968c016 100644 --- a/src/database/postgres/mode/vacuum.pm +++ b/src/database/postgres/mode/vacuum.pm @@ -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 diff --git a/src/database/postgres/plugin.pm b/src/database/postgres/plugin.pm index 152282474f..875c22c8ba 100644 --- a/src/database/postgres/plugin.pm +++ b/src/database/postgres/plugin.pm @@ -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 diff --git a/src/database/postgres/psqlcmd.pm b/src/database/postgres/psqlcmd.pm index 5be3146248..7adb9d08e6 100644 --- a/src/database/postgres/psqlcmd.pm +++ b/src/database/postgres/psqlcmd.pm @@ -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 diff --git a/src/database/redis/custom/cli.pm b/src/database/redis/custom/cli.pm index a26d72b5fb..f6c3a7450c 100644 --- a/src/database/redis/custom/cli.pm +++ b/src/database/redis/custom/cli.pm @@ -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 diff --git a/src/database/redis/custom/perlmod.pm b/src/database/redis/custom/perlmod.pm index 2bbc32a20c..00da87dc04 100644 --- a/src/database/redis/custom/perlmod.pm +++ b/src/database/redis/custom/perlmod.pm @@ -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 diff --git a/src/database/redis/mode/clients.pm b/src/database/redis/mode/clients.pm index 6c1bd8c17f..90cb50af34 100644 --- a/src/database/redis/mode/clients.pm +++ b/src/database/redis/mode/clients.pm @@ -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 diff --git a/src/database/redis/mode/commands.pm b/src/database/redis/mode/commands.pm index 898b9e8e19..e27f4a702f 100644 --- a/src/database/redis/mode/commands.pm +++ b/src/database/redis/mode/commands.pm @@ -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 diff --git a/src/database/redis/mode/connections.pm b/src/database/redis/mode/connections.pm index cc0a4c1a17..5169d094cd 100644 --- a/src/database/redis/mode/connections.pm +++ b/src/database/redis/mode/connections.pm @@ -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 diff --git a/src/database/redis/mode/cpu.pm b/src/database/redis/mode/cpu.pm index 31508be214..1b7f693e38 100644 --- a/src/database/redis/mode/cpu.pm +++ b/src/database/redis/mode/cpu.pm @@ -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 diff --git a/src/database/redis/mode/memory.pm b/src/database/redis/mode/memory.pm index ef1f8208c6..48400f1e52 100644 --- a/src/database/redis/mode/memory.pm +++ b/src/database/redis/mode/memory.pm @@ -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 diff --git a/src/database/redis/mode/persistence.pm b/src/database/redis/mode/persistence.pm index c3dacc6dd2..7fe7cf5826 100644 --- a/src/database/redis/mode/persistence.pm +++ b/src/database/redis/mode/persistence.pm @@ -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 diff --git a/src/database/redis/mode/replication.pm b/src/database/redis/mode/replication.pm index abc33382bd..3834b7a76b 100644 --- a/src/database/redis/mode/replication.pm +++ b/src/database/redis/mode/replication.pm @@ -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 diff --git a/src/database/redis/plugin.pm b/src/database/redis/plugin.pm index fefec2fde8..49dad4bf7d 100644 --- a/src/database/redis/plugin.pm +++ b/src/database/redis/plugin.pm @@ -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 diff --git a/src/database/rrdtool/local/custom/cli.pm b/src/database/rrdtool/local/custom/cli.pm index 088dfcecec..5c751642fc 100644 --- a/src/database/rrdtool/local/custom/cli.pm +++ b/src/database/rrdtool/local/custom/cli.pm @@ -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 diff --git a/src/database/rrdtool/local/custom/perlmod.pm b/src/database/rrdtool/local/custom/perlmod.pm index ba351270c6..fdf2994378 100644 --- a/src/database/rrdtool/local/custom/perlmod.pm +++ b/src/database/rrdtool/local/custom/perlmod.pm @@ -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 diff --git a/src/database/rrdtool/local/mode/query.pm b/src/database/rrdtool/local/mode/query.pm index d1ff920391..e0f0f9f49c 100644 --- a/src/database/rrdtool/local/mode/query.pm +++ b/src/database/rrdtool/local/mode/query.pm @@ -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 diff --git a/src/database/rrdtool/local/plugin.pm b/src/database/rrdtool/local/plugin.pm index e8201adfae..903d95c354 100644 --- a/src/database/rrdtool/local/plugin.pm +++ b/src/database/rrdtool/local/plugin.pm @@ -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 diff --git a/src/database/sap/hana/mode/blockedtransactions.pm b/src/database/sap/hana/mode/blockedtransactions.pm index d2e3114967..dd6c611661 100644 --- a/src/database/sap/hana/mode/blockedtransactions.pm +++ b/src/database/sap/hana/mode/blockedtransactions.pm @@ -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 diff --git a/src/database/sap/hana/mode/connectedusers.pm b/src/database/sap/hana/mode/connectedusers.pm index 8a89d25106..ede32d08b9 100644 --- a/src/database/sap/hana/mode/connectedusers.pm +++ b/src/database/sap/hana/mode/connectedusers.pm @@ -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 diff --git a/src/database/sap/hana/mode/diskusage.pm b/src/database/sap/hana/mode/diskusage.pm index d1c917108b..ef7f4f8165 100644 --- a/src/database/sap/hana/mode/diskusage.pm +++ b/src/database/sap/hana/mode/diskusage.pm @@ -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 diff --git a/src/database/sap/hana/mode/hostcpu.pm b/src/database/sap/hana/mode/hostcpu.pm index 44f8ddf944..984ee3c6d9 100644 --- a/src/database/sap/hana/mode/hostcpu.pm +++ b/src/database/sap/hana/mode/hostcpu.pm @@ -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 diff --git a/src/database/sap/hana/mode/hostmemory.pm b/src/database/sap/hana/mode/hostmemory.pm index 2e6dd7dba1..cb69946d28 100644 --- a/src/database/sap/hana/mode/hostmemory.pm +++ b/src/database/sap/hana/mode/hostmemory.pm @@ -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 diff --git a/src/database/sap/hana/mode/volumeusage.pm b/src/database/sap/hana/mode/volumeusage.pm index 26a23bb61b..37c55cbeff 100644 --- a/src/database/sap/hana/mode/volumeusage.pm +++ b/src/database/sap/hana/mode/volumeusage.pm @@ -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 diff --git a/src/database/sap/hana/plugin.pm b/src/database/sap/hana/plugin.pm index 29cba49435..2b592bc1b2 100644 --- a/src/database/sap/hana/plugin.pm +++ b/src/database/sap/hana/plugin.pm @@ -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 diff --git a/src/database/sybase/mode/blockedprocesses.pm b/src/database/sybase/mode/blockedprocesses.pm index ef0556c116..e20837ffe8 100644 --- a/src/database/sybase/mode/blockedprocesses.pm +++ b/src/database/sybase/mode/blockedprocesses.pm @@ -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 diff --git a/src/database/sybase/mode/connectedusers.pm b/src/database/sybase/mode/connectedusers.pm index cccc1c1299..b9dd7661a5 100644 --- a/src/database/sybase/mode/connectedusers.pm +++ b/src/database/sybase/mode/connectedusers.pm @@ -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 diff --git a/src/database/sybase/mode/databasessize.pm b/src/database/sybase/mode/databasessize.pm index 126ccbf40b..e10e88a1cd 100644 --- a/src/database/sybase/mode/databasessize.pm +++ b/src/database/sybase/mode/databasessize.pm @@ -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 diff --git a/src/database/sybase/plugin.pm b/src/database/sybase/plugin.pm index f8820d85af..1563cb0650 100644 --- a/src/database/sybase/plugin.pm +++ b/src/database/sybase/plugin.pm @@ -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 diff --git a/src/database/warp10/sensision/mode/fetchstatistics.pm b/src/database/warp10/sensision/mode/fetchstatistics.pm index 7ad00ef2fe..5c994c5dd4 100644 --- a/src/database/warp10/sensision/mode/fetchstatistics.pm +++ b/src/database/warp10/sensision/mode/fetchstatistics.pm @@ -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 diff --git a/src/database/warp10/sensision/mode/scriptstatistics.pm b/src/database/warp10/sensision/mode/scriptstatistics.pm index 2b5d1baa7b..8a7121b212 100644 --- a/src/database/warp10/sensision/mode/scriptstatistics.pm +++ b/src/database/warp10/sensision/mode/scriptstatistics.pm @@ -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 diff --git a/src/database/warp10/sensision/plugin.pm b/src/database/warp10/sensision/plugin.pm index 48555e6a9c..e471e58a2a 100644 --- a/src/database/warp10/sensision/plugin.pm +++ b/src/database/warp10/sensision/plugin.pm @@ -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 diff --git a/src/example/custommode/simple.pm b/src/example/custommode/simple.pm index b77ed624eb..f5cfd81794 100644 --- a/src/example/custommode/simple.pm +++ b/src/example/custommode/simple.pm @@ -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 diff --git a/src/example/mode/getvalue.pm b/src/example/mode/getvalue.pm index 727656be97..65b8c4b43c 100644 --- a/src/example/mode/getvalue.pm +++ b/src/example/mode/getvalue.pm @@ -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 diff --git a/src/example/mode/launchcmd.pm b/src/example/mode/launchcmd.pm index 1d63cbcf3d..8157f0557b 100644 --- a/src/example/mode/launchcmd.pm +++ b/src/example/mode/launchcmd.pm @@ -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 diff --git a/src/example/mode/testcustom.pm b/src/example/mode/testcustom.pm index 542a38cab2..994c415f71 100644 --- a/src/example/mode/testcustom.pm +++ b/src/example/mode/testcustom.pm @@ -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 diff --git a/src/example/plugin_command.pm b/src/example/plugin_command.pm index 5490c6932b..829376d6f0 100644 --- a/src/example/plugin_command.pm +++ b/src/example/plugin_command.pm @@ -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 diff --git a/src/example/plugin_custom.pm b/src/example/plugin_custom.pm index 944cc741af..5d8c8c889e 100644 --- a/src/example/plugin_custom.pm +++ b/src/example/plugin_custom.pm @@ -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 diff --git a/src/example/plugin_snmp.pm b/src/example/plugin_snmp.pm index f26679f4df..a9f0b451b7 100644 --- a/src/example/plugin_snmp.pm +++ b/src/example/plugin_snmp.pm @@ -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 diff --git a/src/hardware/ats/apc/snmp/mode/components/entity.pm b/src/hardware/ats/apc/snmp/mode/components/entity.pm index 73f9166d93..0e0a11b0ee 100644 --- a/src/hardware/ats/apc/snmp/mode/components/entity.pm +++ b/src/hardware/ats/apc/snmp/mode/components/entity.pm @@ -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 diff --git a/src/hardware/ats/apc/snmp/mode/devicestatus.pm b/src/hardware/ats/apc/snmp/mode/devicestatus.pm index 79f0291cc8..18fc82c64d 100644 --- a/src/hardware/ats/apc/snmp/mode/devicestatus.pm +++ b/src/hardware/ats/apc/snmp/mode/devicestatus.pm @@ -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 diff --git a/src/hardware/ats/apc/snmp/mode/inputlines.pm b/src/hardware/ats/apc/snmp/mode/inputlines.pm index 0382164219..8f60fd44a0 100644 --- a/src/hardware/ats/apc/snmp/mode/inputlines.pm +++ b/src/hardware/ats/apc/snmp/mode/inputlines.pm @@ -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 diff --git a/src/hardware/ats/apc/snmp/mode/ntp.pm b/src/hardware/ats/apc/snmp/mode/ntp.pm index f2a0345da2..13d6d7e686 100644 --- a/src/hardware/ats/apc/snmp/mode/ntp.pm +++ b/src/hardware/ats/apc/snmp/mode/ntp.pm @@ -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 diff --git a/src/hardware/ats/apc/snmp/mode/outputlines.pm b/src/hardware/ats/apc/snmp/mode/outputlines.pm index 9bf5f7cc45..397f1e3c84 100644 --- a/src/hardware/ats/apc/snmp/mode/outputlines.pm +++ b/src/hardware/ats/apc/snmp/mode/outputlines.pm @@ -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 diff --git a/src/hardware/ats/apc/snmp/plugin.pm b/src/hardware/ats/apc/snmp/plugin.pm index 2a59e8c78c..0b1f5efda9 100644 --- a/src/hardware/ats/apc/snmp/plugin.pm +++ b/src/hardware/ats/apc/snmp/plugin.pm @@ -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 diff --git a/src/hardware/ats/eaton/snmp/mode/inputlines.pm b/src/hardware/ats/eaton/snmp/mode/inputlines.pm index c97d9e1445..aa335793cf 100644 --- a/src/hardware/ats/eaton/snmp/mode/inputlines.pm +++ b/src/hardware/ats/eaton/snmp/mode/inputlines.pm @@ -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 diff --git a/src/hardware/ats/eaton/snmp/mode/outputline.pm b/src/hardware/ats/eaton/snmp/mode/outputline.pm index c0f6a5ee04..58d7a824a3 100644 --- a/src/hardware/ats/eaton/snmp/mode/outputline.pm +++ b/src/hardware/ats/eaton/snmp/mode/outputline.pm @@ -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 diff --git a/src/hardware/ats/eaton/snmp/mode/system.pm b/src/hardware/ats/eaton/snmp/mode/system.pm index 32240765ca..5792e87bdd 100644 --- a/src/hardware/ats/eaton/snmp/mode/system.pm +++ b/src/hardware/ats/eaton/snmp/mode/system.pm @@ -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 diff --git a/src/hardware/ats/eaton/snmp/plugin.pm b/src/hardware/ats/eaton/snmp/plugin.pm index 43490344bb..79311b3878 100644 --- a/src/hardware/ats/eaton/snmp/plugin.pm +++ b/src/hardware/ats/eaton/snmp/plugin.pm @@ -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 diff --git a/src/hardware/devices/abb/cms700/snmp/mode/listsensors.pm b/src/hardware/devices/abb/cms700/snmp/mode/listsensors.pm index f5842e6bbe..7052b743e1 100644 --- a/src/hardware/devices/abb/cms700/snmp/mode/listsensors.pm +++ b/src/hardware/devices/abb/cms700/snmp/mode/listsensors.pm @@ -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 diff --git a/src/hardware/devices/abb/cms700/snmp/mode/mainsmeasurements.pm b/src/hardware/devices/abb/cms700/snmp/mode/mainsmeasurements.pm index 2d7cc08d06..b39403b6d0 100644 --- a/src/hardware/devices/abb/cms700/snmp/mode/mainsmeasurements.pm +++ b/src/hardware/devices/abb/cms700/snmp/mode/mainsmeasurements.pm @@ -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 diff --git a/src/hardware/devices/abb/cms700/snmp/mode/sensorsmeasurements.pm b/src/hardware/devices/abb/cms700/snmp/mode/sensorsmeasurements.pm index d0cf288f0c..0c1d8c7695 100644 --- a/src/hardware/devices/abb/cms700/snmp/mode/sensorsmeasurements.pm +++ b/src/hardware/devices/abb/cms700/snmp/mode/sensorsmeasurements.pm @@ -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 diff --git a/src/hardware/devices/abb/cms700/snmp/plugin.pm b/src/hardware/devices/abb/cms700/snmp/plugin.pm index fdeed33633..80b787d452 100644 --- a/src/hardware/devices/abb/cms700/snmp/plugin.pm +++ b/src/hardware/devices/abb/cms700/snmp/plugin.pm @@ -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 diff --git a/src/hardware/devices/aeg/acm/snmp/mode/acstatus.pm b/src/hardware/devices/aeg/acm/snmp/mode/acstatus.pm index d2059cd079..ba01e58d67 100644 --- a/src/hardware/devices/aeg/acm/snmp/mode/acstatus.pm +++ b/src/hardware/devices/aeg/acm/snmp/mode/acstatus.pm @@ -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 diff --git a/src/hardware/devices/aeg/acm/snmp/mode/alarmsstatus.pm b/src/hardware/devices/aeg/acm/snmp/mode/alarmsstatus.pm index 11d9367d53..619fc99c41 100644 --- a/src/hardware/devices/aeg/acm/snmp/mode/alarmsstatus.pm +++ b/src/hardware/devices/aeg/acm/snmp/mode/alarmsstatus.pm @@ -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 diff --git a/src/hardware/devices/aeg/acm/snmp/mode/batterystatus.pm b/src/hardware/devices/aeg/acm/snmp/mode/batterystatus.pm index 2518046535..764f702ab4 100644 --- a/src/hardware/devices/aeg/acm/snmp/mode/batterystatus.pm +++ b/src/hardware/devices/aeg/acm/snmp/mode/batterystatus.pm @@ -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 diff --git a/src/hardware/devices/aeg/acm/snmp/mode/components/multiple.pm b/src/hardware/devices/aeg/acm/snmp/mode/components/multiple.pm index 82adb5055b..d9422513f1 100644 --- a/src/hardware/devices/aeg/acm/snmp/mode/components/multiple.pm +++ b/src/hardware/devices/aeg/acm/snmp/mode/components/multiple.pm @@ -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 diff --git a/src/hardware/devices/aeg/acm/snmp/mode/components/simple.pm b/src/hardware/devices/aeg/acm/snmp/mode/components/simple.pm index 2d6740370c..68fd5d0b46 100644 --- a/src/hardware/devices/aeg/acm/snmp/mode/components/simple.pm +++ b/src/hardware/devices/aeg/acm/snmp/mode/components/simple.pm @@ -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 diff --git a/src/hardware/devices/aeg/acm/snmp/mode/loadstatus.pm b/src/hardware/devices/aeg/acm/snmp/mode/loadstatus.pm index f9bf5be384..e3a97e34b7 100644 --- a/src/hardware/devices/aeg/acm/snmp/mode/loadstatus.pm +++ b/src/hardware/devices/aeg/acm/snmp/mode/loadstatus.pm @@ -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 diff --git a/src/hardware/devices/aeg/acm/snmp/mode/rectifierstatus.pm b/src/hardware/devices/aeg/acm/snmp/mode/rectifierstatus.pm index 5b1c346f8c..e21dcb2a01 100644 --- a/src/hardware/devices/aeg/acm/snmp/mode/rectifierstatus.pm +++ b/src/hardware/devices/aeg/acm/snmp/mode/rectifierstatus.pm @@ -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 diff --git a/src/hardware/devices/aeg/acm/snmp/plugin.pm b/src/hardware/devices/aeg/acm/snmp/plugin.pm index bb6ea7402f..9c31d1f4df 100644 --- a/src/hardware/devices/aeg/acm/snmp/plugin.pm +++ b/src/hardware/devices/aeg/acm/snmp/plugin.pm @@ -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 diff --git a/src/hardware/devices/barco/cs/restapi/custom/api.pm b/src/hardware/devices/barco/cs/restapi/custom/api.pm index 70fd952f0b..67cac0cfa8 100644 --- a/src/hardware/devices/barco/cs/restapi/custom/api.pm +++ b/src/hardware/devices/barco/cs/restapi/custom/api.pm @@ -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 diff --git a/src/hardware/devices/barco/cs/restapi/mode/device.pm b/src/hardware/devices/barco/cs/restapi/mode/device.pm index 329cb5b36d..28265df390 100644 --- a/src/hardware/devices/barco/cs/restapi/mode/device.pm +++ b/src/hardware/devices/barco/cs/restapi/mode/device.pm @@ -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 diff --git a/src/hardware/devices/barco/cs/restapi/plugin.pm b/src/hardware/devices/barco/cs/restapi/plugin.pm index f74ef16ac8..c3f5299e01 100644 --- a/src/hardware/devices/barco/cs/restapi/plugin.pm +++ b/src/hardware/devices/barco/cs/restapi/plugin.pm @@ -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 diff --git a/src/hardware/devices/camera/hanwha/snmp/mode/components/sdcard.pm b/src/hardware/devices/camera/hanwha/snmp/mode/components/sdcard.pm index 969fb082c4..df504c1fa6 100644 --- a/src/hardware/devices/camera/hanwha/snmp/mode/components/sdcard.pm +++ b/src/hardware/devices/camera/hanwha/snmp/mode/components/sdcard.pm @@ -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 diff --git a/src/hardware/devices/camera/hanwha/snmp/mode/components/service.pm b/src/hardware/devices/camera/hanwha/snmp/mode/components/service.pm index 966d9753b8..1cc30d15db 100644 --- a/src/hardware/devices/camera/hanwha/snmp/mode/components/service.pm +++ b/src/hardware/devices/camera/hanwha/snmp/mode/components/service.pm @@ -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 diff --git a/src/hardware/devices/camera/hanwha/snmp/mode/hardware.pm b/src/hardware/devices/camera/hanwha/snmp/mode/hardware.pm index 931901c151..06fd31e916 100644 --- a/src/hardware/devices/camera/hanwha/snmp/mode/hardware.pm +++ b/src/hardware/devices/camera/hanwha/snmp/mode/hardware.pm @@ -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 diff --git a/src/hardware/devices/camera/hanwha/snmp/plugin.pm b/src/hardware/devices/camera/hanwha/snmp/plugin.pm index 6d9966a3b7..f155cba278 100644 --- a/src/hardware/devices/camera/hanwha/snmp/plugin.pm +++ b/src/hardware/devices/camera/hanwha/snmp/plugin.pm @@ -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 diff --git a/src/hardware/devices/camera/hikvision/snmp/mode/cpu.pm b/src/hardware/devices/camera/hikvision/snmp/mode/cpu.pm index 055f24c91d..531270f201 100644 --- a/src/hardware/devices/camera/hikvision/snmp/mode/cpu.pm +++ b/src/hardware/devices/camera/hikvision/snmp/mode/cpu.pm @@ -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 diff --git a/src/hardware/devices/camera/hikvision/snmp/mode/disk.pm b/src/hardware/devices/camera/hikvision/snmp/mode/disk.pm index 0a86a87734..8afea1f337 100644 --- a/src/hardware/devices/camera/hikvision/snmp/mode/disk.pm +++ b/src/hardware/devices/camera/hikvision/snmp/mode/disk.pm @@ -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 diff --git a/src/hardware/devices/camera/hikvision/snmp/mode/memory.pm b/src/hardware/devices/camera/hikvision/snmp/mode/memory.pm index 210475404e..890cfa5e26 100644 --- a/src/hardware/devices/camera/hikvision/snmp/mode/memory.pm +++ b/src/hardware/devices/camera/hikvision/snmp/mode/memory.pm @@ -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 diff --git a/src/hardware/devices/camera/hikvision/snmp/mode/time.pm b/src/hardware/devices/camera/hikvision/snmp/mode/time.pm index 30691b4c1e..60f3d7a831 100644 --- a/src/hardware/devices/camera/hikvision/snmp/mode/time.pm +++ b/src/hardware/devices/camera/hikvision/snmp/mode/time.pm @@ -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 diff --git a/src/hardware/devices/camera/hikvision/snmp/plugin.pm b/src/hardware/devices/camera/hikvision/snmp/plugin.pm index 0571ae4c47..bb9d79ec6c 100644 --- a/src/hardware/devices/camera/hikvision/snmp/plugin.pm +++ b/src/hardware/devices/camera/hikvision/snmp/plugin.pm @@ -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 diff --git a/src/hardware/devices/camera/mobotix/snmp/mode/system.pm b/src/hardware/devices/camera/mobotix/snmp/mode/system.pm index 2c08461d07..2211f555c8 100644 --- a/src/hardware/devices/camera/mobotix/snmp/mode/system.pm +++ b/src/hardware/devices/camera/mobotix/snmp/mode/system.pm @@ -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 diff --git a/src/hardware/devices/camera/mobotix/snmp/plugin.pm b/src/hardware/devices/camera/mobotix/snmp/plugin.pm index 2a88911594..e2788a8d76 100644 --- a/src/hardware/devices/camera/mobotix/snmp/plugin.pm +++ b/src/hardware/devices/camera/mobotix/snmp/plugin.pm @@ -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 diff --git a/src/hardware/devices/camera/optelecom/snmp/mode/alarms.pm b/src/hardware/devices/camera/optelecom/snmp/mode/alarms.pm index 51e56e0c35..c6c7aa415e 100644 --- a/src/hardware/devices/camera/optelecom/snmp/mode/alarms.pm +++ b/src/hardware/devices/camera/optelecom/snmp/mode/alarms.pm @@ -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 diff --git a/src/hardware/devices/camera/optelecom/snmp/mode/interfaces.pm b/src/hardware/devices/camera/optelecom/snmp/mode/interfaces.pm index 4115cae2d0..c7939fecad 100644 --- a/src/hardware/devices/camera/optelecom/snmp/mode/interfaces.pm +++ b/src/hardware/devices/camera/optelecom/snmp/mode/interfaces.pm @@ -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 diff --git a/src/hardware/devices/camera/optelecom/snmp/mode/networks.pm b/src/hardware/devices/camera/optelecom/snmp/mode/networks.pm index b578666fa1..293ab07ea6 100644 --- a/src/hardware/devices/camera/optelecom/snmp/mode/networks.pm +++ b/src/hardware/devices/camera/optelecom/snmp/mode/networks.pm @@ -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 diff --git a/src/hardware/devices/camera/optelecom/snmp/mode/temperatures.pm b/src/hardware/devices/camera/optelecom/snmp/mode/temperatures.pm index 875206143b..b76202cca6 100644 --- a/src/hardware/devices/camera/optelecom/snmp/mode/temperatures.pm +++ b/src/hardware/devices/camera/optelecom/snmp/mode/temperatures.pm @@ -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 diff --git a/src/hardware/devices/camera/optelecom/snmp/mode/uptime.pm b/src/hardware/devices/camera/optelecom/snmp/mode/uptime.pm index ff16b4da95..3182b0b620 100644 --- a/src/hardware/devices/camera/optelecom/snmp/mode/uptime.pm +++ b/src/hardware/devices/camera/optelecom/snmp/mode/uptime.pm @@ -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 diff --git a/src/hardware/devices/camera/optelecom/snmp/plugin.pm b/src/hardware/devices/camera/optelecom/snmp/plugin.pm index c69c7c78c8..e31a93f6a1 100644 --- a/src/hardware/devices/camera/optelecom/snmp/plugin.pm +++ b/src/hardware/devices/camera/optelecom/snmp/plugin.pm @@ -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 diff --git a/src/hardware/devices/cisco/ces/restapi/custom/api.pm b/src/hardware/devices/cisco/ces/restapi/custom/api.pm index 9c75394101..6f76b7d716 100644 --- a/src/hardware/devices/cisco/ces/restapi/custom/api.pm +++ b/src/hardware/devices/cisco/ces/restapi/custom/api.pm @@ -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 diff --git a/src/hardware/devices/cisco/ces/restapi/mode/callsrt.pm b/src/hardware/devices/cisco/ces/restapi/mode/callsrt.pm index 7ceedd0a88..5eeeb8422c 100644 --- a/src/hardware/devices/cisco/ces/restapi/mode/callsrt.pm +++ b/src/hardware/devices/cisco/ces/restapi/mode/callsrt.pm @@ -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 diff --git a/src/hardware/devices/cisco/ces/restapi/mode/callssummary.pm b/src/hardware/devices/cisco/ces/restapi/mode/callssummary.pm index f1747b678f..44e5ce27f2 100644 --- a/src/hardware/devices/cisco/ces/restapi/mode/callssummary.pm +++ b/src/hardware/devices/cisco/ces/restapi/mode/callssummary.pm @@ -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 diff --git a/src/hardware/devices/cisco/ces/restapi/mode/certificates.pm b/src/hardware/devices/cisco/ces/restapi/mode/certificates.pm index 54b58b8d36..a2197d5988 100644 --- a/src/hardware/devices/cisco/ces/restapi/mode/certificates.pm +++ b/src/hardware/devices/cisco/ces/restapi/mode/certificates.pm @@ -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 diff --git a/src/hardware/devices/cisco/ces/restapi/mode/components.pm b/src/hardware/devices/cisco/ces/restapi/mode/components.pm index e4776987fa..7c2c68a971 100644 --- a/src/hardware/devices/cisco/ces/restapi/mode/components.pm +++ b/src/hardware/devices/cisco/ces/restapi/mode/components.pm @@ -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 diff --git a/src/hardware/devices/cisco/ces/restapi/mode/components/ad.pm b/src/hardware/devices/cisco/ces/restapi/mode/components/ad.pm index ef1b002c7c..36ad24e9dd 100644 --- a/src/hardware/devices/cisco/ces/restapi/mode/components/ad.pm +++ b/src/hardware/devices/cisco/ces/restapi/mode/components/ad.pm @@ -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 diff --git a/src/hardware/devices/cisco/ces/restapi/mode/components/aic.pm b/src/hardware/devices/cisco/ces/restapi/mode/components/aic.pm index 7c8df5700c..bb16fa5af2 100644 --- a/src/hardware/devices/cisco/ces/restapi/mode/components/aic.pm +++ b/src/hardware/devices/cisco/ces/restapi/mode/components/aic.pm @@ -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 diff --git a/src/hardware/devices/cisco/ces/restapi/mode/components/aoc.pm b/src/hardware/devices/cisco/ces/restapi/mode/components/aoc.pm index 37f05eb4e9..621a6886a4 100644 --- a/src/hardware/devices/cisco/ces/restapi/mode/components/aoc.pm +++ b/src/hardware/devices/cisco/ces/restapi/mode/components/aoc.pm @@ -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 diff --git a/src/hardware/devices/cisco/ces/restapi/mode/components/camera.pm b/src/hardware/devices/cisco/ces/restapi/mode/components/camera.pm index b996ea822d..ed0a8d504d 100644 --- a/src/hardware/devices/cisco/ces/restapi/mode/components/camera.pm +++ b/src/hardware/devices/cisco/ces/restapi/mode/components/camera.pm @@ -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 diff --git a/src/hardware/devices/cisco/ces/restapi/mode/components/software.pm b/src/hardware/devices/cisco/ces/restapi/mode/components/software.pm index d148a06b21..48fc52f360 100644 --- a/src/hardware/devices/cisco/ces/restapi/mode/components/software.pm +++ b/src/hardware/devices/cisco/ces/restapi/mode/components/software.pm @@ -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 diff --git a/src/hardware/devices/cisco/ces/restapi/mode/components/st.pm b/src/hardware/devices/cisco/ces/restapi/mode/components/st.pm index 1354d70244..e2c4aee514 100644 --- a/src/hardware/devices/cisco/ces/restapi/mode/components/st.pm +++ b/src/hardware/devices/cisco/ces/restapi/mode/components/st.pm @@ -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 diff --git a/src/hardware/devices/cisco/ces/restapi/mode/components/temperature.pm b/src/hardware/devices/cisco/ces/restapi/mode/components/temperature.pm index 77f3d77a63..1c1e96c918 100644 --- a/src/hardware/devices/cisco/ces/restapi/mode/components/temperature.pm +++ b/src/hardware/devices/cisco/ces/restapi/mode/components/temperature.pm @@ -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 diff --git a/src/hardware/devices/cisco/ces/restapi/mode/components/vic.pm b/src/hardware/devices/cisco/ces/restapi/mode/components/vic.pm index ffd71eb594..4482b474fa 100644 --- a/src/hardware/devices/cisco/ces/restapi/mode/components/vic.pm +++ b/src/hardware/devices/cisco/ces/restapi/mode/components/vic.pm @@ -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 diff --git a/src/hardware/devices/cisco/ces/restapi/mode/components/vis.pm b/src/hardware/devices/cisco/ces/restapi/mode/components/vis.pm index 0b46c73d8e..8223f91ef5 100644 --- a/src/hardware/devices/cisco/ces/restapi/mode/components/vis.pm +++ b/src/hardware/devices/cisco/ces/restapi/mode/components/vis.pm @@ -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 diff --git a/src/hardware/devices/cisco/ces/restapi/mode/components/voc.pm b/src/hardware/devices/cisco/ces/restapi/mode/components/voc.pm index 9f490b29ba..6e24526a99 100644 --- a/src/hardware/devices/cisco/ces/restapi/mode/components/voc.pm +++ b/src/hardware/devices/cisco/ces/restapi/mode/components/voc.pm @@ -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 diff --git a/src/hardware/devices/cisco/ces/restapi/mode/components/webex.pm b/src/hardware/devices/cisco/ces/restapi/mode/components/webex.pm index 8d1bfcfddc..20d08222ba 100644 --- a/src/hardware/devices/cisco/ces/restapi/mode/components/webex.pm +++ b/src/hardware/devices/cisco/ces/restapi/mode/components/webex.pm @@ -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 diff --git a/src/hardware/devices/cisco/ces/restapi/mode/peripherals.pm b/src/hardware/devices/cisco/ces/restapi/mode/peripherals.pm index 1874821cf7..3144a53a06 100644 --- a/src/hardware/devices/cisco/ces/restapi/mode/peripherals.pm +++ b/src/hardware/devices/cisco/ces/restapi/mode/peripherals.pm @@ -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 diff --git a/src/hardware/devices/cisco/ces/restapi/mode/sessions.pm b/src/hardware/devices/cisco/ces/restapi/mode/sessions.pm index ed5702ff23..6c6f12c153 100644 --- a/src/hardware/devices/cisco/ces/restapi/mode/sessions.pm +++ b/src/hardware/devices/cisco/ces/restapi/mode/sessions.pm @@ -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 diff --git a/src/hardware/devices/cisco/ces/restapi/plugin.pm b/src/hardware/devices/cisco/ces/restapi/plugin.pm index e326136161..077eba1268 100644 --- a/src/hardware/devices/cisco/ces/restapi/plugin.pm +++ b/src/hardware/devices/cisco/ces/restapi/plugin.pm @@ -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 diff --git a/src/hardware/devices/cisco/cts/snmp/mode/calls.pm b/src/hardware/devices/cisco/cts/snmp/mode/calls.pm index ef4f595f78..42d44aaea0 100644 --- a/src/hardware/devices/cisco/cts/snmp/mode/calls.pm +++ b/src/hardware/devices/cisco/cts/snmp/mode/calls.pm @@ -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 diff --git a/src/hardware/devices/cisco/cts/snmp/mode/peripherals.pm b/src/hardware/devices/cisco/cts/snmp/mode/peripherals.pm index b03b7f5899..c477a48494 100644 --- a/src/hardware/devices/cisco/cts/snmp/mode/peripherals.pm +++ b/src/hardware/devices/cisco/cts/snmp/mode/peripherals.pm @@ -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 diff --git a/src/hardware/devices/cisco/cts/snmp/plugin.pm b/src/hardware/devices/cisco/cts/snmp/plugin.pm index 410ecf1a32..98a56dc3a2 100644 --- a/src/hardware/devices/cisco/cts/snmp/plugin.pm +++ b/src/hardware/devices/cisco/cts/snmp/plugin.pm @@ -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 diff --git a/src/hardware/devices/eltek/enexus/snmp/mode/alarms.pm b/src/hardware/devices/eltek/enexus/snmp/mode/alarms.pm index b56f3e459a..7f9569e619 100644 --- a/src/hardware/devices/eltek/enexus/snmp/mode/alarms.pm +++ b/src/hardware/devices/eltek/enexus/snmp/mode/alarms.pm @@ -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 diff --git a/src/hardware/devices/eltek/enexus/snmp/mode/battery.pm b/src/hardware/devices/eltek/enexus/snmp/mode/battery.pm index d81ca07095..edc073a4d7 100644 --- a/src/hardware/devices/eltek/enexus/snmp/mode/battery.pm +++ b/src/hardware/devices/eltek/enexus/snmp/mode/battery.pm @@ -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 diff --git a/src/hardware/devices/eltek/enexus/snmp/mode/load.pm b/src/hardware/devices/eltek/enexus/snmp/mode/load.pm index 641f9bd277..a730376040 100644 --- a/src/hardware/devices/eltek/enexus/snmp/mode/load.pm +++ b/src/hardware/devices/eltek/enexus/snmp/mode/load.pm @@ -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 diff --git a/src/hardware/devices/eltek/enexus/snmp/mode/outputs.pm b/src/hardware/devices/eltek/enexus/snmp/mode/outputs.pm index b82c8c9988..e1f5f3cf2b 100644 --- a/src/hardware/devices/eltek/enexus/snmp/mode/outputs.pm +++ b/src/hardware/devices/eltek/enexus/snmp/mode/outputs.pm @@ -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 diff --git a/src/hardware/devices/eltek/enexus/snmp/plugin.pm b/src/hardware/devices/eltek/enexus/snmp/plugin.pm index 6a55818254..b7e1bc8823 100644 --- a/src/hardware/devices/eltek/enexus/snmp/plugin.pm +++ b/src/hardware/devices/eltek/enexus/snmp/plugin.pm @@ -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 diff --git a/src/hardware/devices/gorgy/ntpserver/snmp/mode/globalstatus.pm b/src/hardware/devices/gorgy/ntpserver/snmp/mode/globalstatus.pm index 1baabd4155..b478157cdb 100644 --- a/src/hardware/devices/gorgy/ntpserver/snmp/mode/globalstatus.pm +++ b/src/hardware/devices/gorgy/ntpserver/snmp/mode/globalstatus.pm @@ -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 diff --git a/src/hardware/devices/gorgy/ntpserver/snmp/plugin.pm b/src/hardware/devices/gorgy/ntpserver/snmp/plugin.pm index cd67537580..03f0acc2d9 100644 --- a/src/hardware/devices/gorgy/ntpserver/snmp/plugin.pm +++ b/src/hardware/devices/gorgy/ntpserver/snmp/plugin.pm @@ -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 diff --git a/src/hardware/devices/hikvision/nvr/isapi/custom/api.pm b/src/hardware/devices/hikvision/nvr/isapi/custom/api.pm index be0c745986..2ff917ac16 100644 --- a/src/hardware/devices/hikvision/nvr/isapi/custom/api.pm +++ b/src/hardware/devices/hikvision/nvr/isapi/custom/api.pm @@ -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 diff --git a/src/hardware/devices/hikvision/nvr/isapi/mode/cpu.pm b/src/hardware/devices/hikvision/nvr/isapi/mode/cpu.pm index 632a074daa..2bc4cbd9c6 100644 --- a/src/hardware/devices/hikvision/nvr/isapi/mode/cpu.pm +++ b/src/hardware/devices/hikvision/nvr/isapi/mode/cpu.pm @@ -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 alarm monitoring for diff --git a/src/hardware/devices/hikvision/nvr/isapi/mode/device.pm b/src/hardware/devices/hikvision/nvr/isapi/mode/device.pm index 97ab852e14..b9ecc0982b 100644 --- a/src/hardware/devices/hikvision/nvr/isapi/mode/device.pm +++ b/src/hardware/devices/hikvision/nvr/isapi/mode/device.pm @@ -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 alarm monitoring for diff --git a/src/hardware/devices/hikvision/nvr/isapi/mode/disks.pm b/src/hardware/devices/hikvision/nvr/isapi/mode/disks.pm index 9fd1d3dc5c..a2ac029b5f 100644 --- a/src/hardware/devices/hikvision/nvr/isapi/mode/disks.pm +++ b/src/hardware/devices/hikvision/nvr/isapi/mode/disks.pm @@ -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 diff --git a/src/hardware/devices/hikvision/nvr/isapi/mode/memory.pm b/src/hardware/devices/hikvision/nvr/isapi/mode/memory.pm index 33ba5d2c9a..9545d1ed02 100644 --- a/src/hardware/devices/hikvision/nvr/isapi/mode/memory.pm +++ b/src/hardware/devices/hikvision/nvr/isapi/mode/memory.pm @@ -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 diff --git a/src/hardware/devices/hikvision/nvr/isapi/mode/protocols.pm b/src/hardware/devices/hikvision/nvr/isapi/mode/protocols.pm index 4eb203328c..01f0876a94 100644 --- a/src/hardware/devices/hikvision/nvr/isapi/mode/protocols.pm +++ b/src/hardware/devices/hikvision/nvr/isapi/mode/protocols.pm @@ -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 diff --git a/src/hardware/devices/hikvision/nvr/isapi/mode/time.pm b/src/hardware/devices/hikvision/nvr/isapi/mode/time.pm index 5069ff7961..d648240624 100644 --- a/src/hardware/devices/hikvision/nvr/isapi/mode/time.pm +++ b/src/hardware/devices/hikvision/nvr/isapi/mode/time.pm @@ -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 diff --git a/src/hardware/devices/hikvision/nvr/isapi/mode/uptime.pm b/src/hardware/devices/hikvision/nvr/isapi/mode/uptime.pm index 10edf14b84..44b4843a46 100644 --- a/src/hardware/devices/hikvision/nvr/isapi/mode/uptime.pm +++ b/src/hardware/devices/hikvision/nvr/isapi/mode/uptime.pm @@ -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 diff --git a/src/hardware/devices/hikvision/nvr/isapi/plugin.pm b/src/hardware/devices/hikvision/nvr/isapi/plugin.pm index adcdd40019..d0e1c4fccc 100644 --- a/src/hardware/devices/hikvision/nvr/isapi/plugin.pm +++ b/src/hardware/devices/hikvision/nvr/isapi/plugin.pm @@ -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 diff --git a/src/hardware/devices/hikvision/nvr/snmp/mode/disks.pm b/src/hardware/devices/hikvision/nvr/snmp/mode/disks.pm index 66dec7b182..e83d887738 100644 --- a/src/hardware/devices/hikvision/nvr/snmp/mode/disks.pm +++ b/src/hardware/devices/hikvision/nvr/snmp/mode/disks.pm @@ -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 diff --git a/src/hardware/devices/hikvision/nvr/snmp/mode/memory.pm b/src/hardware/devices/hikvision/nvr/snmp/mode/memory.pm index 8854470a04..6a108305a0 100644 --- a/src/hardware/devices/hikvision/nvr/snmp/mode/memory.pm +++ b/src/hardware/devices/hikvision/nvr/snmp/mode/memory.pm @@ -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 diff --git a/src/hardware/devices/hikvision/nvr/snmp/mode/uptime.pm b/src/hardware/devices/hikvision/nvr/snmp/mode/uptime.pm index 0103e0c680..5fe15add2a 100644 --- a/src/hardware/devices/hikvision/nvr/snmp/mode/uptime.pm +++ b/src/hardware/devices/hikvision/nvr/snmp/mode/uptime.pm @@ -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 diff --git a/src/hardware/devices/hikvision/nvr/snmp/plugin.pm b/src/hardware/devices/hikvision/nvr/snmp/plugin.pm index 959930d230..80252d38e3 100644 --- a/src/hardware/devices/hikvision/nvr/snmp/plugin.pm +++ b/src/hardware/devices/hikvision/nvr/snmp/plugin.pm @@ -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 diff --git a/src/hardware/devices/hms/ewon/snmp/mode/listtags.pm b/src/hardware/devices/hms/ewon/snmp/mode/listtags.pm index e2302414aa..635db53a1f 100644 --- a/src/hardware/devices/hms/ewon/snmp/mode/listtags.pm +++ b/src/hardware/devices/hms/ewon/snmp/mode/listtags.pm @@ -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 diff --git a/src/hardware/devices/hms/ewon/snmp/mode/tags.pm b/src/hardware/devices/hms/ewon/snmp/mode/tags.pm index e0ee93dbbe..126e98b8a9 100644 --- a/src/hardware/devices/hms/ewon/snmp/mode/tags.pm +++ b/src/hardware/devices/hms/ewon/snmp/mode/tags.pm @@ -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 diff --git a/src/hardware/devices/hms/ewon/snmp/plugin.pm b/src/hardware/devices/hms/ewon/snmp/plugin.pm index 31c46a6a79..239cf9c08e 100644 --- a/src/hardware/devices/hms/ewon/snmp/plugin.pm +++ b/src/hardware/devices/hms/ewon/snmp/plugin.pm @@ -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 diff --git a/src/hardware/devices/hms/netbiter/argos/restapi/custom/api.pm b/src/hardware/devices/hms/netbiter/argos/restapi/custom/api.pm index f3a5729111..9a536610ac 100644 --- a/src/hardware/devices/hms/netbiter/argos/restapi/custom/api.pm +++ b/src/hardware/devices/hms/netbiter/argos/restapi/custom/api.pm @@ -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 diff --git a/src/hardware/devices/hms/netbiter/argos/restapi/mode/alarms.pm b/src/hardware/devices/hms/netbiter/argos/restapi/mode/alarms.pm index 3e19565ac5..db342f4309 100644 --- a/src/hardware/devices/hms/netbiter/argos/restapi/mode/alarms.pm +++ b/src/hardware/devices/hms/netbiter/argos/restapi/mode/alarms.pm @@ -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 cluster monitoring for diff --git a/src/hardware/devices/hms/netbiter/argos/restapi/mode/discovery.pm b/src/hardware/devices/hms/netbiter/argos/restapi/mode/discovery.pm index db69736b4d..15207c7d09 100644 --- a/src/hardware/devices/hms/netbiter/argos/restapi/mode/discovery.pm +++ b/src/hardware/devices/hms/netbiter/argos/restapi/mode/discovery.pm @@ -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 diff --git a/src/hardware/devices/hms/netbiter/argos/restapi/mode/listsensors.pm b/src/hardware/devices/hms/netbiter/argos/restapi/mode/listsensors.pm index a67150645a..3ae8e642e3 100644 --- a/src/hardware/devices/hms/netbiter/argos/restapi/mode/listsensors.pm +++ b/src/hardware/devices/hms/netbiter/argos/restapi/mode/listsensors.pm @@ -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 diff --git a/src/hardware/devices/hms/netbiter/argos/restapi/mode/sensors.pm b/src/hardware/devices/hms/netbiter/argos/restapi/mode/sensors.pm index 950225c686..2d9cd82aa9 100644 --- a/src/hardware/devices/hms/netbiter/argos/restapi/mode/sensors.pm +++ b/src/hardware/devices/hms/netbiter/argos/restapi/mode/sensors.pm @@ -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 cluster monitoring for diff --git a/src/hardware/devices/hms/netbiter/argos/restapi/plugin.pm b/src/hardware/devices/hms/netbiter/argos/restapi/plugin.pm index df2185bb3c..7d9ba462bd 100644 --- a/src/hardware/devices/hms/netbiter/argos/restapi/plugin.pm +++ b/src/hardware/devices/hms/netbiter/argos/restapi/plugin.pm @@ -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 diff --git a/src/hardware/devices/masterclock/ntp100gps/snmp/mode/gpsstatus.pm b/src/hardware/devices/masterclock/ntp100gps/snmp/mode/gpsstatus.pm index 8702da21f4..adab0ae64e 100644 --- a/src/hardware/devices/masterclock/ntp100gps/snmp/mode/gpsstatus.pm +++ b/src/hardware/devices/masterclock/ntp100gps/snmp/mode/gpsstatus.pm @@ -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 diff --git a/src/hardware/devices/masterclock/ntp100gps/snmp/mode/ntpperformance.pm b/src/hardware/devices/masterclock/ntp100gps/snmp/mode/ntpperformance.pm index 6185c5e4ed..dc4b0a41b3 100644 --- a/src/hardware/devices/masterclock/ntp100gps/snmp/mode/ntpperformance.pm +++ b/src/hardware/devices/masterclock/ntp100gps/snmp/mode/ntpperformance.pm @@ -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 diff --git a/src/hardware/devices/nvidia/gpu/smi/mode/stats.pm b/src/hardware/devices/nvidia/gpu/smi/mode/stats.pm index b5d6b0db3a..c7cae05fa4 100644 --- a/src/hardware/devices/nvidia/gpu/smi/mode/stats.pm +++ b/src/hardware/devices/nvidia/gpu/smi/mode/stats.pm @@ -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 diff --git a/src/hardware/devices/nvidia/gpu/smi/plugin.pm b/src/hardware/devices/nvidia/gpu/smi/plugin.pm index 47f2ad9ab4..3a517259e9 100644 --- a/src/hardware/devices/nvidia/gpu/smi/plugin.pm +++ b/src/hardware/devices/nvidia/gpu/smi/plugin.pm @@ -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 diff --git a/src/hardware/devices/pexip/infinity/managementapi/custom/api.pm b/src/hardware/devices/pexip/infinity/managementapi/custom/api.pm index 96fa681f2b..19226e2552 100644 --- a/src/hardware/devices/pexip/infinity/managementapi/custom/api.pm +++ b/src/hardware/devices/pexip/infinity/managementapi/custom/api.pm @@ -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 diff --git a/src/hardware/devices/pexip/infinity/managementapi/mode/licenses.pm b/src/hardware/devices/pexip/infinity/managementapi/mode/licenses.pm index 4b3928412e..c0e23f1d96 100644 --- a/src/hardware/devices/pexip/infinity/managementapi/mode/licenses.pm +++ b/src/hardware/devices/pexip/infinity/managementapi/mode/licenses.pm @@ -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 diff --git a/src/hardware/devices/pexip/infinity/managementapi/plugin.pm b/src/hardware/devices/pexip/infinity/managementapi/plugin.pm index 45087f8c0b..49998fb989 100644 --- a/src/hardware/devices/pexip/infinity/managementapi/plugin.pm +++ b/src/hardware/devices/pexip/infinity/managementapi/plugin.pm @@ -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 diff --git a/src/hardware/devices/polycom/dma/snmp/mode/alerts.pm b/src/hardware/devices/polycom/dma/snmp/mode/alerts.pm index 90cfb5ef3d..d58b094259 100644 --- a/src/hardware/devices/polycom/dma/snmp/mode/alerts.pm +++ b/src/hardware/devices/polycom/dma/snmp/mode/alerts.pm @@ -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 diff --git a/src/hardware/devices/polycom/dma/snmp/mode/clusters.pm b/src/hardware/devices/polycom/dma/snmp/mode/clusters.pm index 63dd10f253..2f854a9e80 100644 --- a/src/hardware/devices/polycom/dma/snmp/mode/clusters.pm +++ b/src/hardware/devices/polycom/dma/snmp/mode/clusters.pm @@ -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 diff --git a/src/hardware/devices/polycom/dma/snmp/mode/conferencemanager.pm b/src/hardware/devices/polycom/dma/snmp/mode/conferencemanager.pm index 4b9c575073..b6a048eb1e 100644 --- a/src/hardware/devices/polycom/dma/snmp/mode/conferencemanager.pm +++ b/src/hardware/devices/polycom/dma/snmp/mode/conferencemanager.pm @@ -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 diff --git a/src/hardware/devices/polycom/dma/snmp/mode/deviceregistrations.pm b/src/hardware/devices/polycom/dma/snmp/mode/deviceregistrations.pm index fc638495ba..d9b2aa875a 100644 --- a/src/hardware/devices/polycom/dma/snmp/mode/deviceregistrations.pm +++ b/src/hardware/devices/polycom/dma/snmp/mode/deviceregistrations.pm @@ -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 diff --git a/src/hardware/devices/polycom/dma/snmp/mode/serversusage.pm b/src/hardware/devices/polycom/dma/snmp/mode/serversusage.pm index c1c6917a54..1988f3a8fb 100644 --- a/src/hardware/devices/polycom/dma/snmp/mode/serversusage.pm +++ b/src/hardware/devices/polycom/dma/snmp/mode/serversusage.pm @@ -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 diff --git a/src/hardware/devices/polycom/dma/snmp/plugin.pm b/src/hardware/devices/polycom/dma/snmp/plugin.pm index cd58662e23..614ff0d9ae 100644 --- a/src/hardware/devices/polycom/dma/snmp/plugin.pm +++ b/src/hardware/devices/polycom/dma/snmp/plugin.pm @@ -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 diff --git a/src/hardware/devices/polycom/groupseries/snmp/plugin.pm b/src/hardware/devices/polycom/groupseries/snmp/plugin.pm index a833261475..fcda1f7e1d 100644 --- a/src/hardware/devices/polycom/groupseries/snmp/plugin.pm +++ b/src/hardware/devices/polycom/groupseries/snmp/plugin.pm @@ -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 diff --git a/src/hardware/devices/polycom/hdx/snmp/mode/viewstationstats.pm b/src/hardware/devices/polycom/hdx/snmp/mode/viewstationstats.pm index 6f874bb6fb..fb22067021 100644 --- a/src/hardware/devices/polycom/hdx/snmp/mode/viewstationstats.pm +++ b/src/hardware/devices/polycom/hdx/snmp/mode/viewstationstats.pm @@ -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 diff --git a/src/hardware/devices/polycom/hdx/snmp/plugin.pm b/src/hardware/devices/polycom/hdx/snmp/plugin.pm index eef162384e..0ead8d5c6e 100644 --- a/src/hardware/devices/polycom/hdx/snmp/plugin.pm +++ b/src/hardware/devices/polycom/hdx/snmp/plugin.pm @@ -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 diff --git a/src/hardware/devices/polycom/rprm/snmp/mode/clusterstatus.pm b/src/hardware/devices/polycom/rprm/snmp/mode/clusterstatus.pm index 87fcf5daa5..75e26ae8b3 100644 --- a/src/hardware/devices/polycom/rprm/snmp/mode/clusterstatus.pm +++ b/src/hardware/devices/polycom/rprm/snmp/mode/clusterstatus.pm @@ -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 diff --git a/src/hardware/devices/polycom/rprm/snmp/mode/license.pm b/src/hardware/devices/polycom/rprm/snmp/mode/license.pm index 558aa256f5..fa9b58204e 100644 --- a/src/hardware/devices/polycom/rprm/snmp/mode/license.pm +++ b/src/hardware/devices/polycom/rprm/snmp/mode/license.pm @@ -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 diff --git a/src/hardware/devices/polycom/rprm/snmp/mode/provisioning.pm b/src/hardware/devices/polycom/rprm/snmp/mode/provisioning.pm index 9ac644fc66..501b295a41 100644 --- a/src/hardware/devices/polycom/rprm/snmp/mode/provisioning.pm +++ b/src/hardware/devices/polycom/rprm/snmp/mode/provisioning.pm @@ -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 diff --git a/src/hardware/devices/polycom/rprm/snmp/mode/sitelinks.pm b/src/hardware/devices/polycom/rprm/snmp/mode/sitelinks.pm index cbdbac1126..d5da3a4f55 100644 --- a/src/hardware/devices/polycom/rprm/snmp/mode/sitelinks.pm +++ b/src/hardware/devices/polycom/rprm/snmp/mode/sitelinks.pm @@ -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 diff --git a/src/hardware/devices/polycom/rprm/snmp/mode/sites.pm b/src/hardware/devices/polycom/rprm/snmp/mode/sites.pm index 1cfea7798e..f3c661bf02 100644 --- a/src/hardware/devices/polycom/rprm/snmp/mode/sites.pm +++ b/src/hardware/devices/polycom/rprm/snmp/mode/sites.pm @@ -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 diff --git a/src/hardware/devices/polycom/rprm/snmp/mode/updates.pm b/src/hardware/devices/polycom/rprm/snmp/mode/updates.pm index a3f1c213b6..b97cc79323 100644 --- a/src/hardware/devices/polycom/rprm/snmp/mode/updates.pm +++ b/src/hardware/devices/polycom/rprm/snmp/mode/updates.pm @@ -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 diff --git a/src/hardware/devices/polycom/rprm/snmp/plugin.pm b/src/hardware/devices/polycom/rprm/snmp/plugin.pm index 6086555a32..40c8ee26f5 100644 --- a/src/hardware/devices/polycom/rprm/snmp/plugin.pm +++ b/src/hardware/devices/polycom/rprm/snmp/plugin.pm @@ -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 diff --git a/src/hardware/devices/polycom/trio/restapi/custom/api.pm b/src/hardware/devices/polycom/trio/restapi/custom/api.pm index 3a36b5c718..094416955e 100644 --- a/src/hardware/devices/polycom/trio/restapi/custom/api.pm +++ b/src/hardware/devices/polycom/trio/restapi/custom/api.pm @@ -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 diff --git a/src/hardware/devices/polycom/trio/restapi/mode/callsrt.pm b/src/hardware/devices/polycom/trio/restapi/mode/callsrt.pm index fe0e59c0db..ae47bd558e 100644 --- a/src/hardware/devices/polycom/trio/restapi/mode/callsrt.pm +++ b/src/hardware/devices/polycom/trio/restapi/mode/callsrt.pm @@ -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 diff --git a/src/hardware/devices/polycom/trio/restapi/mode/callssummary.pm b/src/hardware/devices/polycom/trio/restapi/mode/callssummary.pm index 85ed45c7b1..18555e16e4 100644 --- a/src/hardware/devices/polycom/trio/restapi/mode/callssummary.pm +++ b/src/hardware/devices/polycom/trio/restapi/mode/callssummary.pm @@ -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 diff --git a/src/hardware/devices/polycom/trio/restapi/mode/device.pm b/src/hardware/devices/polycom/trio/restapi/mode/device.pm index 67bce56f10..4cef2ae301 100644 --- a/src/hardware/devices/polycom/trio/restapi/mode/device.pm +++ b/src/hardware/devices/polycom/trio/restapi/mode/device.pm @@ -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 diff --git a/src/hardware/devices/polycom/trio/restapi/mode/network.pm b/src/hardware/devices/polycom/trio/restapi/mode/network.pm index 3d27537a1f..df5c4cc923 100644 --- a/src/hardware/devices/polycom/trio/restapi/mode/network.pm +++ b/src/hardware/devices/polycom/trio/restapi/mode/network.pm @@ -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 diff --git a/src/hardware/devices/polycom/trio/restapi/mode/paired.pm b/src/hardware/devices/polycom/trio/restapi/mode/paired.pm index 8eb7a95ecb..78e23b3191 100644 --- a/src/hardware/devices/polycom/trio/restapi/mode/paired.pm +++ b/src/hardware/devices/polycom/trio/restapi/mode/paired.pm @@ -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 diff --git a/src/hardware/devices/polycom/trio/restapi/mode/registration.pm b/src/hardware/devices/polycom/trio/restapi/mode/registration.pm index 4dc8498aa4..53b9221f75 100644 --- a/src/hardware/devices/polycom/trio/restapi/mode/registration.pm +++ b/src/hardware/devices/polycom/trio/restapi/mode/registration.pm @@ -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 diff --git a/src/hardware/devices/polycom/trio/restapi/plugin.pm b/src/hardware/devices/polycom/trio/restapi/plugin.pm index cff9745469..be2234a103 100644 --- a/src/hardware/devices/polycom/trio/restapi/plugin.pm +++ b/src/hardware/devices/polycom/trio/restapi/plugin.pm @@ -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 diff --git a/src/hardware/devices/safenet/hsm/protecttoolkit/mode/components/hwstatus.pm b/src/hardware/devices/safenet/hsm/protecttoolkit/mode/components/hwstatus.pm index c4a5d753ca..926c6d21e2 100644 --- a/src/hardware/devices/safenet/hsm/protecttoolkit/mode/components/hwstatus.pm +++ b/src/hardware/devices/safenet/hsm/protecttoolkit/mode/components/hwstatus.pm @@ -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 diff --git a/src/hardware/devices/safenet/hsm/protecttoolkit/mode/components/memory.pm b/src/hardware/devices/safenet/hsm/protecttoolkit/mode/components/memory.pm index 7695ebedbd..a48e001e2f 100644 --- a/src/hardware/devices/safenet/hsm/protecttoolkit/mode/components/memory.pm +++ b/src/hardware/devices/safenet/hsm/protecttoolkit/mode/components/memory.pm @@ -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 diff --git a/src/hardware/devices/safenet/hsm/protecttoolkit/mode/components/temperature.pm b/src/hardware/devices/safenet/hsm/protecttoolkit/mode/components/temperature.pm index c1cc9a2624..357f4ccffe 100644 --- a/src/hardware/devices/safenet/hsm/protecttoolkit/mode/components/temperature.pm +++ b/src/hardware/devices/safenet/hsm/protecttoolkit/mode/components/temperature.pm @@ -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 diff --git a/src/hardware/devices/safenet/hsm/protecttoolkit/mode/hardware.pm b/src/hardware/devices/safenet/hsm/protecttoolkit/mode/hardware.pm index 261aa2566a..b0e7b60b27 100644 --- a/src/hardware/devices/safenet/hsm/protecttoolkit/mode/hardware.pm +++ b/src/hardware/devices/safenet/hsm/protecttoolkit/mode/hardware.pm @@ -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 diff --git a/src/hardware/devices/safenet/hsm/protecttoolkit/plugin.pm b/src/hardware/devices/safenet/hsm/protecttoolkit/plugin.pm index 5e98458c6f..1c6016d88c 100644 --- a/src/hardware/devices/safenet/hsm/protecttoolkit/plugin.pm +++ b/src/hardware/devices/safenet/hsm/protecttoolkit/plugin.pm @@ -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 diff --git a/src/hardware/devices/safenet/keysecure/snmp/plugin.pm b/src/hardware/devices/safenet/keysecure/snmp/plugin.pm index fc4e80d730..60c968d6d6 100644 --- a/src/hardware/devices/safenet/keysecure/snmp/plugin.pm +++ b/src/hardware/devices/safenet/keysecure/snmp/plugin.pm @@ -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 diff --git a/src/hardware/devices/timelinkmicro/tms6001/snmp/mode/alarms.pm b/src/hardware/devices/timelinkmicro/tms6001/snmp/mode/alarms.pm index 44fa3e4031..da18261f50 100644 --- a/src/hardware/devices/timelinkmicro/tms6001/snmp/mode/alarms.pm +++ b/src/hardware/devices/timelinkmicro/tms6001/snmp/mode/alarms.pm @@ -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 diff --git a/src/hardware/devices/timelinkmicro/tms6001/snmp/mode/antenna.pm b/src/hardware/devices/timelinkmicro/tms6001/snmp/mode/antenna.pm index 5d1481b029..8678d73a56 100644 --- a/src/hardware/devices/timelinkmicro/tms6001/snmp/mode/antenna.pm +++ b/src/hardware/devices/timelinkmicro/tms6001/snmp/mode/antenna.pm @@ -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 diff --git a/src/hardware/devices/timelinkmicro/tms6001/snmp/mode/frequency.pm b/src/hardware/devices/timelinkmicro/tms6001/snmp/mode/frequency.pm index 7bdddb8a8e..e969a86887 100644 --- a/src/hardware/devices/timelinkmicro/tms6001/snmp/mode/frequency.pm +++ b/src/hardware/devices/timelinkmicro/tms6001/snmp/mode/frequency.pm @@ -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 diff --git a/src/hardware/devices/timelinkmicro/tms6001/snmp/mode/gnss.pm b/src/hardware/devices/timelinkmicro/tms6001/snmp/mode/gnss.pm index 3297186d8b..adcc36ae0d 100644 --- a/src/hardware/devices/timelinkmicro/tms6001/snmp/mode/gnss.pm +++ b/src/hardware/devices/timelinkmicro/tms6001/snmp/mode/gnss.pm @@ -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 diff --git a/src/hardware/devices/timelinkmicro/tms6001/snmp/mode/satellites.pm b/src/hardware/devices/timelinkmicro/tms6001/snmp/mode/satellites.pm index 9dd464eaf5..9fbd44ec88 100644 --- a/src/hardware/devices/timelinkmicro/tms6001/snmp/mode/satellites.pm +++ b/src/hardware/devices/timelinkmicro/tms6001/snmp/mode/satellites.pm @@ -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 diff --git a/src/hardware/devices/video/appeartv/snmp/mode/alarms.pm b/src/hardware/devices/video/appeartv/snmp/mode/alarms.pm index 33ca4e95b9..fc682e0002 100644 --- a/src/hardware/devices/video/appeartv/snmp/mode/alarms.pm +++ b/src/hardware/devices/video/appeartv/snmp/mode/alarms.pm @@ -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 diff --git a/src/hardware/devices/video/appeartv/snmp/plugin.pm b/src/hardware/devices/video/appeartv/snmp/plugin.pm index 872e2a273e..865f54e199 100644 --- a/src/hardware/devices/video/appeartv/snmp/plugin.pm +++ b/src/hardware/devices/video/appeartv/snmp/plugin.pm @@ -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 diff --git a/src/hardware/devices/video/axis/snmp/mode/components/audio.pm b/src/hardware/devices/video/axis/snmp/mode/components/audio.pm index b88e165908..86c63b648b 100644 --- a/src/hardware/devices/video/axis/snmp/mode/components/audio.pm +++ b/src/hardware/devices/video/axis/snmp/mode/components/audio.pm @@ -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 diff --git a/src/hardware/devices/video/axis/snmp/mode/components/casing.pm b/src/hardware/devices/video/axis/snmp/mode/components/casing.pm index 3f252a3a6d..42ff8e7771 100644 --- a/src/hardware/devices/video/axis/snmp/mode/components/casing.pm +++ b/src/hardware/devices/video/axis/snmp/mode/components/casing.pm @@ -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 diff --git a/src/hardware/devices/video/axis/snmp/mode/components/fan.pm b/src/hardware/devices/video/axis/snmp/mode/components/fan.pm index c2c0cefad4..5ae9e53eb1 100644 --- a/src/hardware/devices/video/axis/snmp/mode/components/fan.pm +++ b/src/hardware/devices/video/axis/snmp/mode/components/fan.pm @@ -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 diff --git a/src/hardware/devices/video/axis/snmp/mode/components/psu.pm b/src/hardware/devices/video/axis/snmp/mode/components/psu.pm index caa73e4577..a155d5679d 100644 --- a/src/hardware/devices/video/axis/snmp/mode/components/psu.pm +++ b/src/hardware/devices/video/axis/snmp/mode/components/psu.pm @@ -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 diff --git a/src/hardware/devices/video/axis/snmp/mode/components/storage.pm b/src/hardware/devices/video/axis/snmp/mode/components/storage.pm index ae66855a64..43b7b90c68 100644 --- a/src/hardware/devices/video/axis/snmp/mode/components/storage.pm +++ b/src/hardware/devices/video/axis/snmp/mode/components/storage.pm @@ -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 diff --git a/src/hardware/devices/video/axis/snmp/mode/components/temperature.pm b/src/hardware/devices/video/axis/snmp/mode/components/temperature.pm index 67adcdb2d3..49ecd17c17 100644 --- a/src/hardware/devices/video/axis/snmp/mode/components/temperature.pm +++ b/src/hardware/devices/video/axis/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/hardware/devices/video/axis/snmp/mode/components/video.pm b/src/hardware/devices/video/axis/snmp/mode/components/video.pm index c0c124c422..daa7696403 100644 --- a/src/hardware/devices/video/axis/snmp/mode/components/video.pm +++ b/src/hardware/devices/video/axis/snmp/mode/components/video.pm @@ -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 diff --git a/src/hardware/devices/video/axis/snmp/mode/environment.pm b/src/hardware/devices/video/axis/snmp/mode/environment.pm index ab277ef5cc..8e698a2a4e 100644 --- a/src/hardware/devices/video/axis/snmp/mode/environment.pm +++ b/src/hardware/devices/video/axis/snmp/mode/environment.pm @@ -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 diff --git a/src/hardware/devices/video/axis/snmp/plugin.pm b/src/hardware/devices/video/axis/snmp/plugin.pm index b237019d96..c42ed7ce7c 100644 --- a/src/hardware/devices/video/axis/snmp/plugin.pm +++ b/src/hardware/devices/video/axis/snmp/plugin.pm @@ -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 diff --git a/src/hardware/kvm/adder/aim/snmp/mode/deviceusage.pm b/src/hardware/kvm/adder/aim/snmp/mode/deviceusage.pm index 23f1432e36..e4ae2b5522 100644 --- a/src/hardware/kvm/adder/aim/snmp/mode/deviceusage.pm +++ b/src/hardware/kvm/adder/aim/snmp/mode/deviceusage.pm @@ -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 diff --git a/src/hardware/kvm/adder/aim/snmp/mode/serverusage.pm b/src/hardware/kvm/adder/aim/snmp/mode/serverusage.pm index a9f84fb641..99fa5d7725 100644 --- a/src/hardware/kvm/adder/aim/snmp/mode/serverusage.pm +++ b/src/hardware/kvm/adder/aim/snmp/mode/serverusage.pm @@ -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 diff --git a/src/hardware/kvm/adder/aim/snmp/plugin.pm b/src/hardware/kvm/adder/aim/snmp/plugin.pm index 9fd8d5d6ba..ef7ff47102 100644 --- a/src/hardware/kvm/adder/aim/snmp/plugin.pm +++ b/src/hardware/kvm/adder/aim/snmp/plugin.pm @@ -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 diff --git a/src/hardware/kvm/avocent/acs/6000/snmp/mode/components/psu.pm b/src/hardware/kvm/avocent/acs/6000/snmp/mode/components/psu.pm index b370b969ef..296dd6bdb4 100644 --- a/src/hardware/kvm/avocent/acs/6000/snmp/mode/components/psu.pm +++ b/src/hardware/kvm/avocent/acs/6000/snmp/mode/components/psu.pm @@ -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 diff --git a/src/hardware/kvm/avocent/acs/6000/snmp/mode/hardware.pm b/src/hardware/kvm/avocent/acs/6000/snmp/mode/hardware.pm index 79e6c00347..9c9782f705 100644 --- a/src/hardware/kvm/avocent/acs/6000/snmp/mode/hardware.pm +++ b/src/hardware/kvm/avocent/acs/6000/snmp/mode/hardware.pm @@ -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 diff --git a/src/hardware/kvm/avocent/acs/6000/snmp/plugin.pm b/src/hardware/kvm/avocent/acs/6000/snmp/plugin.pm index 35d90e38f1..5ccb0f852f 100644 --- a/src/hardware/kvm/avocent/acs/6000/snmp/plugin.pm +++ b/src/hardware/kvm/avocent/acs/6000/snmp/plugin.pm @@ -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 diff --git a/src/hardware/kvm/avocent/acs/8000/snmp/mode/serialports.pm b/src/hardware/kvm/avocent/acs/8000/snmp/mode/serialports.pm index 9ec334f297..59a0d971f2 100644 --- a/src/hardware/kvm/avocent/acs/8000/snmp/mode/serialports.pm +++ b/src/hardware/kvm/avocent/acs/8000/snmp/mode/serialports.pm @@ -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 diff --git a/src/hardware/pdu/apc/snmp/mode/components/humidity.pm b/src/hardware/pdu/apc/snmp/mode/components/humidity.pm index 0826c97f43..9f61525e7d 100644 --- a/src/hardware/pdu/apc/snmp/mode/components/humidity.pm +++ b/src/hardware/pdu/apc/snmp/mode/components/humidity.pm @@ -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 diff --git a/src/hardware/pdu/apc/snmp/mode/components/psu.pm b/src/hardware/pdu/apc/snmp/mode/components/psu.pm index 610dfe452b..a1da044895 100644 --- a/src/hardware/pdu/apc/snmp/mode/components/psu.pm +++ b/src/hardware/pdu/apc/snmp/mode/components/psu.pm @@ -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 diff --git a/src/hardware/pdu/apc/snmp/mode/components/temperature.pm b/src/hardware/pdu/apc/snmp/mode/components/temperature.pm index 26cadfe49e..ea36844ce1 100644 --- a/src/hardware/pdu/apc/snmp/mode/components/temperature.pm +++ b/src/hardware/pdu/apc/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/hardware/pdu/apc/snmp/mode/hardware.pm b/src/hardware/pdu/apc/snmp/mode/hardware.pm index bc15acd25d..3ff1513f9a 100644 --- a/src/hardware/pdu/apc/snmp/mode/hardware.pm +++ b/src/hardware/pdu/apc/snmp/mode/hardware.pm @@ -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 diff --git a/src/hardware/pdu/apc/snmp/mode/load.pm b/src/hardware/pdu/apc/snmp/mode/load.pm index 9619b50b26..8bb231faac 100644 --- a/src/hardware/pdu/apc/snmp/mode/load.pm +++ b/src/hardware/pdu/apc/snmp/mode/load.pm @@ -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 diff --git a/src/hardware/pdu/apc/snmp/mode/ntp.pm b/src/hardware/pdu/apc/snmp/mode/ntp.pm index 73ee21a8ae..149fba4058 100644 --- a/src/hardware/pdu/apc/snmp/mode/ntp.pm +++ b/src/hardware/pdu/apc/snmp/mode/ntp.pm @@ -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 diff --git a/src/hardware/pdu/apc/snmp/mode/outlet.pm b/src/hardware/pdu/apc/snmp/mode/outlet.pm index 2a8fd73db6..ecb73b5d1d 100644 --- a/src/hardware/pdu/apc/snmp/mode/outlet.pm +++ b/src/hardware/pdu/apc/snmp/mode/outlet.pm @@ -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 diff --git a/src/hardware/pdu/apc/snmp/plugin.pm b/src/hardware/pdu/apc/snmp/plugin.pm index b5821d688d..f5515e03d9 100644 --- a/src/hardware/pdu/apc/snmp/plugin.pm +++ b/src/hardware/pdu/apc/snmp/plugin.pm @@ -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 diff --git a/src/hardware/pdu/clever/snmp/mode/psusage.pm b/src/hardware/pdu/clever/snmp/mode/psusage.pm index 8372844eb7..a359376b0b 100644 --- a/src/hardware/pdu/clever/snmp/mode/psusage.pm +++ b/src/hardware/pdu/clever/snmp/mode/psusage.pm @@ -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 diff --git a/src/hardware/pdu/clever/snmp/plugin.pm b/src/hardware/pdu/clever/snmp/plugin.pm index 1e565a1c98..1df9413c6d 100644 --- a/src/hardware/pdu/clever/snmp/plugin.pm +++ b/src/hardware/pdu/clever/snmp/plugin.pm @@ -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 diff --git a/src/hardware/pdu/cyberpower/snmp/mode/load.pm b/src/hardware/pdu/cyberpower/snmp/mode/load.pm index 52f457b941..0c5c44784e 100644 --- a/src/hardware/pdu/cyberpower/snmp/mode/load.pm +++ b/src/hardware/pdu/cyberpower/snmp/mode/load.pm @@ -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 diff --git a/src/hardware/pdu/cyberpower/snmp/mode/outlets.pm b/src/hardware/pdu/cyberpower/snmp/mode/outlets.pm index 896fdc8129..59309db415 100644 --- a/src/hardware/pdu/cyberpower/snmp/mode/outlets.pm +++ b/src/hardware/pdu/cyberpower/snmp/mode/outlets.pm @@ -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 diff --git a/src/hardware/pdu/cyberpower/snmp/plugin.pm b/src/hardware/pdu/cyberpower/snmp/plugin.pm index 5b6520c0de..c259bae877 100644 --- a/src/hardware/pdu/cyberpower/snmp/plugin.pm +++ b/src/hardware/pdu/cyberpower/snmp/plugin.pm @@ -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 diff --git a/src/hardware/pdu/eaton/snmp/mode/environment.pm b/src/hardware/pdu/eaton/snmp/mode/environment.pm index 7cc1e283ea..f5e9cd4417 100644 --- a/src/hardware/pdu/eaton/snmp/mode/environment.pm +++ b/src/hardware/pdu/eaton/snmp/mode/environment.pm @@ -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 diff --git a/src/hardware/pdu/eaton/snmp/mode/group.pm b/src/hardware/pdu/eaton/snmp/mode/group.pm index 95c71faff5..f51eda156b 100644 --- a/src/hardware/pdu/eaton/snmp/mode/group.pm +++ b/src/hardware/pdu/eaton/snmp/mode/group.pm @@ -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 diff --git a/src/hardware/pdu/eaton/snmp/mode/outlet.pm b/src/hardware/pdu/eaton/snmp/mode/outlet.pm index eb1f742db5..2c66de47e2 100644 --- a/src/hardware/pdu/eaton/snmp/mode/outlet.pm +++ b/src/hardware/pdu/eaton/snmp/mode/outlet.pm @@ -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 diff --git a/src/hardware/pdu/eaton/snmp/plugin.pm b/src/hardware/pdu/eaton/snmp/plugin.pm index c7081044a6..70d806fac9 100644 --- a/src/hardware/pdu/eaton/snmp/plugin.pm +++ b/src/hardware/pdu/eaton/snmp/plugin.pm @@ -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 diff --git a/src/hardware/pdu/emerson/snmp/mode/globalstatus.pm b/src/hardware/pdu/emerson/snmp/mode/globalstatus.pm index 92afed14cf..0bf10b57f7 100644 --- a/src/hardware/pdu/emerson/snmp/mode/globalstatus.pm +++ b/src/hardware/pdu/emerson/snmp/mode/globalstatus.pm @@ -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 diff --git a/src/hardware/pdu/emerson/snmp/mode/psusage.pm b/src/hardware/pdu/emerson/snmp/mode/psusage.pm index 2137aefe8f..a6ecfdf3e5 100644 --- a/src/hardware/pdu/emerson/snmp/mode/psusage.pm +++ b/src/hardware/pdu/emerson/snmp/mode/psusage.pm @@ -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 diff --git a/src/hardware/pdu/emerson/snmp/mode/receptacles.pm b/src/hardware/pdu/emerson/snmp/mode/receptacles.pm index 9bb53be5f5..a358814c46 100644 --- a/src/hardware/pdu/emerson/snmp/mode/receptacles.pm +++ b/src/hardware/pdu/emerson/snmp/mode/receptacles.pm @@ -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 diff --git a/src/hardware/pdu/emerson/snmp/plugin.pm b/src/hardware/pdu/emerson/snmp/plugin.pm index 2d8cda7650..eabee6381d 100644 --- a/src/hardware/pdu/emerson/snmp/plugin.pm +++ b/src/hardware/pdu/emerson/snmp/plugin.pm @@ -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 diff --git a/src/hardware/pdu/gude/epc/snmp/mode/listsppowerchannels.pm b/src/hardware/pdu/gude/epc/snmp/mode/listsppowerchannels.pm index 860fafa53b..57ff6add37 100644 --- a/src/hardware/pdu/gude/epc/snmp/mode/listsppowerchannels.pm +++ b/src/hardware/pdu/gude/epc/snmp/mode/listsppowerchannels.pm @@ -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 diff --git a/src/hardware/pdu/gude/epc/snmp/mode/powerchannels.pm b/src/hardware/pdu/gude/epc/snmp/mode/powerchannels.pm index 236af515fa..b1bc1c137f 100644 --- a/src/hardware/pdu/gude/epc/snmp/mode/powerchannels.pm +++ b/src/hardware/pdu/gude/epc/snmp/mode/powerchannels.pm @@ -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 diff --git a/src/hardware/pdu/gude/epc/snmp/mode/resources.pm b/src/hardware/pdu/gude/epc/snmp/mode/resources.pm index 67bdbf0057..e2dfa63b56 100644 --- a/src/hardware/pdu/gude/epc/snmp/mode/resources.pm +++ b/src/hardware/pdu/gude/epc/snmp/mode/resources.pm @@ -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 diff --git a/src/hardware/pdu/gude/epc/snmp/mode/sppowerchannels.pm b/src/hardware/pdu/gude/epc/snmp/mode/sppowerchannels.pm index d9fc4137e2..80e0b5f3d5 100644 --- a/src/hardware/pdu/gude/epc/snmp/mode/sppowerchannels.pm +++ b/src/hardware/pdu/gude/epc/snmp/mode/sppowerchannels.pm @@ -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 diff --git a/src/hardware/pdu/gude/epc/snmp/plugin.pm b/src/hardware/pdu/gude/epc/snmp/plugin.pm index 201347289f..c384265108 100644 --- a/src/hardware/pdu/gude/epc/snmp/plugin.pm +++ b/src/hardware/pdu/gude/epc/snmp/plugin.pm @@ -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 diff --git a/src/hardware/pdu/raritan/snmp/mode/components/resources.pm b/src/hardware/pdu/raritan/snmp/mode/components/resources.pm index f86e6087b1..12a06d54b5 100644 --- a/src/hardware/pdu/raritan/snmp/mode/components/resources.pm +++ b/src/hardware/pdu/raritan/snmp/mode/components/resources.pm @@ -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 diff --git a/src/hardware/pdu/raritan/snmp/mode/components/sensor.pm b/src/hardware/pdu/raritan/snmp/mode/components/sensor.pm index 09b96fa0bf..bd36ae9920 100644 --- a/src/hardware/pdu/raritan/snmp/mode/components/sensor.pm +++ b/src/hardware/pdu/raritan/snmp/mode/components/sensor.pm @@ -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 diff --git a/src/hardware/pdu/raritan/snmp/mode/externalsensors.pm b/src/hardware/pdu/raritan/snmp/mode/externalsensors.pm index d7d6141cfa..ed4f528a2a 100644 --- a/src/hardware/pdu/raritan/snmp/mode/externalsensors.pm +++ b/src/hardware/pdu/raritan/snmp/mode/externalsensors.pm @@ -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 diff --git a/src/hardware/pdu/raritan/snmp/mode/inletsensors.pm b/src/hardware/pdu/raritan/snmp/mode/inletsensors.pm index 81d042cc7b..5ac6dbdaf4 100644 --- a/src/hardware/pdu/raritan/snmp/mode/inletsensors.pm +++ b/src/hardware/pdu/raritan/snmp/mode/inletsensors.pm @@ -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 diff --git a/src/hardware/pdu/raritan/snmp/mode/ocprotsensors.pm b/src/hardware/pdu/raritan/snmp/mode/ocprotsensors.pm index edd7598462..df656b2b29 100644 --- a/src/hardware/pdu/raritan/snmp/mode/ocprotsensors.pm +++ b/src/hardware/pdu/raritan/snmp/mode/ocprotsensors.pm @@ -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 diff --git a/src/hardware/pdu/raritan/snmp/mode/outletsensors.pm b/src/hardware/pdu/raritan/snmp/mode/outletsensors.pm index eeb533ed59..1ccdb858b2 100644 --- a/src/hardware/pdu/raritan/snmp/mode/outletsensors.pm +++ b/src/hardware/pdu/raritan/snmp/mode/outletsensors.pm @@ -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 diff --git a/src/hardware/pdu/raritan/snmp/plugin.pm b/src/hardware/pdu/raritan/snmp/plugin.pm index 146bee4668..e879e5f2d3 100644 --- a/src/hardware/pdu/raritan/snmp/plugin.pm +++ b/src/hardware/pdu/raritan/snmp/plugin.pm @@ -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 diff --git a/src/hardware/pdu/schleifenbauer/gateway/snmp/mode/components/contact.pm b/src/hardware/pdu/schleifenbauer/gateway/snmp/mode/components/contact.pm index 226d9f3905..a12dd7e84f 100644 --- a/src/hardware/pdu/schleifenbauer/gateway/snmp/mode/components/contact.pm +++ b/src/hardware/pdu/schleifenbauer/gateway/snmp/mode/components/contact.pm @@ -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 diff --git a/src/hardware/pdu/schleifenbauer/gateway/snmp/mode/components/humidity.pm b/src/hardware/pdu/schleifenbauer/gateway/snmp/mode/components/humidity.pm index 36ec2fe310..a761efae4d 100644 --- a/src/hardware/pdu/schleifenbauer/gateway/snmp/mode/components/humidity.pm +++ b/src/hardware/pdu/schleifenbauer/gateway/snmp/mode/components/humidity.pm @@ -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 diff --git a/src/hardware/pdu/schleifenbauer/gateway/snmp/mode/components/resources.pm b/src/hardware/pdu/schleifenbauer/gateway/snmp/mode/components/resources.pm index 001361c076..35f07d908a 100644 --- a/src/hardware/pdu/schleifenbauer/gateway/snmp/mode/components/resources.pm +++ b/src/hardware/pdu/schleifenbauer/gateway/snmp/mode/components/resources.pm @@ -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 diff --git a/src/hardware/pdu/schleifenbauer/gateway/snmp/mode/components/temperature.pm b/src/hardware/pdu/schleifenbauer/gateway/snmp/mode/components/temperature.pm index fd3dd840b5..a69c232142 100644 --- a/src/hardware/pdu/schleifenbauer/gateway/snmp/mode/components/temperature.pm +++ b/src/hardware/pdu/schleifenbauer/gateway/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/hardware/pdu/schleifenbauer/gateway/snmp/mode/sensors.pm b/src/hardware/pdu/schleifenbauer/gateway/snmp/mode/sensors.pm index 8f5b7eaa85..637a5c6da2 100644 --- a/src/hardware/pdu/schleifenbauer/gateway/snmp/mode/sensors.pm +++ b/src/hardware/pdu/schleifenbauer/gateway/snmp/mode/sensors.pm @@ -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 diff --git a/src/hardware/pdu/schleifenbauer/gateway/snmp/plugin.pm b/src/hardware/pdu/schleifenbauer/gateway/snmp/plugin.pm index e3ce2f7283..ca730ce335 100644 --- a/src/hardware/pdu/schleifenbauer/gateway/snmp/plugin.pm +++ b/src/hardware/pdu/schleifenbauer/gateway/snmp/plugin.pm @@ -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 diff --git a/src/hardware/printers/standard/rfc3805/mode/coverstatus.pm b/src/hardware/printers/standard/rfc3805/mode/coverstatus.pm index d7c3db1745..8c06b012a9 100644 --- a/src/hardware/printers/standard/rfc3805/mode/coverstatus.pm +++ b/src/hardware/printers/standard/rfc3805/mode/coverstatus.pm @@ -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 diff --git a/src/hardware/printers/standard/rfc3805/mode/markerimpression.pm b/src/hardware/printers/standard/rfc3805/mode/markerimpression.pm index 6f98a5cdf4..53e75af493 100644 --- a/src/hardware/printers/standard/rfc3805/mode/markerimpression.pm +++ b/src/hardware/printers/standard/rfc3805/mode/markerimpression.pm @@ -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 diff --git a/src/hardware/printers/standard/rfc3805/mode/markersupply.pm b/src/hardware/printers/standard/rfc3805/mode/markersupply.pm index 233d883106..45431da9bf 100644 --- a/src/hardware/printers/standard/rfc3805/mode/markersupply.pm +++ b/src/hardware/printers/standard/rfc3805/mode/markersupply.pm @@ -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 diff --git a/src/hardware/printers/standard/rfc3805/mode/papertray.pm b/src/hardware/printers/standard/rfc3805/mode/papertray.pm index be836ee71c..a9767acebb 100644 --- a/src/hardware/printers/standard/rfc3805/mode/papertray.pm +++ b/src/hardware/printers/standard/rfc3805/mode/papertray.pm @@ -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 diff --git a/src/hardware/printers/standard/rfc3805/plugin.pm b/src/hardware/printers/standard/rfc3805/plugin.pm index ea298c12c5..4cc854a70b 100644 --- a/src/hardware/printers/standard/rfc3805/plugin.pm +++ b/src/hardware/printers/standard/rfc3805/plugin.pm @@ -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 diff --git a/src/hardware/sensors/akcp/snmp/mode/components/humidity.pm b/src/hardware/sensors/akcp/snmp/mode/components/humidity.pm index 8a560fd524..a4b8ff9c52 100644 --- a/src/hardware/sensors/akcp/snmp/mode/components/humidity.pm +++ b/src/hardware/sensors/akcp/snmp/mode/components/humidity.pm @@ -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 diff --git a/src/hardware/sensors/akcp/snmp/mode/components/resources.pm b/src/hardware/sensors/akcp/snmp/mode/components/resources.pm index 754e25ce17..b85b537c64 100644 --- a/src/hardware/sensors/akcp/snmp/mode/components/resources.pm +++ b/src/hardware/sensors/akcp/snmp/mode/components/resources.pm @@ -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 diff --git a/src/hardware/sensors/akcp/snmp/mode/components/serial.pm b/src/hardware/sensors/akcp/snmp/mode/components/serial.pm index a048a4de89..6d1cd72f40 100644 --- a/src/hardware/sensors/akcp/snmp/mode/components/serial.pm +++ b/src/hardware/sensors/akcp/snmp/mode/components/serial.pm @@ -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 diff --git a/src/hardware/sensors/akcp/snmp/mode/components/switch.pm b/src/hardware/sensors/akcp/snmp/mode/components/switch.pm index 89a9d98bec..9e2f6f246b 100644 --- a/src/hardware/sensors/akcp/snmp/mode/components/switch.pm +++ b/src/hardware/sensors/akcp/snmp/mode/components/switch.pm @@ -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 diff --git a/src/hardware/sensors/akcp/snmp/mode/components/temperature.pm b/src/hardware/sensors/akcp/snmp/mode/components/temperature.pm index 31b58ed471..bda904ebe0 100644 --- a/src/hardware/sensors/akcp/snmp/mode/components/temperature.pm +++ b/src/hardware/sensors/akcp/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/hardware/sensors/akcp/snmp/mode/components/water.pm b/src/hardware/sensors/akcp/snmp/mode/components/water.pm index 0d9b628825..4ebba5df35 100644 --- a/src/hardware/sensors/akcp/snmp/mode/components/water.pm +++ b/src/hardware/sensors/akcp/snmp/mode/components/water.pm @@ -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 diff --git a/src/hardware/sensors/akcp/snmp/mode/sensors.pm b/src/hardware/sensors/akcp/snmp/mode/sensors.pm index ade51d403c..4f53e67c40 100644 --- a/src/hardware/sensors/akcp/snmp/mode/sensors.pm +++ b/src/hardware/sensors/akcp/snmp/mode/sensors.pm @@ -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 diff --git a/src/hardware/sensors/akcp/snmp/plugin.pm b/src/hardware/sensors/akcp/snmp/plugin.pm index b731f30897..1bb8616a2c 100644 --- a/src/hardware/sensors/akcp/snmp/plugin.pm +++ b/src/hardware/sensors/akcp/snmp/plugin.pm @@ -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 diff --git a/src/hardware/sensors/apc/snmp/mode/components/fluid.pm b/src/hardware/sensors/apc/snmp/mode/components/fluid.pm index 8b23337ec6..dabe6386fb 100644 --- a/src/hardware/sensors/apc/snmp/mode/components/fluid.pm +++ b/src/hardware/sensors/apc/snmp/mode/components/fluid.pm @@ -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 diff --git a/src/hardware/sensors/apc/snmp/mode/components/humidity.pm b/src/hardware/sensors/apc/snmp/mode/components/humidity.pm index b1c48ccc22..95fb1a8e76 100644 --- a/src/hardware/sensors/apc/snmp/mode/components/humidity.pm +++ b/src/hardware/sensors/apc/snmp/mode/components/humidity.pm @@ -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 diff --git a/src/hardware/sensors/apc/snmp/mode/components/resources.pm b/src/hardware/sensors/apc/snmp/mode/components/resources.pm index a1def3aaa3..c7fdd62aa5 100644 --- a/src/hardware/sensors/apc/snmp/mode/components/resources.pm +++ b/src/hardware/sensors/apc/snmp/mode/components/resources.pm @@ -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 diff --git a/src/hardware/sensors/apc/snmp/mode/components/temperature.pm b/src/hardware/sensors/apc/snmp/mode/components/temperature.pm index 7c2d2a2e1d..030e78d7e0 100644 --- a/src/hardware/sensors/apc/snmp/mode/components/temperature.pm +++ b/src/hardware/sensors/apc/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/hardware/sensors/apc/snmp/mode/sensors.pm b/src/hardware/sensors/apc/snmp/mode/sensors.pm index b885c6a169..96da3cf03c 100644 --- a/src/hardware/sensors/apc/snmp/mode/sensors.pm +++ b/src/hardware/sensors/apc/snmp/mode/sensors.pm @@ -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 diff --git a/src/hardware/sensors/apc/snmp/plugin.pm b/src/hardware/sensors/apc/snmp/plugin.pm index a81696ed3d..d5ecc0e350 100644 --- a/src/hardware/sensors/apc/snmp/plugin.pm +++ b/src/hardware/sensors/apc/snmp/plugin.pm @@ -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 diff --git a/src/hardware/sensors/comet/p8000/snmp/mode/sensors.pm b/src/hardware/sensors/comet/p8000/snmp/mode/sensors.pm index d4b8283251..b462090496 100644 --- a/src/hardware/sensors/comet/p8000/snmp/mode/sensors.pm +++ b/src/hardware/sensors/comet/p8000/snmp/mode/sensors.pm @@ -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 diff --git a/src/hardware/sensors/comet/p8000/snmp/plugin.pm b/src/hardware/sensors/comet/p8000/snmp/plugin.pm index c615320049..624de9972b 100644 --- a/src/hardware/sensors/comet/p8000/snmp/plugin.pm +++ b/src/hardware/sensors/comet/p8000/snmp/plugin.pm @@ -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 diff --git a/src/hardware/sensors/geist/snmp/mode/sensors.pm b/src/hardware/sensors/geist/snmp/mode/sensors.pm index fe63168705..714d99a7fc 100644 --- a/src/hardware/sensors/geist/snmp/mode/sensors.pm +++ b/src/hardware/sensors/geist/snmp/mode/sensors.pm @@ -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 diff --git a/src/hardware/sensors/geist/snmp/plugin.pm b/src/hardware/sensors/geist/snmp/plugin.pm index 61c0d84b4c..10fd229367 100644 --- a/src/hardware/sensors/geist/snmp/plugin.pm +++ b/src/hardware/sensors/geist/snmp/plugin.pm @@ -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 diff --git a/src/hardware/sensors/hwgste/snmp/mode/components/humidity.pm b/src/hardware/sensors/hwgste/snmp/mode/components/humidity.pm index 1f51365245..d57859d6c5 100644 --- a/src/hardware/sensors/hwgste/snmp/mode/components/humidity.pm +++ b/src/hardware/sensors/hwgste/snmp/mode/components/humidity.pm @@ -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 diff --git a/src/hardware/sensors/hwgste/snmp/mode/components/resources.pm b/src/hardware/sensors/hwgste/snmp/mode/components/resources.pm index 9decb31611..41314da7d8 100644 --- a/src/hardware/sensors/hwgste/snmp/mode/components/resources.pm +++ b/src/hardware/sensors/hwgste/snmp/mode/components/resources.pm @@ -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 diff --git a/src/hardware/sensors/hwgste/snmp/mode/components/temperature.pm b/src/hardware/sensors/hwgste/snmp/mode/components/temperature.pm index fb827b4ee0..4b7e1ab4b2 100644 --- a/src/hardware/sensors/hwgste/snmp/mode/components/temperature.pm +++ b/src/hardware/sensors/hwgste/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/hardware/sensors/hwgste/snmp/mode/sensors.pm b/src/hardware/sensors/hwgste/snmp/mode/sensors.pm index 36eab222ac..f12ff053f5 100644 --- a/src/hardware/sensors/hwgste/snmp/mode/sensors.pm +++ b/src/hardware/sensors/hwgste/snmp/mode/sensors.pm @@ -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 diff --git a/src/hardware/sensors/hwgste/snmp/plugin.pm b/src/hardware/sensors/hwgste/snmp/plugin.pm index b1c7188b48..1667190459 100644 --- a/src/hardware/sensors/hwgste/snmp/plugin.pm +++ b/src/hardware/sensors/hwgste/snmp/plugin.pm @@ -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 diff --git a/src/hardware/sensors/jacarta/snmp/mode/components/humidity.pm b/src/hardware/sensors/jacarta/snmp/mode/components/humidity.pm index 26d91b1fb4..c092545af3 100644 --- a/src/hardware/sensors/jacarta/snmp/mode/components/humidity.pm +++ b/src/hardware/sensors/jacarta/snmp/mode/components/humidity.pm @@ -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 diff --git a/src/hardware/sensors/jacarta/snmp/mode/components/input.pm b/src/hardware/sensors/jacarta/snmp/mode/components/input.pm index 73c27bed89..c6f43614f5 100644 --- a/src/hardware/sensors/jacarta/snmp/mode/components/input.pm +++ b/src/hardware/sensors/jacarta/snmp/mode/components/input.pm @@ -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 diff --git a/src/hardware/sensors/jacarta/snmp/mode/components/resources.pm b/src/hardware/sensors/jacarta/snmp/mode/components/resources.pm index adbba82256..a33e285337 100644 --- a/src/hardware/sensors/jacarta/snmp/mode/components/resources.pm +++ b/src/hardware/sensors/jacarta/snmp/mode/components/resources.pm @@ -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 diff --git a/src/hardware/sensors/jacarta/snmp/mode/components/temperature.pm b/src/hardware/sensors/jacarta/snmp/mode/components/temperature.pm index 4fd51051eb..1bc0b6c857 100644 --- a/src/hardware/sensors/jacarta/snmp/mode/components/temperature.pm +++ b/src/hardware/sensors/jacarta/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/hardware/sensors/jacarta/snmp/mode/sensors.pm b/src/hardware/sensors/jacarta/snmp/mode/sensors.pm index 7354b727ea..e46a755633 100644 --- a/src/hardware/sensors/jacarta/snmp/mode/sensors.pm +++ b/src/hardware/sensors/jacarta/snmp/mode/sensors.pm @@ -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 diff --git a/src/hardware/sensors/jacarta/snmp/plugin.pm b/src/hardware/sensors/jacarta/snmp/plugin.pm index 64dd468e0e..25e466d29f 100644 --- a/src/hardware/sensors/jacarta/snmp/plugin.pm +++ b/src/hardware/sensors/jacarta/snmp/plugin.pm @@ -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 diff --git a/src/hardware/sensors/netbotz/snmp/mode/components/airflow.pm b/src/hardware/sensors/netbotz/snmp/mode/components/airflow.pm index d2e25a0b82..993808bc45 100644 --- a/src/hardware/sensors/netbotz/snmp/mode/components/airflow.pm +++ b/src/hardware/sensors/netbotz/snmp/mode/components/airflow.pm @@ -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 diff --git a/src/hardware/sensors/netbotz/snmp/mode/components/camera.pm b/src/hardware/sensors/netbotz/snmp/mode/components/camera.pm index f7706c1ab9..9a9fb4922b 100644 --- a/src/hardware/sensors/netbotz/snmp/mode/components/camera.pm +++ b/src/hardware/sensors/netbotz/snmp/mode/components/camera.pm @@ -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 diff --git a/src/hardware/sensors/netbotz/snmp/mode/components/dewpoint.pm b/src/hardware/sensors/netbotz/snmp/mode/components/dewpoint.pm index 16aca3235e..547c6b7527 100644 --- a/src/hardware/sensors/netbotz/snmp/mode/components/dewpoint.pm +++ b/src/hardware/sensors/netbotz/snmp/mode/components/dewpoint.pm @@ -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 diff --git a/src/hardware/sensors/netbotz/snmp/mode/components/doorswitch.pm b/src/hardware/sensors/netbotz/snmp/mode/components/doorswitch.pm index 29a5eb69b1..85fe9570ee 100644 --- a/src/hardware/sensors/netbotz/snmp/mode/components/doorswitch.pm +++ b/src/hardware/sensors/netbotz/snmp/mode/components/doorswitch.pm @@ -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 diff --git a/src/hardware/sensors/netbotz/snmp/mode/components/humidity.pm b/src/hardware/sensors/netbotz/snmp/mode/components/humidity.pm index a3e8a62f44..5590cb12c7 100644 --- a/src/hardware/sensors/netbotz/snmp/mode/components/humidity.pm +++ b/src/hardware/sensors/netbotz/snmp/mode/components/humidity.pm @@ -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 diff --git a/src/hardware/sensors/netbotz/snmp/mode/components/otherstate.pm b/src/hardware/sensors/netbotz/snmp/mode/components/otherstate.pm index aaddfbe2fb..c270308f3a 100644 --- a/src/hardware/sensors/netbotz/snmp/mode/components/otherstate.pm +++ b/src/hardware/sensors/netbotz/snmp/mode/components/otherstate.pm @@ -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 diff --git a/src/hardware/sensors/netbotz/snmp/mode/components/resources.pm b/src/hardware/sensors/netbotz/snmp/mode/components/resources.pm index b8654429cb..9df620b037 100644 --- a/src/hardware/sensors/netbotz/snmp/mode/components/resources.pm +++ b/src/hardware/sensors/netbotz/snmp/mode/components/resources.pm @@ -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 diff --git a/src/hardware/sensors/netbotz/snmp/mode/components/temperature.pm b/src/hardware/sensors/netbotz/snmp/mode/components/temperature.pm index 8d5ac3d9a8..15428caa87 100644 --- a/src/hardware/sensors/netbotz/snmp/mode/components/temperature.pm +++ b/src/hardware/sensors/netbotz/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/hardware/sensors/netbotz/snmp/mode/sensors.pm b/src/hardware/sensors/netbotz/snmp/mode/sensors.pm index c8408a88ee..0f67eea76f 100644 --- a/src/hardware/sensors/netbotz/snmp/mode/sensors.pm +++ b/src/hardware/sensors/netbotz/snmp/mode/sensors.pm @@ -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 diff --git a/src/hardware/sensors/netbotz/snmp/plugin.pm b/src/hardware/sensors/netbotz/snmp/plugin.pm index 29bba272bd..502384d668 100644 --- a/src/hardware/sensors/netbotz/snmp/plugin.pm +++ b/src/hardware/sensors/netbotz/snmp/plugin.pm @@ -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 diff --git a/src/hardware/sensors/rittal/cmc3/snmp/mode/devices.pm b/src/hardware/sensors/rittal/cmc3/snmp/mode/devices.pm index 428cbe51f4..a4a955d18d 100644 --- a/src/hardware/sensors/rittal/cmc3/snmp/mode/devices.pm +++ b/src/hardware/sensors/rittal/cmc3/snmp/mode/devices.pm @@ -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 diff --git a/src/hardware/sensors/rittal/cmc3/snmp/mode/listdevices.pm b/src/hardware/sensors/rittal/cmc3/snmp/mode/listdevices.pm index 5d2f360e20..c49bacb1cc 100644 --- a/src/hardware/sensors/rittal/cmc3/snmp/mode/listdevices.pm +++ b/src/hardware/sensors/rittal/cmc3/snmp/mode/listdevices.pm @@ -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 diff --git a/src/hardware/sensors/rittal/cmc3/snmp/mode/load.pm b/src/hardware/sensors/rittal/cmc3/snmp/mode/load.pm index d1818862d8..b867745781 100644 --- a/src/hardware/sensors/rittal/cmc3/snmp/mode/load.pm +++ b/src/hardware/sensors/rittal/cmc3/snmp/mode/load.pm @@ -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 diff --git a/src/hardware/sensors/rittal/cmc3/snmp/mode/unitstatus.pm b/src/hardware/sensors/rittal/cmc3/snmp/mode/unitstatus.pm index 80ca940fdf..d962631920 100644 --- a/src/hardware/sensors/rittal/cmc3/snmp/mode/unitstatus.pm +++ b/src/hardware/sensors/rittal/cmc3/snmp/mode/unitstatus.pm @@ -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 diff --git a/src/hardware/sensors/rittal/cmc3/snmp/mode/uptime.pm b/src/hardware/sensors/rittal/cmc3/snmp/mode/uptime.pm index a486e5c357..806b3e24f1 100644 --- a/src/hardware/sensors/rittal/cmc3/snmp/mode/uptime.pm +++ b/src/hardware/sensors/rittal/cmc3/snmp/mode/uptime.pm @@ -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 diff --git a/src/hardware/sensors/sensorip/snmp/mode/components/humidity.pm b/src/hardware/sensors/sensorip/snmp/mode/components/humidity.pm index fb8dd43876..f3a484e0a0 100644 --- a/src/hardware/sensors/sensorip/snmp/mode/components/humidity.pm +++ b/src/hardware/sensors/sensorip/snmp/mode/components/humidity.pm @@ -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 diff --git a/src/hardware/sensors/sensorip/snmp/mode/components/sp.pm b/src/hardware/sensors/sensorip/snmp/mode/components/sp.pm index 216ff783e5..d3e3c49ddb 100644 --- a/src/hardware/sensors/sensorip/snmp/mode/components/sp.pm +++ b/src/hardware/sensors/sensorip/snmp/mode/components/sp.pm @@ -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 diff --git a/src/hardware/sensors/sensorip/snmp/mode/components/switch.pm b/src/hardware/sensors/sensorip/snmp/mode/components/switch.pm index df74768b15..5b22d8d0d3 100644 --- a/src/hardware/sensors/sensorip/snmp/mode/components/switch.pm +++ b/src/hardware/sensors/sensorip/snmp/mode/components/switch.pm @@ -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 diff --git a/src/hardware/sensors/sensorip/snmp/mode/components/temperature.pm b/src/hardware/sensors/sensorip/snmp/mode/components/temperature.pm index 39b6490d1f..15b1e20f8d 100644 --- a/src/hardware/sensors/sensorip/snmp/mode/components/temperature.pm +++ b/src/hardware/sensors/sensorip/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/hardware/sensors/sensorip/snmp/mode/sensors.pm b/src/hardware/sensors/sensorip/snmp/mode/sensors.pm index db472155ce..e50bb076d6 100644 --- a/src/hardware/sensors/sensorip/snmp/mode/sensors.pm +++ b/src/hardware/sensors/sensorip/snmp/mode/sensors.pm @@ -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 diff --git a/src/hardware/sensors/sensorip/snmp/plugin.pm b/src/hardware/sensors/sensorip/snmp/plugin.pm index dc0f6de338..1f274b69fa 100644 --- a/src/hardware/sensors/sensorip/snmp/plugin.pm +++ b/src/hardware/sensors/sensorip/snmp/plugin.pm @@ -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 diff --git a/src/hardware/sensors/sensormetrix/em01/web/mode/contact.pm b/src/hardware/sensors/sensormetrix/em01/web/mode/contact.pm index 8c7affc4dc..26c7ee0482 100644 --- a/src/hardware/sensors/sensormetrix/em01/web/mode/contact.pm +++ b/src/hardware/sensors/sensormetrix/em01/web/mode/contact.pm @@ -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 diff --git a/src/hardware/sensors/sensormetrix/em01/web/mode/flood.pm b/src/hardware/sensors/sensormetrix/em01/web/mode/flood.pm index 172c075ac0..0b0e538c22 100644 --- a/src/hardware/sensors/sensormetrix/em01/web/mode/flood.pm +++ b/src/hardware/sensors/sensormetrix/em01/web/mode/flood.pm @@ -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 diff --git a/src/hardware/sensors/sensormetrix/em01/web/mode/humidity.pm b/src/hardware/sensors/sensormetrix/em01/web/mode/humidity.pm index 0929a19ead..08f2a3e390 100644 --- a/src/hardware/sensors/sensormetrix/em01/web/mode/humidity.pm +++ b/src/hardware/sensors/sensormetrix/em01/web/mode/humidity.pm @@ -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 diff --git a/src/hardware/sensors/sensormetrix/em01/web/mode/illumination.pm b/src/hardware/sensors/sensormetrix/em01/web/mode/illumination.pm index d8bdaa159b..7a5d3a65b9 100644 --- a/src/hardware/sensors/sensormetrix/em01/web/mode/illumination.pm +++ b/src/hardware/sensors/sensormetrix/em01/web/mode/illumination.pm @@ -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 diff --git a/src/hardware/sensors/sensormetrix/em01/web/mode/temperature.pm b/src/hardware/sensors/sensormetrix/em01/web/mode/temperature.pm index 937ddb18d2..17d394a527 100644 --- a/src/hardware/sensors/sensormetrix/em01/web/mode/temperature.pm +++ b/src/hardware/sensors/sensormetrix/em01/web/mode/temperature.pm @@ -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 diff --git a/src/hardware/sensors/sensormetrix/em01/web/mode/thermistor.pm b/src/hardware/sensors/sensormetrix/em01/web/mode/thermistor.pm index ed9289e6a7..c7a499588a 100644 --- a/src/hardware/sensors/sensormetrix/em01/web/mode/thermistor.pm +++ b/src/hardware/sensors/sensormetrix/em01/web/mode/thermistor.pm @@ -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 diff --git a/src/hardware/sensors/sensormetrix/em01/web/mode/voltage.pm b/src/hardware/sensors/sensormetrix/em01/web/mode/voltage.pm index c3a7d18936..9b66f9cfeb 100644 --- a/src/hardware/sensors/sensormetrix/em01/web/mode/voltage.pm +++ b/src/hardware/sensors/sensormetrix/em01/web/mode/voltage.pm @@ -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 diff --git a/src/hardware/sensors/sensormetrix/em01/web/plugin.pm b/src/hardware/sensors/sensormetrix/em01/web/plugin.pm index a07692ed79..8aed9e87d3 100644 --- a/src/hardware/sensors/sensormetrix/em01/web/plugin.pm +++ b/src/hardware/sensors/sensormetrix/em01/web/plugin.pm @@ -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 diff --git a/src/hardware/sensors/serverscheck/sensorgateway/snmp/mode/components/sensors.pm b/src/hardware/sensors/serverscheck/sensorgateway/snmp/mode/components/sensors.pm index d64b547a5e..a51a8ab487 100644 --- a/src/hardware/sensors/serverscheck/sensorgateway/snmp/mode/components/sensors.pm +++ b/src/hardware/sensors/serverscheck/sensorgateway/snmp/mode/components/sensors.pm @@ -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 diff --git a/src/hardware/sensors/serverscheck/sensorgateway/snmp/mode/sensors.pm b/src/hardware/sensors/serverscheck/sensorgateway/snmp/mode/sensors.pm index d93b4c606c..18616efb45 100644 --- a/src/hardware/sensors/serverscheck/sensorgateway/snmp/mode/sensors.pm +++ b/src/hardware/sensors/serverscheck/sensorgateway/snmp/mode/sensors.pm @@ -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 diff --git a/src/hardware/sensors/serverscheck/sensorgateway/snmp/plugin.pm b/src/hardware/sensors/serverscheck/sensorgateway/snmp/plugin.pm index 09f78a5427..32bff22ff2 100644 --- a/src/hardware/sensors/serverscheck/sensorgateway/snmp/plugin.pm +++ b/src/hardware/sensors/serverscheck/sensorgateway/snmp/plugin.pm @@ -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 diff --git a/src/hardware/sensors/temperhum/local/mode/environment.pm b/src/hardware/sensors/temperhum/local/mode/environment.pm index fc9c2baabc..e60989e909 100644 --- a/src/hardware/sensors/temperhum/local/mode/environment.pm +++ b/src/hardware/sensors/temperhum/local/mode/environment.pm @@ -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 diff --git a/src/hardware/sensors/temperhum/local/plugin.pm b/src/hardware/sensors/temperhum/local/plugin.pm index 1e516116eb..71cc9c5be6 100644 --- a/src/hardware/sensors/temperhum/local/plugin.pm +++ b/src/hardware/sensors/temperhum/local/plugin.pm @@ -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 diff --git a/src/hardware/server/cisco/ucs/snmp/mode/auditlogs.pm b/src/hardware/server/cisco/ucs/snmp/mode/auditlogs.pm index 5e77392ae3..e780e529f6 100644 --- a/src/hardware/server/cisco/ucs/snmp/mode/auditlogs.pm +++ b/src/hardware/server/cisco/ucs/snmp/mode/auditlogs.pm @@ -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 diff --git a/src/hardware/server/cisco/ucs/snmp/mode/components/blade.pm b/src/hardware/server/cisco/ucs/snmp/mode/components/blade.pm index 44330034ce..c50d2f2229 100644 --- a/src/hardware/server/cisco/ucs/snmp/mode/components/blade.pm +++ b/src/hardware/server/cisco/ucs/snmp/mode/components/blade.pm @@ -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 diff --git a/src/hardware/server/cisco/ucs/snmp/mode/components/chassis.pm b/src/hardware/server/cisco/ucs/snmp/mode/components/chassis.pm index 7ec22784ef..51019f2f59 100644 --- a/src/hardware/server/cisco/ucs/snmp/mode/components/chassis.pm +++ b/src/hardware/server/cisco/ucs/snmp/mode/components/chassis.pm @@ -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 diff --git a/src/hardware/server/cisco/ucs/snmp/mode/components/cpu.pm b/src/hardware/server/cisco/ucs/snmp/mode/components/cpu.pm index bb318cc06e..0af86252e1 100644 --- a/src/hardware/server/cisco/ucs/snmp/mode/components/cpu.pm +++ b/src/hardware/server/cisco/ucs/snmp/mode/components/cpu.pm @@ -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 diff --git a/src/hardware/server/cisco/ucs/snmp/mode/components/fan.pm b/src/hardware/server/cisco/ucs/snmp/mode/components/fan.pm index 867b7e5654..733eff7874 100644 --- a/src/hardware/server/cisco/ucs/snmp/mode/components/fan.pm +++ b/src/hardware/server/cisco/ucs/snmp/mode/components/fan.pm @@ -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 diff --git a/src/hardware/server/cisco/ucs/snmp/mode/components/fex.pm b/src/hardware/server/cisco/ucs/snmp/mode/components/fex.pm index 942b0fdff0..cb3b1d59da 100644 --- a/src/hardware/server/cisco/ucs/snmp/mode/components/fex.pm +++ b/src/hardware/server/cisco/ucs/snmp/mode/components/fex.pm @@ -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 diff --git a/src/hardware/server/cisco/ucs/snmp/mode/components/iocard.pm b/src/hardware/server/cisco/ucs/snmp/mode/components/iocard.pm index 6d71c30190..20e7d84d84 100644 --- a/src/hardware/server/cisco/ucs/snmp/mode/components/iocard.pm +++ b/src/hardware/server/cisco/ucs/snmp/mode/components/iocard.pm @@ -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 diff --git a/src/hardware/server/cisco/ucs/snmp/mode/components/localdisk.pm b/src/hardware/server/cisco/ucs/snmp/mode/components/localdisk.pm index b99e8f2de8..69452007ff 100644 --- a/src/hardware/server/cisco/ucs/snmp/mode/components/localdisk.pm +++ b/src/hardware/server/cisco/ucs/snmp/mode/components/localdisk.pm @@ -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 diff --git a/src/hardware/server/cisco/ucs/snmp/mode/components/memory.pm b/src/hardware/server/cisco/ucs/snmp/mode/components/memory.pm index 6dc2d398b3..b3e905eca8 100644 --- a/src/hardware/server/cisco/ucs/snmp/mode/components/memory.pm +++ b/src/hardware/server/cisco/ucs/snmp/mode/components/memory.pm @@ -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 diff --git a/src/hardware/server/cisco/ucs/snmp/mode/components/psu.pm b/src/hardware/server/cisco/ucs/snmp/mode/components/psu.pm index 55c59b9c22..52c07bf004 100644 --- a/src/hardware/server/cisco/ucs/snmp/mode/components/psu.pm +++ b/src/hardware/server/cisco/ucs/snmp/mode/components/psu.pm @@ -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 diff --git a/src/hardware/server/cisco/ucs/snmp/mode/components/resources.pm b/src/hardware/server/cisco/ucs/snmp/mode/components/resources.pm index 9e986634f7..2659b146f9 100644 --- a/src/hardware/server/cisco/ucs/snmp/mode/components/resources.pm +++ b/src/hardware/server/cisco/ucs/snmp/mode/components/resources.pm @@ -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 diff --git a/src/hardware/server/cisco/ucs/snmp/mode/equipment.pm b/src/hardware/server/cisco/ucs/snmp/mode/equipment.pm index e610d0070e..c356b82c91 100644 --- a/src/hardware/server/cisco/ucs/snmp/mode/equipment.pm +++ b/src/hardware/server/cisco/ucs/snmp/mode/equipment.pm @@ -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 diff --git a/src/hardware/server/cisco/ucs/snmp/mode/faults.pm b/src/hardware/server/cisco/ucs/snmp/mode/faults.pm index 1f88a44e30..fed6a76647 100644 --- a/src/hardware/server/cisco/ucs/snmp/mode/faults.pm +++ b/src/hardware/server/cisco/ucs/snmp/mode/faults.pm @@ -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 diff --git a/src/hardware/server/cisco/ucs/snmp/mode/mgmtentities.pm b/src/hardware/server/cisco/ucs/snmp/mode/mgmtentities.pm index 47c0f00715..276743cd44 100644 --- a/src/hardware/server/cisco/ucs/snmp/mode/mgmtentities.pm +++ b/src/hardware/server/cisco/ucs/snmp/mode/mgmtentities.pm @@ -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 diff --git a/src/hardware/server/cisco/ucs/snmp/mode/serviceprofile.pm b/src/hardware/server/cisco/ucs/snmp/mode/serviceprofile.pm index 2c3589901a..cc16e86243 100644 --- a/src/hardware/server/cisco/ucs/snmp/mode/serviceprofile.pm +++ b/src/hardware/server/cisco/ucs/snmp/mode/serviceprofile.pm @@ -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 diff --git a/src/hardware/server/cisco/ucs/snmp/plugin.pm b/src/hardware/server/cisco/ucs/snmp/plugin.pm index 5ad329b486..c135044a03 100644 --- a/src/hardware/server/cisco/ucs/snmp/plugin.pm +++ b/src/hardware/server/cisco/ucs/snmp/plugin.pm @@ -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 diff --git a/src/hardware/server/dell/cmc/snmp/mode/components/chassis.pm b/src/hardware/server/dell/cmc/snmp/mode/components/chassis.pm index 8b973bc751..897752da5d 100644 --- a/src/hardware/server/dell/cmc/snmp/mode/components/chassis.pm +++ b/src/hardware/server/dell/cmc/snmp/mode/components/chassis.pm @@ -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 diff --git a/src/hardware/server/dell/cmc/snmp/mode/components/disk.pm b/src/hardware/server/dell/cmc/snmp/mode/components/disk.pm index b8dacf8c6a..b98ab72753 100644 --- a/src/hardware/server/dell/cmc/snmp/mode/components/disk.pm +++ b/src/hardware/server/dell/cmc/snmp/mode/components/disk.pm @@ -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 diff --git a/src/hardware/server/dell/cmc/snmp/mode/components/health.pm b/src/hardware/server/dell/cmc/snmp/mode/components/health.pm index 8a72831187..65325e3213 100644 --- a/src/hardware/server/dell/cmc/snmp/mode/components/health.pm +++ b/src/hardware/server/dell/cmc/snmp/mode/components/health.pm @@ -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 diff --git a/src/hardware/server/dell/cmc/snmp/mode/components/psu.pm b/src/hardware/server/dell/cmc/snmp/mode/components/psu.pm index 371484b612..e8fb33b869 100644 --- a/src/hardware/server/dell/cmc/snmp/mode/components/psu.pm +++ b/src/hardware/server/dell/cmc/snmp/mode/components/psu.pm @@ -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 diff --git a/src/hardware/server/dell/cmc/snmp/mode/components/resources.pm b/src/hardware/server/dell/cmc/snmp/mode/components/resources.pm index 958fa15afb..94ab110299 100644 --- a/src/hardware/server/dell/cmc/snmp/mode/components/resources.pm +++ b/src/hardware/server/dell/cmc/snmp/mode/components/resources.pm @@ -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 diff --git a/src/hardware/server/dell/cmc/snmp/mode/components/temperature.pm b/src/hardware/server/dell/cmc/snmp/mode/components/temperature.pm index fc6c8e0fd6..82a8e52a0b 100644 --- a/src/hardware/server/dell/cmc/snmp/mode/components/temperature.pm +++ b/src/hardware/server/dell/cmc/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/hardware/server/dell/cmc/snmp/mode/components/vdisk.pm b/src/hardware/server/dell/cmc/snmp/mode/components/vdisk.pm index 9bd30ed514..f5fc012f94 100644 --- a/src/hardware/server/dell/cmc/snmp/mode/components/vdisk.pm +++ b/src/hardware/server/dell/cmc/snmp/mode/components/vdisk.pm @@ -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 diff --git a/src/hardware/server/dell/cmc/snmp/mode/hardware.pm b/src/hardware/server/dell/cmc/snmp/mode/hardware.pm index ecbf63290d..db849b625e 100644 --- a/src/hardware/server/dell/cmc/snmp/mode/hardware.pm +++ b/src/hardware/server/dell/cmc/snmp/mode/hardware.pm @@ -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 diff --git a/src/hardware/server/dell/cmc/snmp/plugin.pm b/src/hardware/server/dell/cmc/snmp/plugin.pm index e7e5f8a101..a876096859 100644 --- a/src/hardware/server/dell/cmc/snmp/plugin.pm +++ b/src/hardware/server/dell/cmc/snmp/plugin.pm @@ -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 diff --git a/src/hardware/server/dell/idrac/snmp/mode/components/amperage.pm b/src/hardware/server/dell/idrac/snmp/mode/components/amperage.pm index 37be2f32fd..f236ce013e 100644 --- a/src/hardware/server/dell/idrac/snmp/mode/components/amperage.pm +++ b/src/hardware/server/dell/idrac/snmp/mode/components/amperage.pm @@ -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 diff --git a/src/hardware/server/dell/idrac/snmp/mode/components/coolingdevice.pm b/src/hardware/server/dell/idrac/snmp/mode/components/coolingdevice.pm index 6787a45a53..8b7de5920e 100644 --- a/src/hardware/server/dell/idrac/snmp/mode/components/coolingdevice.pm +++ b/src/hardware/server/dell/idrac/snmp/mode/components/coolingdevice.pm @@ -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 diff --git a/src/hardware/server/dell/idrac/snmp/mode/components/coolingunit.pm b/src/hardware/server/dell/idrac/snmp/mode/components/coolingunit.pm index e8e3460762..0cb2e59b4c 100644 --- a/src/hardware/server/dell/idrac/snmp/mode/components/coolingunit.pm +++ b/src/hardware/server/dell/idrac/snmp/mode/components/coolingunit.pm @@ -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 diff --git a/src/hardware/server/dell/idrac/snmp/mode/components/enclosure.pm b/src/hardware/server/dell/idrac/snmp/mode/components/enclosure.pm index 5b34b6900f..fb29f5fd75 100644 --- a/src/hardware/server/dell/idrac/snmp/mode/components/enclosure.pm +++ b/src/hardware/server/dell/idrac/snmp/mode/components/enclosure.pm @@ -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 diff --git a/src/hardware/server/dell/idrac/snmp/mode/components/fru.pm b/src/hardware/server/dell/idrac/snmp/mode/components/fru.pm index 6c3f822846..2044fa144f 100644 --- a/src/hardware/server/dell/idrac/snmp/mode/components/fru.pm +++ b/src/hardware/server/dell/idrac/snmp/mode/components/fru.pm @@ -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 diff --git a/src/hardware/server/dell/idrac/snmp/mode/components/health.pm b/src/hardware/server/dell/idrac/snmp/mode/components/health.pm index 4858b68b41..5a418bf055 100644 --- a/src/hardware/server/dell/idrac/snmp/mode/components/health.pm +++ b/src/hardware/server/dell/idrac/snmp/mode/components/health.pm @@ -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 diff --git a/src/hardware/server/dell/idrac/snmp/mode/components/memory.pm b/src/hardware/server/dell/idrac/snmp/mode/components/memory.pm index 609efd122c..f98b99bf6c 100644 --- a/src/hardware/server/dell/idrac/snmp/mode/components/memory.pm +++ b/src/hardware/server/dell/idrac/snmp/mode/components/memory.pm @@ -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 diff --git a/src/hardware/server/dell/idrac/snmp/mode/components/network.pm b/src/hardware/server/dell/idrac/snmp/mode/components/network.pm index 55b954ae26..238bd31539 100644 --- a/src/hardware/server/dell/idrac/snmp/mode/components/network.pm +++ b/src/hardware/server/dell/idrac/snmp/mode/components/network.pm @@ -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 diff --git a/src/hardware/server/dell/idrac/snmp/mode/components/pci.pm b/src/hardware/server/dell/idrac/snmp/mode/components/pci.pm index b13003b57f..843b8c9b8f 100644 --- a/src/hardware/server/dell/idrac/snmp/mode/components/pci.pm +++ b/src/hardware/server/dell/idrac/snmp/mode/components/pci.pm @@ -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 diff --git a/src/hardware/server/dell/idrac/snmp/mode/components/pdisk.pm b/src/hardware/server/dell/idrac/snmp/mode/components/pdisk.pm index a5af6bd55d..f90afadb3c 100644 --- a/src/hardware/server/dell/idrac/snmp/mode/components/pdisk.pm +++ b/src/hardware/server/dell/idrac/snmp/mode/components/pdisk.pm @@ -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 diff --git a/src/hardware/server/dell/idrac/snmp/mode/components/processor.pm b/src/hardware/server/dell/idrac/snmp/mode/components/processor.pm index 74bbe294ac..43252c62ba 100644 --- a/src/hardware/server/dell/idrac/snmp/mode/components/processor.pm +++ b/src/hardware/server/dell/idrac/snmp/mode/components/processor.pm @@ -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 diff --git a/src/hardware/server/dell/idrac/snmp/mode/components/psu.pm b/src/hardware/server/dell/idrac/snmp/mode/components/psu.pm index e3e29f57bd..799c1682fc 100644 --- a/src/hardware/server/dell/idrac/snmp/mode/components/psu.pm +++ b/src/hardware/server/dell/idrac/snmp/mode/components/psu.pm @@ -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 diff --git a/src/hardware/server/dell/idrac/snmp/mode/components/punit.pm b/src/hardware/server/dell/idrac/snmp/mode/components/punit.pm index 4440fa0cde..475b6fc250 100644 --- a/src/hardware/server/dell/idrac/snmp/mode/components/punit.pm +++ b/src/hardware/server/dell/idrac/snmp/mode/components/punit.pm @@ -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 diff --git a/src/hardware/server/dell/idrac/snmp/mode/components/resources.pm b/src/hardware/server/dell/idrac/snmp/mode/components/resources.pm index 4ff61620cc..8d410a657b 100644 --- a/src/hardware/server/dell/idrac/snmp/mode/components/resources.pm +++ b/src/hardware/server/dell/idrac/snmp/mode/components/resources.pm @@ -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 diff --git a/src/hardware/server/dell/idrac/snmp/mode/components/slot.pm b/src/hardware/server/dell/idrac/snmp/mode/components/slot.pm index 835a4ded42..0a090717c5 100644 --- a/src/hardware/server/dell/idrac/snmp/mode/components/slot.pm +++ b/src/hardware/server/dell/idrac/snmp/mode/components/slot.pm @@ -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 diff --git a/src/hardware/server/dell/idrac/snmp/mode/components/storagebattery.pm b/src/hardware/server/dell/idrac/snmp/mode/components/storagebattery.pm index 2bf4986dd5..3bd82de206 100644 --- a/src/hardware/server/dell/idrac/snmp/mode/components/storagebattery.pm +++ b/src/hardware/server/dell/idrac/snmp/mode/components/storagebattery.pm @@ -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 diff --git a/src/hardware/server/dell/idrac/snmp/mode/components/storagectrl.pm b/src/hardware/server/dell/idrac/snmp/mode/components/storagectrl.pm index 6b7df94c94..f076203100 100644 --- a/src/hardware/server/dell/idrac/snmp/mode/components/storagectrl.pm +++ b/src/hardware/server/dell/idrac/snmp/mode/components/storagectrl.pm @@ -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 diff --git a/src/hardware/server/dell/idrac/snmp/mode/components/systembattery.pm b/src/hardware/server/dell/idrac/snmp/mode/components/systembattery.pm index a77af883fd..4819ab31e9 100644 --- a/src/hardware/server/dell/idrac/snmp/mode/components/systembattery.pm +++ b/src/hardware/server/dell/idrac/snmp/mode/components/systembattery.pm @@ -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 diff --git a/src/hardware/server/dell/idrac/snmp/mode/components/temperature.pm b/src/hardware/server/dell/idrac/snmp/mode/components/temperature.pm index 8522693887..f5291083c0 100644 --- a/src/hardware/server/dell/idrac/snmp/mode/components/temperature.pm +++ b/src/hardware/server/dell/idrac/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/hardware/server/dell/idrac/snmp/mode/components/vdisk.pm b/src/hardware/server/dell/idrac/snmp/mode/components/vdisk.pm index 30b8e72187..3428ee920d 100644 --- a/src/hardware/server/dell/idrac/snmp/mode/components/vdisk.pm +++ b/src/hardware/server/dell/idrac/snmp/mode/components/vdisk.pm @@ -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 diff --git a/src/hardware/server/dell/idrac/snmp/mode/components/voltage.pm b/src/hardware/server/dell/idrac/snmp/mode/components/voltage.pm index 55380b7ed2..48276920b3 100644 --- a/src/hardware/server/dell/idrac/snmp/mode/components/voltage.pm +++ b/src/hardware/server/dell/idrac/snmp/mode/components/voltage.pm @@ -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 diff --git a/src/hardware/server/dell/idrac/snmp/mode/globalstatus.pm b/src/hardware/server/dell/idrac/snmp/mode/globalstatus.pm index 16aaea438f..42fdc09722 100644 --- a/src/hardware/server/dell/idrac/snmp/mode/globalstatus.pm +++ b/src/hardware/server/dell/idrac/snmp/mode/globalstatus.pm @@ -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 diff --git a/src/hardware/server/dell/idrac/snmp/mode/hardware.pm b/src/hardware/server/dell/idrac/snmp/mode/hardware.pm index 48bc65392b..bcccbacaed 100644 --- a/src/hardware/server/dell/idrac/snmp/mode/hardware.pm +++ b/src/hardware/server/dell/idrac/snmp/mode/hardware.pm @@ -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 diff --git a/src/hardware/server/dell/idrac/snmp/plugin.pm b/src/hardware/server/dell/idrac/snmp/plugin.pm index f43f998ce5..b083268c3d 100644 --- a/src/hardware/server/dell/idrac/snmp/plugin.pm +++ b/src/hardware/server/dell/idrac/snmp/plugin.pm @@ -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 diff --git a/src/hardware/server/dell/omem/snmp/mode/components/chassis.pm b/src/hardware/server/dell/omem/snmp/mode/components/chassis.pm index 8433fc1078..e6dad3fbdd 100644 --- a/src/hardware/server/dell/omem/snmp/mode/components/chassis.pm +++ b/src/hardware/server/dell/omem/snmp/mode/components/chassis.pm @@ -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 diff --git a/src/hardware/server/dell/omem/snmp/mode/components/health.pm b/src/hardware/server/dell/omem/snmp/mode/components/health.pm index e194ec40af..1b8d7e60e9 100644 --- a/src/hardware/server/dell/omem/snmp/mode/components/health.pm +++ b/src/hardware/server/dell/omem/snmp/mode/components/health.pm @@ -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 diff --git a/src/hardware/server/dell/omem/snmp/mode/components/psu.pm b/src/hardware/server/dell/omem/snmp/mode/components/psu.pm index bafe45ec68..779b92f796 100644 --- a/src/hardware/server/dell/omem/snmp/mode/components/psu.pm +++ b/src/hardware/server/dell/omem/snmp/mode/components/psu.pm @@ -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 diff --git a/src/hardware/server/dell/omem/snmp/mode/components/temperature.pm b/src/hardware/server/dell/omem/snmp/mode/components/temperature.pm index f03598d647..8bee11d7ed 100644 --- a/src/hardware/server/dell/omem/snmp/mode/components/temperature.pm +++ b/src/hardware/server/dell/omem/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/hardware/server/dell/omem/snmp/mode/hardware.pm b/src/hardware/server/dell/omem/snmp/mode/hardware.pm index 14f8702e95..fc0a676f7a 100644 --- a/src/hardware/server/dell/omem/snmp/mode/hardware.pm +++ b/src/hardware/server/dell/omem/snmp/mode/hardware.pm @@ -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 diff --git a/src/hardware/server/dell/omem/snmp/plugin.pm b/src/hardware/server/dell/omem/snmp/plugin.pm index 80fa2cc8e6..56ebda580c 100644 --- a/src/hardware/server/dell/omem/snmp/plugin.pm +++ b/src/hardware/server/dell/omem/snmp/plugin.pm @@ -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 diff --git a/src/hardware/server/dell/openmanage/snmp/mode/components/battery.pm b/src/hardware/server/dell/openmanage/snmp/mode/components/battery.pm index 446308db5e..68b3285107 100644 --- a/src/hardware/server/dell/openmanage/snmp/mode/components/battery.pm +++ b/src/hardware/server/dell/openmanage/snmp/mode/components/battery.pm @@ -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 diff --git a/src/hardware/server/dell/openmanage/snmp/mode/components/cachebattery.pm b/src/hardware/server/dell/openmanage/snmp/mode/components/cachebattery.pm index 618b73facc..38acdccdbf 100644 --- a/src/hardware/server/dell/openmanage/snmp/mode/components/cachebattery.pm +++ b/src/hardware/server/dell/openmanage/snmp/mode/components/cachebattery.pm @@ -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 diff --git a/src/hardware/server/dell/openmanage/snmp/mode/components/connector.pm b/src/hardware/server/dell/openmanage/snmp/mode/components/connector.pm index 1e7886ef2f..eb9f8a4acf 100644 --- a/src/hardware/server/dell/openmanage/snmp/mode/components/connector.pm +++ b/src/hardware/server/dell/openmanage/snmp/mode/components/connector.pm @@ -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 diff --git a/src/hardware/server/dell/openmanage/snmp/mode/components/controller.pm b/src/hardware/server/dell/openmanage/snmp/mode/components/controller.pm index ff7b5905f9..5b87cc0cfb 100644 --- a/src/hardware/server/dell/openmanage/snmp/mode/components/controller.pm +++ b/src/hardware/server/dell/openmanage/snmp/mode/components/controller.pm @@ -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 diff --git a/src/hardware/server/dell/openmanage/snmp/mode/components/cpu.pm b/src/hardware/server/dell/openmanage/snmp/mode/components/cpu.pm index 5f036d6ecf..c65dd56d9e 100644 --- a/src/hardware/server/dell/openmanage/snmp/mode/components/cpu.pm +++ b/src/hardware/server/dell/openmanage/snmp/mode/components/cpu.pm @@ -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 diff --git a/src/hardware/server/dell/openmanage/snmp/mode/components/esmlog.pm b/src/hardware/server/dell/openmanage/snmp/mode/components/esmlog.pm index 21139ab779..179d646612 100644 --- a/src/hardware/server/dell/openmanage/snmp/mode/components/esmlog.pm +++ b/src/hardware/server/dell/openmanage/snmp/mode/components/esmlog.pm @@ -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 diff --git a/src/hardware/server/dell/openmanage/snmp/mode/components/fan.pm b/src/hardware/server/dell/openmanage/snmp/mode/components/fan.pm index cc8784956a..661608a9b7 100644 --- a/src/hardware/server/dell/openmanage/snmp/mode/components/fan.pm +++ b/src/hardware/server/dell/openmanage/snmp/mode/components/fan.pm @@ -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 diff --git a/src/hardware/server/dell/openmanage/snmp/mode/components/globalstatus.pm b/src/hardware/server/dell/openmanage/snmp/mode/components/globalstatus.pm index 6c22370566..7b5126318f 100644 --- a/src/hardware/server/dell/openmanage/snmp/mode/components/globalstatus.pm +++ b/src/hardware/server/dell/openmanage/snmp/mode/components/globalstatus.pm @@ -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 diff --git a/src/hardware/server/dell/openmanage/snmp/mode/components/logicaldrive.pm b/src/hardware/server/dell/openmanage/snmp/mode/components/logicaldrive.pm index 5e9d758f21..4686836f1f 100644 --- a/src/hardware/server/dell/openmanage/snmp/mode/components/logicaldrive.pm +++ b/src/hardware/server/dell/openmanage/snmp/mode/components/logicaldrive.pm @@ -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 diff --git a/src/hardware/server/dell/openmanage/snmp/mode/components/memory.pm b/src/hardware/server/dell/openmanage/snmp/mode/components/memory.pm index 0ab49e5346..2a72af86a7 100644 --- a/src/hardware/server/dell/openmanage/snmp/mode/components/memory.pm +++ b/src/hardware/server/dell/openmanage/snmp/mode/components/memory.pm @@ -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 diff --git a/src/hardware/server/dell/openmanage/snmp/mode/components/physicaldisk.pm b/src/hardware/server/dell/openmanage/snmp/mode/components/physicaldisk.pm index ca234cd3cd..4c94d5805c 100644 --- a/src/hardware/server/dell/openmanage/snmp/mode/components/physicaldisk.pm +++ b/src/hardware/server/dell/openmanage/snmp/mode/components/physicaldisk.pm @@ -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 diff --git a/src/hardware/server/dell/openmanage/snmp/mode/components/psu.pm b/src/hardware/server/dell/openmanage/snmp/mode/components/psu.pm index 1b6d7d299b..67032acd4e 100644 --- a/src/hardware/server/dell/openmanage/snmp/mode/components/psu.pm +++ b/src/hardware/server/dell/openmanage/snmp/mode/components/psu.pm @@ -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 diff --git a/src/hardware/server/dell/openmanage/snmp/mode/components/temperature.pm b/src/hardware/server/dell/openmanage/snmp/mode/components/temperature.pm index 1c57abff03..9516c0e2bf 100644 --- a/src/hardware/server/dell/openmanage/snmp/mode/components/temperature.pm +++ b/src/hardware/server/dell/openmanage/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/hardware/server/dell/openmanage/snmp/mode/hardware.pm b/src/hardware/server/dell/openmanage/snmp/mode/hardware.pm index a3d01889fc..269330fd24 100644 --- a/src/hardware/server/dell/openmanage/snmp/mode/hardware.pm +++ b/src/hardware/server/dell/openmanage/snmp/mode/hardware.pm @@ -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 diff --git a/src/hardware/server/dell/openmanage/snmp/plugin.pm b/src/hardware/server/dell/openmanage/snmp/plugin.pm index 09b27afcf0..805a7a088f 100644 --- a/src/hardware/server/dell/openmanage/snmp/plugin.pm +++ b/src/hardware/server/dell/openmanage/snmp/plugin.pm @@ -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 diff --git a/src/hardware/server/dell/vxm/restapi/custom/api.pm b/src/hardware/server/dell/vxm/restapi/custom/api.pm index 35d03cdd97..308be3ad30 100644 --- a/src/hardware/server/dell/vxm/restapi/custom/api.pm +++ b/src/hardware/server/dell/vxm/restapi/custom/api.pm @@ -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 diff --git a/src/hardware/server/dell/vxm/restapi/mode/chassis.pm b/src/hardware/server/dell/vxm/restapi/mode/chassis.pm index 56ad9bea5c..558f86106e 100644 --- a/src/hardware/server/dell/vxm/restapi/mode/chassis.pm +++ b/src/hardware/server/dell/vxm/restapi/mode/chassis.pm @@ -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 diff --git a/src/hardware/server/dell/vxm/restapi/mode/discovery.pm b/src/hardware/server/dell/vxm/restapi/mode/discovery.pm index 67ce3c8ebf..e56d77f7b1 100644 --- a/src/hardware/server/dell/vxm/restapi/mode/discovery.pm +++ b/src/hardware/server/dell/vxm/restapi/mode/discovery.pm @@ -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 diff --git a/src/hardware/server/dell/vxm/restapi/mode/hosts.pm b/src/hardware/server/dell/vxm/restapi/mode/hosts.pm index 4dac70d267..f0d84dfc9a 100644 --- a/src/hardware/server/dell/vxm/restapi/mode/hosts.pm +++ b/src/hardware/server/dell/vxm/restapi/mode/hosts.pm @@ -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 diff --git a/src/hardware/server/dell/vxm/restapi/plugin.pm b/src/hardware/server/dell/vxm/restapi/plugin.pm index 354c37e571..3e682ec917 100644 --- a/src/hardware/server/dell/vxm/restapi/plugin.pm +++ b/src/hardware/server/dell/vxm/restapi/plugin.pm @@ -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 diff --git a/src/hardware/server/fujitsu/snmp/mode/components/cpu.pm b/src/hardware/server/fujitsu/snmp/mode/components/cpu.pm index 49195f2921..c1095b7074 100644 --- a/src/hardware/server/fujitsu/snmp/mode/components/cpu.pm +++ b/src/hardware/server/fujitsu/snmp/mode/components/cpu.pm @@ -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 diff --git a/src/hardware/server/fujitsu/snmp/mode/components/disk.pm b/src/hardware/server/fujitsu/snmp/mode/components/disk.pm index fcee6238d3..8898474955 100644 --- a/src/hardware/server/fujitsu/snmp/mode/components/disk.pm +++ b/src/hardware/server/fujitsu/snmp/mode/components/disk.pm @@ -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 diff --git a/src/hardware/server/fujitsu/snmp/mode/components/fan.pm b/src/hardware/server/fujitsu/snmp/mode/components/fan.pm index 3da6fcb167..51f05a005f 100644 --- a/src/hardware/server/fujitsu/snmp/mode/components/fan.pm +++ b/src/hardware/server/fujitsu/snmp/mode/components/fan.pm @@ -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 diff --git a/src/hardware/server/fujitsu/snmp/mode/components/memory.pm b/src/hardware/server/fujitsu/snmp/mode/components/memory.pm index 42d8df2669..0e46e90e21 100644 --- a/src/hardware/server/fujitsu/snmp/mode/components/memory.pm +++ b/src/hardware/server/fujitsu/snmp/mode/components/memory.pm @@ -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 diff --git a/src/hardware/server/fujitsu/snmp/mode/components/psu.pm b/src/hardware/server/fujitsu/snmp/mode/components/psu.pm index 1e12c6b2be..30e4686e6f 100644 --- a/src/hardware/server/fujitsu/snmp/mode/components/psu.pm +++ b/src/hardware/server/fujitsu/snmp/mode/components/psu.pm @@ -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 diff --git a/src/hardware/server/fujitsu/snmp/mode/components/raid.pm b/src/hardware/server/fujitsu/snmp/mode/components/raid.pm index e597a4ee3c..2911aa5514 100644 --- a/src/hardware/server/fujitsu/snmp/mode/components/raid.pm +++ b/src/hardware/server/fujitsu/snmp/mode/components/raid.pm @@ -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 diff --git a/src/hardware/server/fujitsu/snmp/mode/components/temperature.pm b/src/hardware/server/fujitsu/snmp/mode/components/temperature.pm index cb7615d25b..82dd4c06ef 100644 --- a/src/hardware/server/fujitsu/snmp/mode/components/temperature.pm +++ b/src/hardware/server/fujitsu/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/hardware/server/fujitsu/snmp/mode/components/voltage.pm b/src/hardware/server/fujitsu/snmp/mode/components/voltage.pm index 79cca78272..8920bd1f33 100644 --- a/src/hardware/server/fujitsu/snmp/mode/components/voltage.pm +++ b/src/hardware/server/fujitsu/snmp/mode/components/voltage.pm @@ -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 diff --git a/src/hardware/server/fujitsu/snmp/mode/hardware.pm b/src/hardware/server/fujitsu/snmp/mode/hardware.pm index 644ca7af8e..423456f15c 100644 --- a/src/hardware/server/fujitsu/snmp/mode/hardware.pm +++ b/src/hardware/server/fujitsu/snmp/mode/hardware.pm @@ -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 diff --git a/src/hardware/server/fujitsu/snmp/plugin.pm b/src/hardware/server/fujitsu/snmp/plugin.pm index 2c6540a5e5..38911e2f3d 100644 --- a/src/hardware/server/fujitsu/snmp/plugin.pm +++ b/src/hardware/server/fujitsu/snmp/plugin.pm @@ -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 diff --git a/src/hardware/server/hp/bladechassis/snmp/mode/components/blade.pm b/src/hardware/server/hp/bladechassis/snmp/mode/components/blade.pm index 233f137a62..39c8359f75 100644 --- a/src/hardware/server/hp/bladechassis/snmp/mode/components/blade.pm +++ b/src/hardware/server/hp/bladechassis/snmp/mode/components/blade.pm @@ -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 diff --git a/src/hardware/server/hp/bladechassis/snmp/mode/components/enclosure.pm b/src/hardware/server/hp/bladechassis/snmp/mode/components/enclosure.pm index c7e09f97e9..01da05ca50 100644 --- a/src/hardware/server/hp/bladechassis/snmp/mode/components/enclosure.pm +++ b/src/hardware/server/hp/bladechassis/snmp/mode/components/enclosure.pm @@ -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 diff --git a/src/hardware/server/hp/bladechassis/snmp/mode/components/fan.pm b/src/hardware/server/hp/bladechassis/snmp/mode/components/fan.pm index 4ac1ddbfa8..83a9380927 100644 --- a/src/hardware/server/hp/bladechassis/snmp/mode/components/fan.pm +++ b/src/hardware/server/hp/bladechassis/snmp/mode/components/fan.pm @@ -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 diff --git a/src/hardware/server/hp/bladechassis/snmp/mode/components/fuse.pm b/src/hardware/server/hp/bladechassis/snmp/mode/components/fuse.pm index 69476f5c01..e9187253e8 100644 --- a/src/hardware/server/hp/bladechassis/snmp/mode/components/fuse.pm +++ b/src/hardware/server/hp/bladechassis/snmp/mode/components/fuse.pm @@ -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 diff --git a/src/hardware/server/hp/bladechassis/snmp/mode/components/manager.pm b/src/hardware/server/hp/bladechassis/snmp/mode/components/manager.pm index 8115c6ea08..8abdfec367 100644 --- a/src/hardware/server/hp/bladechassis/snmp/mode/components/manager.pm +++ b/src/hardware/server/hp/bladechassis/snmp/mode/components/manager.pm @@ -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 diff --git a/src/hardware/server/hp/bladechassis/snmp/mode/components/network.pm b/src/hardware/server/hp/bladechassis/snmp/mode/components/network.pm index b4d43be7fe..3b597cc2ac 100644 --- a/src/hardware/server/hp/bladechassis/snmp/mode/components/network.pm +++ b/src/hardware/server/hp/bladechassis/snmp/mode/components/network.pm @@ -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 diff --git a/src/hardware/server/hp/bladechassis/snmp/mode/components/psu.pm b/src/hardware/server/hp/bladechassis/snmp/mode/components/psu.pm index fbd63f8b88..3ee3312b3a 100644 --- a/src/hardware/server/hp/bladechassis/snmp/mode/components/psu.pm +++ b/src/hardware/server/hp/bladechassis/snmp/mode/components/psu.pm @@ -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 diff --git a/src/hardware/server/hp/bladechassis/snmp/mode/components/temperature.pm b/src/hardware/server/hp/bladechassis/snmp/mode/components/temperature.pm index 2a6ca76924..dc6c6ef190 100644 --- a/src/hardware/server/hp/bladechassis/snmp/mode/components/temperature.pm +++ b/src/hardware/server/hp/bladechassis/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/hardware/server/hp/bladechassis/snmp/mode/hardware.pm b/src/hardware/server/hp/bladechassis/snmp/mode/hardware.pm index ee89e357c1..ff0c067af4 100644 --- a/src/hardware/server/hp/bladechassis/snmp/mode/hardware.pm +++ b/src/hardware/server/hp/bladechassis/snmp/mode/hardware.pm @@ -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 diff --git a/src/hardware/server/hp/bladechassis/snmp/plugin.pm b/src/hardware/server/hp/bladechassis/snmp/plugin.pm index 79f55efecc..6187345cfc 100644 --- a/src/hardware/server/hp/bladechassis/snmp/plugin.pm +++ b/src/hardware/server/hp/bladechassis/snmp/plugin.pm @@ -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 diff --git a/src/hardware/server/hp/ilo/restapi/custom/api.pm b/src/hardware/server/hp/ilo/restapi/custom/api.pm index 1104f9b452..97ab687c54 100644 --- a/src/hardware/server/hp/ilo/restapi/custom/api.pm +++ b/src/hardware/server/hp/ilo/restapi/custom/api.pm @@ -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 diff --git a/src/hardware/server/hp/ilo/restapi/plugin.pm b/src/hardware/server/hp/ilo/restapi/plugin.pm index 3d1c6e1917..0f055893cf 100644 --- a/src/hardware/server/hp/ilo/restapi/plugin.pm +++ b/src/hardware/server/hp/ilo/restapi/plugin.pm @@ -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 diff --git a/src/hardware/server/hp/ilo/xmlapi/custom/api.pm b/src/hardware/server/hp/ilo/xmlapi/custom/api.pm index 4fd79ef455..25a699c4d0 100644 --- a/src/hardware/server/hp/ilo/xmlapi/custom/api.pm +++ b/src/hardware/server/hp/ilo/xmlapi/custom/api.pm @@ -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 diff --git a/src/hardware/server/hp/ilo/xmlapi/mode/components/battery.pm b/src/hardware/server/hp/ilo/xmlapi/mode/components/battery.pm index aa33d04283..76dd3b6ec3 100644 --- a/src/hardware/server/hp/ilo/xmlapi/mode/components/battery.pm +++ b/src/hardware/server/hp/ilo/xmlapi/mode/components/battery.pm @@ -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 diff --git a/src/hardware/server/hp/ilo/xmlapi/mode/components/bios.pm b/src/hardware/server/hp/ilo/xmlapi/mode/components/bios.pm index a8025f3189..58612e3cd8 100644 --- a/src/hardware/server/hp/ilo/xmlapi/mode/components/bios.pm +++ b/src/hardware/server/hp/ilo/xmlapi/mode/components/bios.pm @@ -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 diff --git a/src/hardware/server/hp/ilo/xmlapi/mode/components/cpu.pm b/src/hardware/server/hp/ilo/xmlapi/mode/components/cpu.pm index a1aacb18c4..53d4ac5c61 100644 --- a/src/hardware/server/hp/ilo/xmlapi/mode/components/cpu.pm +++ b/src/hardware/server/hp/ilo/xmlapi/mode/components/cpu.pm @@ -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 diff --git a/src/hardware/server/hp/ilo/xmlapi/mode/components/ctrl.pm b/src/hardware/server/hp/ilo/xmlapi/mode/components/ctrl.pm index eec90f3885..790014fbf3 100644 --- a/src/hardware/server/hp/ilo/xmlapi/mode/components/ctrl.pm +++ b/src/hardware/server/hp/ilo/xmlapi/mode/components/ctrl.pm @@ -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 diff --git a/src/hardware/server/hp/ilo/xmlapi/mode/components/driveencl.pm b/src/hardware/server/hp/ilo/xmlapi/mode/components/driveencl.pm index ff002d241b..4172fc8b76 100644 --- a/src/hardware/server/hp/ilo/xmlapi/mode/components/driveencl.pm +++ b/src/hardware/server/hp/ilo/xmlapi/mode/components/driveencl.pm @@ -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 diff --git a/src/hardware/server/hp/ilo/xmlapi/mode/components/fan.pm b/src/hardware/server/hp/ilo/xmlapi/mode/components/fan.pm index d3c5f7c7c2..b4a1359dac 100644 --- a/src/hardware/server/hp/ilo/xmlapi/mode/components/fan.pm +++ b/src/hardware/server/hp/ilo/xmlapi/mode/components/fan.pm @@ -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 diff --git a/src/hardware/server/hp/ilo/xmlapi/mode/components/ldrive.pm b/src/hardware/server/hp/ilo/xmlapi/mode/components/ldrive.pm index ee3292aabf..e5e766910b 100644 --- a/src/hardware/server/hp/ilo/xmlapi/mode/components/ldrive.pm +++ b/src/hardware/server/hp/ilo/xmlapi/mode/components/ldrive.pm @@ -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 diff --git a/src/hardware/server/hp/ilo/xmlapi/mode/components/memory.pm b/src/hardware/server/hp/ilo/xmlapi/mode/components/memory.pm index 2443747818..849ab5a344 100644 --- a/src/hardware/server/hp/ilo/xmlapi/mode/components/memory.pm +++ b/src/hardware/server/hp/ilo/xmlapi/mode/components/memory.pm @@ -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 diff --git a/src/hardware/server/hp/ilo/xmlapi/mode/components/nic.pm b/src/hardware/server/hp/ilo/xmlapi/mode/components/nic.pm index fe0eb200d1..1cdd68e10d 100644 --- a/src/hardware/server/hp/ilo/xmlapi/mode/components/nic.pm +++ b/src/hardware/server/hp/ilo/xmlapi/mode/components/nic.pm @@ -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 diff --git a/src/hardware/server/hp/ilo/xmlapi/mode/components/pdrive.pm b/src/hardware/server/hp/ilo/xmlapi/mode/components/pdrive.pm index 55ff5be803..68c359a4d1 100644 --- a/src/hardware/server/hp/ilo/xmlapi/mode/components/pdrive.pm +++ b/src/hardware/server/hp/ilo/xmlapi/mode/components/pdrive.pm @@ -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 diff --git a/src/hardware/server/hp/ilo/xmlapi/mode/components/psu.pm b/src/hardware/server/hp/ilo/xmlapi/mode/components/psu.pm index fc90ed23a8..df4374bb83 100644 --- a/src/hardware/server/hp/ilo/xmlapi/mode/components/psu.pm +++ b/src/hardware/server/hp/ilo/xmlapi/mode/components/psu.pm @@ -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 diff --git a/src/hardware/server/hp/ilo/xmlapi/mode/components/temperature.pm b/src/hardware/server/hp/ilo/xmlapi/mode/components/temperature.pm index f406e7bac3..adb9b20ff8 100644 --- a/src/hardware/server/hp/ilo/xmlapi/mode/components/temperature.pm +++ b/src/hardware/server/hp/ilo/xmlapi/mode/components/temperature.pm @@ -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 diff --git a/src/hardware/server/hp/ilo/xmlapi/mode/components/vrm.pm b/src/hardware/server/hp/ilo/xmlapi/mode/components/vrm.pm index 1047a01b14..2414a70590 100644 --- a/src/hardware/server/hp/ilo/xmlapi/mode/components/vrm.pm +++ b/src/hardware/server/hp/ilo/xmlapi/mode/components/vrm.pm @@ -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 diff --git a/src/hardware/server/hp/ilo/xmlapi/mode/hardware.pm b/src/hardware/server/hp/ilo/xmlapi/mode/hardware.pm index 5b8fc12457..930b41aff9 100644 --- a/src/hardware/server/hp/ilo/xmlapi/mode/hardware.pm +++ b/src/hardware/server/hp/ilo/xmlapi/mode/hardware.pm @@ -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 diff --git a/src/hardware/server/hp/ilo/xmlapi/plugin.pm b/src/hardware/server/hp/ilo/xmlapi/plugin.pm index 809c10f160..08f7b43e30 100644 --- a/src/hardware/server/hp/ilo/xmlapi/plugin.pm +++ b/src/hardware/server/hp/ilo/xmlapi/plugin.pm @@ -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 diff --git a/src/hardware/server/hp/oneview/restapi/custom/api.pm b/src/hardware/server/hp/oneview/restapi/custom/api.pm index f929e4cc30..6fce8be3df 100644 --- a/src/hardware/server/hp/oneview/restapi/custom/api.pm +++ b/src/hardware/server/hp/oneview/restapi/custom/api.pm @@ -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 diff --git a/src/hardware/server/hp/oneview/restapi/mode/components/enclosure.pm b/src/hardware/server/hp/oneview/restapi/mode/components/enclosure.pm index 78c750004d..49c1ddc091 100644 --- a/src/hardware/server/hp/oneview/restapi/mode/components/enclosure.pm +++ b/src/hardware/server/hp/oneview/restapi/mode/components/enclosure.pm @@ -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 diff --git a/src/hardware/server/hp/oneview/restapi/mode/components/server.pm b/src/hardware/server/hp/oneview/restapi/mode/components/server.pm index 7efbbfa9e2..0cae0f5a01 100644 --- a/src/hardware/server/hp/oneview/restapi/mode/components/server.pm +++ b/src/hardware/server/hp/oneview/restapi/mode/components/server.pm @@ -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 diff --git a/src/hardware/server/hp/oneview/restapi/mode/hardware.pm b/src/hardware/server/hp/oneview/restapi/mode/hardware.pm index a0530f71b6..49e4239935 100644 --- a/src/hardware/server/hp/oneview/restapi/mode/hardware.pm +++ b/src/hardware/server/hp/oneview/restapi/mode/hardware.pm @@ -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 diff --git a/src/hardware/server/hp/oneview/restapi/mode/storagepools.pm b/src/hardware/server/hp/oneview/restapi/mode/storagepools.pm index 773f21b1e3..72b8045b1f 100644 --- a/src/hardware/server/hp/oneview/restapi/mode/storagepools.pm +++ b/src/hardware/server/hp/oneview/restapi/mode/storagepools.pm @@ -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 diff --git a/src/hardware/server/hp/oneview/restapi/plugin.pm b/src/hardware/server/hp/oneview/restapi/plugin.pm index beac072e39..92ca5c1fe0 100644 --- a/src/hardware/server/hp/oneview/restapi/plugin.pm +++ b/src/hardware/server/hp/oneview/restapi/plugin.pm @@ -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 diff --git a/src/hardware/server/hp/proliant/snmp/mode/components/cpu.pm b/src/hardware/server/hp/proliant/snmp/mode/components/cpu.pm index b2c402e967..c2bcf7482f 100644 --- a/src/hardware/server/hp/proliant/snmp/mode/components/cpu.pm +++ b/src/hardware/server/hp/proliant/snmp/mode/components/cpu.pm @@ -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 diff --git a/src/hardware/server/hp/proliant/snmp/mode/components/daacc.pm b/src/hardware/server/hp/proliant/snmp/mode/components/daacc.pm index 8f4213f455..85b3a1520b 100644 --- a/src/hardware/server/hp/proliant/snmp/mode/components/daacc.pm +++ b/src/hardware/server/hp/proliant/snmp/mode/components/daacc.pm @@ -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 diff --git a/src/hardware/server/hp/proliant/snmp/mode/components/dactl.pm b/src/hardware/server/hp/proliant/snmp/mode/components/dactl.pm index 6384f7b250..57fbce694c 100644 --- a/src/hardware/server/hp/proliant/snmp/mode/components/dactl.pm +++ b/src/hardware/server/hp/proliant/snmp/mode/components/dactl.pm @@ -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 diff --git a/src/hardware/server/hp/proliant/snmp/mode/components/daldrive.pm b/src/hardware/server/hp/proliant/snmp/mode/components/daldrive.pm index 372e75fc11..f94fae7959 100644 --- a/src/hardware/server/hp/proliant/snmp/mode/components/daldrive.pm +++ b/src/hardware/server/hp/proliant/snmp/mode/components/daldrive.pm @@ -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 diff --git a/src/hardware/server/hp/proliant/snmp/mode/components/dapdrive.pm b/src/hardware/server/hp/proliant/snmp/mode/components/dapdrive.pm index 5b701c6fe2..d99a37d1b2 100644 --- a/src/hardware/server/hp/proliant/snmp/mode/components/dapdrive.pm +++ b/src/hardware/server/hp/proliant/snmp/mode/components/dapdrive.pm @@ -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 diff --git a/src/hardware/server/hp/proliant/snmp/mode/components/fan.pm b/src/hardware/server/hp/proliant/snmp/mode/components/fan.pm index 6853126f04..dd306c0718 100644 --- a/src/hardware/server/hp/proliant/snmp/mode/components/fan.pm +++ b/src/hardware/server/hp/proliant/snmp/mode/components/fan.pm @@ -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 diff --git a/src/hardware/server/hp/proliant/snmp/mode/components/fcaexternalacc.pm b/src/hardware/server/hp/proliant/snmp/mode/components/fcaexternalacc.pm index 11ae0c9189..6c09ff3e53 100644 --- a/src/hardware/server/hp/proliant/snmp/mode/components/fcaexternalacc.pm +++ b/src/hardware/server/hp/proliant/snmp/mode/components/fcaexternalacc.pm @@ -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 diff --git a/src/hardware/server/hp/proliant/snmp/mode/components/fcaexternalctl.pm b/src/hardware/server/hp/proliant/snmp/mode/components/fcaexternalctl.pm index c69e7b202f..58edeb8852 100644 --- a/src/hardware/server/hp/proliant/snmp/mode/components/fcaexternalctl.pm +++ b/src/hardware/server/hp/proliant/snmp/mode/components/fcaexternalctl.pm @@ -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 diff --git a/src/hardware/server/hp/proliant/snmp/mode/components/fcahostctl.pm b/src/hardware/server/hp/proliant/snmp/mode/components/fcahostctl.pm index 600bfe67aa..4d2ee62a4a 100644 --- a/src/hardware/server/hp/proliant/snmp/mode/components/fcahostctl.pm +++ b/src/hardware/server/hp/proliant/snmp/mode/components/fcahostctl.pm @@ -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 diff --git a/src/hardware/server/hp/proliant/snmp/mode/components/fcaldrive.pm b/src/hardware/server/hp/proliant/snmp/mode/components/fcaldrive.pm index a4f8ed8999..557bc7ef12 100644 --- a/src/hardware/server/hp/proliant/snmp/mode/components/fcaldrive.pm +++ b/src/hardware/server/hp/proliant/snmp/mode/components/fcaldrive.pm @@ -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 diff --git a/src/hardware/server/hp/proliant/snmp/mode/components/fcapdrive.pm b/src/hardware/server/hp/proliant/snmp/mode/components/fcapdrive.pm index 41f5447919..0f089a7e5f 100644 --- a/src/hardware/server/hp/proliant/snmp/mode/components/fcapdrive.pm +++ b/src/hardware/server/hp/proliant/snmp/mode/components/fcapdrive.pm @@ -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 diff --git a/src/hardware/server/hp/proliant/snmp/mode/components/idectl.pm b/src/hardware/server/hp/proliant/snmp/mode/components/idectl.pm index 698a74e5bc..7c791b2e51 100644 --- a/src/hardware/server/hp/proliant/snmp/mode/components/idectl.pm +++ b/src/hardware/server/hp/proliant/snmp/mode/components/idectl.pm @@ -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 diff --git a/src/hardware/server/hp/proliant/snmp/mode/components/ideldrive.pm b/src/hardware/server/hp/proliant/snmp/mode/components/ideldrive.pm index 278bcbe119..62512bc85e 100644 --- a/src/hardware/server/hp/proliant/snmp/mode/components/ideldrive.pm +++ b/src/hardware/server/hp/proliant/snmp/mode/components/ideldrive.pm @@ -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 diff --git a/src/hardware/server/hp/proliant/snmp/mode/components/idepdrive.pm b/src/hardware/server/hp/proliant/snmp/mode/components/idepdrive.pm index f7c5d7a204..6bdf8ee3e9 100644 --- a/src/hardware/server/hp/proliant/snmp/mode/components/idepdrive.pm +++ b/src/hardware/server/hp/proliant/snmp/mode/components/idepdrive.pm @@ -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 diff --git a/src/hardware/server/hp/proliant/snmp/mode/components/ilo.pm b/src/hardware/server/hp/proliant/snmp/mode/components/ilo.pm index 2cdec9d64b..d7c50e4343 100644 --- a/src/hardware/server/hp/proliant/snmp/mode/components/ilo.pm +++ b/src/hardware/server/hp/proliant/snmp/mode/components/ilo.pm @@ -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 diff --git a/src/hardware/server/hp/proliant/snmp/mode/components/lnic.pm b/src/hardware/server/hp/proliant/snmp/mode/components/lnic.pm index 3dd1bd2fa5..72005b97e0 100644 --- a/src/hardware/server/hp/proliant/snmp/mode/components/lnic.pm +++ b/src/hardware/server/hp/proliant/snmp/mode/components/lnic.pm @@ -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 diff --git a/src/hardware/server/hp/proliant/snmp/mode/components/memory.pm b/src/hardware/server/hp/proliant/snmp/mode/components/memory.pm index 90d61e7484..ed8f023324 100644 --- a/src/hardware/server/hp/proliant/snmp/mode/components/memory.pm +++ b/src/hardware/server/hp/proliant/snmp/mode/components/memory.pm @@ -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 diff --git a/src/hardware/server/hp/proliant/snmp/mode/components/pc.pm b/src/hardware/server/hp/proliant/snmp/mode/components/pc.pm index a4bf18a905..0faaa18ed2 100644 --- a/src/hardware/server/hp/proliant/snmp/mode/components/pc.pm +++ b/src/hardware/server/hp/proliant/snmp/mode/components/pc.pm @@ -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 diff --git a/src/hardware/server/hp/proliant/snmp/mode/components/pnic.pm b/src/hardware/server/hp/proliant/snmp/mode/components/pnic.pm index 597be1c2b1..54d9108280 100644 --- a/src/hardware/server/hp/proliant/snmp/mode/components/pnic.pm +++ b/src/hardware/server/hp/proliant/snmp/mode/components/pnic.pm @@ -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 diff --git a/src/hardware/server/hp/proliant/snmp/mode/components/psu.pm b/src/hardware/server/hp/proliant/snmp/mode/components/psu.pm index 3c99fb478d..2170b4eb7a 100644 --- a/src/hardware/server/hp/proliant/snmp/mode/components/psu.pm +++ b/src/hardware/server/hp/proliant/snmp/mode/components/psu.pm @@ -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 diff --git a/src/hardware/server/hp/proliant/snmp/mode/components/sasctl.pm b/src/hardware/server/hp/proliant/snmp/mode/components/sasctl.pm index b11ec65193..7403c73d56 100644 --- a/src/hardware/server/hp/proliant/snmp/mode/components/sasctl.pm +++ b/src/hardware/server/hp/proliant/snmp/mode/components/sasctl.pm @@ -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 diff --git a/src/hardware/server/hp/proliant/snmp/mode/components/sasldrive.pm b/src/hardware/server/hp/proliant/snmp/mode/components/sasldrive.pm index bdb991e004..da3c770d26 100644 --- a/src/hardware/server/hp/proliant/snmp/mode/components/sasldrive.pm +++ b/src/hardware/server/hp/proliant/snmp/mode/components/sasldrive.pm @@ -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 diff --git a/src/hardware/server/hp/proliant/snmp/mode/components/saspdrive.pm b/src/hardware/server/hp/proliant/snmp/mode/components/saspdrive.pm index 06beaf2cc3..500c189f3d 100644 --- a/src/hardware/server/hp/proliant/snmp/mode/components/saspdrive.pm +++ b/src/hardware/server/hp/proliant/snmp/mode/components/saspdrive.pm @@ -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 diff --git a/src/hardware/server/hp/proliant/snmp/mode/components/scsictl.pm b/src/hardware/server/hp/proliant/snmp/mode/components/scsictl.pm index 42acfd5a2f..f0cb5fc7ce 100644 --- a/src/hardware/server/hp/proliant/snmp/mode/components/scsictl.pm +++ b/src/hardware/server/hp/proliant/snmp/mode/components/scsictl.pm @@ -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 diff --git a/src/hardware/server/hp/proliant/snmp/mode/components/scsildrive.pm b/src/hardware/server/hp/proliant/snmp/mode/components/scsildrive.pm index e8aa067f6d..abee54ed45 100644 --- a/src/hardware/server/hp/proliant/snmp/mode/components/scsildrive.pm +++ b/src/hardware/server/hp/proliant/snmp/mode/components/scsildrive.pm @@ -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 diff --git a/src/hardware/server/hp/proliant/snmp/mode/components/scsipdrive.pm b/src/hardware/server/hp/proliant/snmp/mode/components/scsipdrive.pm index 10660e46fa..b02ee1bafe 100644 --- a/src/hardware/server/hp/proliant/snmp/mode/components/scsipdrive.pm +++ b/src/hardware/server/hp/proliant/snmp/mode/components/scsipdrive.pm @@ -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 diff --git a/src/hardware/server/hp/proliant/snmp/mode/components/temperature.pm b/src/hardware/server/hp/proliant/snmp/mode/components/temperature.pm index c763874b0b..1349eef637 100644 --- a/src/hardware/server/hp/proliant/snmp/mode/components/temperature.pm +++ b/src/hardware/server/hp/proliant/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/hardware/server/hp/proliant/snmp/mode/globalstatus.pm b/src/hardware/server/hp/proliant/snmp/mode/globalstatus.pm index 90267c8b7c..945fb0b9e4 100644 --- a/src/hardware/server/hp/proliant/snmp/mode/globalstatus.pm +++ b/src/hardware/server/hp/proliant/snmp/mode/globalstatus.pm @@ -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 diff --git a/src/hardware/server/hp/proliant/snmp/mode/hardware.pm b/src/hardware/server/hp/proliant/snmp/mode/hardware.pm index c77eb5db43..9807610a8e 100644 --- a/src/hardware/server/hp/proliant/snmp/mode/hardware.pm +++ b/src/hardware/server/hp/proliant/snmp/mode/hardware.pm @@ -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 diff --git a/src/hardware/server/hp/proliant/snmp/plugin.pm b/src/hardware/server/hp/proliant/snmp/plugin.pm index ff069a5c8a..340f8d32dd 100644 --- a/src/hardware/server/hp/proliant/snmp/plugin.pm +++ b/src/hardware/server/hp/proliant/snmp/plugin.pm @@ -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 diff --git a/src/hardware/server/huawei/hmm/snmp/mode/blade.pm b/src/hardware/server/huawei/hmm/snmp/mode/blade.pm index cb6f549e90..be7af5391c 100644 --- a/src/hardware/server/huawei/hmm/snmp/mode/blade.pm +++ b/src/hardware/server/huawei/hmm/snmp/mode/blade.pm @@ -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 diff --git a/src/hardware/server/huawei/hmm/snmp/mode/chassis.pm b/src/hardware/server/huawei/hmm/snmp/mode/chassis.pm index 2389d58c57..34b8bc7ce0 100644 --- a/src/hardware/server/huawei/hmm/snmp/mode/chassis.pm +++ b/src/hardware/server/huawei/hmm/snmp/mode/chassis.pm @@ -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 diff --git a/src/hardware/server/huawei/hmm/snmp/mode/components/blade.pm b/src/hardware/server/huawei/hmm/snmp/mode/components/blade.pm index 823bdf8ecf..77397f7c32 100644 --- a/src/hardware/server/huawei/hmm/snmp/mode/components/blade.pm +++ b/src/hardware/server/huawei/hmm/snmp/mode/components/blade.pm @@ -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 diff --git a/src/hardware/server/huawei/hmm/snmp/mode/components/cpu.pm b/src/hardware/server/huawei/hmm/snmp/mode/components/cpu.pm index ad9672ab59..245d75897c 100644 --- a/src/hardware/server/huawei/hmm/snmp/mode/components/cpu.pm +++ b/src/hardware/server/huawei/hmm/snmp/mode/components/cpu.pm @@ -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 diff --git a/src/hardware/server/huawei/hmm/snmp/mode/components/disk.pm b/src/hardware/server/huawei/hmm/snmp/mode/components/disk.pm index f6c3eb98be..3d0ac11a52 100644 --- a/src/hardware/server/huawei/hmm/snmp/mode/components/disk.pm +++ b/src/hardware/server/huawei/hmm/snmp/mode/components/disk.pm @@ -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 diff --git a/src/hardware/server/huawei/hmm/snmp/mode/components/fan.pm b/src/hardware/server/huawei/hmm/snmp/mode/components/fan.pm index f360600dcb..2d3485971b 100644 --- a/src/hardware/server/huawei/hmm/snmp/mode/components/fan.pm +++ b/src/hardware/server/huawei/hmm/snmp/mode/components/fan.pm @@ -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 diff --git a/src/hardware/server/huawei/hmm/snmp/mode/components/memory.pm b/src/hardware/server/huawei/hmm/snmp/mode/components/memory.pm index 8ba37377f3..7d0c1f6c40 100644 --- a/src/hardware/server/huawei/hmm/snmp/mode/components/memory.pm +++ b/src/hardware/server/huawei/hmm/snmp/mode/components/memory.pm @@ -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 diff --git a/src/hardware/server/huawei/hmm/snmp/mode/components/mezz.pm b/src/hardware/server/huawei/hmm/snmp/mode/components/mezz.pm index 5f066a925f..0b10e5cfca 100644 --- a/src/hardware/server/huawei/hmm/snmp/mode/components/mezz.pm +++ b/src/hardware/server/huawei/hmm/snmp/mode/components/mezz.pm @@ -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 diff --git a/src/hardware/server/huawei/hmm/snmp/mode/components/psu.pm b/src/hardware/server/huawei/hmm/snmp/mode/components/psu.pm index 3841b8c0cb..1ec6b56225 100644 --- a/src/hardware/server/huawei/hmm/snmp/mode/components/psu.pm +++ b/src/hardware/server/huawei/hmm/snmp/mode/components/psu.pm @@ -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 diff --git a/src/hardware/server/huawei/hmm/snmp/mode/components/raidcontroller.pm b/src/hardware/server/huawei/hmm/snmp/mode/components/raidcontroller.pm index e5a82cf192..60614c2a08 100644 --- a/src/hardware/server/huawei/hmm/snmp/mode/components/raidcontroller.pm +++ b/src/hardware/server/huawei/hmm/snmp/mode/components/raidcontroller.pm @@ -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 diff --git a/src/hardware/server/huawei/hmm/snmp/mode/components/switch.pm b/src/hardware/server/huawei/hmm/snmp/mode/components/switch.pm index 67f6c5962f..042d851e50 100644 --- a/src/hardware/server/huawei/hmm/snmp/mode/components/switch.pm +++ b/src/hardware/server/huawei/hmm/snmp/mode/components/switch.pm @@ -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 diff --git a/src/hardware/server/huawei/hmm/snmp/mode/components/temperature.pm b/src/hardware/server/huawei/hmm/snmp/mode/components/temperature.pm index e1659ab4b2..98af4a6066 100644 --- a/src/hardware/server/huawei/hmm/snmp/mode/components/temperature.pm +++ b/src/hardware/server/huawei/hmm/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/hardware/server/huawei/hmm/snmp/plugin.pm b/src/hardware/server/huawei/hmm/snmp/plugin.pm index 9056cb53af..d9a7749112 100644 --- a/src/hardware/server/huawei/hmm/snmp/plugin.pm +++ b/src/hardware/server/huawei/hmm/snmp/plugin.pm @@ -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 diff --git a/src/hardware/server/huawei/ibmc/snmp/mode/components/component.pm b/src/hardware/server/huawei/ibmc/snmp/mode/components/component.pm index f02b762a8c..640be1913f 100644 --- a/src/hardware/server/huawei/ibmc/snmp/mode/components/component.pm +++ b/src/hardware/server/huawei/ibmc/snmp/mode/components/component.pm @@ -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 diff --git a/src/hardware/server/huawei/ibmc/snmp/mode/components/cpu.pm b/src/hardware/server/huawei/ibmc/snmp/mode/components/cpu.pm index 1ca36bc647..54a8b77066 100644 --- a/src/hardware/server/huawei/ibmc/snmp/mode/components/cpu.pm +++ b/src/hardware/server/huawei/ibmc/snmp/mode/components/cpu.pm @@ -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 diff --git a/src/hardware/server/huawei/ibmc/snmp/mode/components/fan.pm b/src/hardware/server/huawei/ibmc/snmp/mode/components/fan.pm index 5d633d22eb..3520f17f6b 100644 --- a/src/hardware/server/huawei/ibmc/snmp/mode/components/fan.pm +++ b/src/hardware/server/huawei/ibmc/snmp/mode/components/fan.pm @@ -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 diff --git a/src/hardware/server/huawei/ibmc/snmp/mode/components/harddisk.pm b/src/hardware/server/huawei/ibmc/snmp/mode/components/harddisk.pm index 5f0170bd4a..76ddd224da 100644 --- a/src/hardware/server/huawei/ibmc/snmp/mode/components/harddisk.pm +++ b/src/hardware/server/huawei/ibmc/snmp/mode/components/harddisk.pm @@ -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 diff --git a/src/hardware/server/huawei/ibmc/snmp/mode/components/logicaldrive.pm b/src/hardware/server/huawei/ibmc/snmp/mode/components/logicaldrive.pm index 08b9fec22e..e31422fa3f 100644 --- a/src/hardware/server/huawei/ibmc/snmp/mode/components/logicaldrive.pm +++ b/src/hardware/server/huawei/ibmc/snmp/mode/components/logicaldrive.pm @@ -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 diff --git a/src/hardware/server/huawei/ibmc/snmp/mode/components/memory.pm b/src/hardware/server/huawei/ibmc/snmp/mode/components/memory.pm index 09a18829a8..2f179d9f53 100644 --- a/src/hardware/server/huawei/ibmc/snmp/mode/components/memory.pm +++ b/src/hardware/server/huawei/ibmc/snmp/mode/components/memory.pm @@ -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 diff --git a/src/hardware/server/huawei/ibmc/snmp/mode/components/pcie.pm b/src/hardware/server/huawei/ibmc/snmp/mode/components/pcie.pm index 192055ac79..86308a56dc 100644 --- a/src/hardware/server/huawei/ibmc/snmp/mode/components/pcie.pm +++ b/src/hardware/server/huawei/ibmc/snmp/mode/components/pcie.pm @@ -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 diff --git a/src/hardware/server/huawei/ibmc/snmp/mode/components/psu.pm b/src/hardware/server/huawei/ibmc/snmp/mode/components/psu.pm index 4b05668ef1..3137a4a0ab 100644 --- a/src/hardware/server/huawei/ibmc/snmp/mode/components/psu.pm +++ b/src/hardware/server/huawei/ibmc/snmp/mode/components/psu.pm @@ -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 diff --git a/src/hardware/server/huawei/ibmc/snmp/mode/components/raidcontroller.pm b/src/hardware/server/huawei/ibmc/snmp/mode/components/raidcontroller.pm index a0e0f0f243..20fd3d8892 100644 --- a/src/hardware/server/huawei/ibmc/snmp/mode/components/raidcontroller.pm +++ b/src/hardware/server/huawei/ibmc/snmp/mode/components/raidcontroller.pm @@ -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 diff --git a/src/hardware/server/huawei/ibmc/snmp/mode/components/temperature.pm b/src/hardware/server/huawei/ibmc/snmp/mode/components/temperature.pm index 18fa6a347d..8dc124972b 100644 --- a/src/hardware/server/huawei/ibmc/snmp/mode/components/temperature.pm +++ b/src/hardware/server/huawei/ibmc/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/hardware/server/huawei/ibmc/snmp/mode/hardware.pm b/src/hardware/server/huawei/ibmc/snmp/mode/hardware.pm index 2c35757e91..64bfdf4b06 100644 --- a/src/hardware/server/huawei/ibmc/snmp/mode/hardware.pm +++ b/src/hardware/server/huawei/ibmc/snmp/mode/hardware.pm @@ -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 diff --git a/src/hardware/server/huawei/ibmc/snmp/plugin.pm b/src/hardware/server/huawei/ibmc/snmp/plugin.pm index 5dd129bb4c..7ac4ebe65a 100644 --- a/src/hardware/server/huawei/ibmc/snmp/plugin.pm +++ b/src/hardware/server/huawei/ibmc/snmp/plugin.pm @@ -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 diff --git a/src/hardware/server/ibm/bladecenter/snmp/mode/components/ambient.pm b/src/hardware/server/ibm/bladecenter/snmp/mode/components/ambient.pm index c6490dfef5..8919eb45f1 100644 --- a/src/hardware/server/ibm/bladecenter/snmp/mode/components/ambient.pm +++ b/src/hardware/server/ibm/bladecenter/snmp/mode/components/ambient.pm @@ -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 diff --git a/src/hardware/server/ibm/bladecenter/snmp/mode/components/blade.pm b/src/hardware/server/ibm/bladecenter/snmp/mode/components/blade.pm index 1c046c847d..0d609f7324 100644 --- a/src/hardware/server/ibm/bladecenter/snmp/mode/components/blade.pm +++ b/src/hardware/server/ibm/bladecenter/snmp/mode/components/blade.pm @@ -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 diff --git a/src/hardware/server/ibm/bladecenter/snmp/mode/components/blower.pm b/src/hardware/server/ibm/bladecenter/snmp/mode/components/blower.pm index 7dac12955f..3b23e70955 100644 --- a/src/hardware/server/ibm/bladecenter/snmp/mode/components/blower.pm +++ b/src/hardware/server/ibm/bladecenter/snmp/mode/components/blower.pm @@ -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 diff --git a/src/hardware/server/ibm/bladecenter/snmp/mode/components/chassisfan.pm b/src/hardware/server/ibm/bladecenter/snmp/mode/components/chassisfan.pm index 80079d1982..3fc0ada1b8 100644 --- a/src/hardware/server/ibm/bladecenter/snmp/mode/components/chassisfan.pm +++ b/src/hardware/server/ibm/bladecenter/snmp/mode/components/chassisfan.pm @@ -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 diff --git a/src/hardware/server/ibm/bladecenter/snmp/mode/components/chassisstatus.pm b/src/hardware/server/ibm/bladecenter/snmp/mode/components/chassisstatus.pm index 9033598b74..d8fbc7324d 100644 --- a/src/hardware/server/ibm/bladecenter/snmp/mode/components/chassisstatus.pm +++ b/src/hardware/server/ibm/bladecenter/snmp/mode/components/chassisstatus.pm @@ -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 diff --git a/src/hardware/server/ibm/bladecenter/snmp/mode/components/fanpack.pm b/src/hardware/server/ibm/bladecenter/snmp/mode/components/fanpack.pm index aa4c06f746..217a1375dc 100644 --- a/src/hardware/server/ibm/bladecenter/snmp/mode/components/fanpack.pm +++ b/src/hardware/server/ibm/bladecenter/snmp/mode/components/fanpack.pm @@ -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 diff --git a/src/hardware/server/ibm/bladecenter/snmp/mode/components/powermodule.pm b/src/hardware/server/ibm/bladecenter/snmp/mode/components/powermodule.pm index e423adc245..bff747e609 100644 --- a/src/hardware/server/ibm/bladecenter/snmp/mode/components/powermodule.pm +++ b/src/hardware/server/ibm/bladecenter/snmp/mode/components/powermodule.pm @@ -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 diff --git a/src/hardware/server/ibm/bladecenter/snmp/mode/components/switchmodule.pm b/src/hardware/server/ibm/bladecenter/snmp/mode/components/switchmodule.pm index 3f1bacb496..f2439ea93c 100644 --- a/src/hardware/server/ibm/bladecenter/snmp/mode/components/switchmodule.pm +++ b/src/hardware/server/ibm/bladecenter/snmp/mode/components/switchmodule.pm @@ -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 diff --git a/src/hardware/server/ibm/bladecenter/snmp/mode/components/systemhealth.pm b/src/hardware/server/ibm/bladecenter/snmp/mode/components/systemhealth.pm index ceb8f06c1f..f63f439526 100644 --- a/src/hardware/server/ibm/bladecenter/snmp/mode/components/systemhealth.pm +++ b/src/hardware/server/ibm/bladecenter/snmp/mode/components/systemhealth.pm @@ -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 diff --git a/src/hardware/server/ibm/bladecenter/snmp/mode/hardware.pm b/src/hardware/server/ibm/bladecenter/snmp/mode/hardware.pm index 59e4544509..36ebd8b0a9 100644 --- a/src/hardware/server/ibm/bladecenter/snmp/mode/hardware.pm +++ b/src/hardware/server/ibm/bladecenter/snmp/mode/hardware.pm @@ -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 diff --git a/src/hardware/server/ibm/bladecenter/snmp/plugin.pm b/src/hardware/server/ibm/bladecenter/snmp/plugin.pm index 75eba3f709..5fc42a3273 100644 --- a/src/hardware/server/ibm/bladecenter/snmp/plugin.pm +++ b/src/hardware/server/ibm/bladecenter/snmp/plugin.pm @@ -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 diff --git a/src/hardware/server/ibm/hmc/ssh/mode/hardwareerrors.pm b/src/hardware/server/ibm/hmc/ssh/mode/hardwareerrors.pm index 2995a3236c..579f391e0f 100644 --- a/src/hardware/server/ibm/hmc/ssh/mode/hardwareerrors.pm +++ b/src/hardware/server/ibm/hmc/ssh/mode/hardwareerrors.pm @@ -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 diff --git a/src/hardware/server/ibm/hmc/ssh/mode/ledstatus.pm b/src/hardware/server/ibm/hmc/ssh/mode/ledstatus.pm index ea0105cc12..b3fb7ec5a0 100644 --- a/src/hardware/server/ibm/hmc/ssh/mode/ledstatus.pm +++ b/src/hardware/server/ibm/hmc/ssh/mode/ledstatus.pm @@ -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 diff --git a/src/hardware/server/ibm/hmc/ssh/plugin.pm b/src/hardware/server/ibm/hmc/ssh/plugin.pm index 2589cb55c8..01750652f5 100644 --- a/src/hardware/server/ibm/hmc/ssh/plugin.pm +++ b/src/hardware/server/ibm/hmc/ssh/plugin.pm @@ -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 diff --git a/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/components/cpu.pm b/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/components/cpu.pm index 379f8b81e5..50e96d4f87 100644 --- a/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/components/cpu.pm +++ b/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/components/cpu.pm @@ -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 diff --git a/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/components/disk.pm b/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/components/disk.pm index 8cb01bcb8e..2e362fd809 100644 --- a/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/components/disk.pm +++ b/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/components/disk.pm @@ -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 diff --git a/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/components/fan.pm b/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/components/fan.pm index 779a55fcb1..21d3c0c6aa 100644 --- a/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/components/fan.pm +++ b/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/components/fan.pm @@ -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 diff --git a/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/components/global.pm b/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/components/global.pm index 8e0c73de7c..1b104cd497 100644 --- a/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/components/global.pm +++ b/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/components/global.pm @@ -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 diff --git a/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/components/memory.pm b/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/components/memory.pm index 9f672d6a89..72a8fc5ba9 100644 --- a/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/components/memory.pm +++ b/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/components/memory.pm @@ -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 diff --git a/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/components/power.pm b/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/components/power.pm index f062a1e71b..1f56ee2fb7 100644 --- a/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/components/power.pm +++ b/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/components/power.pm @@ -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 diff --git a/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/components/temperature.pm b/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/components/temperature.pm index 53757f50bb..1484684c1d 100644 --- a/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/components/temperature.pm +++ b/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/components/voltage.pm b/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/components/voltage.pm index 931082bda7..01f4ef4dd5 100644 --- a/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/components/voltage.pm +++ b/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/components/voltage.pm @@ -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 diff --git a/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/environment.pm b/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/environment.pm index b329090e61..402e53defc 100644 --- a/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/environment.pm +++ b/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/environment.pm @@ -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 diff --git a/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/eventlog.pm b/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/eventlog.pm index 387ff7081a..4d360f4324 100644 --- a/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/eventlog.pm +++ b/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/eventlog.pm @@ -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 diff --git a/src/hardware/server/ibm/mgmt_cards/imm/snmp/plugin.pm b/src/hardware/server/ibm/mgmt_cards/imm/snmp/plugin.pm index e898d4bd5b..649546f96c 100644 --- a/src/hardware/server/ibm/mgmt_cards/imm/snmp/plugin.pm +++ b/src/hardware/server/ibm/mgmt_cards/imm/snmp/plugin.pm @@ -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 diff --git a/src/hardware/server/lenovo/xcc/snmp/mode/components/disk.pm b/src/hardware/server/lenovo/xcc/snmp/mode/components/disk.pm index 4119aac70d..1ae76a823a 100644 --- a/src/hardware/server/lenovo/xcc/snmp/mode/components/disk.pm +++ b/src/hardware/server/lenovo/xcc/snmp/mode/components/disk.pm @@ -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 diff --git a/src/hardware/server/lenovo/xcc/snmp/mode/components/fan.pm b/src/hardware/server/lenovo/xcc/snmp/mode/components/fan.pm index 7807a7591f..0870d1e398 100644 --- a/src/hardware/server/lenovo/xcc/snmp/mode/components/fan.pm +++ b/src/hardware/server/lenovo/xcc/snmp/mode/components/fan.pm @@ -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 diff --git a/src/hardware/server/lenovo/xcc/snmp/mode/components/psu.pm b/src/hardware/server/lenovo/xcc/snmp/mode/components/psu.pm index d157bf7c59..603007d2f8 100644 --- a/src/hardware/server/lenovo/xcc/snmp/mode/components/psu.pm +++ b/src/hardware/server/lenovo/xcc/snmp/mode/components/psu.pm @@ -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 diff --git a/src/hardware/server/lenovo/xcc/snmp/mode/components/raidvolume.pm b/src/hardware/server/lenovo/xcc/snmp/mode/components/raidvolume.pm index e2e32614f8..591626b621 100644 --- a/src/hardware/server/lenovo/xcc/snmp/mode/components/raidvolume.pm +++ b/src/hardware/server/lenovo/xcc/snmp/mode/components/raidvolume.pm @@ -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 diff --git a/src/hardware/server/lenovo/xcc/snmp/mode/components/temperature.pm b/src/hardware/server/lenovo/xcc/snmp/mode/components/temperature.pm index 06d90fe4ff..694640d830 100644 --- a/src/hardware/server/lenovo/xcc/snmp/mode/components/temperature.pm +++ b/src/hardware/server/lenovo/xcc/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/hardware/server/lenovo/xcc/snmp/mode/components/voltage.pm b/src/hardware/server/lenovo/xcc/snmp/mode/components/voltage.pm index a03a6ea89c..1ef732e7ab 100644 --- a/src/hardware/server/lenovo/xcc/snmp/mode/components/voltage.pm +++ b/src/hardware/server/lenovo/xcc/snmp/mode/components/voltage.pm @@ -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 diff --git a/src/hardware/server/lenovo/xcc/snmp/mode/hardware.pm b/src/hardware/server/lenovo/xcc/snmp/mode/hardware.pm index 363bb44be6..b803e6fc47 100644 --- a/src/hardware/server/lenovo/xcc/snmp/mode/hardware.pm +++ b/src/hardware/server/lenovo/xcc/snmp/mode/hardware.pm @@ -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 diff --git a/src/hardware/server/lenovo/xcc/snmp/plugin.pm b/src/hardware/server/lenovo/xcc/snmp/plugin.pm index 769df17309..4347299108 100644 --- a/src/hardware/server/lenovo/xcc/snmp/plugin.pm +++ b/src/hardware/server/lenovo/xcc/snmp/plugin.pm @@ -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 diff --git a/src/hardware/server/sun/mgmt_cards/components/showenvironment/disk.pm b/src/hardware/server/sun/mgmt_cards/components/showenvironment/disk.pm index 5e9e02193f..0f0d56a7fc 100644 --- a/src/hardware/server/sun/mgmt_cards/components/showenvironment/disk.pm +++ b/src/hardware/server/sun/mgmt_cards/components/showenvironment/disk.pm @@ -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 diff --git a/src/hardware/server/sun/mgmt_cards/components/showenvironment/fan.pm b/src/hardware/server/sun/mgmt_cards/components/showenvironment/fan.pm index d28e68d04f..dc08ea823e 100644 --- a/src/hardware/server/sun/mgmt_cards/components/showenvironment/fan.pm +++ b/src/hardware/server/sun/mgmt_cards/components/showenvironment/fan.pm @@ -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 diff --git a/src/hardware/server/sun/mgmt_cards/components/showenvironment/psu.pm b/src/hardware/server/sun/mgmt_cards/components/showenvironment/psu.pm index ed317b9b87..2c08acfbcc 100644 --- a/src/hardware/server/sun/mgmt_cards/components/showenvironment/psu.pm +++ b/src/hardware/server/sun/mgmt_cards/components/showenvironment/psu.pm @@ -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 diff --git a/src/hardware/server/sun/mgmt_cards/components/showenvironment/sensors.pm b/src/hardware/server/sun/mgmt_cards/components/showenvironment/sensors.pm index 65208cf080..908d5eb77a 100644 --- a/src/hardware/server/sun/mgmt_cards/components/showenvironment/sensors.pm +++ b/src/hardware/server/sun/mgmt_cards/components/showenvironment/sensors.pm @@ -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 diff --git a/src/hardware/server/sun/mgmt_cards/components/showenvironment/si.pm b/src/hardware/server/sun/mgmt_cards/components/showenvironment/si.pm index 3fd38bc324..054f23b3a5 100644 --- a/src/hardware/server/sun/mgmt_cards/components/showenvironment/si.pm +++ b/src/hardware/server/sun/mgmt_cards/components/showenvironment/si.pm @@ -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 diff --git a/src/hardware/server/sun/mgmt_cards/components/showenvironment/temperature.pm b/src/hardware/server/sun/mgmt_cards/components/showenvironment/temperature.pm index 38ba94c43e..696c137d31 100644 --- a/src/hardware/server/sun/mgmt_cards/components/showenvironment/temperature.pm +++ b/src/hardware/server/sun/mgmt_cards/components/showenvironment/temperature.pm @@ -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 diff --git a/src/hardware/server/sun/mgmt_cards/components/showenvironment/voltage.pm b/src/hardware/server/sun/mgmt_cards/components/showenvironment/voltage.pm index 7fa3c36f85..3310de03b7 100644 --- a/src/hardware/server/sun/mgmt_cards/components/showenvironment/voltage.pm +++ b/src/hardware/server/sun/mgmt_cards/components/showenvironment/voltage.pm @@ -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 diff --git a/src/hardware/server/sun/mgmt_cards/lib/telnet.pm b/src/hardware/server/sun/mgmt_cards/lib/telnet.pm index ef66a1e5dd..aa345c0ca2 100644 --- a/src/hardware/server/sun/mgmt_cards/lib/telnet.pm +++ b/src/hardware/server/sun/mgmt_cards/lib/telnet.pm @@ -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 diff --git a/src/hardware/server/sun/mgmt_cards/mode/environmentsf2xx.pm b/src/hardware/server/sun/mgmt_cards/mode/environmentsf2xx.pm index 32433a6979..4ef44c9aa8 100644 --- a/src/hardware/server/sun/mgmt_cards/mode/environmentsf2xx.pm +++ b/src/hardware/server/sun/mgmt_cards/mode/environmentsf2xx.pm @@ -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 diff --git a/src/hardware/server/sun/mgmt_cards/mode/environmentv4xx.pm b/src/hardware/server/sun/mgmt_cards/mode/environmentv4xx.pm index 872f4733e8..54e87a3a34 100644 --- a/src/hardware/server/sun/mgmt_cards/mode/environmentv4xx.pm +++ b/src/hardware/server/sun/mgmt_cards/mode/environmentv4xx.pm @@ -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 diff --git a/src/hardware/server/sun/mgmt_cards/mode/environmentv8xx.pm b/src/hardware/server/sun/mgmt_cards/mode/environmentv8xx.pm index ae470792be..f5d3e03b62 100644 --- a/src/hardware/server/sun/mgmt_cards/mode/environmentv8xx.pm +++ b/src/hardware/server/sun/mgmt_cards/mode/environmentv8xx.pm @@ -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 diff --git a/src/hardware/server/sun/mgmt_cards/mode/showboards.pm b/src/hardware/server/sun/mgmt_cards/mode/showboards.pm index b4d7f601d3..669e812d2b 100644 --- a/src/hardware/server/sun/mgmt_cards/mode/showboards.pm +++ b/src/hardware/server/sun/mgmt_cards/mode/showboards.pm @@ -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 diff --git a/src/hardware/server/sun/mgmt_cards/mode/showenvironment.pm b/src/hardware/server/sun/mgmt_cards/mode/showenvironment.pm index f025541886..28534b0273 100644 --- a/src/hardware/server/sun/mgmt_cards/mode/showenvironment.pm +++ b/src/hardware/server/sun/mgmt_cards/mode/showenvironment.pm @@ -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 diff --git a/src/hardware/server/sun/mgmt_cards/mode/showfaults.pm b/src/hardware/server/sun/mgmt_cards/mode/showfaults.pm index b5e1d27e0b..c34656f399 100644 --- a/src/hardware/server/sun/mgmt_cards/mode/showfaults.pm +++ b/src/hardware/server/sun/mgmt_cards/mode/showfaults.pm @@ -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 diff --git a/src/hardware/server/sun/mgmt_cards/mode/showfaulty.pm b/src/hardware/server/sun/mgmt_cards/mode/showfaulty.pm index 81acbca917..40f7faf683 100644 --- a/src/hardware/server/sun/mgmt_cards/mode/showfaulty.pm +++ b/src/hardware/server/sun/mgmt_cards/mode/showfaulty.pm @@ -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 diff --git a/src/hardware/server/sun/mgmt_cards/mode/showstatus.pm b/src/hardware/server/sun/mgmt_cards/mode/showstatus.pm index 183a78cda4..05fbef46db 100644 --- a/src/hardware/server/sun/mgmt_cards/mode/showstatus.pm +++ b/src/hardware/server/sun/mgmt_cards/mode/showstatus.pm @@ -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 diff --git a/src/hardware/server/sun/mgmt_cards/plugin.pm b/src/hardware/server/sun/mgmt_cards/plugin.pm index e4b603f695..68fe3c6c66 100644 --- a/src/hardware/server/sun/mgmt_cards/plugin.pm +++ b/src/hardware/server/sun/mgmt_cards/plugin.pm @@ -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 diff --git a/src/hardware/server/sun/mseries/mode/domains.pm b/src/hardware/server/sun/mseries/mode/domains.pm index f603e58d0c..7719654028 100644 --- a/src/hardware/server/sun/mseries/mode/domains.pm +++ b/src/hardware/server/sun/mseries/mode/domains.pm @@ -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 diff --git a/src/hardware/server/sun/mseries/mode/hardware.pm b/src/hardware/server/sun/mseries/mode/hardware.pm index 7d6a191275..1dba8e9280 100644 --- a/src/hardware/server/sun/mseries/mode/hardware.pm +++ b/src/hardware/server/sun/mseries/mode/hardware.pm @@ -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 diff --git a/src/hardware/server/sun/mseries/plugin.pm b/src/hardware/server/sun/mseries/plugin.pm index 512e2f7fcf..9c5f32bc3a 100644 --- a/src/hardware/server/sun/mseries/plugin.pm +++ b/src/hardware/server/sun/mseries/plugin.pm @@ -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 diff --git a/src/hardware/server/sun/sfxxk/mode/boards.pm b/src/hardware/server/sun/sfxxk/mode/boards.pm index 2c3eb80188..85ffe80cda 100644 --- a/src/hardware/server/sun/sfxxk/mode/boards.pm +++ b/src/hardware/server/sun/sfxxk/mode/boards.pm @@ -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 diff --git a/src/hardware/server/sun/sfxxk/mode/environment.pm b/src/hardware/server/sun/sfxxk/mode/environment.pm index ef829aefb8..dc5fc67630 100644 --- a/src/hardware/server/sun/sfxxk/mode/environment.pm +++ b/src/hardware/server/sun/sfxxk/mode/environment.pm @@ -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 diff --git a/src/hardware/server/sun/sfxxk/mode/failover.pm b/src/hardware/server/sun/sfxxk/mode/failover.pm index ff4d11771a..a24931a9b4 100644 --- a/src/hardware/server/sun/sfxxk/mode/failover.pm +++ b/src/hardware/server/sun/sfxxk/mode/failover.pm @@ -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 diff --git a/src/hardware/server/sun/sfxxk/plugin.pm b/src/hardware/server/sun/sfxxk/plugin.pm index a0f4f04c9e..91410630bc 100644 --- a/src/hardware/server/sun/sfxxk/plugin.pm +++ b/src/hardware/server/sun/sfxxk/plugin.pm @@ -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 diff --git a/src/hardware/server/sun/snmp/plugin.pm b/src/hardware/server/sun/snmp/plugin.pm index f0f19a2768..994100d42f 100644 --- a/src/hardware/server/sun/snmp/plugin.pm +++ b/src/hardware/server/sun/snmp/plugin.pm @@ -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 diff --git a/src/hardware/server/supermicro/bmc/snmp/mode/hardware.pm b/src/hardware/server/supermicro/bmc/snmp/mode/hardware.pm index 881fbc0dfb..0d3ba29e06 100644 --- a/src/hardware/server/supermicro/bmc/snmp/mode/hardware.pm +++ b/src/hardware/server/supermicro/bmc/snmp/mode/hardware.pm @@ -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 diff --git a/src/hardware/server/supermicro/bmc/snmp/plugin.pm b/src/hardware/server/supermicro/bmc/snmp/plugin.pm index 559ba2f777..d3bf0a6b5b 100644 --- a/src/hardware/server/supermicro/bmc/snmp/plugin.pm +++ b/src/hardware/server/supermicro/bmc/snmp/plugin.pm @@ -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 diff --git a/src/hardware/server/supermicro/superdoctor/snmp/mode/hardware.pm b/src/hardware/server/supermicro/superdoctor/snmp/mode/hardware.pm index 22dccf0dfe..dda960eee9 100644 --- a/src/hardware/server/supermicro/superdoctor/snmp/mode/hardware.pm +++ b/src/hardware/server/supermicro/superdoctor/snmp/mode/hardware.pm @@ -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 diff --git a/src/hardware/server/supermicro/superdoctor/snmp/plugin.pm b/src/hardware/server/supermicro/superdoctor/snmp/plugin.pm index e5372e76c9..41c20eaec9 100644 --- a/src/hardware/server/supermicro/superdoctor/snmp/plugin.pm +++ b/src/hardware/server/supermicro/superdoctor/snmp/plugin.pm @@ -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 diff --git a/src/hardware/server/xfusion/ibmc/snmp/mode/components/component.pm b/src/hardware/server/xfusion/ibmc/snmp/mode/components/component.pm index 037961b5d1..372d01b891 100644 --- a/src/hardware/server/xfusion/ibmc/snmp/mode/components/component.pm +++ b/src/hardware/server/xfusion/ibmc/snmp/mode/components/component.pm @@ -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 diff --git a/src/hardware/server/xfusion/ibmc/snmp/mode/components/cpu.pm b/src/hardware/server/xfusion/ibmc/snmp/mode/components/cpu.pm index 7eb0871f45..b12fa9fab5 100644 --- a/src/hardware/server/xfusion/ibmc/snmp/mode/components/cpu.pm +++ b/src/hardware/server/xfusion/ibmc/snmp/mode/components/cpu.pm @@ -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 diff --git a/src/hardware/server/xfusion/ibmc/snmp/mode/components/fan.pm b/src/hardware/server/xfusion/ibmc/snmp/mode/components/fan.pm index 72c19172d1..093f7479a1 100644 --- a/src/hardware/server/xfusion/ibmc/snmp/mode/components/fan.pm +++ b/src/hardware/server/xfusion/ibmc/snmp/mode/components/fan.pm @@ -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 diff --git a/src/hardware/server/xfusion/ibmc/snmp/mode/components/harddisk.pm b/src/hardware/server/xfusion/ibmc/snmp/mode/components/harddisk.pm index 778215d32a..333365bed2 100644 --- a/src/hardware/server/xfusion/ibmc/snmp/mode/components/harddisk.pm +++ b/src/hardware/server/xfusion/ibmc/snmp/mode/components/harddisk.pm @@ -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 diff --git a/src/hardware/server/xfusion/ibmc/snmp/mode/components/logicaldrive.pm b/src/hardware/server/xfusion/ibmc/snmp/mode/components/logicaldrive.pm index fefa98a71d..745184e7c3 100644 --- a/src/hardware/server/xfusion/ibmc/snmp/mode/components/logicaldrive.pm +++ b/src/hardware/server/xfusion/ibmc/snmp/mode/components/logicaldrive.pm @@ -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 diff --git a/src/hardware/server/xfusion/ibmc/snmp/mode/components/memory.pm b/src/hardware/server/xfusion/ibmc/snmp/mode/components/memory.pm index 0b238b6129..a22d7bce52 100644 --- a/src/hardware/server/xfusion/ibmc/snmp/mode/components/memory.pm +++ b/src/hardware/server/xfusion/ibmc/snmp/mode/components/memory.pm @@ -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 diff --git a/src/hardware/server/xfusion/ibmc/snmp/mode/components/pcie.pm b/src/hardware/server/xfusion/ibmc/snmp/mode/components/pcie.pm index 5c4d2fe335..5a314b027b 100644 --- a/src/hardware/server/xfusion/ibmc/snmp/mode/components/pcie.pm +++ b/src/hardware/server/xfusion/ibmc/snmp/mode/components/pcie.pm @@ -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 diff --git a/src/hardware/server/xfusion/ibmc/snmp/mode/components/psu.pm b/src/hardware/server/xfusion/ibmc/snmp/mode/components/psu.pm index 2ac8dc9796..ca4224a781 100644 --- a/src/hardware/server/xfusion/ibmc/snmp/mode/components/psu.pm +++ b/src/hardware/server/xfusion/ibmc/snmp/mode/components/psu.pm @@ -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 diff --git a/src/hardware/server/xfusion/ibmc/snmp/mode/components/raidcontroller.pm b/src/hardware/server/xfusion/ibmc/snmp/mode/components/raidcontroller.pm index a672655dee..fc94f5c6e6 100644 --- a/src/hardware/server/xfusion/ibmc/snmp/mode/components/raidcontroller.pm +++ b/src/hardware/server/xfusion/ibmc/snmp/mode/components/raidcontroller.pm @@ -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 diff --git a/src/hardware/server/xfusion/ibmc/snmp/mode/components/temperature.pm b/src/hardware/server/xfusion/ibmc/snmp/mode/components/temperature.pm index e4ada4786b..7935b262fa 100644 --- a/src/hardware/server/xfusion/ibmc/snmp/mode/components/temperature.pm +++ b/src/hardware/server/xfusion/ibmc/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/hardware/server/xfusion/ibmc/snmp/mode/hardware.pm b/src/hardware/server/xfusion/ibmc/snmp/mode/hardware.pm index c8a871bb42..3bea779ecd 100644 --- a/src/hardware/server/xfusion/ibmc/snmp/mode/hardware.pm +++ b/src/hardware/server/xfusion/ibmc/snmp/mode/hardware.pm @@ -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 diff --git a/src/hardware/server/xfusion/ibmc/snmp/plugin.pm b/src/hardware/server/xfusion/ibmc/snmp/plugin.pm index 076aa48338..0f783ace3b 100644 --- a/src/hardware/server/xfusion/ibmc/snmp/plugin.pm +++ b/src/hardware/server/xfusion/ibmc/snmp/plugin.pm @@ -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 diff --git a/src/hardware/telephony/avaya/aes/snmp/mode/services.pm b/src/hardware/telephony/avaya/aes/snmp/mode/services.pm index 632da91308..adefff2e59 100644 --- a/src/hardware/telephony/avaya/aes/snmp/mode/services.pm +++ b/src/hardware/telephony/avaya/aes/snmp/mode/services.pm @@ -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 diff --git a/src/hardware/telephony/avaya/aes/snmp/plugin.pm b/src/hardware/telephony/avaya/aes/snmp/plugin.pm index f538d7ef29..933cfc1b9a 100644 --- a/src/hardware/telephony/avaya/aes/snmp/plugin.pm +++ b/src/hardware/telephony/avaya/aes/snmp/plugin.pm @@ -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 diff --git a/src/hardware/telephony/avaya/cm/snmp/mode/calls.pm b/src/hardware/telephony/avaya/cm/snmp/mode/calls.pm index 55db18e4a3..de60fffeab 100644 --- a/src/hardware/telephony/avaya/cm/snmp/mode/calls.pm +++ b/src/hardware/telephony/avaya/cm/snmp/mode/calls.pm @@ -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 diff --git a/src/hardware/telephony/avaya/cm/snmp/mode/licenses.pm b/src/hardware/telephony/avaya/cm/snmp/mode/licenses.pm index 1b482ca677..c7e8fcc025 100644 --- a/src/hardware/telephony/avaya/cm/snmp/mode/licenses.pm +++ b/src/hardware/telephony/avaya/cm/snmp/mode/licenses.pm @@ -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 diff --git a/src/hardware/telephony/avaya/cm/snmp/mode/trunks.pm b/src/hardware/telephony/avaya/cm/snmp/mode/trunks.pm index c661b0504e..fe8bb97e32 100644 --- a/src/hardware/telephony/avaya/cm/snmp/mode/trunks.pm +++ b/src/hardware/telephony/avaya/cm/snmp/mode/trunks.pm @@ -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 diff --git a/src/hardware/telephony/avaya/cm/snmp/plugin.pm b/src/hardware/telephony/avaya/cm/snmp/plugin.pm index 7fbf612410..c16c6cbade 100644 --- a/src/hardware/telephony/avaya/cm/snmp/plugin.pm +++ b/src/hardware/telephony/avaya/cm/snmp/plugin.pm @@ -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 diff --git a/src/hardware/telephony/avaya/mediagateway/snmp/mode/components/alarm.pm b/src/hardware/telephony/avaya/mediagateway/snmp/mode/components/alarm.pm index e89640dd00..9afadbd22f 100644 --- a/src/hardware/telephony/avaya/mediagateway/snmp/mode/components/alarm.pm +++ b/src/hardware/telephony/avaya/mediagateway/snmp/mode/components/alarm.pm @@ -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 diff --git a/src/hardware/telephony/avaya/mediagateway/snmp/mode/controllerstatus.pm b/src/hardware/telephony/avaya/mediagateway/snmp/mode/controllerstatus.pm index 0ad918a649..ca0dce3cf3 100644 --- a/src/hardware/telephony/avaya/mediagateway/snmp/mode/controllerstatus.pm +++ b/src/hardware/telephony/avaya/mediagateway/snmp/mode/controllerstatus.pm @@ -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 diff --git a/src/hardware/telephony/avaya/mediagateway/snmp/mode/hardware.pm b/src/hardware/telephony/avaya/mediagateway/snmp/mode/hardware.pm index 9f099184b0..04bff7d716 100644 --- a/src/hardware/telephony/avaya/mediagateway/snmp/mode/hardware.pm +++ b/src/hardware/telephony/avaya/mediagateway/snmp/mode/hardware.pm @@ -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 diff --git a/src/hardware/telephony/avaya/mediagateway/snmp/plugin.pm b/src/hardware/telephony/avaya/mediagateway/snmp/plugin.pm index 307508a56c..79a9039cc3 100644 --- a/src/hardware/telephony/avaya/mediagateway/snmp/plugin.pm +++ b/src/hardware/telephony/avaya/mediagateway/snmp/plugin.pm @@ -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 diff --git a/src/hardware/ups/alpha/snmp/mode/alarms.pm b/src/hardware/ups/alpha/snmp/mode/alarms.pm index 1dc3014201..6881292d4b 100644 --- a/src/hardware/ups/alpha/snmp/mode/alarms.pm +++ b/src/hardware/ups/alpha/snmp/mode/alarms.pm @@ -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 diff --git a/src/hardware/ups/alpha/snmp/mode/batterystatus.pm b/src/hardware/ups/alpha/snmp/mode/batterystatus.pm index 99251cd9ca..5296e2ec7f 100644 --- a/src/hardware/ups/alpha/snmp/mode/batterystatus.pm +++ b/src/hardware/ups/alpha/snmp/mode/batterystatus.pm @@ -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 diff --git a/src/hardware/ups/apc/snmp/mode/batterystatus.pm b/src/hardware/ups/apc/snmp/mode/batterystatus.pm index f55c33d645..cd85d98409 100644 --- a/src/hardware/ups/apc/snmp/mode/batterystatus.pm +++ b/src/hardware/ups/apc/snmp/mode/batterystatus.pm @@ -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 diff --git a/src/hardware/ups/apc/snmp/mode/inputlines.pm b/src/hardware/ups/apc/snmp/mode/inputlines.pm index d21a7ffa40..54d3dc4930 100644 --- a/src/hardware/ups/apc/snmp/mode/inputlines.pm +++ b/src/hardware/ups/apc/snmp/mode/inputlines.pm @@ -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 diff --git a/src/hardware/ups/apc/snmp/mode/ntp.pm b/src/hardware/ups/apc/snmp/mode/ntp.pm index f19aaf29e8..26fa8d6586 100644 --- a/src/hardware/ups/apc/snmp/mode/ntp.pm +++ b/src/hardware/ups/apc/snmp/mode/ntp.pm @@ -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 diff --git a/src/hardware/ups/apc/snmp/mode/outputlines.pm b/src/hardware/ups/apc/snmp/mode/outputlines.pm index 50bd441b64..2320f6e609 100644 --- a/src/hardware/ups/apc/snmp/mode/outputlines.pm +++ b/src/hardware/ups/apc/snmp/mode/outputlines.pm @@ -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 diff --git a/src/hardware/ups/apc/snmp/mode/sensors.pm b/src/hardware/ups/apc/snmp/mode/sensors.pm index 2b9adc25c7..0cacce02a4 100644 --- a/src/hardware/ups/apc/snmp/mode/sensors.pm +++ b/src/hardware/ups/apc/snmp/mode/sensors.pm @@ -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 diff --git a/src/hardware/ups/apc/snmp/mode/uptime.pm b/src/hardware/ups/apc/snmp/mode/uptime.pm index 57390638c4..3c9f6dcf74 100644 --- a/src/hardware/ups/apc/snmp/mode/uptime.pm +++ b/src/hardware/ups/apc/snmp/mode/uptime.pm @@ -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 diff --git a/src/hardware/ups/ees/snmp/mode/battery.pm b/src/hardware/ups/ees/snmp/mode/battery.pm index 1d5a4d4ade..da86fc1717 100644 --- a/src/hardware/ups/ees/snmp/mode/battery.pm +++ b/src/hardware/ups/ees/snmp/mode/battery.pm @@ -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 diff --git a/src/hardware/ups/ees/snmp/mode/input.pm b/src/hardware/ups/ees/snmp/mode/input.pm index 57c68e4613..5be817184f 100644 --- a/src/hardware/ups/ees/snmp/mode/input.pm +++ b/src/hardware/ups/ees/snmp/mode/input.pm @@ -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 diff --git a/src/hardware/ups/ees/snmp/mode/rectifier.pm b/src/hardware/ups/ees/snmp/mode/rectifier.pm index 768f48fd93..3111592b38 100644 --- a/src/hardware/ups/ees/snmp/mode/rectifier.pm +++ b/src/hardware/ups/ees/snmp/mode/rectifier.pm @@ -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 diff --git a/src/hardware/ups/ees/snmp/mode/system.pm b/src/hardware/ups/ees/snmp/mode/system.pm index 883d741ab7..8a42b7c021 100644 --- a/src/hardware/ups/ees/snmp/mode/system.pm +++ b/src/hardware/ups/ees/snmp/mode/system.pm @@ -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 diff --git a/src/hardware/ups/ees/snmp/mode/temperature.pm b/src/hardware/ups/ees/snmp/mode/temperature.pm index e5addbc963..2d8ba426fb 100644 --- a/src/hardware/ups/ees/snmp/mode/temperature.pm +++ b/src/hardware/ups/ees/snmp/mode/temperature.pm @@ -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 diff --git a/src/hardware/ups/ees/snmp/mode/uptime.pm b/src/hardware/ups/ees/snmp/mode/uptime.pm index 765899541c..3d613eae25 100644 --- a/src/hardware/ups/ees/snmp/mode/uptime.pm +++ b/src/hardware/ups/ees/snmp/mode/uptime.pm @@ -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 diff --git a/src/hardware/ups/ees/snmp/plugin.pm b/src/hardware/ups/ees/snmp/plugin.pm index a336c6cfaa..260fb1037c 100644 --- a/src/hardware/ups/ees/snmp/plugin.pm +++ b/src/hardware/ups/ees/snmp/plugin.pm @@ -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 diff --git a/src/hardware/ups/himoinsa/snmp/mode/frequency.pm b/src/hardware/ups/himoinsa/snmp/mode/frequency.pm index 64b417f25f..9e564e72df 100644 --- a/src/hardware/ups/himoinsa/snmp/mode/frequency.pm +++ b/src/hardware/ups/himoinsa/snmp/mode/frequency.pm @@ -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 diff --git a/src/hardware/ups/himoinsa/snmp/mode/fuellevel.pm b/src/hardware/ups/himoinsa/snmp/mode/fuellevel.pm index 6e61a89480..3d2a1592a9 100644 --- a/src/hardware/ups/himoinsa/snmp/mode/fuellevel.pm +++ b/src/hardware/ups/himoinsa/snmp/mode/fuellevel.pm @@ -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 diff --git a/src/hardware/ups/himoinsa/snmp/mode/phase.pm b/src/hardware/ups/himoinsa/snmp/mode/phase.pm index 6687522074..7fd5d6c415 100644 --- a/src/hardware/ups/himoinsa/snmp/mode/phase.pm +++ b/src/hardware/ups/himoinsa/snmp/mode/phase.pm @@ -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 diff --git a/src/hardware/ups/himoinsa/snmp/mode/status.pm b/src/hardware/ups/himoinsa/snmp/mode/status.pm index 50f5cc108b..53720837f0 100644 --- a/src/hardware/ups/himoinsa/snmp/mode/status.pm +++ b/src/hardware/ups/himoinsa/snmp/mode/status.pm @@ -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 diff --git a/src/hardware/ups/himoinsa/snmp/mode/uptime.pm b/src/hardware/ups/himoinsa/snmp/mode/uptime.pm index f163d2c30e..0c4f6ccc60 100644 --- a/src/hardware/ups/himoinsa/snmp/mode/uptime.pm +++ b/src/hardware/ups/himoinsa/snmp/mode/uptime.pm @@ -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 diff --git a/src/hardware/ups/himoinsa/snmp/mode/voltage.pm b/src/hardware/ups/himoinsa/snmp/mode/voltage.pm index ff9089dd74..72b6d79524 100644 --- a/src/hardware/ups/himoinsa/snmp/mode/voltage.pm +++ b/src/hardware/ups/himoinsa/snmp/mode/voltage.pm @@ -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 diff --git a/src/hardware/ups/hp/snmp/mode/batterystatus.pm b/src/hardware/ups/hp/snmp/mode/batterystatus.pm index b914b353c7..11133c884f 100644 --- a/src/hardware/ups/hp/snmp/mode/batterystatus.pm +++ b/src/hardware/ups/hp/snmp/mode/batterystatus.pm @@ -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 diff --git a/src/hardware/ups/hp/snmp/mode/environment.pm b/src/hardware/ups/hp/snmp/mode/environment.pm index ccfd3d23fe..d9d9701ec7 100644 --- a/src/hardware/ups/hp/snmp/mode/environment.pm +++ b/src/hardware/ups/hp/snmp/mode/environment.pm @@ -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 diff --git a/src/hardware/ups/hp/snmp/mode/inputlines.pm b/src/hardware/ups/hp/snmp/mode/inputlines.pm index d948ca436d..7452deccec 100644 --- a/src/hardware/ups/hp/snmp/mode/inputlines.pm +++ b/src/hardware/ups/hp/snmp/mode/inputlines.pm @@ -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 diff --git a/src/hardware/ups/hp/snmp/mode/outputlines.pm b/src/hardware/ups/hp/snmp/mode/outputlines.pm index 38ea5c00e7..dcf9229acf 100644 --- a/src/hardware/ups/hp/snmp/mode/outputlines.pm +++ b/src/hardware/ups/hp/snmp/mode/outputlines.pm @@ -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 diff --git a/src/hardware/ups/hp/snmp/mode/time.pm b/src/hardware/ups/hp/snmp/mode/time.pm index ecb9df9ab2..5991d4b836 100644 --- a/src/hardware/ups/hp/snmp/mode/time.pm +++ b/src/hardware/ups/hp/snmp/mode/time.pm @@ -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 diff --git a/src/hardware/ups/hp/snmp/plugin.pm b/src/hardware/ups/hp/snmp/plugin.pm index fb2dc35fee..f78b884576 100644 --- a/src/hardware/ups/hp/snmp/plugin.pm +++ b/src/hardware/ups/hp/snmp/plugin.pm @@ -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 diff --git a/src/hardware/ups/mge/snmp/mode/batterystatus.pm b/src/hardware/ups/mge/snmp/mode/batterystatus.pm index 2aff316a6e..1007c0d9b4 100644 --- a/src/hardware/ups/mge/snmp/mode/batterystatus.pm +++ b/src/hardware/ups/mge/snmp/mode/batterystatus.pm @@ -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 diff --git a/src/hardware/ups/mge/snmp/mode/environment.pm b/src/hardware/ups/mge/snmp/mode/environment.pm index bab94b99ff..695d7f93e9 100644 --- a/src/hardware/ups/mge/snmp/mode/environment.pm +++ b/src/hardware/ups/mge/snmp/mode/environment.pm @@ -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 diff --git a/src/hardware/ups/mge/snmp/mode/inputlines.pm b/src/hardware/ups/mge/snmp/mode/inputlines.pm index d5ed723420..5613df010d 100644 --- a/src/hardware/ups/mge/snmp/mode/inputlines.pm +++ b/src/hardware/ups/mge/snmp/mode/inputlines.pm @@ -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 diff --git a/src/hardware/ups/mge/snmp/mode/outputlines.pm b/src/hardware/ups/mge/snmp/mode/outputlines.pm index 6fca2fcd4d..38fdbf6dc6 100644 --- a/src/hardware/ups/mge/snmp/mode/outputlines.pm +++ b/src/hardware/ups/mge/snmp/mode/outputlines.pm @@ -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 diff --git a/src/hardware/ups/mge/snmp/mode/outputsource.pm b/src/hardware/ups/mge/snmp/mode/outputsource.pm index 703bc06372..20c1e0ada0 100644 --- a/src/hardware/ups/mge/snmp/mode/outputsource.pm +++ b/src/hardware/ups/mge/snmp/mode/outputsource.pm @@ -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 diff --git a/src/hardware/ups/mge/snmp/plugin.pm b/src/hardware/ups/mge/snmp/plugin.pm index d56a400f22..92cda7bd57 100644 --- a/src/hardware/ups/mge/snmp/plugin.pm +++ b/src/hardware/ups/mge/snmp/plugin.pm @@ -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 diff --git a/src/hardware/ups/phoenixtec/snmp/plugin.pm b/src/hardware/ups/phoenixtec/snmp/plugin.pm index 6c7cae2f9b..01dc66a83d 100644 --- a/src/hardware/ups/phoenixtec/snmp/plugin.pm +++ b/src/hardware/ups/phoenixtec/snmp/plugin.pm @@ -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 diff --git a/src/hardware/ups/powerware/snmp/mode/alarms.pm b/src/hardware/ups/powerware/snmp/mode/alarms.pm index aee1e5b335..2e2001c7ba 100644 --- a/src/hardware/ups/powerware/snmp/mode/alarms.pm +++ b/src/hardware/ups/powerware/snmp/mode/alarms.pm @@ -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 diff --git a/src/hardware/ups/powerware/snmp/mode/batterystatus.pm b/src/hardware/ups/powerware/snmp/mode/batterystatus.pm index a08b7a331f..863a7e575b 100644 --- a/src/hardware/ups/powerware/snmp/mode/batterystatus.pm +++ b/src/hardware/ups/powerware/snmp/mode/batterystatus.pm @@ -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 diff --git a/src/hardware/ups/powerware/snmp/mode/environment.pm b/src/hardware/ups/powerware/snmp/mode/environment.pm index 22301b6017..4ef032dc37 100644 --- a/src/hardware/ups/powerware/snmp/mode/environment.pm +++ b/src/hardware/ups/powerware/snmp/mode/environment.pm @@ -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 diff --git a/src/hardware/ups/powerware/snmp/mode/inputlines.pm b/src/hardware/ups/powerware/snmp/mode/inputlines.pm index 53875c9a07..ceaccb9222 100644 --- a/src/hardware/ups/powerware/snmp/mode/inputlines.pm +++ b/src/hardware/ups/powerware/snmp/mode/inputlines.pm @@ -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 diff --git a/src/hardware/ups/powerware/snmp/mode/outputlines.pm b/src/hardware/ups/powerware/snmp/mode/outputlines.pm index b7e5e4f8f0..a1c804a017 100644 --- a/src/hardware/ups/powerware/snmp/mode/outputlines.pm +++ b/src/hardware/ups/powerware/snmp/mode/outputlines.pm @@ -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 diff --git a/src/hardware/ups/powerware/snmp/mode/outputsource.pm b/src/hardware/ups/powerware/snmp/mode/outputsource.pm index dbab7dcefe..c16d0e3a87 100644 --- a/src/hardware/ups/powerware/snmp/mode/outputsource.pm +++ b/src/hardware/ups/powerware/snmp/mode/outputsource.pm @@ -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 diff --git a/src/hardware/ups/powerware/snmp/plugin.pm b/src/hardware/ups/powerware/snmp/plugin.pm index 9e3c9ba723..71e6237f4b 100644 --- a/src/hardware/ups/powerware/snmp/plugin.pm +++ b/src/hardware/ups/powerware/snmp/plugin.pm @@ -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 diff --git a/src/hardware/ups/riello/snmp/mode/alarms.pm b/src/hardware/ups/riello/snmp/mode/alarms.pm index 7327df94b9..190067b720 100644 --- a/src/hardware/ups/riello/snmp/mode/alarms.pm +++ b/src/hardware/ups/riello/snmp/mode/alarms.pm @@ -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 diff --git a/src/hardware/ups/riello/snmp/mode/battery.pm b/src/hardware/ups/riello/snmp/mode/battery.pm index 2f30777727..ce2727f75a 100644 --- a/src/hardware/ups/riello/snmp/mode/battery.pm +++ b/src/hardware/ups/riello/snmp/mode/battery.pm @@ -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 diff --git a/src/hardware/ups/riello/snmp/mode/inputlines.pm b/src/hardware/ups/riello/snmp/mode/inputlines.pm index 4604ddd3a6..f1a78a4557 100644 --- a/src/hardware/ups/riello/snmp/mode/inputlines.pm +++ b/src/hardware/ups/riello/snmp/mode/inputlines.pm @@ -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 diff --git a/src/hardware/ups/riello/snmp/mode/outputlines.pm b/src/hardware/ups/riello/snmp/mode/outputlines.pm index 74cf25385a..256674aa17 100644 --- a/src/hardware/ups/riello/snmp/mode/outputlines.pm +++ b/src/hardware/ups/riello/snmp/mode/outputlines.pm @@ -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 diff --git a/src/hardware/ups/riello/snmp/plugin.pm b/src/hardware/ups/riello/snmp/plugin.pm index fc5296904b..2a08c7ca62 100644 --- a/src/hardware/ups/riello/snmp/plugin.pm +++ b/src/hardware/ups/riello/snmp/plugin.pm @@ -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 diff --git a/src/hardware/ups/socomec/netvision/snmp/mode/alarms.pm b/src/hardware/ups/socomec/netvision/snmp/mode/alarms.pm index f70d3cc85e..2aea433a86 100644 --- a/src/hardware/ups/socomec/netvision/snmp/mode/alarms.pm +++ b/src/hardware/ups/socomec/netvision/snmp/mode/alarms.pm @@ -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 diff --git a/src/hardware/ups/socomec/netvision/snmp/mode/battery.pm b/src/hardware/ups/socomec/netvision/snmp/mode/battery.pm index b0ca9923b2..fbb6e8c7b0 100644 --- a/src/hardware/ups/socomec/netvision/snmp/mode/battery.pm +++ b/src/hardware/ups/socomec/netvision/snmp/mode/battery.pm @@ -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 diff --git a/src/hardware/ups/socomec/netvision/snmp/mode/inputlines.pm b/src/hardware/ups/socomec/netvision/snmp/mode/inputlines.pm index 8834eb5ff2..1c40c002ee 100644 --- a/src/hardware/ups/socomec/netvision/snmp/mode/inputlines.pm +++ b/src/hardware/ups/socomec/netvision/snmp/mode/inputlines.pm @@ -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 diff --git a/src/hardware/ups/socomec/netvision/snmp/mode/outputlines.pm b/src/hardware/ups/socomec/netvision/snmp/mode/outputlines.pm index 101c0c2c96..c8de11aa09 100644 --- a/src/hardware/ups/socomec/netvision/snmp/mode/outputlines.pm +++ b/src/hardware/ups/socomec/netvision/snmp/mode/outputlines.pm @@ -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 diff --git a/src/hardware/ups/socomec/netvision/snmp/plugin.pm b/src/hardware/ups/socomec/netvision/snmp/plugin.pm index 2f3a6b4c94..f3aa924bed 100644 --- a/src/hardware/ups/socomec/netvision/snmp/plugin.pm +++ b/src/hardware/ups/socomec/netvision/snmp/plugin.pm @@ -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 diff --git a/src/hardware/ups/standard/rfc1628/snmp/mode/alarms.pm b/src/hardware/ups/standard/rfc1628/snmp/mode/alarms.pm index 28872df098..c9dcb5c764 100644 --- a/src/hardware/ups/standard/rfc1628/snmp/mode/alarms.pm +++ b/src/hardware/ups/standard/rfc1628/snmp/mode/alarms.pm @@ -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 diff --git a/src/hardware/ups/standard/rfc1628/snmp/mode/batterystatus.pm b/src/hardware/ups/standard/rfc1628/snmp/mode/batterystatus.pm index 1e1461fd8b..bfbb2ee8e6 100644 --- a/src/hardware/ups/standard/rfc1628/snmp/mode/batterystatus.pm +++ b/src/hardware/ups/standard/rfc1628/snmp/mode/batterystatus.pm @@ -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 diff --git a/src/hardware/ups/standard/rfc1628/snmp/mode/inputlines.pm b/src/hardware/ups/standard/rfc1628/snmp/mode/inputlines.pm index beb92f53de..bbdfad7c48 100644 --- a/src/hardware/ups/standard/rfc1628/snmp/mode/inputlines.pm +++ b/src/hardware/ups/standard/rfc1628/snmp/mode/inputlines.pm @@ -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 diff --git a/src/hardware/ups/standard/rfc1628/snmp/mode/outputlines.pm b/src/hardware/ups/standard/rfc1628/snmp/mode/outputlines.pm index 1c07362dfc..5bdc01a781 100644 --- a/src/hardware/ups/standard/rfc1628/snmp/mode/outputlines.pm +++ b/src/hardware/ups/standard/rfc1628/snmp/mode/outputlines.pm @@ -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 diff --git a/src/hardware/ups/standard/rfc1628/snmp/mode/outputsource.pm b/src/hardware/ups/standard/rfc1628/snmp/mode/outputsource.pm index b537b314d3..9e2bc68dad 100644 --- a/src/hardware/ups/standard/rfc1628/snmp/mode/outputsource.pm +++ b/src/hardware/ups/standard/rfc1628/snmp/mode/outputsource.pm @@ -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 diff --git a/src/hardware/ups/standard/rfc1628/snmp/plugin.pm b/src/hardware/ups/standard/rfc1628/snmp/plugin.pm index 7290c1485d..bcaeb5cf33 100644 --- a/src/hardware/ups/standard/rfc1628/snmp/plugin.pm +++ b/src/hardware/ups/standard/rfc1628/snmp/plugin.pm @@ -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 diff --git a/src/network/3com/snmp/mode/components/fan.pm b/src/network/3com/snmp/mode/components/fan.pm index 0822000d7c..9facd39a43 100644 --- a/src/network/3com/snmp/mode/components/fan.pm +++ b/src/network/3com/snmp/mode/components/fan.pm @@ -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 diff --git a/src/network/3com/snmp/mode/components/psu.pm b/src/network/3com/snmp/mode/components/psu.pm index 3c254708a6..e0f647f806 100644 --- a/src/network/3com/snmp/mode/components/psu.pm +++ b/src/network/3com/snmp/mode/components/psu.pm @@ -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 diff --git a/src/network/3com/snmp/mode/cpu.pm b/src/network/3com/snmp/mode/cpu.pm index ef52a3e4d3..8cd9b4fc87 100644 --- a/src/network/3com/snmp/mode/cpu.pm +++ b/src/network/3com/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/3com/snmp/mode/hardware.pm b/src/network/3com/snmp/mode/hardware.pm index 8db47cd1b5..599d93742f 100644 --- a/src/network/3com/snmp/mode/hardware.pm +++ b/src/network/3com/snmp/mode/hardware.pm @@ -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 diff --git a/src/network/3com/snmp/mode/memory.pm b/src/network/3com/snmp/mode/memory.pm index 17931552b0..8e18279232 100644 --- a/src/network/3com/snmp/mode/memory.pm +++ b/src/network/3com/snmp/mode/memory.pm @@ -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 diff --git a/src/network/3com/snmp/plugin.pm b/src/network/3com/snmp/plugin.pm index ed558aaad9..2ae90ce22f 100644 --- a/src/network/3com/snmp/plugin.pm +++ b/src/network/3com/snmp/plugin.pm @@ -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 diff --git a/src/network/a10/ax/snmp/mode/cpu.pm b/src/network/a10/ax/snmp/mode/cpu.pm index 79cbf425e4..b5f8c511fd 100644 --- a/src/network/a10/ax/snmp/mode/cpu.pm +++ b/src/network/a10/ax/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/a10/ax/snmp/mode/disk.pm b/src/network/a10/ax/snmp/mode/disk.pm index f78c5f3a81..fe80612394 100644 --- a/src/network/a10/ax/snmp/mode/disk.pm +++ b/src/network/a10/ax/snmp/mode/disk.pm @@ -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 diff --git a/src/network/a10/ax/snmp/mode/globalstats.pm b/src/network/a10/ax/snmp/mode/globalstats.pm index cdea027686..d80ac1bfd5 100644 --- a/src/network/a10/ax/snmp/mode/globalstats.pm +++ b/src/network/a10/ax/snmp/mode/globalstats.pm @@ -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 diff --git a/src/network/a10/ax/snmp/mode/hardware.pm b/src/network/a10/ax/snmp/mode/hardware.pm index 93c748fde3..a502c4fb73 100644 --- a/src/network/a10/ax/snmp/mode/hardware.pm +++ b/src/network/a10/ax/snmp/mode/hardware.pm @@ -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 diff --git a/src/network/a10/ax/snmp/mode/listvservers.pm b/src/network/a10/ax/snmp/mode/listvservers.pm index 3a2d09649a..8003f82bf9 100644 --- a/src/network/a10/ax/snmp/mode/listvservers.pm +++ b/src/network/a10/ax/snmp/mode/listvservers.pm @@ -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 diff --git a/src/network/a10/ax/snmp/mode/memory.pm b/src/network/a10/ax/snmp/mode/memory.pm index a61e8036c4..4be4a64460 100644 --- a/src/network/a10/ax/snmp/mode/memory.pm +++ b/src/network/a10/ax/snmp/mode/memory.pm @@ -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 diff --git a/src/network/a10/ax/snmp/mode/vserverusage.pm b/src/network/a10/ax/snmp/mode/vserverusage.pm index 0021004e9e..26e34f4c39 100644 --- a/src/network/a10/ax/snmp/mode/vserverusage.pm +++ b/src/network/a10/ax/snmp/mode/vserverusage.pm @@ -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 diff --git a/src/network/a10/ax/snmp/plugin.pm b/src/network/a10/ax/snmp/plugin.pm index dd18df1f2b..edb46a0400 100644 --- a/src/network/a10/ax/snmp/plugin.pm +++ b/src/network/a10/ax/snmp/plugin.pm @@ -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 diff --git a/src/network/acmepacket/snmp/mode/codec.pm b/src/network/acmepacket/snmp/mode/codec.pm index 0264e85977..3d4c3c2dd1 100644 --- a/src/network/acmepacket/snmp/mode/codec.pm +++ b/src/network/acmepacket/snmp/mode/codec.pm @@ -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 diff --git a/src/network/acmepacket/snmp/mode/components/fan.pm b/src/network/acmepacket/snmp/mode/components/fan.pm index 5d3a585b00..4940df7aff 100644 --- a/src/network/acmepacket/snmp/mode/components/fan.pm +++ b/src/network/acmepacket/snmp/mode/components/fan.pm @@ -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 diff --git a/src/network/acmepacket/snmp/mode/components/psu.pm b/src/network/acmepacket/snmp/mode/components/psu.pm index 4927353641..30c9bf211e 100644 --- a/src/network/acmepacket/snmp/mode/components/psu.pm +++ b/src/network/acmepacket/snmp/mode/components/psu.pm @@ -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 diff --git a/src/network/acmepacket/snmp/mode/components/resources.pm b/src/network/acmepacket/snmp/mode/components/resources.pm index 4f2f0c08f6..985bc456ba 100644 --- a/src/network/acmepacket/snmp/mode/components/resources.pm +++ b/src/network/acmepacket/snmp/mode/components/resources.pm @@ -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 diff --git a/src/network/acmepacket/snmp/mode/components/temperature.pm b/src/network/acmepacket/snmp/mode/components/temperature.pm index 3ce33aa008..ee32b8b1e8 100644 --- a/src/network/acmepacket/snmp/mode/components/temperature.pm +++ b/src/network/acmepacket/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/network/acmepacket/snmp/mode/components/voltage.pm b/src/network/acmepacket/snmp/mode/components/voltage.pm index ab26f7fd1c..8d6973189f 100644 --- a/src/network/acmepacket/snmp/mode/components/voltage.pm +++ b/src/network/acmepacket/snmp/mode/components/voltage.pm @@ -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 diff --git a/src/network/acmepacket/snmp/mode/hardware.pm b/src/network/acmepacket/snmp/mode/hardware.pm index 66a465b45a..af755a146a 100644 --- a/src/network/acmepacket/snmp/mode/hardware.pm +++ b/src/network/acmepacket/snmp/mode/hardware.pm @@ -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 diff --git a/src/network/acmepacket/snmp/mode/listpolicyservers.pm b/src/network/acmepacket/snmp/mode/listpolicyservers.pm index ca751e0d7f..7f4f292104 100644 --- a/src/network/acmepacket/snmp/mode/listpolicyservers.pm +++ b/src/network/acmepacket/snmp/mode/listpolicyservers.pm @@ -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 diff --git a/src/network/acmepacket/snmp/mode/listrealm.pm b/src/network/acmepacket/snmp/mode/listrealm.pm index afb9ac60c5..63c68189d8 100644 --- a/src/network/acmepacket/snmp/mode/listrealm.pm +++ b/src/network/acmepacket/snmp/mode/listrealm.pm @@ -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 diff --git a/src/network/acmepacket/snmp/mode/listsip.pm b/src/network/acmepacket/snmp/mode/listsip.pm index 2a77dbbaf8..09766ed073 100644 --- a/src/network/acmepacket/snmp/mode/listsip.pm +++ b/src/network/acmepacket/snmp/mode/listsip.pm @@ -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 diff --git a/src/network/acmepacket/snmp/mode/policyservers.pm b/src/network/acmepacket/snmp/mode/policyservers.pm index 4c1312ae2c..f0b7d77198 100644 --- a/src/network/acmepacket/snmp/mode/policyservers.pm +++ b/src/network/acmepacket/snmp/mode/policyservers.pm @@ -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 diff --git a/src/network/acmepacket/snmp/mode/realmusage.pm b/src/network/acmepacket/snmp/mode/realmusage.pm index ae5a457bf8..5fa6e7351b 100644 --- a/src/network/acmepacket/snmp/mode/realmusage.pm +++ b/src/network/acmepacket/snmp/mode/realmusage.pm @@ -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 diff --git a/src/network/acmepacket/snmp/mode/security.pm b/src/network/acmepacket/snmp/mode/security.pm index a86d9cb331..8cdc216a92 100644 --- a/src/network/acmepacket/snmp/mode/security.pm +++ b/src/network/acmepacket/snmp/mode/security.pm @@ -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 diff --git a/src/network/acmepacket/snmp/mode/sipusage.pm b/src/network/acmepacket/snmp/mode/sipusage.pm index e6ffe6691a..b5552e7881 100644 --- a/src/network/acmepacket/snmp/mode/sipusage.pm +++ b/src/network/acmepacket/snmp/mode/sipusage.pm @@ -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 diff --git a/src/network/acmepacket/snmp/mode/systemusage.pm b/src/network/acmepacket/snmp/mode/systemusage.pm index b0d2fac593..1d7dc08f9b 100644 --- a/src/network/acmepacket/snmp/mode/systemusage.pm +++ b/src/network/acmepacket/snmp/mode/systemusage.pm @@ -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 diff --git a/src/network/acmepacket/snmp/plugin.pm b/src/network/acmepacket/snmp/plugin.pm index 8a2b0b45f7..93c3f811f2 100644 --- a/src/network/acmepacket/snmp/plugin.pm +++ b/src/network/acmepacket/snmp/plugin.pm @@ -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 diff --git a/src/network/adva/fsp150/snmp/mode/alarms.pm b/src/network/adva/fsp150/snmp/mode/alarms.pm index 904fc91a2f..0065875b30 100644 --- a/src/network/adva/fsp150/snmp/mode/alarms.pm +++ b/src/network/adva/fsp150/snmp/mode/alarms.pm @@ -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 diff --git a/src/network/adva/fsp150/snmp/mode/components/card.pm b/src/network/adva/fsp150/snmp/mode/components/card.pm index 4acebe9958..5e0702e353 100644 --- a/src/network/adva/fsp150/snmp/mode/components/card.pm +++ b/src/network/adva/fsp150/snmp/mode/components/card.pm @@ -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 diff --git a/src/network/adva/fsp150/snmp/mode/components/resources.pm b/src/network/adva/fsp150/snmp/mode/components/resources.pm index 34cca7ec12..620c0b2a66 100644 --- a/src/network/adva/fsp150/snmp/mode/components/resources.pm +++ b/src/network/adva/fsp150/snmp/mode/components/resources.pm @@ -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 diff --git a/src/network/adva/fsp150/snmp/mode/components/shelf.pm b/src/network/adva/fsp150/snmp/mode/components/shelf.pm index 279def7b7c..a504e1bd68 100644 --- a/src/network/adva/fsp150/snmp/mode/components/shelf.pm +++ b/src/network/adva/fsp150/snmp/mode/components/shelf.pm @@ -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 diff --git a/src/network/adva/fsp150/snmp/mode/hardware.pm b/src/network/adva/fsp150/snmp/mode/hardware.pm index 346c5fec32..6940f2287e 100644 --- a/src/network/adva/fsp150/snmp/mode/hardware.pm +++ b/src/network/adva/fsp150/snmp/mode/hardware.pm @@ -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 diff --git a/src/network/adva/fsp150/snmp/mode/systems.pm b/src/network/adva/fsp150/snmp/mode/systems.pm index ad47dfbe7b..0c84fc53ec 100644 --- a/src/network/adva/fsp150/snmp/mode/systems.pm +++ b/src/network/adva/fsp150/snmp/mode/systems.pm @@ -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 diff --git a/src/network/adva/fsp150/snmp/plugin.pm b/src/network/adva/fsp150/snmp/plugin.pm index 3984ccb66e..4b1ae0cfa9 100644 --- a/src/network/adva/fsp150/snmp/plugin.pm +++ b/src/network/adva/fsp150/snmp/plugin.pm @@ -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 diff --git a/src/network/adva/fsp3000/snmp/mode/alarms.pm b/src/network/adva/fsp3000/snmp/mode/alarms.pm index 4b9e4dd958..25ac6246d8 100644 --- a/src/network/adva/fsp3000/snmp/mode/alarms.pm +++ b/src/network/adva/fsp3000/snmp/mode/alarms.pm @@ -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 diff --git a/src/network/adva/fsp3000/snmp/mode/interfaces.pm b/src/network/adva/fsp3000/snmp/mode/interfaces.pm index 9750b74c20..eb88ec12f0 100644 --- a/src/network/adva/fsp3000/snmp/mode/interfaces.pm +++ b/src/network/adva/fsp3000/snmp/mode/interfaces.pm @@ -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 diff --git a/src/network/adva/fsp3000/snmp/mode/listinterfaces.pm b/src/network/adva/fsp3000/snmp/mode/listinterfaces.pm index da4ea8265f..b2495cf3e8 100644 --- a/src/network/adva/fsp3000/snmp/mode/listinterfaces.pm +++ b/src/network/adva/fsp3000/snmp/mode/listinterfaces.pm @@ -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 diff --git a/src/network/adva/fsp3000/snmp/plugin.pm b/src/network/adva/fsp3000/snmp/plugin.pm index 17b60816ea..2789e5e6cb 100644 --- a/src/network/adva/fsp3000/snmp/plugin.pm +++ b/src/network/adva/fsp3000/snmp/plugin.pm @@ -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 diff --git a/src/network/aerohive/snmp/mode/connectedusers.pm b/src/network/aerohive/snmp/mode/connectedusers.pm index 095107d8c5..1a8b2c2ecf 100644 --- a/src/network/aerohive/snmp/mode/connectedusers.pm +++ b/src/network/aerohive/snmp/mode/connectedusers.pm @@ -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 diff --git a/src/network/aerohive/snmp/plugin.pm b/src/network/aerohive/snmp/plugin.pm index 40cdaf62a4..ec43b634f6 100644 --- a/src/network/aerohive/snmp/plugin.pm +++ b/src/network/aerohive/snmp/plugin.pm @@ -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 diff --git a/src/network/alcatel/isam/snmp/mode/components/cardtemperature.pm b/src/network/alcatel/isam/snmp/mode/components/cardtemperature.pm index 437cfad404..305b008b51 100644 --- a/src/network/alcatel/isam/snmp/mode/components/cardtemperature.pm +++ b/src/network/alcatel/isam/snmp/mode/components/cardtemperature.pm @@ -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 diff --git a/src/network/alcatel/isam/snmp/mode/components/resources.pm b/src/network/alcatel/isam/snmp/mode/components/resources.pm index 034727d758..ff71783cfb 100644 --- a/src/network/alcatel/isam/snmp/mode/components/resources.pm +++ b/src/network/alcatel/isam/snmp/mode/components/resources.pm @@ -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 diff --git a/src/network/alcatel/isam/snmp/mode/components/sfp.pm b/src/network/alcatel/isam/snmp/mode/components/sfp.pm index a5a0436605..f9d9e0b6aa 100644 --- a/src/network/alcatel/isam/snmp/mode/components/sfp.pm +++ b/src/network/alcatel/isam/snmp/mode/components/sfp.pm @@ -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 diff --git a/src/network/alcatel/isam/snmp/mode/cpu.pm b/src/network/alcatel/isam/snmp/mode/cpu.pm index 7807c532f2..ec4e8f16cf 100644 --- a/src/network/alcatel/isam/snmp/mode/cpu.pm +++ b/src/network/alcatel/isam/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/alcatel/isam/snmp/mode/hardware.pm b/src/network/alcatel/isam/snmp/mode/hardware.pm index 5081b0630c..32e5cb725f 100644 --- a/src/network/alcatel/isam/snmp/mode/hardware.pm +++ b/src/network/alcatel/isam/snmp/mode/hardware.pm @@ -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 diff --git a/src/network/alcatel/isam/snmp/mode/hubsapusage.pm b/src/network/alcatel/isam/snmp/mode/hubsapusage.pm index 2ac92af4ca..11f5a597b7 100644 --- a/src/network/alcatel/isam/snmp/mode/hubsapusage.pm +++ b/src/network/alcatel/isam/snmp/mode/hubsapusage.pm @@ -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 diff --git a/src/network/alcatel/isam/snmp/mode/listhubsap.pm b/src/network/alcatel/isam/snmp/mode/listhubsap.pm index 469948b6d7..75274b527a 100644 --- a/src/network/alcatel/isam/snmp/mode/listhubsap.pm +++ b/src/network/alcatel/isam/snmp/mode/listhubsap.pm @@ -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 diff --git a/src/network/alcatel/isam/snmp/mode/memory.pm b/src/network/alcatel/isam/snmp/mode/memory.pm index db25c427bb..005f7b6c29 100644 --- a/src/network/alcatel/isam/snmp/mode/memory.pm +++ b/src/network/alcatel/isam/snmp/mode/memory.pm @@ -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 diff --git a/src/network/alcatel/isam/snmp/plugin.pm b/src/network/alcatel/isam/snmp/plugin.pm index ea41c357f4..d8437c6e2a 100644 --- a/src/network/alcatel/isam/snmp/plugin.pm +++ b/src/network/alcatel/isam/snmp/plugin.pm @@ -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 diff --git a/src/network/alcatel/omniswitch/snmp/mode/components/backplane.pm b/src/network/alcatel/omniswitch/snmp/mode/components/backplane.pm index c771ce80f1..1287ce1ca5 100644 --- a/src/network/alcatel/omniswitch/snmp/mode/components/backplane.pm +++ b/src/network/alcatel/omniswitch/snmp/mode/components/backplane.pm @@ -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 diff --git a/src/network/alcatel/omniswitch/snmp/mode/components/chassis.pm b/src/network/alcatel/omniswitch/snmp/mode/components/chassis.pm index 21bad137d9..39fb2916d7 100644 --- a/src/network/alcatel/omniswitch/snmp/mode/components/chassis.pm +++ b/src/network/alcatel/omniswitch/snmp/mode/components/chassis.pm @@ -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 diff --git a/src/network/alcatel/omniswitch/snmp/mode/components/container.pm b/src/network/alcatel/omniswitch/snmp/mode/components/container.pm index 3b18d0477e..701d4b9c40 100644 --- a/src/network/alcatel/omniswitch/snmp/mode/components/container.pm +++ b/src/network/alcatel/omniswitch/snmp/mode/components/container.pm @@ -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 diff --git a/src/network/alcatel/omniswitch/snmp/mode/components/fan.pm b/src/network/alcatel/omniswitch/snmp/mode/components/fan.pm index 8d52024b1b..bdebf9d27e 100644 --- a/src/network/alcatel/omniswitch/snmp/mode/components/fan.pm +++ b/src/network/alcatel/omniswitch/snmp/mode/components/fan.pm @@ -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 diff --git a/src/network/alcatel/omniswitch/snmp/mode/components/module.pm b/src/network/alcatel/omniswitch/snmp/mode/components/module.pm index e2899fbd50..eb3106502d 100644 --- a/src/network/alcatel/omniswitch/snmp/mode/components/module.pm +++ b/src/network/alcatel/omniswitch/snmp/mode/components/module.pm @@ -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 diff --git a/src/network/alcatel/omniswitch/snmp/mode/components/other.pm b/src/network/alcatel/omniswitch/snmp/mode/components/other.pm index 78b725e7fa..dcd0d3a898 100644 --- a/src/network/alcatel/omniswitch/snmp/mode/components/other.pm +++ b/src/network/alcatel/omniswitch/snmp/mode/components/other.pm @@ -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 diff --git a/src/network/alcatel/omniswitch/snmp/mode/components/port.pm b/src/network/alcatel/omniswitch/snmp/mode/components/port.pm index 2d31b8464b..5b117831b4 100644 --- a/src/network/alcatel/omniswitch/snmp/mode/components/port.pm +++ b/src/network/alcatel/omniswitch/snmp/mode/components/port.pm @@ -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 diff --git a/src/network/alcatel/omniswitch/snmp/mode/components/psu.pm b/src/network/alcatel/omniswitch/snmp/mode/components/psu.pm index 233c477b5d..f1f88aa010 100644 --- a/src/network/alcatel/omniswitch/snmp/mode/components/psu.pm +++ b/src/network/alcatel/omniswitch/snmp/mode/components/psu.pm @@ -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 diff --git a/src/network/alcatel/omniswitch/snmp/mode/components/resources.pm b/src/network/alcatel/omniswitch/snmp/mode/components/resources.pm index f878067133..4517f487a6 100644 --- a/src/network/alcatel/omniswitch/snmp/mode/components/resources.pm +++ b/src/network/alcatel/omniswitch/snmp/mode/components/resources.pm @@ -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 diff --git a/src/network/alcatel/omniswitch/snmp/mode/components/sensor.pm b/src/network/alcatel/omniswitch/snmp/mode/components/sensor.pm index da8adbb15e..cd45144eb1 100644 --- a/src/network/alcatel/omniswitch/snmp/mode/components/sensor.pm +++ b/src/network/alcatel/omniswitch/snmp/mode/components/sensor.pm @@ -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 diff --git a/src/network/alcatel/omniswitch/snmp/mode/components/stack.pm b/src/network/alcatel/omniswitch/snmp/mode/components/stack.pm index bfcb0e0146..577094f781 100644 --- a/src/network/alcatel/omniswitch/snmp/mode/components/stack.pm +++ b/src/network/alcatel/omniswitch/snmp/mode/components/stack.pm @@ -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 diff --git a/src/network/alcatel/omniswitch/snmp/mode/components/unknown.pm b/src/network/alcatel/omniswitch/snmp/mode/components/unknown.pm index b2afa1b86d..62017497ce 100644 --- a/src/network/alcatel/omniswitch/snmp/mode/components/unknown.pm +++ b/src/network/alcatel/omniswitch/snmp/mode/components/unknown.pm @@ -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 diff --git a/src/network/alcatel/omniswitch/snmp/mode/cpu.pm b/src/network/alcatel/omniswitch/snmp/mode/cpu.pm index d51e4286db..5e5c951cd8 100644 --- a/src/network/alcatel/omniswitch/snmp/mode/cpu.pm +++ b/src/network/alcatel/omniswitch/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/alcatel/omniswitch/snmp/mode/flashmemory.pm b/src/network/alcatel/omniswitch/snmp/mode/flashmemory.pm index 71f50340de..73741cda16 100644 --- a/src/network/alcatel/omniswitch/snmp/mode/flashmemory.pm +++ b/src/network/alcatel/omniswitch/snmp/mode/flashmemory.pm @@ -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 diff --git a/src/network/alcatel/omniswitch/snmp/mode/hardware.pm b/src/network/alcatel/omniswitch/snmp/mode/hardware.pm index f525c41153..4f52f33621 100644 --- a/src/network/alcatel/omniswitch/snmp/mode/hardware.pm +++ b/src/network/alcatel/omniswitch/snmp/mode/hardware.pm @@ -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 diff --git a/src/network/alcatel/omniswitch/snmp/mode/memory.pm b/src/network/alcatel/omniswitch/snmp/mode/memory.pm index 8211a220cc..bc7b428f9d 100644 --- a/src/network/alcatel/omniswitch/snmp/mode/memory.pm +++ b/src/network/alcatel/omniswitch/snmp/mode/memory.pm @@ -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 diff --git a/src/network/alcatel/omniswitch/snmp/mode/virtualchassis.pm b/src/network/alcatel/omniswitch/snmp/mode/virtualchassis.pm index a778db9314..b12cb45355 100644 --- a/src/network/alcatel/omniswitch/snmp/mode/virtualchassis.pm +++ b/src/network/alcatel/omniswitch/snmp/mode/virtualchassis.pm @@ -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 diff --git a/src/network/alcatel/omniswitch/snmp/plugin.pm b/src/network/alcatel/omniswitch/snmp/plugin.pm index 58d263096b..af7408f71f 100644 --- a/src/network/alcatel/omniswitch/snmp/plugin.pm +++ b/src/network/alcatel/omniswitch/snmp/plugin.pm @@ -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 diff --git a/src/network/alcatel/oxe/snmp/mode/domains.pm b/src/network/alcatel/oxe/snmp/mode/domains.pm index 45212c173d..dd887e47b8 100644 --- a/src/network/alcatel/oxe/snmp/mode/domains.pm +++ b/src/network/alcatel/oxe/snmp/mode/domains.pm @@ -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 diff --git a/src/network/alcatel/oxe/snmp/mode/pbxrole.pm b/src/network/alcatel/oxe/snmp/mode/pbxrole.pm index 52f4ca10a7..f09163dca9 100644 --- a/src/network/alcatel/oxe/snmp/mode/pbxrole.pm +++ b/src/network/alcatel/oxe/snmp/mode/pbxrole.pm @@ -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 diff --git a/src/network/alcatel/oxe/snmp/mode/pbxstate.pm b/src/network/alcatel/oxe/snmp/mode/pbxstate.pm index ea87da2329..3043b5e5fb 100644 --- a/src/network/alcatel/oxe/snmp/mode/pbxstate.pm +++ b/src/network/alcatel/oxe/snmp/mode/pbxstate.pm @@ -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 diff --git a/src/network/alcatel/oxe/snmp/mode/trunks.pm b/src/network/alcatel/oxe/snmp/mode/trunks.pm index b9c3bbff43..9e2bb353d9 100644 --- a/src/network/alcatel/oxe/snmp/mode/trunks.pm +++ b/src/network/alcatel/oxe/snmp/mode/trunks.pm @@ -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 diff --git a/src/network/alcatel/oxe/snmp/plugin.pm b/src/network/alcatel/oxe/snmp/plugin.pm index 1c5d7076a5..c7a9b5e17a 100644 --- a/src/network/alcatel/oxe/snmp/plugin.pm +++ b/src/network/alcatel/oxe/snmp/plugin.pm @@ -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 diff --git a/src/network/alcatel/pss/1830/snmp/mode/listsap.pm b/src/network/alcatel/pss/1830/snmp/mode/listsap.pm index 496f2f6a0f..7ab773c913 100644 --- a/src/network/alcatel/pss/1830/snmp/mode/listsap.pm +++ b/src/network/alcatel/pss/1830/snmp/mode/listsap.pm @@ -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 diff --git a/src/network/alcatel/pss/1830/snmp/mode/sapqosstats.pm b/src/network/alcatel/pss/1830/snmp/mode/sapqosstats.pm index d52bb9e808..92cb9ed6c5 100644 --- a/src/network/alcatel/pss/1830/snmp/mode/sapqosstats.pm +++ b/src/network/alcatel/pss/1830/snmp/mode/sapqosstats.pm @@ -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 diff --git a/src/network/alcatel/pss/1830/snmp/plugin.pm b/src/network/alcatel/pss/1830/snmp/plugin.pm index 724db6de0d..6dc88b8e16 100644 --- a/src/network/alcatel/pss/1830/snmp/plugin.pm +++ b/src/network/alcatel/pss/1830/snmp/plugin.pm @@ -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 diff --git a/src/network/allied/snmp/mode/components/fan.pm b/src/network/allied/snmp/mode/components/fan.pm index 8e1c5e4ec2..a8c9f2b74e 100644 --- a/src/network/allied/snmp/mode/components/fan.pm +++ b/src/network/allied/snmp/mode/components/fan.pm @@ -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 diff --git a/src/network/allied/snmp/mode/components/psu.pm b/src/network/allied/snmp/mode/components/psu.pm index 52c7582f7f..a6dfd975db 100644 --- a/src/network/allied/snmp/mode/components/psu.pm +++ b/src/network/allied/snmp/mode/components/psu.pm @@ -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 diff --git a/src/network/allied/snmp/mode/components/temperature.pm b/src/network/allied/snmp/mode/components/temperature.pm index c0273460bd..75ea5bd109 100644 --- a/src/network/allied/snmp/mode/components/temperature.pm +++ b/src/network/allied/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/network/allied/snmp/mode/components/voltage.pm b/src/network/allied/snmp/mode/components/voltage.pm index 64bd90d9b4..bd650781c3 100644 --- a/src/network/allied/snmp/mode/components/voltage.pm +++ b/src/network/allied/snmp/mode/components/voltage.pm @@ -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 diff --git a/src/network/allied/snmp/mode/cpu.pm b/src/network/allied/snmp/mode/cpu.pm index ff153055fa..152e5ae9dc 100644 --- a/src/network/allied/snmp/mode/cpu.pm +++ b/src/network/allied/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/allied/snmp/mode/hardware.pm b/src/network/allied/snmp/mode/hardware.pm index 73a5329712..97bcff7070 100644 --- a/src/network/allied/snmp/mode/hardware.pm +++ b/src/network/allied/snmp/mode/hardware.pm @@ -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 diff --git a/src/network/allied/snmp/mode/memory.pm b/src/network/allied/snmp/mode/memory.pm index 370c290c10..d521d3a731 100644 --- a/src/network/allied/snmp/mode/memory.pm +++ b/src/network/allied/snmp/mode/memory.pm @@ -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 diff --git a/src/network/allied/snmp/plugin.pm b/src/network/allied/snmp/plugin.pm index eefcbd25ef..553f797b6b 100644 --- a/src/network/allied/snmp/plugin.pm +++ b/src/network/allied/snmp/plugin.pm @@ -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 diff --git a/src/network/arista/snmp/mode/memory.pm b/src/network/arista/snmp/mode/memory.pm index 8dcf0664b0..4674d5a8c8 100644 --- a/src/network/arista/snmp/mode/memory.pm +++ b/src/network/arista/snmp/mode/memory.pm @@ -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 diff --git a/src/network/arista/snmp/plugin.pm b/src/network/arista/snmp/plugin.pm index 9921223ecd..a983184327 100644 --- a/src/network/arista/snmp/plugin.pm +++ b/src/network/arista/snmp/plugin.pm @@ -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 diff --git a/src/network/arkoon/plugin.pm b/src/network/arkoon/plugin.pm index 4f40580d7a..cb8d97a8ce 100644 --- a/src/network/arkoon/plugin.pm +++ b/src/network/arkoon/plugin.pm @@ -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 diff --git a/src/network/aruba/aoscx/restapi/custom/api.pm b/src/network/aruba/aoscx/restapi/custom/api.pm index 6277bb6da5..b320831a71 100644 --- a/src/network/aruba/aoscx/restapi/custom/api.pm +++ b/src/network/aruba/aoscx/restapi/custom/api.pm @@ -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 diff --git a/src/network/aruba/aoscx/restapi/mode/components/fan.pm b/src/network/aruba/aoscx/restapi/mode/components/fan.pm index 3222b65879..0d8a50a803 100644 --- a/src/network/aruba/aoscx/restapi/mode/components/fan.pm +++ b/src/network/aruba/aoscx/restapi/mode/components/fan.pm @@ -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 diff --git a/src/network/aruba/aoscx/restapi/mode/components/psu.pm b/src/network/aruba/aoscx/restapi/mode/components/psu.pm index 9c08905381..e1074952ae 100644 --- a/src/network/aruba/aoscx/restapi/mode/components/psu.pm +++ b/src/network/aruba/aoscx/restapi/mode/components/psu.pm @@ -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 diff --git a/src/network/aruba/aoscx/restapi/mode/components/temperature.pm b/src/network/aruba/aoscx/restapi/mode/components/temperature.pm index e1b00f8c21..5ae872f5b2 100644 --- a/src/network/aruba/aoscx/restapi/mode/components/temperature.pm +++ b/src/network/aruba/aoscx/restapi/mode/components/temperature.pm @@ -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 diff --git a/src/network/aruba/aoscx/restapi/mode/hardware.pm b/src/network/aruba/aoscx/restapi/mode/hardware.pm index 1a0e422240..b8560e3a26 100644 --- a/src/network/aruba/aoscx/restapi/mode/hardware.pm +++ b/src/network/aruba/aoscx/restapi/mode/hardware.pm @@ -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 diff --git a/src/network/aruba/aoscx/restapi/mode/vsx.pm b/src/network/aruba/aoscx/restapi/mode/vsx.pm index 476a368b6f..553f4496b3 100644 --- a/src/network/aruba/aoscx/restapi/mode/vsx.pm +++ b/src/network/aruba/aoscx/restapi/mode/vsx.pm @@ -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 diff --git a/src/network/aruba/aoscx/restapi/plugin.pm b/src/network/aruba/aoscx/restapi/plugin.pm index 41f68f2ae5..367036389d 100644 --- a/src/network/aruba/aoscx/restapi/plugin.pm +++ b/src/network/aruba/aoscx/restapi/plugin.pm @@ -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 diff --git a/src/network/aruba/aoscx/snmp/mode/components/fan.pm b/src/network/aruba/aoscx/snmp/mode/components/fan.pm index 20aa69b657..33f328143c 100644 --- a/src/network/aruba/aoscx/snmp/mode/components/fan.pm +++ b/src/network/aruba/aoscx/snmp/mode/components/fan.pm @@ -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 diff --git a/src/network/aruba/aoscx/snmp/mode/components/fantray.pm b/src/network/aruba/aoscx/snmp/mode/components/fantray.pm index 17ab5913e7..538eaee591 100644 --- a/src/network/aruba/aoscx/snmp/mode/components/fantray.pm +++ b/src/network/aruba/aoscx/snmp/mode/components/fantray.pm @@ -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 diff --git a/src/network/aruba/aoscx/snmp/mode/components/psu.pm b/src/network/aruba/aoscx/snmp/mode/components/psu.pm index 4991bf3055..fa171a5c03 100644 --- a/src/network/aruba/aoscx/snmp/mode/components/psu.pm +++ b/src/network/aruba/aoscx/snmp/mode/components/psu.pm @@ -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 diff --git a/src/network/aruba/aoscx/snmp/mode/components/temperature.pm b/src/network/aruba/aoscx/snmp/mode/components/temperature.pm index 402e9f6c9c..1c0b89a894 100644 --- a/src/network/aruba/aoscx/snmp/mode/components/temperature.pm +++ b/src/network/aruba/aoscx/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/network/aruba/aoscx/snmp/mode/cpu.pm b/src/network/aruba/aoscx/snmp/mode/cpu.pm index 641fca3ee8..8f1c6b82ca 100644 --- a/src/network/aruba/aoscx/snmp/mode/cpu.pm +++ b/src/network/aruba/aoscx/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/aruba/aoscx/snmp/mode/hardware.pm b/src/network/aruba/aoscx/snmp/mode/hardware.pm index 8135b37c26..605f2a9ca0 100644 --- a/src/network/aruba/aoscx/snmp/mode/hardware.pm +++ b/src/network/aruba/aoscx/snmp/mode/hardware.pm @@ -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 diff --git a/src/network/aruba/aoscx/snmp/mode/memory.pm b/src/network/aruba/aoscx/snmp/mode/memory.pm index b8f6aaaf9e..c4cb4cc241 100644 --- a/src/network/aruba/aoscx/snmp/mode/memory.pm +++ b/src/network/aruba/aoscx/snmp/mode/memory.pm @@ -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 diff --git a/src/network/aruba/aoscx/snmp/mode/vsf.pm b/src/network/aruba/aoscx/snmp/mode/vsf.pm index 4a67cbd58f..0c0e01e964 100644 --- a/src/network/aruba/aoscx/snmp/mode/vsf.pm +++ b/src/network/aruba/aoscx/snmp/mode/vsf.pm @@ -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 diff --git a/src/network/aruba/aoscx/snmp/mode/vsx.pm b/src/network/aruba/aoscx/snmp/mode/vsx.pm index e6157ac1b1..187cffe4da 100644 --- a/src/network/aruba/aoscx/snmp/mode/vsx.pm +++ b/src/network/aruba/aoscx/snmp/mode/vsx.pm @@ -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 diff --git a/src/network/aruba/aoscx/snmp/plugin.pm b/src/network/aruba/aoscx/snmp/plugin.pm index 10ad3288e5..121136c5a6 100644 --- a/src/network/aruba/aoscx/snmp/plugin.pm +++ b/src/network/aruba/aoscx/snmp/plugin.pm @@ -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 diff --git a/src/network/aruba/cppm/snmp/mode/cpu.pm b/src/network/aruba/cppm/snmp/mode/cpu.pm index cfe2392b58..f48c713b57 100644 --- a/src/network/aruba/cppm/snmp/mode/cpu.pm +++ b/src/network/aruba/cppm/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/aruba/cppm/snmp/mode/disks.pm b/src/network/aruba/cppm/snmp/mode/disks.pm index 9bd52a8153..bebe76c723 100644 --- a/src/network/aruba/cppm/snmp/mode/disks.pm +++ b/src/network/aruba/cppm/snmp/mode/disks.pm @@ -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 diff --git a/src/network/aruba/cppm/snmp/mode/interfaces.pm b/src/network/aruba/cppm/snmp/mode/interfaces.pm index 7765ae36a4..10b7aeff5a 100644 --- a/src/network/aruba/cppm/snmp/mode/interfaces.pm +++ b/src/network/aruba/cppm/snmp/mode/interfaces.pm @@ -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 diff --git a/src/network/aruba/cppm/snmp/mode/memory.pm b/src/network/aruba/cppm/snmp/mode/memory.pm index 06fab01504..1e67aa518f 100644 --- a/src/network/aruba/cppm/snmp/mode/memory.pm +++ b/src/network/aruba/cppm/snmp/mode/memory.pm @@ -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 diff --git a/src/network/aruba/cppm/snmp/mode/radius.pm b/src/network/aruba/cppm/snmp/mode/radius.pm index 3959dc0776..ac78dedbcd 100644 --- a/src/network/aruba/cppm/snmp/mode/radius.pm +++ b/src/network/aruba/cppm/snmp/mode/radius.pm @@ -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 diff --git a/src/network/aruba/cppm/snmp/mode/repositories.pm b/src/network/aruba/cppm/snmp/mode/repositories.pm index edc564a216..de4d6fa299 100644 --- a/src/network/aruba/cppm/snmp/mode/repositories.pm +++ b/src/network/aruba/cppm/snmp/mode/repositories.pm @@ -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 diff --git a/src/network/aruba/cppm/snmp/mode/swap.pm b/src/network/aruba/cppm/snmp/mode/swap.pm index a6923d8cca..88c1ea26f6 100644 --- a/src/network/aruba/cppm/snmp/mode/swap.pm +++ b/src/network/aruba/cppm/snmp/mode/swap.pm @@ -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 diff --git a/src/network/aruba/cppm/snmp/mode/tacacs.pm b/src/network/aruba/cppm/snmp/mode/tacacs.pm index 463c5df652..f3a269ea24 100644 --- a/src/network/aruba/cppm/snmp/mode/tacacs.pm +++ b/src/network/aruba/cppm/snmp/mode/tacacs.pm @@ -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 diff --git a/src/network/aruba/cppm/snmp/plugin.pm b/src/network/aruba/cppm/snmp/plugin.pm index d682e22b89..b86bd17179 100644 --- a/src/network/aruba/cppm/snmp/plugin.pm +++ b/src/network/aruba/cppm/snmp/plugin.pm @@ -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 diff --git a/src/network/aruba/instant/snmp/mode/apusage.pm b/src/network/aruba/instant/snmp/mode/apusage.pm index aa9c6ffcfd..39b6db6142 100644 --- a/src/network/aruba/instant/snmp/mode/apusage.pm +++ b/src/network/aruba/instant/snmp/mode/apusage.pm @@ -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 diff --git a/src/network/aruba/instant/snmp/mode/ssidstatus.pm b/src/network/aruba/instant/snmp/mode/ssidstatus.pm index a872cef29d..faf249a29d 100644 --- a/src/network/aruba/instant/snmp/mode/ssidstatus.pm +++ b/src/network/aruba/instant/snmp/mode/ssidstatus.pm @@ -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 diff --git a/src/network/aruba/instant/snmp/plugin.pm b/src/network/aruba/instant/snmp/plugin.pm index 793a52dbc4..6ab2312f91 100644 --- a/src/network/aruba/instant/snmp/plugin.pm +++ b/src/network/aruba/instant/snmp/plugin.pm @@ -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 diff --git a/src/network/aruba/orchestrator/restapi/custom/api.pm b/src/network/aruba/orchestrator/restapi/custom/api.pm index 1c2d45bc23..a7625e3e21 100644 --- a/src/network/aruba/orchestrator/restapi/custom/api.pm +++ b/src/network/aruba/orchestrator/restapi/custom/api.pm @@ -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 diff --git a/src/network/aruba/orchestrator/restapi/mode/appliances.pm b/src/network/aruba/orchestrator/restapi/mode/appliances.pm index f7cbe725c2..e2cfb49e9d 100644 --- a/src/network/aruba/orchestrator/restapi/mode/appliances.pm +++ b/src/network/aruba/orchestrator/restapi/mode/appliances.pm @@ -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 diff --git a/src/network/aruba/orchestrator/restapi/mode/discovery.pm b/src/network/aruba/orchestrator/restapi/mode/discovery.pm index 2ce6728a61..9a9c1e74e4 100644 --- a/src/network/aruba/orchestrator/restapi/mode/discovery.pm +++ b/src/network/aruba/orchestrator/restapi/mode/discovery.pm @@ -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 diff --git a/src/network/aruba/orchestrator/restapi/plugin.pm b/src/network/aruba/orchestrator/restapi/plugin.pm index 24971ffabb..788397133a 100644 --- a/src/network/aruba/orchestrator/restapi/plugin.pm +++ b/src/network/aruba/orchestrator/restapi/plugin.pm @@ -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 diff --git a/src/network/aruba/standard/snmp/plugin.pm b/src/network/aruba/standard/snmp/plugin.pm index 49fcafa908..ccaa956108 100644 --- a/src/network/aruba/standard/snmp/plugin.pm +++ b/src/network/aruba/standard/snmp/plugin.pm @@ -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 diff --git a/src/network/athonet/epc/snmp/mode/aggregate.pm b/src/network/athonet/epc/snmp/mode/aggregate.pm index bcce1fbc91..6952430129 100644 --- a/src/network/athonet/epc/snmp/mode/aggregate.pm +++ b/src/network/athonet/epc/snmp/mode/aggregate.pm @@ -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 diff --git a/src/network/athonet/epc/snmp/mode/apns.pm b/src/network/athonet/epc/snmp/mode/apns.pm index 6565941f23..302025d22c 100644 --- a/src/network/athonet/epc/snmp/mode/apns.pm +++ b/src/network/athonet/epc/snmp/mode/apns.pm @@ -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 diff --git a/src/network/athonet/epc/snmp/mode/interfacesdiameter.pm b/src/network/athonet/epc/snmp/mode/interfacesdiameter.pm index d00063b140..345f9525ff 100644 --- a/src/network/athonet/epc/snmp/mode/interfacesdiameter.pm +++ b/src/network/athonet/epc/snmp/mode/interfacesdiameter.pm @@ -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 diff --git a/src/network/athonet/epc/snmp/mode/interfacesga.pm b/src/network/athonet/epc/snmp/mode/interfacesga.pm index ad08b25882..80628c9f76 100644 --- a/src/network/athonet/epc/snmp/mode/interfacesga.pm +++ b/src/network/athonet/epc/snmp/mode/interfacesga.pm @@ -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 diff --git a/src/network/athonet/epc/snmp/mode/interfacesgtpc.pm b/src/network/athonet/epc/snmp/mode/interfacesgtpc.pm index edf9a8e24c..30e3a4b5f3 100644 --- a/src/network/athonet/epc/snmp/mode/interfacesgtpc.pm +++ b/src/network/athonet/epc/snmp/mode/interfacesgtpc.pm @@ -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 diff --git a/src/network/athonet/epc/snmp/mode/interfaceslte.pm b/src/network/athonet/epc/snmp/mode/interfaceslte.pm index 946289c676..ba22c35dea 100644 --- a/src/network/athonet/epc/snmp/mode/interfaceslte.pm +++ b/src/network/athonet/epc/snmp/mode/interfaceslte.pm @@ -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 diff --git a/src/network/athonet/epc/snmp/mode/license.pm b/src/network/athonet/epc/snmp/mode/license.pm index 4c2a537fb8..35752de0b5 100644 --- a/src/network/athonet/epc/snmp/mode/license.pm +++ b/src/network/athonet/epc/snmp/mode/license.pm @@ -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 diff --git a/src/network/athonet/epc/snmp/mode/listapns.pm b/src/network/athonet/epc/snmp/mode/listapns.pm index ec3c489a6f..9f4e2536d3 100644 --- a/src/network/athonet/epc/snmp/mode/listapns.pm +++ b/src/network/athonet/epc/snmp/mode/listapns.pm @@ -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 diff --git a/src/network/athonet/epc/snmp/mode/listinterfacesdiameter.pm b/src/network/athonet/epc/snmp/mode/listinterfacesdiameter.pm index d3a66d57f3..ebcdf1895c 100644 --- a/src/network/athonet/epc/snmp/mode/listinterfacesdiameter.pm +++ b/src/network/athonet/epc/snmp/mode/listinterfacesdiameter.pm @@ -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 diff --git a/src/network/athonet/epc/snmp/mode/listinterfacesga.pm b/src/network/athonet/epc/snmp/mode/listinterfacesga.pm index 089117a94d..b73e74ecb9 100644 --- a/src/network/athonet/epc/snmp/mode/listinterfacesga.pm +++ b/src/network/athonet/epc/snmp/mode/listinterfacesga.pm @@ -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 diff --git a/src/network/athonet/epc/snmp/mode/listinterfacesgtpc.pm b/src/network/athonet/epc/snmp/mode/listinterfacesgtpc.pm index e3a16918c1..ec9ec9b059 100644 --- a/src/network/athonet/epc/snmp/mode/listinterfacesgtpc.pm +++ b/src/network/athonet/epc/snmp/mode/listinterfacesgtpc.pm @@ -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 diff --git a/src/network/athonet/epc/snmp/mode/listinterfaceslte.pm b/src/network/athonet/epc/snmp/mode/listinterfaceslte.pm index 6d1ae759fb..b5a99071b6 100644 --- a/src/network/athonet/epc/snmp/mode/listinterfaceslte.pm +++ b/src/network/athonet/epc/snmp/mode/listinterfaceslte.pm @@ -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 diff --git a/src/network/athonet/epc/snmp/mode/lte.pm b/src/network/athonet/epc/snmp/mode/lte.pm index ba280e1359..e59512e8ef 100644 --- a/src/network/athonet/epc/snmp/mode/lte.pm +++ b/src/network/athonet/epc/snmp/mode/lte.pm @@ -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 diff --git a/src/network/athonet/epc/snmp/plugin.pm b/src/network/athonet/epc/snmp/plugin.pm index 1dde5cae43..dc03a02add 100644 --- a/src/network/athonet/epc/snmp/plugin.pm +++ b/src/network/athonet/epc/snmp/plugin.pm @@ -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 diff --git a/src/network/atrica/snmp/mode/connections.pm b/src/network/atrica/snmp/mode/connections.pm index 93e9d55095..8e765e5e21 100644 --- a/src/network/atrica/snmp/mode/connections.pm +++ b/src/network/atrica/snmp/mode/connections.pm @@ -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 diff --git a/src/network/atrica/snmp/mode/listconnections.pm b/src/network/atrica/snmp/mode/listconnections.pm index 457a450fb9..789d80fd50 100644 --- a/src/network/atrica/snmp/mode/listconnections.pm +++ b/src/network/atrica/snmp/mode/listconnections.pm @@ -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 diff --git a/src/network/atrica/snmp/plugin.pm b/src/network/atrica/snmp/plugin.pm index 00fd1fe511..dadfc061d7 100644 --- a/src/network/atrica/snmp/plugin.pm +++ b/src/network/atrica/snmp/plugin.pm @@ -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 diff --git a/src/network/atto/fibrebridge/snmp/mode/fcportusage.pm b/src/network/atto/fibrebridge/snmp/mode/fcportusage.pm index 51edf3721f..5d5c26a102 100644 --- a/src/network/atto/fibrebridge/snmp/mode/fcportusage.pm +++ b/src/network/atto/fibrebridge/snmp/mode/fcportusage.pm @@ -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 diff --git a/src/network/atto/fibrebridge/snmp/plugin.pm b/src/network/atto/fibrebridge/snmp/plugin.pm index a1923dadf9..f1dc828758 100644 --- a/src/network/atto/fibrebridge/snmp/plugin.pm +++ b/src/network/atto/fibrebridge/snmp/plugin.pm @@ -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 diff --git a/src/network/audiocodes/snmp/mode/components/fantray.pm b/src/network/audiocodes/snmp/mode/components/fantray.pm index e85b65b4a6..78407aab94 100644 --- a/src/network/audiocodes/snmp/mode/components/fantray.pm +++ b/src/network/audiocodes/snmp/mode/components/fantray.pm @@ -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 diff --git a/src/network/audiocodes/snmp/mode/components/module.pm b/src/network/audiocodes/snmp/mode/components/module.pm index 093d450e00..0bdd27172b 100644 --- a/src/network/audiocodes/snmp/mode/components/module.pm +++ b/src/network/audiocodes/snmp/mode/components/module.pm @@ -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 diff --git a/src/network/audiocodes/snmp/mode/components/psu.pm b/src/network/audiocodes/snmp/mode/components/psu.pm index f10a24263c..e1a0fde6ca 100644 --- a/src/network/audiocodes/snmp/mode/components/psu.pm +++ b/src/network/audiocodes/snmp/mode/components/psu.pm @@ -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 diff --git a/src/network/audiocodes/snmp/mode/cpu.pm b/src/network/audiocodes/snmp/mode/cpu.pm index 8fc3844645..80ee45fd55 100644 --- a/src/network/audiocodes/snmp/mode/cpu.pm +++ b/src/network/audiocodes/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/audiocodes/snmp/mode/hardware.pm b/src/network/audiocodes/snmp/mode/hardware.pm index 9830ffbed8..7f1b1b203a 100644 --- a/src/network/audiocodes/snmp/mode/hardware.pm +++ b/src/network/audiocodes/snmp/mode/hardware.pm @@ -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 diff --git a/src/network/audiocodes/snmp/mode/interfaces.pm b/src/network/audiocodes/snmp/mode/interfaces.pm index 8744578996..91d71a342d 100644 --- a/src/network/audiocodes/snmp/mode/interfaces.pm +++ b/src/network/audiocodes/snmp/mode/interfaces.pm @@ -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 diff --git a/src/network/audiocodes/snmp/mode/listtrunks.pm b/src/network/audiocodes/snmp/mode/listtrunks.pm index bc72652412..40f05c424c 100644 --- a/src/network/audiocodes/snmp/mode/listtrunks.pm +++ b/src/network/audiocodes/snmp/mode/listtrunks.pm @@ -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 diff --git a/src/network/audiocodes/snmp/mode/memory.pm b/src/network/audiocodes/snmp/mode/memory.pm index e1128c1304..cd84983c09 100644 --- a/src/network/audiocodes/snmp/mode/memory.pm +++ b/src/network/audiocodes/snmp/mode/memory.pm @@ -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 diff --git a/src/network/audiocodes/snmp/mode/sbccalls.pm b/src/network/audiocodes/snmp/mode/sbccalls.pm index e05d2f8212..467e74fe70 100644 --- a/src/network/audiocodes/snmp/mode/sbccalls.pm +++ b/src/network/audiocodes/snmp/mode/sbccalls.pm @@ -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 diff --git a/src/network/audiocodes/snmp/mode/trunkstatus.pm b/src/network/audiocodes/snmp/mode/trunkstatus.pm index ff5459182d..f54e7b2a4c 100644 --- a/src/network/audiocodes/snmp/mode/trunkstatus.pm +++ b/src/network/audiocodes/snmp/mode/trunkstatus.pm @@ -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 diff --git a/src/network/audiocodes/snmp/plugin.pm b/src/network/audiocodes/snmp/plugin.pm index 4be5e750cf..4bf3a9a2df 100644 --- a/src/network/audiocodes/snmp/plugin.pm +++ b/src/network/audiocodes/snmp/plugin.pm @@ -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 diff --git a/src/network/barracuda/bma/snmp/mode/load.pm b/src/network/barracuda/bma/snmp/mode/load.pm index 437dc6339c..ca671ddfbc 100644 --- a/src/network/barracuda/bma/snmp/mode/load.pm +++ b/src/network/barracuda/bma/snmp/mode/load.pm @@ -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 diff --git a/src/network/barracuda/bma/snmp/mode/mails.pm b/src/network/barracuda/bma/snmp/mode/mails.pm index 7f6299cd19..ef4daa1f1c 100644 --- a/src/network/barracuda/bma/snmp/mode/mails.pm +++ b/src/network/barracuda/bma/snmp/mode/mails.pm @@ -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 diff --git a/src/network/barracuda/bma/snmp/mode/storage.pm b/src/network/barracuda/bma/snmp/mode/storage.pm index ec2b021282..cad19931de 100644 --- a/src/network/barracuda/bma/snmp/mode/storage.pm +++ b/src/network/barracuda/bma/snmp/mode/storage.pm @@ -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 diff --git a/src/network/barracuda/bma/snmp/plugin.pm b/src/network/barracuda/bma/snmp/plugin.pm index c14a31cee1..f81a37b421 100644 --- a/src/network/barracuda/bma/snmp/plugin.pm +++ b/src/network/barracuda/bma/snmp/plugin.pm @@ -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 diff --git a/src/network/barracuda/cloudgen/snmp/mode/boxservice.pm b/src/network/barracuda/cloudgen/snmp/mode/boxservice.pm index c4e0fd7dba..a3e5078ef0 100644 --- a/src/network/barracuda/cloudgen/snmp/mode/boxservice.pm +++ b/src/network/barracuda/cloudgen/snmp/mode/boxservice.pm @@ -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 diff --git a/src/network/barracuda/cloudgen/snmp/mode/components/fan.pm b/src/network/barracuda/cloudgen/snmp/mode/components/fan.pm index a785a65903..ebd717bc0d 100644 --- a/src/network/barracuda/cloudgen/snmp/mode/components/fan.pm +++ b/src/network/barracuda/cloudgen/snmp/mode/components/fan.pm @@ -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 diff --git a/src/network/barracuda/cloudgen/snmp/mode/components/psu.pm b/src/network/barracuda/cloudgen/snmp/mode/components/psu.pm index aa833e1442..7b08222f19 100644 --- a/src/network/barracuda/cloudgen/snmp/mode/components/psu.pm +++ b/src/network/barracuda/cloudgen/snmp/mode/components/psu.pm @@ -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 diff --git a/src/network/barracuda/cloudgen/snmp/mode/components/temperature.pm b/src/network/barracuda/cloudgen/snmp/mode/components/temperature.pm index cc9ffa6c6d..fbee11477e 100644 --- a/src/network/barracuda/cloudgen/snmp/mode/components/temperature.pm +++ b/src/network/barracuda/cloudgen/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/network/barracuda/cloudgen/snmp/mode/components/voltage.pm b/src/network/barracuda/cloudgen/snmp/mode/components/voltage.pm index bf84c6b4c4..8c6a202d71 100644 --- a/src/network/barracuda/cloudgen/snmp/mode/components/voltage.pm +++ b/src/network/barracuda/cloudgen/snmp/mode/components/voltage.pm @@ -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 diff --git a/src/network/barracuda/cloudgen/snmp/mode/hardware.pm b/src/network/barracuda/cloudgen/snmp/mode/hardware.pm index c8aaebca85..8f6113ff19 100644 --- a/src/network/barracuda/cloudgen/snmp/mode/hardware.pm +++ b/src/network/barracuda/cloudgen/snmp/mode/hardware.pm @@ -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 diff --git a/src/network/barracuda/cloudgen/snmp/mode/listvpns.pm b/src/network/barracuda/cloudgen/snmp/mode/listvpns.pm index 738bf85525..768663f327 100644 --- a/src/network/barracuda/cloudgen/snmp/mode/listvpns.pm +++ b/src/network/barracuda/cloudgen/snmp/mode/listvpns.pm @@ -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 diff --git a/src/network/barracuda/cloudgen/snmp/mode/serverservice.pm b/src/network/barracuda/cloudgen/snmp/mode/serverservice.pm index 86bd979d16..9389514134 100644 --- a/src/network/barracuda/cloudgen/snmp/mode/serverservice.pm +++ b/src/network/barracuda/cloudgen/snmp/mode/serverservice.pm @@ -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 diff --git a/src/network/barracuda/cloudgen/snmp/mode/vpnstatus.pm b/src/network/barracuda/cloudgen/snmp/mode/vpnstatus.pm index dd2fc49725..97ff104440 100644 --- a/src/network/barracuda/cloudgen/snmp/mode/vpnstatus.pm +++ b/src/network/barracuda/cloudgen/snmp/mode/vpnstatus.pm @@ -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 diff --git a/src/network/barracuda/cloudgen/snmp/plugin.pm b/src/network/barracuda/cloudgen/snmp/plugin.pm index 289e5007f8..8a517876d0 100644 --- a/src/network/barracuda/cloudgen/snmp/plugin.pm +++ b/src/network/barracuda/cloudgen/snmp/plugin.pm @@ -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 diff --git a/src/network/beeware/snmp/mode/listreverseproxy.pm b/src/network/beeware/snmp/mode/listreverseproxy.pm index 77442c6ff6..7d3af773fa 100644 --- a/src/network/beeware/snmp/mode/listreverseproxy.pm +++ b/src/network/beeware/snmp/mode/listreverseproxy.pm @@ -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 diff --git a/src/network/beeware/snmp/mode/reverseproxyusage.pm b/src/network/beeware/snmp/mode/reverseproxyusage.pm index 68dda0356f..6a5c184aaa 100644 --- a/src/network/beeware/snmp/mode/reverseproxyusage.pm +++ b/src/network/beeware/snmp/mode/reverseproxyusage.pm @@ -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 diff --git a/src/network/beeware/snmp/plugin.pm b/src/network/beeware/snmp/plugin.pm index 68d05b5516..31b3c43e76 100644 --- a/src/network/beeware/snmp/plugin.pm +++ b/src/network/beeware/snmp/plugin.pm @@ -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 diff --git a/src/network/bluecoat/snmp/mode/clientconnections.pm b/src/network/bluecoat/snmp/mode/clientconnections.pm index a8418f8933..9fb1e5d232 100644 --- a/src/network/bluecoat/snmp/mode/clientconnections.pm +++ b/src/network/bluecoat/snmp/mode/clientconnections.pm @@ -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 diff --git a/src/network/bluecoat/snmp/mode/clientrequests.pm b/src/network/bluecoat/snmp/mode/clientrequests.pm index 5ef6a9da0b..ab71c95786 100644 --- a/src/network/bluecoat/snmp/mode/clientrequests.pm +++ b/src/network/bluecoat/snmp/mode/clientrequests.pm @@ -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 diff --git a/src/network/bluecoat/snmp/mode/clienttraffic.pm b/src/network/bluecoat/snmp/mode/clienttraffic.pm index 2e40610283..0fb8112bcd 100644 --- a/src/network/bluecoat/snmp/mode/clienttraffic.pm +++ b/src/network/bluecoat/snmp/mode/clienttraffic.pm @@ -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 diff --git a/src/network/bluecoat/snmp/mode/components/disk.pm b/src/network/bluecoat/snmp/mode/components/disk.pm index 2aee185e3b..a572c49d7d 100644 --- a/src/network/bluecoat/snmp/mode/components/disk.pm +++ b/src/network/bluecoat/snmp/mode/components/disk.pm @@ -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 diff --git a/src/network/bluecoat/snmp/mode/components/sensor.pm b/src/network/bluecoat/snmp/mode/components/sensor.pm index 024562496b..2a3daf2a96 100644 --- a/src/network/bluecoat/snmp/mode/components/sensor.pm +++ b/src/network/bluecoat/snmp/mode/components/sensor.pm @@ -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 diff --git a/src/network/bluecoat/snmp/mode/cpu.pm b/src/network/bluecoat/snmp/mode/cpu.pm index 21040f78c4..1c5b17f185 100644 --- a/src/network/bluecoat/snmp/mode/cpu.pm +++ b/src/network/bluecoat/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/bluecoat/snmp/mode/disk.pm b/src/network/bluecoat/snmp/mode/disk.pm index d31f72545e..6434d4214e 100644 --- a/src/network/bluecoat/snmp/mode/disk.pm +++ b/src/network/bluecoat/snmp/mode/disk.pm @@ -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 diff --git a/src/network/bluecoat/snmp/mode/hardware.pm b/src/network/bluecoat/snmp/mode/hardware.pm index 54116e64e6..f08edc5ddf 100644 --- a/src/network/bluecoat/snmp/mode/hardware.pm +++ b/src/network/bluecoat/snmp/mode/hardware.pm @@ -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 diff --git a/src/network/bluecoat/snmp/mode/memory.pm b/src/network/bluecoat/snmp/mode/memory.pm index 6f050dedb7..862997071f 100644 --- a/src/network/bluecoat/snmp/mode/memory.pm +++ b/src/network/bluecoat/snmp/mode/memory.pm @@ -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 diff --git a/src/network/bluecoat/snmp/mode/serverconnections.pm b/src/network/bluecoat/snmp/mode/serverconnections.pm index 37f32eadd1..526a2ff385 100644 --- a/src/network/bluecoat/snmp/mode/serverconnections.pm +++ b/src/network/bluecoat/snmp/mode/serverconnections.pm @@ -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 diff --git a/src/network/bluecoat/snmp/plugin.pm b/src/network/bluecoat/snmp/plugin.pm index 1b4e38f308..b9e4d8f56e 100644 --- a/src/network/bluecoat/snmp/plugin.pm +++ b/src/network/bluecoat/snmp/plugin.pm @@ -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 diff --git a/src/network/brocade/snmp/mode/cpu.pm b/src/network/brocade/snmp/mode/cpu.pm index c4dcb63fa6..64769fb3fe 100644 --- a/src/network/brocade/snmp/mode/cpu.pm +++ b/src/network/brocade/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/brocade/snmp/mode/hardware.pm b/src/network/brocade/snmp/mode/hardware.pm index 6c6fdf58ef..30a9becb4a 100644 --- a/src/network/brocade/snmp/mode/hardware.pm +++ b/src/network/brocade/snmp/mode/hardware.pm @@ -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 diff --git a/src/network/brocade/snmp/mode/interfaces.pm b/src/network/brocade/snmp/mode/interfaces.pm index dbfbb490e6..e004501143 100644 --- a/src/network/brocade/snmp/mode/interfaces.pm +++ b/src/network/brocade/snmp/mode/interfaces.pm @@ -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 diff --git a/src/network/brocade/snmp/mode/listinterfaces.pm b/src/network/brocade/snmp/mode/listinterfaces.pm index d5b48744ed..7c258c9823 100644 --- a/src/network/brocade/snmp/mode/listinterfaces.pm +++ b/src/network/brocade/snmp/mode/listinterfaces.pm @@ -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 diff --git a/src/network/brocade/snmp/mode/memory.pm b/src/network/brocade/snmp/mode/memory.pm index 0e3421d614..75f1549dac 100644 --- a/src/network/brocade/snmp/mode/memory.pm +++ b/src/network/brocade/snmp/mode/memory.pm @@ -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 diff --git a/src/network/brocade/snmp/plugin.pm b/src/network/brocade/snmp/plugin.pm index 2d86377c91..bfd8db0858 100644 --- a/src/network/brocade/snmp/plugin.pm +++ b/src/network/brocade/snmp/plugin.pm @@ -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 diff --git a/src/network/cambium/cnpilot/snmp/mode/connectionstatus.pm b/src/network/cambium/cnpilot/snmp/mode/connectionstatus.pm index d5fd1fa6f4..2ea58ade0f 100644 --- a/src/network/cambium/cnpilot/snmp/mode/connectionstatus.pm +++ b/src/network/cambium/cnpilot/snmp/mode/connectionstatus.pm @@ -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 diff --git a/src/network/cambium/cnpilot/snmp/mode/cpu.pm b/src/network/cambium/cnpilot/snmp/mode/cpu.pm index d9b01f2baa..cad29354ec 100644 --- a/src/network/cambium/cnpilot/snmp/mode/cpu.pm +++ b/src/network/cambium/cnpilot/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/cambium/cnpilot/snmp/mode/interfaces.pm b/src/network/cambium/cnpilot/snmp/mode/interfaces.pm index b57977ff9f..0e35ba15c0 100644 --- a/src/network/cambium/cnpilot/snmp/mode/interfaces.pm +++ b/src/network/cambium/cnpilot/snmp/mode/interfaces.pm @@ -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 diff --git a/src/network/cambium/cnpilot/snmp/mode/listradios.pm b/src/network/cambium/cnpilot/snmp/mode/listradios.pm index 23042cf7d6..eece6efea1 100644 --- a/src/network/cambium/cnpilot/snmp/mode/listradios.pm +++ b/src/network/cambium/cnpilot/snmp/mode/listradios.pm @@ -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 diff --git a/src/network/cambium/cnpilot/snmp/mode/memory.pm b/src/network/cambium/cnpilot/snmp/mode/memory.pm index 9bcb7bd4e1..b0f8bdbc2a 100644 --- a/src/network/cambium/cnpilot/snmp/mode/memory.pm +++ b/src/network/cambium/cnpilot/snmp/mode/memory.pm @@ -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 diff --git a/src/network/cambium/cnpilot/snmp/mode/radios.pm b/src/network/cambium/cnpilot/snmp/mode/radios.pm index 0b90582716..70202e41b2 100644 --- a/src/network/cambium/cnpilot/snmp/mode/radios.pm +++ b/src/network/cambium/cnpilot/snmp/mode/radios.pm @@ -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 diff --git a/src/network/cambium/cnpilot/snmp/plugin.pm b/src/network/cambium/cnpilot/snmp/plugin.pm index de6cf12643..2f59a6c861 100644 --- a/src/network/cambium/cnpilot/snmp/plugin.pm +++ b/src/network/cambium/cnpilot/snmp/plugin.pm @@ -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 diff --git a/src/network/cambium/epmp/snmp/mode/antenna.pm b/src/network/cambium/epmp/snmp/mode/antenna.pm index b4bd6a9ac9..8d31ad450a 100644 --- a/src/network/cambium/epmp/snmp/mode/antenna.pm +++ b/src/network/cambium/epmp/snmp/mode/antenna.pm @@ -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 diff --git a/src/network/cambium/epmp/snmp/mode/cpu.pm b/src/network/cambium/epmp/snmp/mode/cpu.pm index 562f2ac6b0..c8e259ee5d 100644 --- a/src/network/cambium/epmp/snmp/mode/cpu.pm +++ b/src/network/cambium/epmp/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/cambium/epmp/snmp/mode/interfaces.pm b/src/network/cambium/epmp/snmp/mode/interfaces.pm index 6e35f18411..871bdb9ef1 100644 --- a/src/network/cambium/epmp/snmp/mode/interfaces.pm +++ b/src/network/cambium/epmp/snmp/mode/interfaces.pm @@ -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 diff --git a/src/network/cambium/epmp/snmp/mode/license.pm b/src/network/cambium/epmp/snmp/mode/license.pm index 33dea0e3a2..9e66566235 100644 --- a/src/network/cambium/epmp/snmp/mode/license.pm +++ b/src/network/cambium/epmp/snmp/mode/license.pm @@ -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 diff --git a/src/network/cambium/epmp/snmp/mode/uptime.pm b/src/network/cambium/epmp/snmp/mode/uptime.pm index 1ba1102db3..77b973cd37 100644 --- a/src/network/cambium/epmp/snmp/mode/uptime.pm +++ b/src/network/cambium/epmp/snmp/mode/uptime.pm @@ -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 diff --git a/src/network/cambium/epmp/snmp/plugin.pm b/src/network/cambium/epmp/snmp/plugin.pm index c26b4894e0..6eabf81968 100644 --- a/src/network/cambium/epmp/snmp/plugin.pm +++ b/src/network/cambium/epmp/snmp/plugin.pm @@ -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 diff --git a/src/network/chapsvision/crossing/snmp/mode/antivirus.pm b/src/network/chapsvision/crossing/snmp/mode/antivirus.pm index 49a829326b..e137914d4e 100644 --- a/src/network/chapsvision/crossing/snmp/mode/antivirus.pm +++ b/src/network/chapsvision/crossing/snmp/mode/antivirus.pm @@ -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 diff --git a/src/network/chapsvision/crossing/snmp/mode/interfaces.pm b/src/network/chapsvision/crossing/snmp/mode/interfaces.pm index e78841b5d4..a711f82e4c 100644 --- a/src/network/chapsvision/crossing/snmp/mode/interfaces.pm +++ b/src/network/chapsvision/crossing/snmp/mode/interfaces.pm @@ -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 diff --git a/src/network/chapsvision/crossing/snmp/plugin.pm b/src/network/chapsvision/crossing/snmp/plugin.pm index ff549e2dba..a53d11fd55 100644 --- a/src/network/chapsvision/crossing/snmp/plugin.pm +++ b/src/network/chapsvision/crossing/snmp/plugin.pm @@ -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 diff --git a/src/network/checkpoint/snmp/mode/components/fan.pm b/src/network/checkpoint/snmp/mode/components/fan.pm index d92720aea6..80138e5eda 100644 --- a/src/network/checkpoint/snmp/mode/components/fan.pm +++ b/src/network/checkpoint/snmp/mode/components/fan.pm @@ -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 diff --git a/src/network/checkpoint/snmp/mode/components/psu.pm b/src/network/checkpoint/snmp/mode/components/psu.pm index a42296beaa..26707b3e53 100644 --- a/src/network/checkpoint/snmp/mode/components/psu.pm +++ b/src/network/checkpoint/snmp/mode/components/psu.pm @@ -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 diff --git a/src/network/checkpoint/snmp/mode/components/raiddisk.pm b/src/network/checkpoint/snmp/mode/components/raiddisk.pm index e80b091343..22eb5a7b1f 100644 --- a/src/network/checkpoint/snmp/mode/components/raiddisk.pm +++ b/src/network/checkpoint/snmp/mode/components/raiddisk.pm @@ -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 diff --git a/src/network/checkpoint/snmp/mode/components/temperature.pm b/src/network/checkpoint/snmp/mode/components/temperature.pm index f6de34fed3..dba70302ad 100644 --- a/src/network/checkpoint/snmp/mode/components/temperature.pm +++ b/src/network/checkpoint/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/network/checkpoint/snmp/mode/components/voltage.pm b/src/network/checkpoint/snmp/mode/components/voltage.pm index 8fbd1f41f5..7a5d3092a2 100644 --- a/src/network/checkpoint/snmp/mode/components/voltage.pm +++ b/src/network/checkpoint/snmp/mode/components/voltage.pm @@ -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 diff --git a/src/network/checkpoint/snmp/mode/connections.pm b/src/network/checkpoint/snmp/mode/connections.pm index bb53b2ded1..551aea924e 100644 --- a/src/network/checkpoint/snmp/mode/connections.pm +++ b/src/network/checkpoint/snmp/mode/connections.pm @@ -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 diff --git a/src/network/checkpoint/snmp/mode/cpu.pm b/src/network/checkpoint/snmp/mode/cpu.pm index d7df4683f5..b0154819dc 100644 --- a/src/network/checkpoint/snmp/mode/cpu.pm +++ b/src/network/checkpoint/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/checkpoint/snmp/mode/disk.pm b/src/network/checkpoint/snmp/mode/disk.pm index 6aed683799..0ced2ad7ca 100644 --- a/src/network/checkpoint/snmp/mode/disk.pm +++ b/src/network/checkpoint/snmp/mode/disk.pm @@ -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 diff --git a/src/network/checkpoint/snmp/mode/hardware.pm b/src/network/checkpoint/snmp/mode/hardware.pm index 5c45440c85..85fd51246d 100644 --- a/src/network/checkpoint/snmp/mode/hardware.pm +++ b/src/network/checkpoint/snmp/mode/hardware.pm @@ -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 diff --git a/src/network/checkpoint/snmp/mode/hastate.pm b/src/network/checkpoint/snmp/mode/hastate.pm index 87b5ffa0e6..c7f1286c54 100644 --- a/src/network/checkpoint/snmp/mode/hastate.pm +++ b/src/network/checkpoint/snmp/mode/hastate.pm @@ -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 diff --git a/src/network/checkpoint/snmp/mode/memory.pm b/src/network/checkpoint/snmp/mode/memory.pm index 1c95fa3411..4b4b941175 100644 --- a/src/network/checkpoint/snmp/mode/memory.pm +++ b/src/network/checkpoint/snmp/mode/memory.pm @@ -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 diff --git a/src/network/checkpoint/snmp/mode/rausers.pm b/src/network/checkpoint/snmp/mode/rausers.pm index a86c7b03b3..de39975d4e 100644 --- a/src/network/checkpoint/snmp/mode/rausers.pm +++ b/src/network/checkpoint/snmp/mode/rausers.pm @@ -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 diff --git a/src/network/checkpoint/snmp/mode/vpnstatus.pm b/src/network/checkpoint/snmp/mode/vpnstatus.pm index 28d451e198..8e6a8fe280 100644 --- a/src/network/checkpoint/snmp/mode/vpnstatus.pm +++ b/src/network/checkpoint/snmp/mode/vpnstatus.pm @@ -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 diff --git a/src/network/checkpoint/snmp/mode/vsx.pm b/src/network/checkpoint/snmp/mode/vsx.pm index b045bc5f6e..d776bf3ae2 100644 --- a/src/network/checkpoint/snmp/mode/vsx.pm +++ b/src/network/checkpoint/snmp/mode/vsx.pm @@ -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 diff --git a/src/network/checkpoint/snmp/plugin.pm b/src/network/checkpoint/snmp/plugin.pm index 50977fa40c..5355dc8858 100644 --- a/src/network/checkpoint/snmp/plugin.pm +++ b/src/network/checkpoint/snmp/plugin.pm @@ -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 diff --git a/src/network/cisco/WaaS/mode/sessions.pm b/src/network/cisco/WaaS/mode/sessions.pm index 8f08e809e5..3ffa20bce2 100644 --- a/src/network/cisco/WaaS/mode/sessions.pm +++ b/src/network/cisco/WaaS/mode/sessions.pm @@ -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 diff --git a/src/network/cisco/WaaS/plugin.pm b/src/network/cisco/WaaS/plugin.pm index d2e8751bcb..c2dacb13b2 100644 --- a/src/network/cisco/WaaS/plugin.pm +++ b/src/network/cisco/WaaS/plugin.pm @@ -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 diff --git a/src/network/cisco/aci/apic/restapi/custom/api.pm b/src/network/cisco/aci/apic/restapi/custom/api.pm index 8be953219d..08b99be4ba 100644 --- a/src/network/cisco/aci/apic/restapi/custom/api.pm +++ b/src/network/cisco/aci/apic/restapi/custom/api.pm @@ -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 diff --git a/src/network/cisco/aci/apic/restapi/mode/fabric.pm b/src/network/cisco/aci/apic/restapi/mode/fabric.pm index c44cd1d63f..e3d297784d 100644 --- a/src/network/cisco/aci/apic/restapi/mode/fabric.pm +++ b/src/network/cisco/aci/apic/restapi/mode/fabric.pm @@ -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 diff --git a/src/network/cisco/aci/apic/restapi/mode/node.pm b/src/network/cisco/aci/apic/restapi/mode/node.pm index a9240a78ed..918c0ded95 100644 --- a/src/network/cisco/aci/apic/restapi/mode/node.pm +++ b/src/network/cisco/aci/apic/restapi/mode/node.pm @@ -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 diff --git a/src/network/cisco/aci/apic/restapi/mode/tenant.pm b/src/network/cisco/aci/apic/restapi/mode/tenant.pm index 014240dc47..1d9cf793b1 100644 --- a/src/network/cisco/aci/apic/restapi/mode/tenant.pm +++ b/src/network/cisco/aci/apic/restapi/mode/tenant.pm @@ -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 diff --git a/src/network/cisco/aci/apic/restapi/plugin.pm b/src/network/cisco/aci/apic/restapi/plugin.pm index cf3ab43536..8cd46089e7 100644 --- a/src/network/cisco/aci/apic/restapi/plugin.pm +++ b/src/network/cisco/aci/apic/restapi/plugin.pm @@ -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 diff --git a/src/network/cisco/asa/snmp/mode/failover.pm b/src/network/cisco/asa/snmp/mode/failover.pm index 21d3798d67..033299b92d 100644 --- a/src/network/cisco/asa/snmp/mode/failover.pm +++ b/src/network/cisco/asa/snmp/mode/failover.pm @@ -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 diff --git a/src/network/cisco/asa/snmp/plugin.pm b/src/network/cisco/asa/snmp/plugin.pm index 11aaa4a6f4..1f3beda174 100644 --- a/src/network/cisco/asa/snmp/plugin.pm +++ b/src/network/cisco/asa/snmp/plugin.pm @@ -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 diff --git a/src/network/cisco/callmanager/snmp/mode/ccmusage.pm b/src/network/cisco/callmanager/snmp/mode/ccmusage.pm index 488cee3526..dfec4c0da1 100644 --- a/src/network/cisco/callmanager/snmp/mode/ccmusage.pm +++ b/src/network/cisco/callmanager/snmp/mode/ccmusage.pm @@ -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 diff --git a/src/network/cisco/callmanager/snmp/mode/ctiusage.pm b/src/network/cisco/callmanager/snmp/mode/ctiusage.pm index 40e7f7594c..160d5a63af 100644 --- a/src/network/cisco/callmanager/snmp/mode/ctiusage.pm +++ b/src/network/cisco/callmanager/snmp/mode/ctiusage.pm @@ -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 diff --git a/src/network/cisco/callmanager/snmp/mode/gatewayusage.pm b/src/network/cisco/callmanager/snmp/mode/gatewayusage.pm index 501ff9d25f..ee7cac573c 100644 --- a/src/network/cisco/callmanager/snmp/mode/gatewayusage.pm +++ b/src/network/cisco/callmanager/snmp/mode/gatewayusage.pm @@ -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 diff --git a/src/network/cisco/callmanager/snmp/mode/mediadeviceusage.pm b/src/network/cisco/callmanager/snmp/mode/mediadeviceusage.pm index 8a7707cd2f..a9bef2c667 100644 --- a/src/network/cisco/callmanager/snmp/mode/mediadeviceusage.pm +++ b/src/network/cisco/callmanager/snmp/mode/mediadeviceusage.pm @@ -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 diff --git a/src/network/cisco/callmanager/snmp/mode/phoneusage.pm b/src/network/cisco/callmanager/snmp/mode/phoneusage.pm index b9d6955354..dadc5ea90d 100644 --- a/src/network/cisco/callmanager/snmp/mode/phoneusage.pm +++ b/src/network/cisco/callmanager/snmp/mode/phoneusage.pm @@ -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 diff --git a/src/network/cisco/callmanager/snmp/mode/voicemailusage.pm b/src/network/cisco/callmanager/snmp/mode/voicemailusage.pm index 4faa341100..6d03ec285c 100644 --- a/src/network/cisco/callmanager/snmp/mode/voicemailusage.pm +++ b/src/network/cisco/callmanager/snmp/mode/voicemailusage.pm @@ -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 diff --git a/src/network/cisco/callmanager/snmp/plugin.pm b/src/network/cisco/callmanager/snmp/plugin.pm index 445f45ed62..c1f9908c3f 100644 --- a/src/network/cisco/callmanager/snmp/plugin.pm +++ b/src/network/cisco/callmanager/snmp/plugin.pm @@ -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 diff --git a/src/network/cisco/callmanager/sxml/custom/xmlapi.pm b/src/network/cisco/callmanager/sxml/custom/xmlapi.pm index 4bb5117f26..1acc790b70 100644 --- a/src/network/cisco/callmanager/sxml/custom/xmlapi.pm +++ b/src/network/cisco/callmanager/sxml/custom/xmlapi.pm @@ -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 diff --git a/src/network/cisco/callmanager/sxml/mode/alerts.pm b/src/network/cisco/callmanager/sxml/mode/alerts.pm index 8754b6cc66..fca95f5e6e 100644 --- a/src/network/cisco/callmanager/sxml/mode/alerts.pm +++ b/src/network/cisco/callmanager/sxml/mode/alerts.pm @@ -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 diff --git a/src/network/cisco/callmanager/sxml/mode/services.pm b/src/network/cisco/callmanager/sxml/mode/services.pm index 5a34f1813a..ca99e6a4a4 100644 --- a/src/network/cisco/callmanager/sxml/mode/services.pm +++ b/src/network/cisco/callmanager/sxml/mode/services.pm @@ -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 diff --git a/src/network/cisco/callmanager/sxml/plugin.pm b/src/network/cisco/callmanager/sxml/plugin.pm index 30253ed723..41ec23d5a9 100644 --- a/src/network/cisco/callmanager/sxml/plugin.pm +++ b/src/network/cisco/callmanager/sxml/plugin.pm @@ -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 diff --git a/src/network/cisco/esa/restapi/custom/api.pm b/src/network/cisco/esa/restapi/custom/api.pm index defa5d807d..584a5fd15c 100644 --- a/src/network/cisco/esa/restapi/custom/api.pm +++ b/src/network/cisco/esa/restapi/custom/api.pm @@ -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 diff --git a/src/network/cisco/esa/restapi/mode/system.pm b/src/network/cisco/esa/restapi/mode/system.pm index 4bd46ba1d7..e65eb86d45 100644 --- a/src/network/cisco/esa/restapi/mode/system.pm +++ b/src/network/cisco/esa/restapi/mode/system.pm @@ -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 diff --git a/src/network/cisco/esa/restapi/plugin.pm b/src/network/cisco/esa/restapi/plugin.pm index ca5a715699..a389499b62 100644 --- a/src/network/cisco/esa/restapi/plugin.pm +++ b/src/network/cisco/esa/restapi/plugin.pm @@ -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 diff --git a/src/network/cisco/esa/xmlapi/plugin.pm b/src/network/cisco/esa/xmlapi/plugin.pm index 3383274095..1e5d1ee7e0 100644 --- a/src/network/cisco/esa/xmlapi/plugin.pm +++ b/src/network/cisco/esa/xmlapi/plugin.pm @@ -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 diff --git a/src/network/cisco/firepower/fmc/restapi/custom/api.pm b/src/network/cisco/firepower/fmc/restapi/custom/api.pm index 426d509ea2..f961c13e8c 100644 --- a/src/network/cisco/firepower/fmc/restapi/custom/api.pm +++ b/src/network/cisco/firepower/fmc/restapi/custom/api.pm @@ -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 diff --git a/src/network/cisco/firepower/fmc/restapi/mode/devices.pm b/src/network/cisco/firepower/fmc/restapi/mode/devices.pm index c1e05cda31..b4af35690b 100644 --- a/src/network/cisco/firepower/fmc/restapi/mode/devices.pm +++ b/src/network/cisco/firepower/fmc/restapi/mode/devices.pm @@ -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 diff --git a/src/network/cisco/firepower/fmc/restapi/mode/discovery.pm b/src/network/cisco/firepower/fmc/restapi/mode/discovery.pm index e624548838..c8c09823fc 100644 --- a/src/network/cisco/firepower/fmc/restapi/mode/discovery.pm +++ b/src/network/cisco/firepower/fmc/restapi/mode/discovery.pm @@ -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 diff --git a/src/network/cisco/firepower/fmc/restapi/plugin.pm b/src/network/cisco/firepower/fmc/restapi/plugin.pm index 30b7c7c717..1c03c843d5 100644 --- a/src/network/cisco/firepower/fmc/restapi/plugin.pm +++ b/src/network/cisco/firepower/fmc/restapi/plugin.pm @@ -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 diff --git a/src/network/cisco/firepower/fxos/snmp/mode/components/chassis.pm b/src/network/cisco/firepower/fxos/snmp/mode/components/chassis.pm index 8ca1847413..b8ed620e71 100644 --- a/src/network/cisco/firepower/fxos/snmp/mode/components/chassis.pm +++ b/src/network/cisco/firepower/fxos/snmp/mode/components/chassis.pm @@ -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 diff --git a/src/network/cisco/firepower/fxos/snmp/mode/components/cpuunit.pm b/src/network/cisco/firepower/fxos/snmp/mode/components/cpuunit.pm index bdbe9bb18d..b2f56663f7 100644 --- a/src/network/cisco/firepower/fxos/snmp/mode/components/cpuunit.pm +++ b/src/network/cisco/firepower/fxos/snmp/mode/components/cpuunit.pm @@ -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 diff --git a/src/network/cisco/firepower/fxos/snmp/mode/components/fan.pm b/src/network/cisco/firepower/fxos/snmp/mode/components/fan.pm index 6ce54bd044..667393dc78 100644 --- a/src/network/cisco/firepower/fxos/snmp/mode/components/fan.pm +++ b/src/network/cisco/firepower/fxos/snmp/mode/components/fan.pm @@ -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 diff --git a/src/network/cisco/firepower/fxos/snmp/mode/components/fanmodule.pm b/src/network/cisco/firepower/fxos/snmp/mode/components/fanmodule.pm index 3e6234ee1e..4dde955de7 100644 --- a/src/network/cisco/firepower/fxos/snmp/mode/components/fanmodule.pm +++ b/src/network/cisco/firepower/fxos/snmp/mode/components/fanmodule.pm @@ -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 diff --git a/src/network/cisco/firepower/fxos/snmp/mode/components/memoryunit.pm b/src/network/cisco/firepower/fxos/snmp/mode/components/memoryunit.pm index 8f4c9d2932..f8767644df 100644 --- a/src/network/cisco/firepower/fxos/snmp/mode/components/memoryunit.pm +++ b/src/network/cisco/firepower/fxos/snmp/mode/components/memoryunit.pm @@ -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 diff --git a/src/network/cisco/firepower/fxos/snmp/mode/components/psu.pm b/src/network/cisco/firepower/fxos/snmp/mode/components/psu.pm index 7510e44293..4d4ce74fa8 100644 --- a/src/network/cisco/firepower/fxos/snmp/mode/components/psu.pm +++ b/src/network/cisco/firepower/fxos/snmp/mode/components/psu.pm @@ -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 diff --git a/src/network/cisco/firepower/fxos/snmp/mode/components/resources.pm b/src/network/cisco/firepower/fxos/snmp/mode/components/resources.pm index 3780848bcc..132657d340 100644 --- a/src/network/cisco/firepower/fxos/snmp/mode/components/resources.pm +++ b/src/network/cisco/firepower/fxos/snmp/mode/components/resources.pm @@ -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 diff --git a/src/network/cisco/firepower/fxos/snmp/mode/cpu.pm b/src/network/cisco/firepower/fxos/snmp/mode/cpu.pm index 9d90228996..5b39e84142 100644 --- a/src/network/cisco/firepower/fxos/snmp/mode/cpu.pm +++ b/src/network/cisco/firepower/fxos/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/cisco/firepower/fxos/snmp/mode/faults.pm b/src/network/cisco/firepower/fxos/snmp/mode/faults.pm index ea66032882..788dfa1d1a 100644 --- a/src/network/cisco/firepower/fxos/snmp/mode/faults.pm +++ b/src/network/cisco/firepower/fxos/snmp/mode/faults.pm @@ -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 diff --git a/src/network/cisco/firepower/fxos/snmp/mode/hardware.pm b/src/network/cisco/firepower/fxos/snmp/mode/hardware.pm index 9d05bcb9f7..a4a2183d0f 100644 --- a/src/network/cisco/firepower/fxos/snmp/mode/hardware.pm +++ b/src/network/cisco/firepower/fxos/snmp/mode/hardware.pm @@ -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 diff --git a/src/network/cisco/firepower/fxos/snmp/mode/memory.pm b/src/network/cisco/firepower/fxos/snmp/mode/memory.pm index b7a7bfdb36..e5ce7c99b5 100644 --- a/src/network/cisco/firepower/fxos/snmp/mode/memory.pm +++ b/src/network/cisco/firepower/fxos/snmp/mode/memory.pm @@ -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 diff --git a/src/network/cisco/firepower/fxos/snmp/plugin.pm b/src/network/cisco/firepower/fxos/snmp/plugin.pm index 44b8535de9..e35ca9e6c7 100644 --- a/src/network/cisco/firepower/fxos/snmp/plugin.pm +++ b/src/network/cisco/firepower/fxos/snmp/plugin.pm @@ -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 diff --git a/src/network/cisco/ironport/snmp/plugin.pm b/src/network/cisco/ironport/snmp/plugin.pm index e9f87229bf..63ef7e52de 100644 --- a/src/network/cisco/ironport/snmp/plugin.pm +++ b/src/network/cisco/ironport/snmp/plugin.pm @@ -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 diff --git a/src/network/cisco/meraki/cloudcontroller/restapi/custom/api.pm b/src/network/cisco/meraki/cloudcontroller/restapi/custom/api.pm index 439fb8892a..a743fa565e 100644 --- a/src/network/cisco/meraki/cloudcontroller/restapi/custom/api.pm +++ b/src/network/cisco/meraki/cloudcontroller/restapi/custom/api.pm @@ -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 diff --git a/src/network/cisco/meraki/cloudcontroller/restapi/mode/apirequests.pm b/src/network/cisco/meraki/cloudcontroller/restapi/mode/apirequests.pm index 91c41a4636..3f6c45c03d 100644 --- a/src/network/cisco/meraki/cloudcontroller/restapi/mode/apirequests.pm +++ b/src/network/cisco/meraki/cloudcontroller/restapi/mode/apirequests.pm @@ -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 diff --git a/src/network/cisco/meraki/cloudcontroller/restapi/mode/cache.pm b/src/network/cisco/meraki/cloudcontroller/restapi/mode/cache.pm index 98d918c28c..874d00a9c7 100644 --- a/src/network/cisco/meraki/cloudcontroller/restapi/mode/cache.pm +++ b/src/network/cisco/meraki/cloudcontroller/restapi/mode/cache.pm @@ -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 diff --git a/src/network/cisco/meraki/cloudcontroller/restapi/mode/devices.pm b/src/network/cisco/meraki/cloudcontroller/restapi/mode/devices.pm index 2224c74bd8..a0f6bf1b1f 100644 --- a/src/network/cisco/meraki/cloudcontroller/restapi/mode/devices.pm +++ b/src/network/cisco/meraki/cloudcontroller/restapi/mode/devices.pm @@ -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 diff --git a/src/network/cisco/meraki/cloudcontroller/restapi/mode/discovery.pm b/src/network/cisco/meraki/cloudcontroller/restapi/mode/discovery.pm index b7cf901b61..7c0aad8903 100644 --- a/src/network/cisco/meraki/cloudcontroller/restapi/mode/discovery.pm +++ b/src/network/cisco/meraki/cloudcontroller/restapi/mode/discovery.pm @@ -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 diff --git a/src/network/cisco/meraki/cloudcontroller/restapi/mode/listdevices.pm b/src/network/cisco/meraki/cloudcontroller/restapi/mode/listdevices.pm index 5467061e17..ba8fe59175 100644 --- a/src/network/cisco/meraki/cloudcontroller/restapi/mode/listdevices.pm +++ b/src/network/cisco/meraki/cloudcontroller/restapi/mode/listdevices.pm @@ -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 diff --git a/src/network/cisco/meraki/cloudcontroller/restapi/mode/listtags.pm b/src/network/cisco/meraki/cloudcontroller/restapi/mode/listtags.pm index 5bc95d9cda..c43ad7a1b5 100644 --- a/src/network/cisco/meraki/cloudcontroller/restapi/mode/listtags.pm +++ b/src/network/cisco/meraki/cloudcontroller/restapi/mode/listtags.pm @@ -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 diff --git a/src/network/cisco/meraki/cloudcontroller/restapi/mode/networks.pm b/src/network/cisco/meraki/cloudcontroller/restapi/mode/networks.pm index 7bd3f9f10d..6813fad097 100644 --- a/src/network/cisco/meraki/cloudcontroller/restapi/mode/networks.pm +++ b/src/network/cisco/meraki/cloudcontroller/restapi/mode/networks.pm @@ -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 diff --git a/src/network/cisco/meraki/cloudcontroller/restapi/plugin.pm b/src/network/cisco/meraki/cloudcontroller/restapi/plugin.pm index 4a83255e4f..2a8fd6a7a1 100644 --- a/src/network/cisco/meraki/cloudcontroller/restapi/plugin.pm +++ b/src/network/cisco/meraki/cloudcontroller/restapi/plugin.pm @@ -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 diff --git a/src/network/cisco/meraki/cloudcontroller/snmp/mode/deviceusage.pm b/src/network/cisco/meraki/cloudcontroller/snmp/mode/deviceusage.pm index 7013ef950b..5ee1eb8cdd 100644 --- a/src/network/cisco/meraki/cloudcontroller/snmp/mode/deviceusage.pm +++ b/src/network/cisco/meraki/cloudcontroller/snmp/mode/deviceusage.pm @@ -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 diff --git a/src/network/cisco/meraki/cloudcontroller/snmp/mode/listdevices.pm b/src/network/cisco/meraki/cloudcontroller/snmp/mode/listdevices.pm index b42e580ecb..1e1768dc7f 100644 --- a/src/network/cisco/meraki/cloudcontroller/snmp/mode/listdevices.pm +++ b/src/network/cisco/meraki/cloudcontroller/snmp/mode/listdevices.pm @@ -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 diff --git a/src/network/cisco/meraki/cloudcontroller/snmp/plugin.pm b/src/network/cisco/meraki/cloudcontroller/snmp/plugin.pm index 671628f9ad..9fb309c3a6 100644 --- a/src/network/cisco/meraki/cloudcontroller/snmp/plugin.pm +++ b/src/network/cisco/meraki/cloudcontroller/snmp/plugin.pm @@ -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 diff --git a/src/network/cisco/prime/restapi/custom/api.pm b/src/network/cisco/prime/restapi/custom/api.pm index abdfa5f584..43fc8dda07 100644 --- a/src/network/cisco/prime/restapi/custom/api.pm +++ b/src/network/cisco/prime/restapi/custom/api.pm @@ -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 diff --git a/src/network/cisco/prime/restapi/mode/apusage.pm b/src/network/cisco/prime/restapi/mode/apusage.pm index cd3a8ff5cf..11468a1124 100644 --- a/src/network/cisco/prime/restapi/mode/apusage.pm +++ b/src/network/cisco/prime/restapi/mode/apusage.pm @@ -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 diff --git a/src/network/cisco/prime/restapi/plugin.pm b/src/network/cisco/prime/restapi/plugin.pm index 4119aa2a36..91d9b3b8fe 100644 --- a/src/network/cisco/prime/restapi/plugin.pm +++ b/src/network/cisco/prime/restapi/plugin.pm @@ -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 diff --git a/src/network/cisco/smallbusiness/standard/snmp/plugin.pm b/src/network/cisco/smallbusiness/standard/snmp/plugin.pm index d7b64a2777..3f304c92bd 100644 --- a/src/network/cisco/smallbusiness/standard/snmp/plugin.pm +++ b/src/network/cisco/smallbusiness/standard/snmp/plugin.pm @@ -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 diff --git a/src/network/cisco/standard/snmp/plugin.pm b/src/network/cisco/standard/snmp/plugin.pm index b748d0b4c5..cfa9d2bd09 100644 --- a/src/network/cisco/standard/snmp/plugin.pm +++ b/src/network/cisco/standard/snmp/plugin.pm @@ -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 diff --git a/src/network/cisco/standard/ssh/custom/custom.pm b/src/network/cisco/standard/ssh/custom/custom.pm index fc881943dd..85c087c066 100644 --- a/src/network/cisco/standard/ssh/custom/custom.pm +++ b/src/network/cisco/standard/ssh/custom/custom.pm @@ -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 diff --git a/src/network/cisco/standard/ssh/mode/cpu.pm b/src/network/cisco/standard/ssh/mode/cpu.pm index 45a0d69e08..fae406582b 100644 --- a/src/network/cisco/standard/ssh/mode/cpu.pm +++ b/src/network/cisco/standard/ssh/mode/cpu.pm @@ -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 diff --git a/src/network/cisco/standard/ssh/mode/voicedialpeer.pm b/src/network/cisco/standard/ssh/mode/voicedialpeer.pm index 0e72b6f319..b6a5485198 100644 --- a/src/network/cisco/standard/ssh/mode/voicedialpeer.pm +++ b/src/network/cisco/standard/ssh/mode/voicedialpeer.pm @@ -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 diff --git a/src/network/cisco/standard/ssh/plugin.pm b/src/network/cisco/standard/ssh/plugin.pm index a551793400..d61249e886 100644 --- a/src/network/cisco/standard/ssh/plugin.pm +++ b/src/network/cisco/standard/ssh/plugin.pm @@ -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 diff --git a/src/network/cisco/umbrella/snmp/mode/appliance.pm b/src/network/cisco/umbrella/snmp/mode/appliance.pm index 02c2c898c6..a2e5e27644 100644 --- a/src/network/cisco/umbrella/snmp/mode/appliance.pm +++ b/src/network/cisco/umbrella/snmp/mode/appliance.pm @@ -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 diff --git a/src/network/cisco/umbrella/snmp/mode/connectivity.pm b/src/network/cisco/umbrella/snmp/mode/connectivity.pm index 39c0810e8b..2335c8c7c6 100644 --- a/src/network/cisco/umbrella/snmp/mode/connectivity.pm +++ b/src/network/cisco/umbrella/snmp/mode/connectivity.pm @@ -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 diff --git a/src/network/cisco/umbrella/snmp/mode/cpudetailed.pm b/src/network/cisco/umbrella/snmp/mode/cpudetailed.pm index 0665744a77..76b25a0964 100644 --- a/src/network/cisco/umbrella/snmp/mode/cpudetailed.pm +++ b/src/network/cisco/umbrella/snmp/mode/cpudetailed.pm @@ -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 diff --git a/src/network/cisco/umbrella/snmp/mode/load.pm b/src/network/cisco/umbrella/snmp/mode/load.pm index 0841a4a2fe..0cbed078d3 100644 --- a/src/network/cisco/umbrella/snmp/mode/load.pm +++ b/src/network/cisco/umbrella/snmp/mode/load.pm @@ -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 diff --git a/src/network/cisco/umbrella/snmp/mode/memory.pm b/src/network/cisco/umbrella/snmp/mode/memory.pm index 184a91aaf3..9485c2fca2 100644 --- a/src/network/cisco/umbrella/snmp/mode/memory.pm +++ b/src/network/cisco/umbrella/snmp/mode/memory.pm @@ -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 diff --git a/src/network/cisco/umbrella/snmp/mode/query.pm b/src/network/cisco/umbrella/snmp/mode/query.pm index b906c46274..9c0fbd8e71 100644 --- a/src/network/cisco/umbrella/snmp/mode/query.pm +++ b/src/network/cisco/umbrella/snmp/mode/query.pm @@ -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 diff --git a/src/network/cisco/umbrella/snmp/mode/storage.pm b/src/network/cisco/umbrella/snmp/mode/storage.pm index 2ba0e8476c..5fe7f43a8a 100644 --- a/src/network/cisco/umbrella/snmp/mode/storage.pm +++ b/src/network/cisco/umbrella/snmp/mode/storage.pm @@ -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 diff --git a/src/network/cisco/umbrella/snmp/plugin.pm b/src/network/cisco/umbrella/snmp/plugin.pm index d302f81da7..247604732f 100644 --- a/src/network/cisco/umbrella/snmp/plugin.pm +++ b/src/network/cisco/umbrella/snmp/plugin.pm @@ -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 diff --git a/src/network/cisco/vcs/restapi/custom/xmlapi.pm b/src/network/cisco/vcs/restapi/custom/xmlapi.pm index 40ebc91a19..ab70d5a760 100644 --- a/src/network/cisco/vcs/restapi/custom/xmlapi.pm +++ b/src/network/cisco/vcs/restapi/custom/xmlapi.pm @@ -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 diff --git a/src/network/cisco/vcs/restapi/mode/alerts.pm b/src/network/cisco/vcs/restapi/mode/alerts.pm index 4cb61386f7..0b28bdfb25 100644 --- a/src/network/cisco/vcs/restapi/mode/alerts.pm +++ b/src/network/cisco/vcs/restapi/mode/alerts.pm @@ -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 diff --git a/src/network/cisco/vcs/restapi/mode/calls.pm b/src/network/cisco/vcs/restapi/mode/calls.pm index 045c46c0d3..51317b68bc 100644 --- a/src/network/cisco/vcs/restapi/mode/calls.pm +++ b/src/network/cisco/vcs/restapi/mode/calls.pm @@ -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 diff --git a/src/network/cisco/vcs/restapi/mode/endpoints.pm b/src/network/cisco/vcs/restapi/mode/endpoints.pm index 28ba360c1f..570644f283 100644 --- a/src/network/cisco/vcs/restapi/mode/endpoints.pm +++ b/src/network/cisco/vcs/restapi/mode/endpoints.pm @@ -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 diff --git a/src/network/cisco/vcs/restapi/mode/httpproxystats.pm b/src/network/cisco/vcs/restapi/mode/httpproxystats.pm index 12894ac911..b332350054 100644 --- a/src/network/cisco/vcs/restapi/mode/httpproxystats.pm +++ b/src/network/cisco/vcs/restapi/mode/httpproxystats.pm @@ -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 diff --git a/src/network/cisco/vcs/restapi/mode/zones.pm b/src/network/cisco/vcs/restapi/mode/zones.pm index 92c895f830..7d81591a84 100644 --- a/src/network/cisco/vcs/restapi/mode/zones.pm +++ b/src/network/cisco/vcs/restapi/mode/zones.pm @@ -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 diff --git a/src/network/cisco/vcs/restapi/plugin.pm b/src/network/cisco/vcs/restapi/plugin.pm index 29a6b55a42..a1a932a66a 100644 --- a/src/network/cisco/vcs/restapi/plugin.pm +++ b/src/network/cisco/vcs/restapi/plugin.pm @@ -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 diff --git a/src/network/cisco/vg/snmp/plugin.pm b/src/network/cisco/vg/snmp/plugin.pm index aafc47775e..93e5f7120a 100644 --- a/src/network/cisco/vg/snmp/plugin.pm +++ b/src/network/cisco/vg/snmp/plugin.pm @@ -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 diff --git a/src/network/cisco/wap/snmp/mode/clients.pm b/src/network/cisco/wap/snmp/mode/clients.pm index 9e76d5e20e..d5b2f240b3 100644 --- a/src/network/cisco/wap/snmp/mode/clients.pm +++ b/src/network/cisco/wap/snmp/mode/clients.pm @@ -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 diff --git a/src/network/cisco/wap/snmp/mode/cpu.pm b/src/network/cisco/wap/snmp/mode/cpu.pm index 5b9091403d..262b86f786 100644 --- a/src/network/cisco/wap/snmp/mode/cpu.pm +++ b/src/network/cisco/wap/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/cisco/wap/snmp/mode/memory.pm b/src/network/cisco/wap/snmp/mode/memory.pm index 161d1d63e7..f71718dd41 100644 --- a/src/network/cisco/wap/snmp/mode/memory.pm +++ b/src/network/cisco/wap/snmp/mode/memory.pm @@ -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 diff --git a/src/network/cisco/wap/snmp/mode/virtualaccesspoints.pm b/src/network/cisco/wap/snmp/mode/virtualaccesspoints.pm index 94c49af03a..312afcccf9 100644 --- a/src/network/cisco/wap/snmp/mode/virtualaccesspoints.pm +++ b/src/network/cisco/wap/snmp/mode/virtualaccesspoints.pm @@ -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 diff --git a/src/network/cisco/wap/snmp/plugin.pm b/src/network/cisco/wap/snmp/plugin.pm index ff09406942..9dd966a865 100644 --- a/src/network/cisco/wap/snmp/plugin.pm +++ b/src/network/cisco/wap/snmp/plugin.pm @@ -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 diff --git a/src/network/cisco/wlc/snmp/plugin.pm b/src/network/cisco/wlc/snmp/plugin.pm index 43836dc36a..d6a9d0cbbd 100644 --- a/src/network/cisco/wlc/snmp/plugin.pm +++ b/src/network/cisco/wlc/snmp/plugin.pm @@ -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 diff --git a/src/network/citrix/appacceleration/snmp/mode/cpu.pm b/src/network/citrix/appacceleration/snmp/mode/cpu.pm index ba7beba265..84e2ccd1aa 100644 --- a/src/network/citrix/appacceleration/snmp/mode/cpu.pm +++ b/src/network/citrix/appacceleration/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/citrix/appacceleration/snmp/mode/listserviceclass.pm b/src/network/citrix/appacceleration/snmp/mode/listserviceclass.pm index 42e6998ab9..d6ced3dd03 100644 --- a/src/network/citrix/appacceleration/snmp/mode/listserviceclass.pm +++ b/src/network/citrix/appacceleration/snmp/mode/listserviceclass.pm @@ -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 diff --git a/src/network/citrix/appacceleration/snmp/mode/serviceclassusage.pm b/src/network/citrix/appacceleration/snmp/mode/serviceclassusage.pm index 396a1cd739..11e1bd2ad3 100644 --- a/src/network/citrix/appacceleration/snmp/mode/serviceclassusage.pm +++ b/src/network/citrix/appacceleration/snmp/mode/serviceclassusage.pm @@ -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 diff --git a/src/network/citrix/appacceleration/snmp/plugin.pm b/src/network/citrix/appacceleration/snmp/plugin.pm index a26a075570..2780b00011 100644 --- a/src/network/citrix/appacceleration/snmp/plugin.pm +++ b/src/network/citrix/appacceleration/snmp/plugin.pm @@ -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 diff --git a/src/network/citrix/netscaler/snmp/mode/certificatesexpire.pm b/src/network/citrix/netscaler/snmp/mode/certificatesexpire.pm index ce7a97e3e0..f5dacf09e1 100644 --- a/src/network/citrix/netscaler/snmp/mode/certificatesexpire.pm +++ b/src/network/citrix/netscaler/snmp/mode/certificatesexpire.pm @@ -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 diff --git a/src/network/citrix/netscaler/snmp/mode/components/fanspeed.pm b/src/network/citrix/netscaler/snmp/mode/components/fanspeed.pm index 0bc2b25703..c07f3f3d08 100644 --- a/src/network/citrix/netscaler/snmp/mode/components/fanspeed.pm +++ b/src/network/citrix/netscaler/snmp/mode/components/fanspeed.pm @@ -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 diff --git a/src/network/citrix/netscaler/snmp/mode/components/psu.pm b/src/network/citrix/netscaler/snmp/mode/components/psu.pm index f6fe936650..6d5f3ff009 100644 --- a/src/network/citrix/netscaler/snmp/mode/components/psu.pm +++ b/src/network/citrix/netscaler/snmp/mode/components/psu.pm @@ -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 diff --git a/src/network/citrix/netscaler/snmp/mode/components/temperature.pm b/src/network/citrix/netscaler/snmp/mode/components/temperature.pm index 619cb92786..01c79593e4 100644 --- a/src/network/citrix/netscaler/snmp/mode/components/temperature.pm +++ b/src/network/citrix/netscaler/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/network/citrix/netscaler/snmp/mode/components/voltage.pm b/src/network/citrix/netscaler/snmp/mode/components/voltage.pm index acedd40a21..71b51364df 100644 --- a/src/network/citrix/netscaler/snmp/mode/components/voltage.pm +++ b/src/network/citrix/netscaler/snmp/mode/components/voltage.pm @@ -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 diff --git a/src/network/citrix/netscaler/snmp/mode/connections.pm b/src/network/citrix/netscaler/snmp/mode/connections.pm index 2192da006c..0ea48f36a0 100644 --- a/src/network/citrix/netscaler/snmp/mode/connections.pm +++ b/src/network/citrix/netscaler/snmp/mode/connections.pm @@ -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 diff --git a/src/network/citrix/netscaler/snmp/mode/cpu.pm b/src/network/citrix/netscaler/snmp/mode/cpu.pm index 6d34e5bd8c..e3b8ca0514 100644 --- a/src/network/citrix/netscaler/snmp/mode/cpu.pm +++ b/src/network/citrix/netscaler/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/citrix/netscaler/snmp/mode/hastate.pm b/src/network/citrix/netscaler/snmp/mode/hastate.pm index dca4d03aa1..2706fd219e 100644 --- a/src/network/citrix/netscaler/snmp/mode/hastate.pm +++ b/src/network/citrix/netscaler/snmp/mode/hastate.pm @@ -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 diff --git a/src/network/citrix/netscaler/snmp/mode/health.pm b/src/network/citrix/netscaler/snmp/mode/health.pm index 159e4e3a5f..62cf1cb42b 100644 --- a/src/network/citrix/netscaler/snmp/mode/health.pm +++ b/src/network/citrix/netscaler/snmp/mode/health.pm @@ -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 diff --git a/src/network/citrix/netscaler/snmp/mode/listvservers.pm b/src/network/citrix/netscaler/snmp/mode/listvservers.pm index e7a7c8fc54..4a470a3f7d 100644 --- a/src/network/citrix/netscaler/snmp/mode/listvservers.pm +++ b/src/network/citrix/netscaler/snmp/mode/listvservers.pm @@ -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 diff --git a/src/network/citrix/netscaler/snmp/mode/memory.pm b/src/network/citrix/netscaler/snmp/mode/memory.pm index 647fb37832..52d9c28802 100644 --- a/src/network/citrix/netscaler/snmp/mode/memory.pm +++ b/src/network/citrix/netscaler/snmp/mode/memory.pm @@ -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 diff --git a/src/network/citrix/netscaler/snmp/mode/storage.pm b/src/network/citrix/netscaler/snmp/mode/storage.pm index bcd0ecff64..318f9ca97a 100644 --- a/src/network/citrix/netscaler/snmp/mode/storage.pm +++ b/src/network/citrix/netscaler/snmp/mode/storage.pm @@ -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 diff --git a/src/network/citrix/netscaler/snmp/mode/vserverstatus.pm b/src/network/citrix/netscaler/snmp/mode/vserverstatus.pm index f67ff52161..23ad554776 100644 --- a/src/network/citrix/netscaler/snmp/mode/vserverstatus.pm +++ b/src/network/citrix/netscaler/snmp/mode/vserverstatus.pm @@ -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 diff --git a/src/network/citrix/netscaler/snmp/plugin.pm b/src/network/citrix/netscaler/snmp/plugin.pm index b70e1033db..cdd2f99a4e 100644 --- a/src/network/citrix/netscaler/snmp/plugin.pm +++ b/src/network/citrix/netscaler/snmp/plugin.pm @@ -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 diff --git a/src/network/citrix/sdx/snmp/mode/diskusage.pm b/src/network/citrix/sdx/snmp/mode/diskusage.pm index 47e9d146a5..f055dcc268 100644 --- a/src/network/citrix/sdx/snmp/mode/diskusage.pm +++ b/src/network/citrix/sdx/snmp/mode/diskusage.pm @@ -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 diff --git a/src/network/citrix/sdx/snmp/mode/hardware.pm b/src/network/citrix/sdx/snmp/mode/hardware.pm index 43b149ac0a..ffef823311 100644 --- a/src/network/citrix/sdx/snmp/mode/hardware.pm +++ b/src/network/citrix/sdx/snmp/mode/hardware.pm @@ -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 diff --git a/src/network/citrix/sdx/snmp/mode/srusage.pm b/src/network/citrix/sdx/snmp/mode/srusage.pm index 2b477acaf5..239e16aaaa 100644 --- a/src/network/citrix/sdx/snmp/mode/srusage.pm +++ b/src/network/citrix/sdx/snmp/mode/srusage.pm @@ -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 diff --git a/src/network/citrix/sdx/snmp/mode/xenusage.pm b/src/network/citrix/sdx/snmp/mode/xenusage.pm index 2f19351feb..56d6513dbb 100644 --- a/src/network/citrix/sdx/snmp/mode/xenusage.pm +++ b/src/network/citrix/sdx/snmp/mode/xenusage.pm @@ -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 diff --git a/src/network/citrix/sdx/snmp/plugin.pm b/src/network/citrix/sdx/snmp/plugin.pm index a7780cd526..0eeb74595d 100644 --- a/src/network/citrix/sdx/snmp/plugin.pm +++ b/src/network/citrix/sdx/snmp/plugin.pm @@ -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 diff --git a/src/network/colubris/snmp/mode/apusage.pm b/src/network/colubris/snmp/mode/apusage.pm index 0d593b6772..3f99e3b5f4 100644 --- a/src/network/colubris/snmp/mode/apusage.pm +++ b/src/network/colubris/snmp/mode/apusage.pm @@ -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 diff --git a/src/network/colubris/snmp/mode/cpu.pm b/src/network/colubris/snmp/mode/cpu.pm index 2362f0fe65..98b2bb38eb 100644 --- a/src/network/colubris/snmp/mode/cpu.pm +++ b/src/network/colubris/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/colubris/snmp/mode/load.pm b/src/network/colubris/snmp/mode/load.pm index c1f4551d03..fd3588d6c5 100644 --- a/src/network/colubris/snmp/mode/load.pm +++ b/src/network/colubris/snmp/mode/load.pm @@ -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 diff --git a/src/network/colubris/snmp/mode/memory.pm b/src/network/colubris/snmp/mode/memory.pm index a88d87da1f..ac222170c0 100644 --- a/src/network/colubris/snmp/mode/memory.pm +++ b/src/network/colubris/snmp/mode/memory.pm @@ -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 diff --git a/src/network/colubris/snmp/mode/storage.pm b/src/network/colubris/snmp/mode/storage.pm index a8f6bf28a3..c728545f2e 100644 --- a/src/network/colubris/snmp/mode/storage.pm +++ b/src/network/colubris/snmp/mode/storage.pm @@ -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 diff --git a/src/network/colubris/snmp/plugin.pm b/src/network/colubris/snmp/plugin.pm index 593010176d..3af2bfc0f0 100644 --- a/src/network/colubris/snmp/plugin.pm +++ b/src/network/colubris/snmp/plugin.pm @@ -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 diff --git a/src/network/cyberoam/snmp/mode/components/service.pm b/src/network/cyberoam/snmp/mode/components/service.pm index ef01f95803..5a392add0c 100644 --- a/src/network/cyberoam/snmp/mode/components/service.pm +++ b/src/network/cyberoam/snmp/mode/components/service.pm @@ -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 diff --git a/src/network/cyberoam/snmp/mode/cpu.pm b/src/network/cyberoam/snmp/mode/cpu.pm index 09a6d66bc8..3ad04a69ac 100644 --- a/src/network/cyberoam/snmp/mode/cpu.pm +++ b/src/network/cyberoam/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/cyberoam/snmp/mode/memory.pm b/src/network/cyberoam/snmp/mode/memory.pm index cf39eaac81..3688b7b9bf 100644 --- a/src/network/cyberoam/snmp/mode/memory.pm +++ b/src/network/cyberoam/snmp/mode/memory.pm @@ -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 diff --git a/src/network/cyberoam/snmp/mode/requests.pm b/src/network/cyberoam/snmp/mode/requests.pm index 7d46345943..d74145983e 100644 --- a/src/network/cyberoam/snmp/mode/requests.pm +++ b/src/network/cyberoam/snmp/mode/requests.pm @@ -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 diff --git a/src/network/cyberoam/snmp/mode/services.pm b/src/network/cyberoam/snmp/mode/services.pm index 42f95f1367..24771465e1 100644 --- a/src/network/cyberoam/snmp/mode/services.pm +++ b/src/network/cyberoam/snmp/mode/services.pm @@ -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 diff --git a/src/network/cyberoam/snmp/mode/storage.pm b/src/network/cyberoam/snmp/mode/storage.pm index a66e6d29ff..1d77b47990 100644 --- a/src/network/cyberoam/snmp/mode/storage.pm +++ b/src/network/cyberoam/snmp/mode/storage.pm @@ -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 diff --git a/src/network/cyberoam/snmp/plugin.pm b/src/network/cyberoam/snmp/plugin.pm index d5f0435179..9f5370f0fc 100644 --- a/src/network/cyberoam/snmp/plugin.pm +++ b/src/network/cyberoam/snmp/plugin.pm @@ -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 diff --git a/src/network/dell/6200/snmp/plugin.pm b/src/network/dell/6200/snmp/plugin.pm index 98926edc88..4d4243b669 100644 --- a/src/network/dell/6200/snmp/plugin.pm +++ b/src/network/dell/6200/snmp/plugin.pm @@ -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 diff --git a/src/network/dell/nseries/snmp/mode/interfaces.pm b/src/network/dell/nseries/snmp/mode/interfaces.pm index 27ca88c32c..fa4d75a79d 100644 --- a/src/network/dell/nseries/snmp/mode/interfaces.pm +++ b/src/network/dell/nseries/snmp/mode/interfaces.pm @@ -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 diff --git a/src/network/dell/nseries/snmp/mode/time.pm b/src/network/dell/nseries/snmp/mode/time.pm index b451b5cdf9..1a30406f6e 100644 --- a/src/network/dell/nseries/snmp/mode/time.pm +++ b/src/network/dell/nseries/snmp/mode/time.pm @@ -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 diff --git a/src/network/dell/nseries/snmp/mode/uptime.pm b/src/network/dell/nseries/snmp/mode/uptime.pm index 59886dc24c..1d77e063ba 100644 --- a/src/network/dell/nseries/snmp/mode/uptime.pm +++ b/src/network/dell/nseries/snmp/mode/uptime.pm @@ -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 diff --git a/src/network/dell/nseries/snmp/plugin.pm b/src/network/dell/nseries/snmp/plugin.pm index 2b97e650a1..52cae08af8 100644 --- a/src/network/dell/nseries/snmp/plugin.pm +++ b/src/network/dell/nseries/snmp/plugin.pm @@ -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 diff --git a/src/network/dell/os10/snmp/mode/components/card.pm b/src/network/dell/os10/snmp/mode/components/card.pm index 01e0b9c3e2..610eeea7c8 100644 --- a/src/network/dell/os10/snmp/mode/components/card.pm +++ b/src/network/dell/os10/snmp/mode/components/card.pm @@ -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 diff --git a/src/network/dell/os10/snmp/mode/components/fan.pm b/src/network/dell/os10/snmp/mode/components/fan.pm index a95c1c57f3..f2a0c183d4 100644 --- a/src/network/dell/os10/snmp/mode/components/fan.pm +++ b/src/network/dell/os10/snmp/mode/components/fan.pm @@ -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 diff --git a/src/network/dell/os10/snmp/mode/components/fantray.pm b/src/network/dell/os10/snmp/mode/components/fantray.pm index bf494b731b..f2b6df87d9 100644 --- a/src/network/dell/os10/snmp/mode/components/fantray.pm +++ b/src/network/dell/os10/snmp/mode/components/fantray.pm @@ -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 diff --git a/src/network/dell/os10/snmp/mode/components/psu.pm b/src/network/dell/os10/snmp/mode/components/psu.pm index 208a9e4f22..8ca79003b4 100644 --- a/src/network/dell/os10/snmp/mode/components/psu.pm +++ b/src/network/dell/os10/snmp/mode/components/psu.pm @@ -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 diff --git a/src/network/dell/os10/snmp/mode/components/resources.pm b/src/network/dell/os10/snmp/mode/components/resources.pm index c480566f1e..71da225c42 100644 --- a/src/network/dell/os10/snmp/mode/components/resources.pm +++ b/src/network/dell/os10/snmp/mode/components/resources.pm @@ -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 diff --git a/src/network/dell/os10/snmp/mode/components/temperature.pm b/src/network/dell/os10/snmp/mode/components/temperature.pm index 8f16563689..4af7ebc96a 100644 --- a/src/network/dell/os10/snmp/mode/components/temperature.pm +++ b/src/network/dell/os10/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/network/dell/os10/snmp/mode/hardware.pm b/src/network/dell/os10/snmp/mode/hardware.pm index cd7076bfc8..23adb63956 100644 --- a/src/network/dell/os10/snmp/mode/hardware.pm +++ b/src/network/dell/os10/snmp/mode/hardware.pm @@ -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 diff --git a/src/network/dell/os10/snmp/plugin.pm b/src/network/dell/os10/snmp/plugin.pm index fe9173588b..73c5caea07 100644 --- a/src/network/dell/os10/snmp/plugin.pm +++ b/src/network/dell/os10/snmp/plugin.pm @@ -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 diff --git a/src/network/dell/sseries/snmp/plugin.pm b/src/network/dell/sseries/snmp/plugin.pm index c519569718..7acf86d55c 100644 --- a/src/network/dell/sseries/snmp/plugin.pm +++ b/src/network/dell/sseries/snmp/plugin.pm @@ -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 diff --git a/src/network/dell/xseries/snmp/plugin.pm b/src/network/dell/xseries/snmp/plugin.pm index ef5b7a1cdd..efe4c0faab 100644 --- a/src/network/dell/xseries/snmp/plugin.pm +++ b/src/network/dell/xseries/snmp/plugin.pm @@ -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 diff --git a/src/network/denyall/snmp/mode/listreverseproxy.pm b/src/network/denyall/snmp/mode/listreverseproxy.pm index a4845e35a9..5dfdad7fef 100644 --- a/src/network/denyall/snmp/mode/listreverseproxy.pm +++ b/src/network/denyall/snmp/mode/listreverseproxy.pm @@ -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 diff --git a/src/network/denyall/snmp/mode/reverseproxy.pm b/src/network/denyall/snmp/mode/reverseproxy.pm index abca9147fb..de49201b63 100644 --- a/src/network/denyall/snmp/mode/reverseproxy.pm +++ b/src/network/denyall/snmp/mode/reverseproxy.pm @@ -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 diff --git a/src/network/denyall/snmp/plugin.pm b/src/network/denyall/snmp/plugin.pm index da235618ff..9cb5d98c0e 100644 --- a/src/network/denyall/snmp/plugin.pm +++ b/src/network/denyall/snmp/plugin.pm @@ -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 diff --git a/src/network/digi/anywhereusb/snmp/mode/cpu.pm b/src/network/digi/anywhereusb/snmp/mode/cpu.pm index db3b08e692..9726981e2d 100644 --- a/src/network/digi/anywhereusb/snmp/mode/cpu.pm +++ b/src/network/digi/anywhereusb/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/digi/anywhereusb/snmp/mode/memory.pm b/src/network/digi/anywhereusb/snmp/mode/memory.pm index 29420ef948..04b96a386f 100644 --- a/src/network/digi/anywhereusb/snmp/mode/memory.pm +++ b/src/network/digi/anywhereusb/snmp/mode/memory.pm @@ -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 diff --git a/src/network/digi/anywhereusb/snmp/plugin.pm b/src/network/digi/anywhereusb/snmp/plugin.pm index df7ea7302f..df3e222334 100644 --- a/src/network/digi/anywhereusb/snmp/plugin.pm +++ b/src/network/digi/anywhereusb/snmp/plugin.pm @@ -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 diff --git a/src/network/digi/portserverts/snmp/mode/cpu.pm b/src/network/digi/portserverts/snmp/mode/cpu.pm index cda5c17d59..75bd1bde71 100644 --- a/src/network/digi/portserverts/snmp/mode/cpu.pm +++ b/src/network/digi/portserverts/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/digi/portserverts/snmp/mode/memory.pm b/src/network/digi/portserverts/snmp/mode/memory.pm index baaa03b492..300384b5d2 100644 --- a/src/network/digi/portserverts/snmp/mode/memory.pm +++ b/src/network/digi/portserverts/snmp/mode/memory.pm @@ -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 diff --git a/src/network/digi/portserverts/snmp/plugin.pm b/src/network/digi/portserverts/snmp/plugin.pm index e13c09de46..7e76edcd49 100644 --- a/src/network/digi/portserverts/snmp/plugin.pm +++ b/src/network/digi/portserverts/snmp/plugin.pm @@ -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 diff --git a/src/network/digi/sarian/snmp/mode/cpu.pm b/src/network/digi/sarian/snmp/mode/cpu.pm index f68209c1b4..2b0a10ef41 100644 --- a/src/network/digi/sarian/snmp/mode/cpu.pm +++ b/src/network/digi/sarian/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/digi/sarian/snmp/mode/gprs.pm b/src/network/digi/sarian/snmp/mode/gprs.pm index 003771eecd..a6dba76e3d 100644 --- a/src/network/digi/sarian/snmp/mode/gprs.pm +++ b/src/network/digi/sarian/snmp/mode/gprs.pm @@ -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 diff --git a/src/network/digi/sarian/snmp/mode/memory.pm b/src/network/digi/sarian/snmp/mode/memory.pm index 33ada02a6c..2ca02d4bb2 100644 --- a/src/network/digi/sarian/snmp/mode/memory.pm +++ b/src/network/digi/sarian/snmp/mode/memory.pm @@ -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 diff --git a/src/network/digi/sarian/snmp/mode/temperature.pm b/src/network/digi/sarian/snmp/mode/temperature.pm index 0391dd6ed1..35a49906e5 100644 --- a/src/network/digi/sarian/snmp/mode/temperature.pm +++ b/src/network/digi/sarian/snmp/mode/temperature.pm @@ -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 temperatureplication monitoring for diff --git a/src/network/digi/sarian/snmp/plugin.pm b/src/network/digi/sarian/snmp/plugin.pm index 223b4a8be5..04419f95ff 100644 --- a/src/network/digi/sarian/snmp/plugin.pm +++ b/src/network/digi/sarian/snmp/plugin.pm @@ -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 diff --git a/src/network/dlink/dgs3100/snmp/mode/components/fan.pm b/src/network/dlink/dgs3100/snmp/mode/components/fan.pm index 1b1a4d5cfd..17460f0438 100644 --- a/src/network/dlink/dgs3100/snmp/mode/components/fan.pm +++ b/src/network/dlink/dgs3100/snmp/mode/components/fan.pm @@ -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 diff --git a/src/network/dlink/dgs3100/snmp/mode/components/psu.pm b/src/network/dlink/dgs3100/snmp/mode/components/psu.pm index 71240f13f0..1912bb3b71 100644 --- a/src/network/dlink/dgs3100/snmp/mode/components/psu.pm +++ b/src/network/dlink/dgs3100/snmp/mode/components/psu.pm @@ -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 diff --git a/src/network/dlink/dgs3100/snmp/mode/cpu.pm b/src/network/dlink/dgs3100/snmp/mode/cpu.pm index 496979eff7..4654608b53 100644 --- a/src/network/dlink/dgs3100/snmp/mode/cpu.pm +++ b/src/network/dlink/dgs3100/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/dlink/dgs3100/snmp/mode/hardware.pm b/src/network/dlink/dgs3100/snmp/mode/hardware.pm index afd0379446..7eeb598fd4 100644 --- a/src/network/dlink/dgs3100/snmp/mode/hardware.pm +++ b/src/network/dlink/dgs3100/snmp/mode/hardware.pm @@ -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 diff --git a/src/network/dlink/dgs3100/snmp/plugin.pm b/src/network/dlink/dgs3100/snmp/plugin.pm index 62d845b933..30bb9aee7c 100644 --- a/src/network/dlink/dgs3100/snmp/plugin.pm +++ b/src/network/dlink/dgs3100/snmp/plugin.pm @@ -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 diff --git a/src/network/dlink/standard/snmp/mode/components/fan.pm b/src/network/dlink/standard/snmp/mode/components/fan.pm index a2f330913f..54db06a47a 100644 --- a/src/network/dlink/standard/snmp/mode/components/fan.pm +++ b/src/network/dlink/standard/snmp/mode/components/fan.pm @@ -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 diff --git a/src/network/dlink/standard/snmp/mode/components/psu.pm b/src/network/dlink/standard/snmp/mode/components/psu.pm index 58e698177d..924c4195bb 100644 --- a/src/network/dlink/standard/snmp/mode/components/psu.pm +++ b/src/network/dlink/standard/snmp/mode/components/psu.pm @@ -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 diff --git a/src/network/dlink/standard/snmp/mode/components/temperature.pm b/src/network/dlink/standard/snmp/mode/components/temperature.pm index 0c6eae264b..5b912f66eb 100644 --- a/src/network/dlink/standard/snmp/mode/components/temperature.pm +++ b/src/network/dlink/standard/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/network/dlink/standard/snmp/mode/cpu.pm b/src/network/dlink/standard/snmp/mode/cpu.pm index 950a3a8e9c..e344481e87 100644 --- a/src/network/dlink/standard/snmp/mode/cpu.pm +++ b/src/network/dlink/standard/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/dlink/standard/snmp/mode/hardware.pm b/src/network/dlink/standard/snmp/mode/hardware.pm index a9d7fcfc73..7b2918720a 100644 --- a/src/network/dlink/standard/snmp/mode/hardware.pm +++ b/src/network/dlink/standard/snmp/mode/hardware.pm @@ -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 diff --git a/src/network/dlink/standard/snmp/mode/interfaces.pm b/src/network/dlink/standard/snmp/mode/interfaces.pm index e549b7fff3..d723c9dac8 100644 --- a/src/network/dlink/standard/snmp/mode/interfaces.pm +++ b/src/network/dlink/standard/snmp/mode/interfaces.pm @@ -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 diff --git a/src/network/dlink/standard/snmp/mode/memory.pm b/src/network/dlink/standard/snmp/mode/memory.pm index dbd5e2057b..a68681675b 100644 --- a/src/network/dlink/standard/snmp/mode/memory.pm +++ b/src/network/dlink/standard/snmp/mode/memory.pm @@ -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 diff --git a/src/network/dlink/standard/snmp/mode/stack.pm b/src/network/dlink/standard/snmp/mode/stack.pm index 6775d708ce..55cf9324ba 100644 --- a/src/network/dlink/standard/snmp/mode/stack.pm +++ b/src/network/dlink/standard/snmp/mode/stack.pm @@ -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 diff --git a/src/network/dlink/standard/snmp/plugin.pm b/src/network/dlink/standard/snmp/plugin.pm index bb262c9bb7..0548696b2f 100644 --- a/src/network/dlink/standard/snmp/plugin.pm +++ b/src/network/dlink/standard/snmp/plugin.pm @@ -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 diff --git a/src/network/efficientip/snmp/mode/dhcpusage.pm b/src/network/efficientip/snmp/mode/dhcpusage.pm index 051ca6fff8..9b47030abf 100644 --- a/src/network/efficientip/snmp/mode/dhcpusage.pm +++ b/src/network/efficientip/snmp/mode/dhcpusage.pm @@ -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 diff --git a/src/network/efficientip/snmp/mode/dnsusage.pm b/src/network/efficientip/snmp/mode/dnsusage.pm index 7e8e709c40..f92277f168 100644 --- a/src/network/efficientip/snmp/mode/dnsusage.pm +++ b/src/network/efficientip/snmp/mode/dnsusage.pm @@ -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 diff --git a/src/network/efficientip/snmp/mode/status.pm b/src/network/efficientip/snmp/mode/status.pm index bc10670f8f..fbbb91dcf3 100644 --- a/src/network/efficientip/snmp/mode/status.pm +++ b/src/network/efficientip/snmp/mode/status.pm @@ -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 diff --git a/src/network/efficientip/snmp/plugin.pm b/src/network/efficientip/snmp/plugin.pm index 8c9fbb09ee..43cd13260f 100644 --- a/src/network/efficientip/snmp/plugin.pm +++ b/src/network/efficientip/snmp/plugin.pm @@ -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 diff --git a/src/network/enterasys/snmp/mode/cpu.pm b/src/network/enterasys/snmp/mode/cpu.pm index 8e98565dc5..0d9702383c 100644 --- a/src/network/enterasys/snmp/mode/cpu.pm +++ b/src/network/enterasys/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/enterasys/snmp/mode/interfaces.pm b/src/network/enterasys/snmp/mode/interfaces.pm index f2a6ead7d2..5a756d5b5f 100644 --- a/src/network/enterasys/snmp/mode/interfaces.pm +++ b/src/network/enterasys/snmp/mode/interfaces.pm @@ -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 diff --git a/src/network/enterasys/snmp/mode/memory.pm b/src/network/enterasys/snmp/mode/memory.pm index 9134ccb982..9276c62ea5 100644 --- a/src/network/enterasys/snmp/mode/memory.pm +++ b/src/network/enterasys/snmp/mode/memory.pm @@ -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 diff --git a/src/network/enterasys/snmp/mode/storage.pm b/src/network/enterasys/snmp/mode/storage.pm index c18c111611..344dc9b7d3 100644 --- a/src/network/enterasys/snmp/mode/storage.pm +++ b/src/network/enterasys/snmp/mode/storage.pm @@ -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 diff --git a/src/network/enterasys/snmp/mode/uptime.pm b/src/network/enterasys/snmp/mode/uptime.pm index e748dbcec0..3672cf5c05 100644 --- a/src/network/enterasys/snmp/mode/uptime.pm +++ b/src/network/enterasys/snmp/mode/uptime.pm @@ -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 diff --git a/src/network/enterasys/snmp/plugin.pm b/src/network/enterasys/snmp/plugin.pm index c887030c95..2bf18b5034 100644 --- a/src/network/enterasys/snmp/plugin.pm +++ b/src/network/enterasys/snmp/plugin.pm @@ -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 diff --git a/src/network/evertz/AEA47721/snmp/mode/streamstatus.pm b/src/network/evertz/AEA47721/snmp/mode/streamstatus.pm index 6272c199fa..3d807613fd 100644 --- a/src/network/evertz/AEA47721/snmp/mode/streamstatus.pm +++ b/src/network/evertz/AEA47721/snmp/mode/streamstatus.pm @@ -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 diff --git a/src/network/evertz/AEA47721/snmp/plugin.pm b/src/network/evertz/AEA47721/snmp/plugin.pm index b2503d2fc5..d7e01d1f1c 100644 --- a/src/network/evertz/AEA47721/snmp/plugin.pm +++ b/src/network/evertz/AEA47721/snmp/plugin.pm @@ -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 diff --git a/src/network/evertz/DA6HDL7700/snmp/mode/videostatus.pm b/src/network/evertz/DA6HDL7700/snmp/mode/videostatus.pm index 99da6b8b2c..6ab579eb25 100644 --- a/src/network/evertz/DA6HDL7700/snmp/mode/videostatus.pm +++ b/src/network/evertz/DA6HDL7700/snmp/mode/videostatus.pm @@ -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 diff --git a/src/network/evertz/DA6HDL7700/snmp/plugin.pm b/src/network/evertz/DA6HDL7700/snmp/plugin.pm index e0acee662a..ce02d53546 100644 --- a/src/network/evertz/DA6HDL7700/snmp/plugin.pm +++ b/src/network/evertz/DA6HDL7700/snmp/plugin.pm @@ -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 diff --git a/src/network/evertz/FC7800/snmp/mode/hardware.pm b/src/network/evertz/FC7800/snmp/mode/hardware.pm index ad544a898c..4f2a874ab5 100644 --- a/src/network/evertz/FC7800/snmp/mode/hardware.pm +++ b/src/network/evertz/FC7800/snmp/mode/hardware.pm @@ -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 diff --git a/src/network/evertz/FC7800/snmp/plugin.pm b/src/network/evertz/FC7800/snmp/plugin.pm index 202bbab3e5..88ccb118e7 100644 --- a/src/network/evertz/FC7800/snmp/plugin.pm +++ b/src/network/evertz/FC7800/snmp/plugin.pm @@ -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 diff --git a/src/network/extreme/snmp/mode/components/fan.pm b/src/network/extreme/snmp/mode/components/fan.pm index d06f684b3e..54aa9ee541 100644 --- a/src/network/extreme/snmp/mode/components/fan.pm +++ b/src/network/extreme/snmp/mode/components/fan.pm @@ -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 diff --git a/src/network/extreme/snmp/mode/components/poe.pm b/src/network/extreme/snmp/mode/components/poe.pm index cb8078742d..3581554e2c 100644 --- a/src/network/extreme/snmp/mode/components/poe.pm +++ b/src/network/extreme/snmp/mode/components/poe.pm @@ -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 diff --git a/src/network/extreme/snmp/mode/components/psu.pm b/src/network/extreme/snmp/mode/components/psu.pm index 7bf158e674..1963873fc5 100644 --- a/src/network/extreme/snmp/mode/components/psu.pm +++ b/src/network/extreme/snmp/mode/components/psu.pm @@ -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 diff --git a/src/network/extreme/snmp/mode/components/slot.pm b/src/network/extreme/snmp/mode/components/slot.pm index 3af43e750f..e67302259b 100644 --- a/src/network/extreme/snmp/mode/components/slot.pm +++ b/src/network/extreme/snmp/mode/components/slot.pm @@ -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 diff --git a/src/network/extreme/snmp/mode/components/temperature.pm b/src/network/extreme/snmp/mode/components/temperature.pm index dd0b033d9f..2e0ea48051 100644 --- a/src/network/extreme/snmp/mode/components/temperature.pm +++ b/src/network/extreme/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/network/extreme/snmp/mode/cpu.pm b/src/network/extreme/snmp/mode/cpu.pm index 7f940f57fd..86ccc5f1a5 100644 --- a/src/network/extreme/snmp/mode/cpu.pm +++ b/src/network/extreme/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/extreme/snmp/mode/hardware.pm b/src/network/extreme/snmp/mode/hardware.pm index 70f402bb26..70b84bbdf4 100644 --- a/src/network/extreme/snmp/mode/hardware.pm +++ b/src/network/extreme/snmp/mode/hardware.pm @@ -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 diff --git a/src/network/extreme/snmp/mode/interfaces.pm b/src/network/extreme/snmp/mode/interfaces.pm index 5870154516..c69bd6a28c 100644 --- a/src/network/extreme/snmp/mode/interfaces.pm +++ b/src/network/extreme/snmp/mode/interfaces.pm @@ -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 diff --git a/src/network/extreme/snmp/mode/memory.pm b/src/network/extreme/snmp/mode/memory.pm index 0b393ed7d5..7af3ede40a 100644 --- a/src/network/extreme/snmp/mode/memory.pm +++ b/src/network/extreme/snmp/mode/memory.pm @@ -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 diff --git a/src/network/extreme/snmp/mode/stack.pm b/src/network/extreme/snmp/mode/stack.pm index 6786021933..db6b4e9be8 100644 --- a/src/network/extreme/snmp/mode/stack.pm +++ b/src/network/extreme/snmp/mode/stack.pm @@ -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 diff --git a/src/network/extreme/snmp/plugin.pm b/src/network/extreme/snmp/plugin.pm index 35c731ad9c..57a6a7f5a9 100644 --- a/src/network/extreme/snmp/plugin.pm +++ b/src/network/extreme/snmp/plugin.pm @@ -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 diff --git a/src/network/f5/bigip/snmp/mode/apm.pm b/src/network/f5/bigip/snmp/mode/apm.pm index b27828f40a..022b649857 100644 --- a/src/network/f5/bigip/snmp/mode/apm.pm +++ b/src/network/f5/bigip/snmp/mode/apm.pm @@ -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 diff --git a/src/network/f5/bigip/snmp/mode/components/fan.pm b/src/network/f5/bigip/snmp/mode/components/fan.pm index 4a5fb0cf22..50275a116a 100644 --- a/src/network/f5/bigip/snmp/mode/components/fan.pm +++ b/src/network/f5/bigip/snmp/mode/components/fan.pm @@ -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 diff --git a/src/network/f5/bigip/snmp/mode/components/psu.pm b/src/network/f5/bigip/snmp/mode/components/psu.pm index d2e8ef001d..dcfadbd15a 100644 --- a/src/network/f5/bigip/snmp/mode/components/psu.pm +++ b/src/network/f5/bigip/snmp/mode/components/psu.pm @@ -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 diff --git a/src/network/f5/bigip/snmp/mode/components/temperature.pm b/src/network/f5/bigip/snmp/mode/components/temperature.pm index d8025c9eec..6cd7348e8e 100644 --- a/src/network/f5/bigip/snmp/mode/components/temperature.pm +++ b/src/network/f5/bigip/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/network/f5/bigip/snmp/mode/connections.pm b/src/network/f5/bigip/snmp/mode/connections.pm index 21bba1bf7d..89d52e80c9 100644 --- a/src/network/f5/bigip/snmp/mode/connections.pm +++ b/src/network/f5/bigip/snmp/mode/connections.pm @@ -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 diff --git a/src/network/f5/bigip/snmp/mode/failover.pm b/src/network/f5/bigip/snmp/mode/failover.pm index 35baa0fcf9..c856f96c84 100644 --- a/src/network/f5/bigip/snmp/mode/failover.pm +++ b/src/network/f5/bigip/snmp/mode/failover.pm @@ -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 diff --git a/src/network/f5/bigip/snmp/mode/hardware.pm b/src/network/f5/bigip/snmp/mode/hardware.pm index e8292f237a..f249df8437 100644 --- a/src/network/f5/bigip/snmp/mode/hardware.pm +++ b/src/network/f5/bigip/snmp/mode/hardware.pm @@ -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 diff --git a/src/network/f5/bigip/snmp/mode/listnodes.pm b/src/network/f5/bigip/snmp/mode/listnodes.pm index 57e1084bd0..d8a9fbbeff 100644 --- a/src/network/f5/bigip/snmp/mode/listnodes.pm +++ b/src/network/f5/bigip/snmp/mode/listnodes.pm @@ -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 diff --git a/src/network/f5/bigip/snmp/mode/listpools.pm b/src/network/f5/bigip/snmp/mode/listpools.pm index c1000f4d86..0229c9af61 100644 --- a/src/network/f5/bigip/snmp/mode/listpools.pm +++ b/src/network/f5/bigip/snmp/mode/listpools.pm @@ -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 diff --git a/src/network/f5/bigip/snmp/mode/listtrunks.pm b/src/network/f5/bigip/snmp/mode/listtrunks.pm index 25141a1c12..65f7597245 100644 --- a/src/network/f5/bigip/snmp/mode/listtrunks.pm +++ b/src/network/f5/bigip/snmp/mode/listtrunks.pm @@ -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 diff --git a/src/network/f5/bigip/snmp/mode/listvirtualservers.pm b/src/network/f5/bigip/snmp/mode/listvirtualservers.pm index 90542c9856..57d9b95ba4 100644 --- a/src/network/f5/bigip/snmp/mode/listvirtualservers.pm +++ b/src/network/f5/bigip/snmp/mode/listvirtualservers.pm @@ -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 diff --git a/src/network/f5/bigip/snmp/mode/nodestatus.pm b/src/network/f5/bigip/snmp/mode/nodestatus.pm index f9a7a995d3..69c6365bb3 100644 --- a/src/network/f5/bigip/snmp/mode/nodestatus.pm +++ b/src/network/f5/bigip/snmp/mode/nodestatus.pm @@ -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 diff --git a/src/network/f5/bigip/snmp/mode/poolstatus.pm b/src/network/f5/bigip/snmp/mode/poolstatus.pm index aa45463c00..2d714d9daf 100644 --- a/src/network/f5/bigip/snmp/mode/poolstatus.pm +++ b/src/network/f5/bigip/snmp/mode/poolstatus.pm @@ -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 diff --git a/src/network/f5/bigip/snmp/mode/tmmusage.pm b/src/network/f5/bigip/snmp/mode/tmmusage.pm index 01de81084e..1c7e8cb1d1 100644 --- a/src/network/f5/bigip/snmp/mode/tmmusage.pm +++ b/src/network/f5/bigip/snmp/mode/tmmusage.pm @@ -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 diff --git a/src/network/f5/bigip/snmp/mode/trunks.pm b/src/network/f5/bigip/snmp/mode/trunks.pm index 37c05b5898..8d5678b57e 100644 --- a/src/network/f5/bigip/snmp/mode/trunks.pm +++ b/src/network/f5/bigip/snmp/mode/trunks.pm @@ -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 diff --git a/src/network/f5/bigip/snmp/mode/virtualserverstatus.pm b/src/network/f5/bigip/snmp/mode/virtualserverstatus.pm index 240d75b9ff..53fbcf61df 100644 --- a/src/network/f5/bigip/snmp/mode/virtualserverstatus.pm +++ b/src/network/f5/bigip/snmp/mode/virtualserverstatus.pm @@ -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 diff --git a/src/network/f5/bigip/snmp/plugin.pm b/src/network/f5/bigip/snmp/plugin.pm index 89f5be4cac..016d6d751f 100644 --- a/src/network/f5/bigip/snmp/plugin.pm +++ b/src/network/f5/bigip/snmp/plugin.pm @@ -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 diff --git a/src/network/fiberstore/snmp/mode/components/fan.pm b/src/network/fiberstore/snmp/mode/components/fan.pm index 081d2b768d..72e2abc62b 100644 --- a/src/network/fiberstore/snmp/mode/components/fan.pm +++ b/src/network/fiberstore/snmp/mode/components/fan.pm @@ -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 diff --git a/src/network/fiberstore/snmp/mode/components/power.pm b/src/network/fiberstore/snmp/mode/components/power.pm index c6920fd375..d12a109461 100644 --- a/src/network/fiberstore/snmp/mode/components/power.pm +++ b/src/network/fiberstore/snmp/mode/components/power.pm @@ -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 diff --git a/src/network/fiberstore/snmp/mode/components/slot.pm b/src/network/fiberstore/snmp/mode/components/slot.pm index d36ba7f655..bd42ed5647 100644 --- a/src/network/fiberstore/snmp/mode/components/slot.pm +++ b/src/network/fiberstore/snmp/mode/components/slot.pm @@ -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 diff --git a/src/network/fiberstore/snmp/mode/cpu.pm b/src/network/fiberstore/snmp/mode/cpu.pm index c9cd56a187..89ef50420a 100644 --- a/src/network/fiberstore/snmp/mode/cpu.pm +++ b/src/network/fiberstore/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/fiberstore/snmp/mode/hardware.pm b/src/network/fiberstore/snmp/mode/hardware.pm index 1323502dc3..861b75d67c 100644 --- a/src/network/fiberstore/snmp/mode/hardware.pm +++ b/src/network/fiberstore/snmp/mode/hardware.pm @@ -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 diff --git a/src/network/fiberstore/snmp/mode/memory.pm b/src/network/fiberstore/snmp/mode/memory.pm index 0b660d7b5b..742f1bb7d0 100644 --- a/src/network/fiberstore/snmp/mode/memory.pm +++ b/src/network/fiberstore/snmp/mode/memory.pm @@ -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 diff --git a/src/network/fiberstore/snmp/plugin.pm b/src/network/fiberstore/snmp/plugin.pm index 7338f54a30..f74fc3608d 100644 --- a/src/network/fiberstore/snmp/plugin.pm +++ b/src/network/fiberstore/snmp/plugin.pm @@ -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 diff --git a/src/network/fortinet/fortiadc/snmp/mode/components/fan.pm b/src/network/fortinet/fortiadc/snmp/mode/components/fan.pm index 3d92b3a2fa..7e435a3ca4 100644 --- a/src/network/fortinet/fortiadc/snmp/mode/components/fan.pm +++ b/src/network/fortinet/fortiadc/snmp/mode/components/fan.pm @@ -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 diff --git a/src/network/fortinet/fortiadc/snmp/mode/components/temperature.pm b/src/network/fortinet/fortiadc/snmp/mode/components/temperature.pm index a0420540b2..abee797706 100644 --- a/src/network/fortinet/fortiadc/snmp/mode/components/temperature.pm +++ b/src/network/fortinet/fortiadc/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/network/fortinet/fortiadc/snmp/mode/cpu.pm b/src/network/fortinet/fortiadc/snmp/mode/cpu.pm index e4fd21bdc1..a719d65f3b 100644 --- a/src/network/fortinet/fortiadc/snmp/mode/cpu.pm +++ b/src/network/fortinet/fortiadc/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/fortinet/fortiadc/snmp/mode/hardware.pm b/src/network/fortinet/fortiadc/snmp/mode/hardware.pm index c836c25c5b..525dfec23a 100644 --- a/src/network/fortinet/fortiadc/snmp/mode/hardware.pm +++ b/src/network/fortinet/fortiadc/snmp/mode/hardware.pm @@ -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 diff --git a/src/network/fortinet/fortiadc/snmp/mode/interfaces.pm b/src/network/fortinet/fortiadc/snmp/mode/interfaces.pm index 65fc06276c..f08af94abf 100644 --- a/src/network/fortinet/fortiadc/snmp/mode/interfaces.pm +++ b/src/network/fortinet/fortiadc/snmp/mode/interfaces.pm @@ -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 diff --git a/src/network/fortinet/fortiadc/snmp/mode/listvirtualservers.pm b/src/network/fortinet/fortiadc/snmp/mode/listvirtualservers.pm index 3431891fc1..4a51ebd8ec 100644 --- a/src/network/fortinet/fortiadc/snmp/mode/listvirtualservers.pm +++ b/src/network/fortinet/fortiadc/snmp/mode/listvirtualservers.pm @@ -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 diff --git a/src/network/fortinet/fortiadc/snmp/mode/memory.pm b/src/network/fortinet/fortiadc/snmp/mode/memory.pm index f924962d89..d88535d805 100644 --- a/src/network/fortinet/fortiadc/snmp/mode/memory.pm +++ b/src/network/fortinet/fortiadc/snmp/mode/memory.pm @@ -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 diff --git a/src/network/fortinet/fortiadc/snmp/mode/security.pm b/src/network/fortinet/fortiadc/snmp/mode/security.pm index 2e809fe906..50af5c8fba 100644 --- a/src/network/fortinet/fortiadc/snmp/mode/security.pm +++ b/src/network/fortinet/fortiadc/snmp/mode/security.pm @@ -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 diff --git a/src/network/fortinet/fortiadc/snmp/mode/uptime.pm b/src/network/fortinet/fortiadc/snmp/mode/uptime.pm index 5398d68740..2ac115bce8 100644 --- a/src/network/fortinet/fortiadc/snmp/mode/uptime.pm +++ b/src/network/fortinet/fortiadc/snmp/mode/uptime.pm @@ -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 diff --git a/src/network/fortinet/fortiadc/snmp/mode/virtualservers.pm b/src/network/fortinet/fortiadc/snmp/mode/virtualservers.pm index 08df6da058..bb740c7e50 100644 --- a/src/network/fortinet/fortiadc/snmp/mode/virtualservers.pm +++ b/src/network/fortinet/fortiadc/snmp/mode/virtualservers.pm @@ -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 diff --git a/src/network/fortinet/fortiadc/snmp/plugin.pm b/src/network/fortinet/fortiadc/snmp/plugin.pm index 000c2d8828..d110e8a233 100644 --- a/src/network/fortinet/fortiadc/snmp/plugin.pm +++ b/src/network/fortinet/fortiadc/snmp/plugin.pm @@ -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 diff --git a/src/network/fortinet/fortiauthenticator/snmp/mode/authenticator.pm b/src/network/fortinet/fortiauthenticator/snmp/mode/authenticator.pm index fec571a1c8..f8670eaafd 100644 --- a/src/network/fortinet/fortiauthenticator/snmp/mode/authenticator.pm +++ b/src/network/fortinet/fortiauthenticator/snmp/mode/authenticator.pm @@ -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 diff --git a/src/network/fortinet/fortiauthenticator/snmp/mode/cpu.pm b/src/network/fortinet/fortiauthenticator/snmp/mode/cpu.pm index 4ed3dc6741..20685b9f4a 100644 --- a/src/network/fortinet/fortiauthenticator/snmp/mode/cpu.pm +++ b/src/network/fortinet/fortiauthenticator/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/fortinet/fortiauthenticator/snmp/mode/disklog.pm b/src/network/fortinet/fortiauthenticator/snmp/mode/disklog.pm index 28e2853e14..b566a8b3b5 100644 --- a/src/network/fortinet/fortiauthenticator/snmp/mode/disklog.pm +++ b/src/network/fortinet/fortiauthenticator/snmp/mode/disklog.pm @@ -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 diff --git a/src/network/fortinet/fortiauthenticator/snmp/mode/ha.pm b/src/network/fortinet/fortiauthenticator/snmp/mode/ha.pm index 6ed968911d..3c8102877a 100644 --- a/src/network/fortinet/fortiauthenticator/snmp/mode/ha.pm +++ b/src/network/fortinet/fortiauthenticator/snmp/mode/ha.pm @@ -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 diff --git a/src/network/fortinet/fortiauthenticator/snmp/mode/memory.pm b/src/network/fortinet/fortiauthenticator/snmp/mode/memory.pm index b1193b5504..0f3087bae1 100644 --- a/src/network/fortinet/fortiauthenticator/snmp/mode/memory.pm +++ b/src/network/fortinet/fortiauthenticator/snmp/mode/memory.pm @@ -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 diff --git a/src/network/fortinet/fortiauthenticator/snmp/plugin.pm b/src/network/fortinet/fortiauthenticator/snmp/plugin.pm index 5fea1f1f8f..653a3966b8 100644 --- a/src/network/fortinet/fortiauthenticator/snmp/plugin.pm +++ b/src/network/fortinet/fortiauthenticator/snmp/plugin.pm @@ -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 diff --git a/src/network/fortinet/fortigate/restapi/custom/api.pm b/src/network/fortinet/fortigate/restapi/custom/api.pm index f89a09d895..d811563706 100644 --- a/src/network/fortinet/fortigate/restapi/custom/api.pm +++ b/src/network/fortinet/fortigate/restapi/custom/api.pm @@ -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 diff --git a/src/network/fortinet/fortigate/restapi/mode/ha.pm b/src/network/fortinet/fortigate/restapi/mode/ha.pm index 868264f3a6..d58c4d3fc9 100644 --- a/src/network/fortinet/fortigate/restapi/mode/ha.pm +++ b/src/network/fortinet/fortigate/restapi/mode/ha.pm @@ -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 diff --git a/src/network/fortinet/fortigate/restapi/mode/health.pm b/src/network/fortinet/fortigate/restapi/mode/health.pm index b0c87835a5..ed6479aa9d 100644 --- a/src/network/fortinet/fortigate/restapi/mode/health.pm +++ b/src/network/fortinet/fortigate/restapi/mode/health.pm @@ -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 diff --git a/src/network/fortinet/fortigate/restapi/mode/licenses.pm b/src/network/fortinet/fortigate/restapi/mode/licenses.pm index 4a4f66d425..54870fe7af 100644 --- a/src/network/fortinet/fortigate/restapi/mode/licenses.pm +++ b/src/network/fortinet/fortigate/restapi/mode/licenses.pm @@ -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 diff --git a/src/network/fortinet/fortigate/restapi/mode/system.pm b/src/network/fortinet/fortigate/restapi/mode/system.pm index 4b43674d98..6cd2872d15 100644 --- a/src/network/fortinet/fortigate/restapi/mode/system.pm +++ b/src/network/fortinet/fortigate/restapi/mode/system.pm @@ -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 diff --git a/src/network/fortinet/fortigate/restapi/plugin.pm b/src/network/fortinet/fortigate/restapi/plugin.pm index 9362d236ee..c8d05fa03b 100644 --- a/src/network/fortinet/fortigate/restapi/plugin.pm +++ b/src/network/fortinet/fortigate/restapi/plugin.pm @@ -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 diff --git a/src/network/fortinet/fortigate/snmp/plugin.pm b/src/network/fortinet/fortigate/snmp/plugin.pm index ef89e93b60..a78b169b2e 100644 --- a/src/network/fortinet/fortigate/snmp/plugin.pm +++ b/src/network/fortinet/fortigate/snmp/plugin.pm @@ -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 diff --git a/src/network/fortinet/fortimail/snmp/mode/cpu.pm b/src/network/fortinet/fortimail/snmp/mode/cpu.pm index cf6dd364d6..75a610ca55 100644 --- a/src/network/fortinet/fortimail/snmp/mode/cpu.pm +++ b/src/network/fortinet/fortimail/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/fortinet/fortimail/snmp/mode/interfaces.pm b/src/network/fortinet/fortimail/snmp/mode/interfaces.pm index 02278f1794..aa68eaa57d 100644 --- a/src/network/fortinet/fortimail/snmp/mode/interfaces.pm +++ b/src/network/fortinet/fortimail/snmp/mode/interfaces.pm @@ -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 diff --git a/src/network/fortinet/fortimail/snmp/mode/uptime.pm b/src/network/fortinet/fortimail/snmp/mode/uptime.pm index df4a9dcfad..7638a1a1be 100644 --- a/src/network/fortinet/fortimail/snmp/mode/uptime.pm +++ b/src/network/fortinet/fortimail/snmp/mode/uptime.pm @@ -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 diff --git a/src/network/fortinet/fortimanager/snmp/mode/cpu.pm b/src/network/fortinet/fortimanager/snmp/mode/cpu.pm index 0d8e686056..e368ae85ad 100644 --- a/src/network/fortinet/fortimanager/snmp/mode/cpu.pm +++ b/src/network/fortinet/fortimanager/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/fortinet/fortimanager/snmp/mode/devicestatus.pm b/src/network/fortinet/fortimanager/snmp/mode/devicestatus.pm index d88e14c8fc..e8d0f5706f 100644 --- a/src/network/fortinet/fortimanager/snmp/mode/devicestatus.pm +++ b/src/network/fortinet/fortimanager/snmp/mode/devicestatus.pm @@ -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 diff --git a/src/network/fortinet/fortimanager/snmp/mode/disk.pm b/src/network/fortinet/fortimanager/snmp/mode/disk.pm index a9b3674402..ad67a4ee56 100644 --- a/src/network/fortinet/fortimanager/snmp/mode/disk.pm +++ b/src/network/fortinet/fortimanager/snmp/mode/disk.pm @@ -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 diff --git a/src/network/fortinet/fortimanager/snmp/mode/memory.pm b/src/network/fortinet/fortimanager/snmp/mode/memory.pm index e61427d7ca..0c13f4c056 100644 --- a/src/network/fortinet/fortimanager/snmp/mode/memory.pm +++ b/src/network/fortinet/fortimanager/snmp/mode/memory.pm @@ -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 diff --git a/src/network/fortinet/fortimanager/snmp/plugin.pm b/src/network/fortinet/fortimanager/snmp/plugin.pm index ce5f8d76bf..0127866b5e 100644 --- a/src/network/fortinet/fortimanager/snmp/plugin.pm +++ b/src/network/fortinet/fortimanager/snmp/plugin.pm @@ -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 diff --git a/src/network/fortinet/fortiswitch/snmp/mode/cpu.pm b/src/network/fortinet/fortiswitch/snmp/mode/cpu.pm index e427cd3fac..278fed2958 100644 --- a/src/network/fortinet/fortiswitch/snmp/mode/cpu.pm +++ b/src/network/fortinet/fortiswitch/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/fortinet/fortiswitch/snmp/mode/disk.pm b/src/network/fortinet/fortiswitch/snmp/mode/disk.pm index 406d9a49d4..b760829d3e 100644 --- a/src/network/fortinet/fortiswitch/snmp/mode/disk.pm +++ b/src/network/fortinet/fortiswitch/snmp/mode/disk.pm @@ -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 diff --git a/src/network/fortinet/fortiswitch/snmp/mode/interfaces.pm b/src/network/fortinet/fortiswitch/snmp/mode/interfaces.pm index fb78bb674e..ec7894bd7a 100644 --- a/src/network/fortinet/fortiswitch/snmp/mode/interfaces.pm +++ b/src/network/fortinet/fortiswitch/snmp/mode/interfaces.pm @@ -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 diff --git a/src/network/fortinet/fortiswitch/snmp/mode/memory.pm b/src/network/fortinet/fortiswitch/snmp/mode/memory.pm index 4f48d56bc8..59f0970221 100644 --- a/src/network/fortinet/fortiswitch/snmp/mode/memory.pm +++ b/src/network/fortinet/fortiswitch/snmp/mode/memory.pm @@ -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 diff --git a/src/network/fortinet/fortiswitch/snmp/mode/uptime.pm b/src/network/fortinet/fortiswitch/snmp/mode/uptime.pm index a5ac7e0c4f..5c613d8c0c 100644 --- a/src/network/fortinet/fortiswitch/snmp/mode/uptime.pm +++ b/src/network/fortinet/fortiswitch/snmp/mode/uptime.pm @@ -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 diff --git a/src/network/fortinet/fortiswitch/snmp/plugin.pm b/src/network/fortinet/fortiswitch/snmp/plugin.pm index 8766ae4489..12d18a3008 100644 --- a/src/network/fortinet/fortiswitch/snmp/plugin.pm +++ b/src/network/fortinet/fortiswitch/snmp/plugin.pm @@ -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 diff --git a/src/network/fortinet/fortiweb/snmp/mode/proxy.pm b/src/network/fortinet/fortiweb/snmp/mode/proxy.pm index 8afa8beac7..f63bcd0cf7 100644 --- a/src/network/fortinet/fortiweb/snmp/mode/proxy.pm +++ b/src/network/fortinet/fortiweb/snmp/mode/proxy.pm @@ -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 diff --git a/src/network/fortinet/fortiweb/snmp/mode/system.pm b/src/network/fortinet/fortiweb/snmp/mode/system.pm index 79a2bfc9f8..85d751872c 100644 --- a/src/network/fortinet/fortiweb/snmp/mode/system.pm +++ b/src/network/fortinet/fortiweb/snmp/mode/system.pm @@ -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 diff --git a/src/network/fortinet/fortiweb/snmp/plugin.pm b/src/network/fortinet/fortiweb/snmp/plugin.pm index dfd8587571..33f7c5b4dc 100644 --- a/src/network/fortinet/fortiweb/snmp/plugin.pm +++ b/src/network/fortinet/fortiweb/snmp/plugin.pm @@ -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 diff --git a/src/network/freebox/restapi/custom/api.pm b/src/network/freebox/restapi/custom/api.pm index 11500e4819..21cbd6fa83 100644 --- a/src/network/freebox/restapi/custom/api.pm +++ b/src/network/freebox/restapi/custom/api.pm @@ -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 diff --git a/src/network/freebox/restapi/mode/dslusage.pm b/src/network/freebox/restapi/mode/dslusage.pm index e5a2f571a8..feb1cf0a68 100644 --- a/src/network/freebox/restapi/mode/dslusage.pm +++ b/src/network/freebox/restapi/mode/dslusage.pm @@ -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 diff --git a/src/network/freebox/restapi/mode/netusage.pm b/src/network/freebox/restapi/mode/netusage.pm index 4e92938f50..5d9c17bfdf 100644 --- a/src/network/freebox/restapi/mode/netusage.pm +++ b/src/network/freebox/restapi/mode/netusage.pm @@ -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 diff --git a/src/network/freebox/restapi/mode/system.pm b/src/network/freebox/restapi/mode/system.pm index 3364126cbd..f174f099f8 100644 --- a/src/network/freebox/restapi/mode/system.pm +++ b/src/network/freebox/restapi/mode/system.pm @@ -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 diff --git a/src/network/freebox/restapi/plugin.pm b/src/network/freebox/restapi/plugin.pm index e55afdfc4c..a329738590 100644 --- a/src/network/freebox/restapi/plugin.pm +++ b/src/network/freebox/restapi/plugin.pm @@ -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 diff --git a/src/network/fritzbox/upnp/custom/soap.pm b/src/network/fritzbox/upnp/custom/soap.pm index c1a2cd5bbe..0c1ecb072b 100644 --- a/src/network/fritzbox/upnp/custom/soap.pm +++ b/src/network/fritzbox/upnp/custom/soap.pm @@ -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 diff --git a/src/network/fritzbox/upnp/mode/system.pm b/src/network/fritzbox/upnp/mode/system.pm index a3ccda3630..32fa7f724b 100644 --- a/src/network/fritzbox/upnp/mode/system.pm +++ b/src/network/fritzbox/upnp/mode/system.pm @@ -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 diff --git a/src/network/fritzbox/upnp/mode/traffic.pm b/src/network/fritzbox/upnp/mode/traffic.pm index b3edcfa6ec..b581f5444d 100644 --- a/src/network/fritzbox/upnp/mode/traffic.pm +++ b/src/network/fritzbox/upnp/mode/traffic.pm @@ -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 diff --git a/src/network/fritzbox/upnp/plugin.pm b/src/network/fritzbox/upnp/plugin.pm index 6411c4a36e..ade8e3c940 100644 --- a/src/network/fritzbox/upnp/plugin.pm +++ b/src/network/fritzbox/upnp/plugin.pm @@ -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 diff --git a/src/network/h3c/snmp/plugin.pm b/src/network/h3c/snmp/plugin.pm index 6d47c03afb..a717e403ee 100644 --- a/src/network/h3c/snmp/plugin.pm +++ b/src/network/h3c/snmp/plugin.pm @@ -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 diff --git a/src/network/hirschmann/standard/snmp/mode/components/fan.pm b/src/network/hirschmann/standard/snmp/mode/components/fan.pm index 7fbdd6acef..7ccf307558 100644 --- a/src/network/hirschmann/standard/snmp/mode/components/fan.pm +++ b/src/network/hirschmann/standard/snmp/mode/components/fan.pm @@ -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 diff --git a/src/network/hirschmann/standard/snmp/mode/components/led.pm b/src/network/hirschmann/standard/snmp/mode/components/led.pm index cc860d3e57..9cf1302656 100644 --- a/src/network/hirschmann/standard/snmp/mode/components/led.pm +++ b/src/network/hirschmann/standard/snmp/mode/components/led.pm @@ -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 diff --git a/src/network/hirschmann/standard/snmp/mode/components/psu.pm b/src/network/hirschmann/standard/snmp/mode/components/psu.pm index db231ce7ec..71e4f583cf 100644 --- a/src/network/hirschmann/standard/snmp/mode/components/psu.pm +++ b/src/network/hirschmann/standard/snmp/mode/components/psu.pm @@ -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 diff --git a/src/network/hirschmann/standard/snmp/mode/components/temperature.pm b/src/network/hirschmann/standard/snmp/mode/components/temperature.pm index a6452ebac9..9235eefd8e 100644 --- a/src/network/hirschmann/standard/snmp/mode/components/temperature.pm +++ b/src/network/hirschmann/standard/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/network/hirschmann/standard/snmp/mode/configuration.pm b/src/network/hirschmann/standard/snmp/mode/configuration.pm index 44db5cd6db..54f54772b3 100644 --- a/src/network/hirschmann/standard/snmp/mode/configuration.pm +++ b/src/network/hirschmann/standard/snmp/mode/configuration.pm @@ -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 diff --git a/src/network/hirschmann/standard/snmp/mode/cpu.pm b/src/network/hirschmann/standard/snmp/mode/cpu.pm index ece1e092fd..1bb1d0156e 100644 --- a/src/network/hirschmann/standard/snmp/mode/cpu.pm +++ b/src/network/hirschmann/standard/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/hirschmann/standard/snmp/mode/hardware.pm b/src/network/hirschmann/standard/snmp/mode/hardware.pm index 25f6bb4cb5..261310ca10 100644 --- a/src/network/hirschmann/standard/snmp/mode/hardware.pm +++ b/src/network/hirschmann/standard/snmp/mode/hardware.pm @@ -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 diff --git a/src/network/hirschmann/standard/snmp/mode/memory.pm b/src/network/hirschmann/standard/snmp/mode/memory.pm index 15ed9d5348..ad500fa3a4 100644 --- a/src/network/hirschmann/standard/snmp/mode/memory.pm +++ b/src/network/hirschmann/standard/snmp/mode/memory.pm @@ -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 diff --git a/src/network/hirschmann/standard/snmp/mode/processcount.pm b/src/network/hirschmann/standard/snmp/mode/processcount.pm index 906765f5fe..89fc67498a 100644 --- a/src/network/hirschmann/standard/snmp/mode/processcount.pm +++ b/src/network/hirschmann/standard/snmp/mode/processcount.pm @@ -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 diff --git a/src/network/hirschmann/standard/snmp/plugin.pm b/src/network/hirschmann/standard/snmp/plugin.pm index 0650eceaac..5934801cd4 100644 --- a/src/network/hirschmann/standard/snmp/plugin.pm +++ b/src/network/hirschmann/standard/snmp/plugin.pm @@ -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 diff --git a/src/network/hp/moonshot/snmp/mode/cpu.pm b/src/network/hp/moonshot/snmp/mode/cpu.pm index 0611f6f373..7dea63ca77 100644 --- a/src/network/hp/moonshot/snmp/mode/cpu.pm +++ b/src/network/hp/moonshot/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/hp/moonshot/snmp/mode/interfaces.pm b/src/network/hp/moonshot/snmp/mode/interfaces.pm index 1e1cd35d36..08042c644b 100644 --- a/src/network/hp/moonshot/snmp/mode/interfaces.pm +++ b/src/network/hp/moonshot/snmp/mode/interfaces.pm @@ -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 diff --git a/src/network/hp/moonshot/snmp/mode/memory.pm b/src/network/hp/moonshot/snmp/mode/memory.pm index d1e9bda276..4e1bd46ddc 100644 --- a/src/network/hp/moonshot/snmp/mode/memory.pm +++ b/src/network/hp/moonshot/snmp/mode/memory.pm @@ -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 diff --git a/src/network/hp/moonshot/snmp/plugin.pm b/src/network/hp/moonshot/snmp/plugin.pm index a4b7cd8517..564020d677 100644 --- a/src/network/hp/moonshot/snmp/plugin.pm +++ b/src/network/hp/moonshot/snmp/plugin.pm @@ -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 diff --git a/src/network/hp/procurve/snmp/mode/components/fan.pm b/src/network/hp/procurve/snmp/mode/components/fan.pm index 36bf6437b4..7ced822c7e 100644 --- a/src/network/hp/procurve/snmp/mode/components/fan.pm +++ b/src/network/hp/procurve/snmp/mode/components/fan.pm @@ -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 diff --git a/src/network/hp/procurve/snmp/mode/components/psu.pm b/src/network/hp/procurve/snmp/mode/components/psu.pm index cab0b4cf5b..040448182c 100644 --- a/src/network/hp/procurve/snmp/mode/components/psu.pm +++ b/src/network/hp/procurve/snmp/mode/components/psu.pm @@ -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 diff --git a/src/network/hp/procurve/snmp/mode/components/sensor.pm b/src/network/hp/procurve/snmp/mode/components/sensor.pm index 403f704f3a..bb52d79169 100644 --- a/src/network/hp/procurve/snmp/mode/components/sensor.pm +++ b/src/network/hp/procurve/snmp/mode/components/sensor.pm @@ -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 diff --git a/src/network/hp/procurve/snmp/mode/components/temperature.pm b/src/network/hp/procurve/snmp/mode/components/temperature.pm index ee58d80d7d..5a7025505c 100644 --- a/src/network/hp/procurve/snmp/mode/components/temperature.pm +++ b/src/network/hp/procurve/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/network/hp/procurve/snmp/mode/cpu.pm b/src/network/hp/procurve/snmp/mode/cpu.pm index 3782e86b95..5c11c2f9eb 100644 --- a/src/network/hp/procurve/snmp/mode/cpu.pm +++ b/src/network/hp/procurve/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/hp/procurve/snmp/mode/environment.pm b/src/network/hp/procurve/snmp/mode/environment.pm index 890558a114..6df7600e87 100644 --- a/src/network/hp/procurve/snmp/mode/environment.pm +++ b/src/network/hp/procurve/snmp/mode/environment.pm @@ -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 diff --git a/src/network/hp/procurve/snmp/mode/interfaces.pm b/src/network/hp/procurve/snmp/mode/interfaces.pm index 8c8ecd402b..22c9b62b0d 100644 --- a/src/network/hp/procurve/snmp/mode/interfaces.pm +++ b/src/network/hp/procurve/snmp/mode/interfaces.pm @@ -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 diff --git a/src/network/hp/procurve/snmp/mode/memory.pm b/src/network/hp/procurve/snmp/mode/memory.pm index edcf4e495e..db9ca02786 100644 --- a/src/network/hp/procurve/snmp/mode/memory.pm +++ b/src/network/hp/procurve/snmp/mode/memory.pm @@ -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 diff --git a/src/network/hp/procurve/snmp/mode/virtualchassis.pm b/src/network/hp/procurve/snmp/mode/virtualchassis.pm index 4a01b1e5e7..38c8abec9c 100644 --- a/src/network/hp/procurve/snmp/mode/virtualchassis.pm +++ b/src/network/hp/procurve/snmp/mode/virtualchassis.pm @@ -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 diff --git a/src/network/hp/procurve/snmp/plugin.pm b/src/network/hp/procurve/snmp/plugin.pm index 68f98d7b91..3a4116a012 100644 --- a/src/network/hp/procurve/snmp/plugin.pm +++ b/src/network/hp/procurve/snmp/plugin.pm @@ -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 diff --git a/src/network/hp/standard/snmp/plugin.pm b/src/network/hp/standard/snmp/plugin.pm index 1b4a4b7a66..f33f402637 100644 --- a/src/network/hp/standard/snmp/plugin.pm +++ b/src/network/hp/standard/snmp/plugin.pm @@ -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 diff --git a/src/network/hp/vc/snmp/mode/components/domain.pm b/src/network/hp/vc/snmp/mode/components/domain.pm index 01a4c0a62a..80c498ec37 100644 --- a/src/network/hp/vc/snmp/mode/components/domain.pm +++ b/src/network/hp/vc/snmp/mode/components/domain.pm @@ -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 diff --git a/src/network/hp/vc/snmp/mode/components/enclosure.pm b/src/network/hp/vc/snmp/mode/components/enclosure.pm index 078cce081b..45aff5f51d 100644 --- a/src/network/hp/vc/snmp/mode/components/enclosure.pm +++ b/src/network/hp/vc/snmp/mode/components/enclosure.pm @@ -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 diff --git a/src/network/hp/vc/snmp/mode/components/enet.pm b/src/network/hp/vc/snmp/mode/components/enet.pm index 91c2b95b2c..883ad71a09 100644 --- a/src/network/hp/vc/snmp/mode/components/enet.pm +++ b/src/network/hp/vc/snmp/mode/components/enet.pm @@ -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 diff --git a/src/network/hp/vc/snmp/mode/components/fc.pm b/src/network/hp/vc/snmp/mode/components/fc.pm index 1917d78f31..719ee8b6f0 100644 --- a/src/network/hp/vc/snmp/mode/components/fc.pm +++ b/src/network/hp/vc/snmp/mode/components/fc.pm @@ -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 diff --git a/src/network/hp/vc/snmp/mode/components/module.pm b/src/network/hp/vc/snmp/mode/components/module.pm index ea2748578d..0d4ec9ac8d 100644 --- a/src/network/hp/vc/snmp/mode/components/module.pm +++ b/src/network/hp/vc/snmp/mode/components/module.pm @@ -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 diff --git a/src/network/hp/vc/snmp/mode/components/moduleport.pm b/src/network/hp/vc/snmp/mode/components/moduleport.pm index def2f92f54..7509c1b84d 100644 --- a/src/network/hp/vc/snmp/mode/components/moduleport.pm +++ b/src/network/hp/vc/snmp/mode/components/moduleport.pm @@ -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 diff --git a/src/network/hp/vc/snmp/mode/components/physicalserver.pm b/src/network/hp/vc/snmp/mode/components/physicalserver.pm index f057b1118a..8bd442c853 100644 --- a/src/network/hp/vc/snmp/mode/components/physicalserver.pm +++ b/src/network/hp/vc/snmp/mode/components/physicalserver.pm @@ -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 diff --git a/src/network/hp/vc/snmp/mode/components/port.pm b/src/network/hp/vc/snmp/mode/components/port.pm index b5cb8e761f..76b1f64d8c 100644 --- a/src/network/hp/vc/snmp/mode/components/port.pm +++ b/src/network/hp/vc/snmp/mode/components/port.pm @@ -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 diff --git a/src/network/hp/vc/snmp/mode/components/profile.pm b/src/network/hp/vc/snmp/mode/components/profile.pm index 40bb81d041..5a4d3af486 100644 --- a/src/network/hp/vc/snmp/mode/components/profile.pm +++ b/src/network/hp/vc/snmp/mode/components/profile.pm @@ -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 diff --git a/src/network/hp/vc/snmp/mode/components/resources.pm b/src/network/hp/vc/snmp/mode/components/resources.pm index 33cbe58082..153f51c95c 100644 --- a/src/network/hp/vc/snmp/mode/components/resources.pm +++ b/src/network/hp/vc/snmp/mode/components/resources.pm @@ -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 diff --git a/src/network/hp/vc/snmp/mode/hardware.pm b/src/network/hp/vc/snmp/mode/hardware.pm index 6b87f5f192..d74e3dc1da 100644 --- a/src/network/hp/vc/snmp/mode/hardware.pm +++ b/src/network/hp/vc/snmp/mode/hardware.pm @@ -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 diff --git a/src/network/hp/vc/snmp/plugin.pm b/src/network/hp/vc/snmp/plugin.pm index 1f98590ace..fe26f28558 100644 --- a/src/network/hp/vc/snmp/plugin.pm +++ b/src/network/hp/vc/snmp/plugin.pm @@ -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 diff --git a/src/network/huawei/snmp/mode/components/fan.pm b/src/network/huawei/snmp/mode/components/fan.pm index 47278f1977..7961d6409c 100644 --- a/src/network/huawei/snmp/mode/components/fan.pm +++ b/src/network/huawei/snmp/mode/components/fan.pm @@ -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 diff --git a/src/network/huawei/snmp/mode/components/temperature.pm b/src/network/huawei/snmp/mode/components/temperature.pm index 3ca3119d1b..70d60fac46 100644 --- a/src/network/huawei/snmp/mode/components/temperature.pm +++ b/src/network/huawei/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/network/huawei/snmp/mode/cpu.pm b/src/network/huawei/snmp/mode/cpu.pm index 3fcc3cbea8..bd1abd7242 100644 --- a/src/network/huawei/snmp/mode/cpu.pm +++ b/src/network/huawei/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/huawei/snmp/mode/hardware.pm b/src/network/huawei/snmp/mode/hardware.pm index a5c170d752..6910fe3df8 100644 --- a/src/network/huawei/snmp/mode/hardware.pm +++ b/src/network/huawei/snmp/mode/hardware.pm @@ -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 diff --git a/src/network/huawei/snmp/mode/interfaces.pm b/src/network/huawei/snmp/mode/interfaces.pm index bdc928165f..fabb78c210 100644 --- a/src/network/huawei/snmp/mode/interfaces.pm +++ b/src/network/huawei/snmp/mode/interfaces.pm @@ -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 diff --git a/src/network/huawei/snmp/mode/memory.pm b/src/network/huawei/snmp/mode/memory.pm index 121e5c99ff..e24cbc25b0 100644 --- a/src/network/huawei/snmp/mode/memory.pm +++ b/src/network/huawei/snmp/mode/memory.pm @@ -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 diff --git a/src/network/huawei/snmp/plugin.pm b/src/network/huawei/snmp/plugin.pm index d458190a58..ddae62efac 100644 --- a/src/network/huawei/snmp/plugin.pm +++ b/src/network/huawei/snmp/plugin.pm @@ -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 diff --git a/src/network/ibm/bladecenter/snmp/plugin.pm b/src/network/ibm/bladecenter/snmp/plugin.pm index e8e1c2f720..20dfaba855 100644 --- a/src/network/ibm/bladecenter/snmp/plugin.pm +++ b/src/network/ibm/bladecenter/snmp/plugin.pm @@ -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 diff --git a/src/network/infoblox/snmp/mode/dhcpusage.pm b/src/network/infoblox/snmp/mode/dhcpusage.pm index 863a19b826..f598a98140 100644 --- a/src/network/infoblox/snmp/mode/dhcpusage.pm +++ b/src/network/infoblox/snmp/mode/dhcpusage.pm @@ -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 diff --git a/src/network/infoblox/snmp/mode/dnsusage.pm b/src/network/infoblox/snmp/mode/dnsusage.pm index bfdcf11f19..687472d97d 100644 --- a/src/network/infoblox/snmp/mode/dnsusage.pm +++ b/src/network/infoblox/snmp/mode/dnsusage.pm @@ -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 diff --git a/src/network/infoblox/snmp/mode/listdhcpsubnets.pm b/src/network/infoblox/snmp/mode/listdhcpsubnets.pm index 273f53d48c..c3df6a2927 100644 --- a/src/network/infoblox/snmp/mode/listdhcpsubnets.pm +++ b/src/network/infoblox/snmp/mode/listdhcpsubnets.pm @@ -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 diff --git a/src/network/infoblox/snmp/mode/services.pm b/src/network/infoblox/snmp/mode/services.pm index 4ffc4da0c8..8fc55ac1da 100644 --- a/src/network/infoblox/snmp/mode/services.pm +++ b/src/network/infoblox/snmp/mode/services.pm @@ -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 diff --git a/src/network/infoblox/snmp/mode/system.pm b/src/network/infoblox/snmp/mode/system.pm index dfa7334c49..2bdb2ac0be 100644 --- a/src/network/infoblox/snmp/mode/system.pm +++ b/src/network/infoblox/snmp/mode/system.pm @@ -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 diff --git a/src/network/infoblox/snmp/plugin.pm b/src/network/infoblox/snmp/plugin.pm index 82c6acba9f..86d84f70b8 100644 --- a/src/network/infoblox/snmp/plugin.pm +++ b/src/network/infoblox/snmp/plugin.pm @@ -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 diff --git a/src/network/juniper/common/ive/mode/cpu.pm b/src/network/juniper/common/ive/mode/cpu.pm index 8727823f9b..f8c84b527d 100644 --- a/src/network/juniper/common/ive/mode/cpu.pm +++ b/src/network/juniper/common/ive/mode/cpu.pm @@ -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 diff --git a/src/network/juniper/common/ive/mode/disk.pm b/src/network/juniper/common/ive/mode/disk.pm index 797513d655..a790e96e57 100644 --- a/src/network/juniper/common/ive/mode/disk.pm +++ b/src/network/juniper/common/ive/mode/disk.pm @@ -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 diff --git a/src/network/juniper/common/ive/mode/logfile.pm b/src/network/juniper/common/ive/mode/logfile.pm index 8c279b56ce..8b9eb1c807 100644 --- a/src/network/juniper/common/ive/mode/logfile.pm +++ b/src/network/juniper/common/ive/mode/logfile.pm @@ -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 diff --git a/src/network/juniper/common/ive/mode/users.pm b/src/network/juniper/common/ive/mode/users.pm index cd8e85d979..8b529db8a0 100644 --- a/src/network/juniper/common/ive/mode/users.pm +++ b/src/network/juniper/common/ive/mode/users.pm @@ -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 diff --git a/src/network/juniper/common/junos/mode/bgppeerprefixstatistics.pm b/src/network/juniper/common/junos/mode/bgppeerprefixstatistics.pm index 13a70f0911..080fa74310 100644 --- a/src/network/juniper/common/junos/mode/bgppeerprefixstatistics.pm +++ b/src/network/juniper/common/junos/mode/bgppeerprefixstatistics.pm @@ -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 diff --git a/src/network/juniper/common/junos/mode/bgppeerstate.pm b/src/network/juniper/common/junos/mode/bgppeerstate.pm index b0a858245a..ae79b819bd 100644 --- a/src/network/juniper/common/junos/mode/bgppeerstate.pm +++ b/src/network/juniper/common/junos/mode/bgppeerstate.pm @@ -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 diff --git a/src/network/juniper/common/junos/mode/components/alarm.pm b/src/network/juniper/common/junos/mode/components/alarm.pm index 29136b6ebc..da5a9dfd90 100644 --- a/src/network/juniper/common/junos/mode/components/alarm.pm +++ b/src/network/juniper/common/junos/mode/components/alarm.pm @@ -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 diff --git a/src/network/juniper/common/junos/mode/components/fru.pm b/src/network/juniper/common/junos/mode/components/fru.pm index cae7aaf54b..540de8e6f4 100644 --- a/src/network/juniper/common/junos/mode/components/fru.pm +++ b/src/network/juniper/common/junos/mode/components/fru.pm @@ -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 diff --git a/src/network/juniper/common/junos/mode/components/operating.pm b/src/network/juniper/common/junos/mode/components/operating.pm index 7fc63592b3..fc915a7380 100644 --- a/src/network/juniper/common/junos/mode/components/operating.pm +++ b/src/network/juniper/common/junos/mode/components/operating.pm @@ -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 diff --git a/src/network/juniper/common/junos/mode/cos.pm b/src/network/juniper/common/junos/mode/cos.pm index c7b275058a..c78da74544 100644 --- a/src/network/juniper/common/junos/mode/cos.pm +++ b/src/network/juniper/common/junos/mode/cos.pm @@ -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 diff --git a/src/network/juniper/common/junos/mode/cpsessions.pm b/src/network/juniper/common/junos/mode/cpsessions.pm index dad4a9cddc..270e88ddfb 100644 --- a/src/network/juniper/common/junos/mode/cpsessions.pm +++ b/src/network/juniper/common/junos/mode/cpsessions.pm @@ -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 diff --git a/src/network/juniper/common/junos/mode/cpu.pm b/src/network/juniper/common/junos/mode/cpu.pm index 1dc01ee400..0dc5d117cf 100644 --- a/src/network/juniper/common/junos/mode/cpu.pm +++ b/src/network/juniper/common/junos/mode/cpu.pm @@ -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 diff --git a/src/network/juniper/common/junos/mode/cpuforwarding.pm b/src/network/juniper/common/junos/mode/cpuforwarding.pm index 20706b6a10..16305466bb 100644 --- a/src/network/juniper/common/junos/mode/cpuforwarding.pm +++ b/src/network/juniper/common/junos/mode/cpuforwarding.pm @@ -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 diff --git a/src/network/juniper/common/junos/mode/flowsessions.pm b/src/network/juniper/common/junos/mode/flowsessions.pm index bcbca2ef16..3eff4bb1f7 100644 --- a/src/network/juniper/common/junos/mode/flowsessions.pm +++ b/src/network/juniper/common/junos/mode/flowsessions.pm @@ -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 diff --git a/src/network/juniper/common/junos/mode/hardware.pm b/src/network/juniper/common/junos/mode/hardware.pm index 0e5a4f0899..9306ec40ea 100644 --- a/src/network/juniper/common/junos/mode/hardware.pm +++ b/src/network/juniper/common/junos/mode/hardware.pm @@ -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 diff --git a/src/network/juniper/common/junos/mode/interfaces.pm b/src/network/juniper/common/junos/mode/interfaces.pm index 2b7ef8972e..40340eb3c3 100644 --- a/src/network/juniper/common/junos/mode/interfaces.pm +++ b/src/network/juniper/common/junos/mode/interfaces.pm @@ -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 diff --git a/src/network/juniper/common/junos/mode/ipsectunnel.pm b/src/network/juniper/common/junos/mode/ipsectunnel.pm index c363cf261a..2f8e12ba9d 100644 --- a/src/network/juniper/common/junos/mode/ipsectunnel.pm +++ b/src/network/juniper/common/junos/mode/ipsectunnel.pm @@ -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 diff --git a/src/network/juniper/common/junos/mode/ldpsessionstatus.pm b/src/network/juniper/common/junos/mode/ldpsessionstatus.pm index d2de303708..5f2dbf6359 100644 --- a/src/network/juniper/common/junos/mode/ldpsessionstatus.pm +++ b/src/network/juniper/common/junos/mode/ldpsessionstatus.pm @@ -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 diff --git a/src/network/juniper/common/junos/mode/listbgppeers.pm b/src/network/juniper/common/junos/mode/listbgppeers.pm index 25525295d1..bd926d16fc 100644 --- a/src/network/juniper/common/junos/mode/listbgppeers.pm +++ b/src/network/juniper/common/junos/mode/listbgppeers.pm @@ -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 diff --git a/src/network/juniper/common/junos/mode/lspstatus.pm b/src/network/juniper/common/junos/mode/lspstatus.pm index c476e422e2..608b53577f 100644 --- a/src/network/juniper/common/junos/mode/lspstatus.pm +++ b/src/network/juniper/common/junos/mode/lspstatus.pm @@ -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 diff --git a/src/network/juniper/common/junos/mode/memory.pm b/src/network/juniper/common/junos/mode/memory.pm index 967d757a77..06ca90b642 100644 --- a/src/network/juniper/common/junos/mode/memory.pm +++ b/src/network/juniper/common/junos/mode/memory.pm @@ -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 diff --git a/src/network/juniper/common/junos/mode/memoryforwarding.pm b/src/network/juniper/common/junos/mode/memoryforwarding.pm index c4203b6039..f0951c4be6 100644 --- a/src/network/juniper/common/junos/mode/memoryforwarding.pm +++ b/src/network/juniper/common/junos/mode/memoryforwarding.pm @@ -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 diff --git a/src/network/juniper/common/junos/mode/rsvpsessionstatus.pm b/src/network/juniper/common/junos/mode/rsvpsessionstatus.pm index f7da3e7a7f..2addee6140 100644 --- a/src/network/juniper/common/junos/mode/rsvpsessionstatus.pm +++ b/src/network/juniper/common/junos/mode/rsvpsessionstatus.pm @@ -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 diff --git a/src/network/juniper/common/junos/mode/stack.pm b/src/network/juniper/common/junos/mode/stack.pm index 137fbbda2f..5a76cba2b4 100644 --- a/src/network/juniper/common/junos/mode/stack.pm +++ b/src/network/juniper/common/junos/mode/stack.pm @@ -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 diff --git a/src/network/juniper/common/screenos/snmp/mode/components/fan.pm b/src/network/juniper/common/screenos/snmp/mode/components/fan.pm index 953d563ab7..30dd459779 100644 --- a/src/network/juniper/common/screenos/snmp/mode/components/fan.pm +++ b/src/network/juniper/common/screenos/snmp/mode/components/fan.pm @@ -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 diff --git a/src/network/juniper/common/screenos/snmp/mode/components/module.pm b/src/network/juniper/common/screenos/snmp/mode/components/module.pm index 67a1d2622b..9566d968fb 100644 --- a/src/network/juniper/common/screenos/snmp/mode/components/module.pm +++ b/src/network/juniper/common/screenos/snmp/mode/components/module.pm @@ -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 diff --git a/src/network/juniper/common/screenos/snmp/mode/components/psu.pm b/src/network/juniper/common/screenos/snmp/mode/components/psu.pm index 6d26b410d7..6d35048bbd 100644 --- a/src/network/juniper/common/screenos/snmp/mode/components/psu.pm +++ b/src/network/juniper/common/screenos/snmp/mode/components/psu.pm @@ -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 diff --git a/src/network/juniper/common/screenos/snmp/mode/components/temperature.pm b/src/network/juniper/common/screenos/snmp/mode/components/temperature.pm index 63c330c422..8531fc0cde 100644 --- a/src/network/juniper/common/screenos/snmp/mode/components/temperature.pm +++ b/src/network/juniper/common/screenos/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/network/juniper/common/screenos/snmp/mode/cpu.pm b/src/network/juniper/common/screenos/snmp/mode/cpu.pm index 3c2e6cae97..545636a54d 100644 --- a/src/network/juniper/common/screenos/snmp/mode/cpu.pm +++ b/src/network/juniper/common/screenos/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/juniper/common/screenos/snmp/mode/hardware.pm b/src/network/juniper/common/screenos/snmp/mode/hardware.pm index c54ff1f7bf..605226010b 100644 --- a/src/network/juniper/common/screenos/snmp/mode/hardware.pm +++ b/src/network/juniper/common/screenos/snmp/mode/hardware.pm @@ -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 diff --git a/src/network/juniper/common/screenos/snmp/mode/listvpn.pm b/src/network/juniper/common/screenos/snmp/mode/listvpn.pm index c8276a9396..ecf25eb2ee 100644 --- a/src/network/juniper/common/screenos/snmp/mode/listvpn.pm +++ b/src/network/juniper/common/screenos/snmp/mode/listvpn.pm @@ -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 diff --git a/src/network/juniper/common/screenos/snmp/mode/memory.pm b/src/network/juniper/common/screenos/snmp/mode/memory.pm index 02e7211e7a..16d0ac10f9 100644 --- a/src/network/juniper/common/screenos/snmp/mode/memory.pm +++ b/src/network/juniper/common/screenos/snmp/mode/memory.pm @@ -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 diff --git a/src/network/juniper/common/screenos/snmp/mode/nsrp.pm b/src/network/juniper/common/screenos/snmp/mode/nsrp.pm index 2799c0126d..a46dc24a3d 100644 --- a/src/network/juniper/common/screenos/snmp/mode/nsrp.pm +++ b/src/network/juniper/common/screenos/snmp/mode/nsrp.pm @@ -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 diff --git a/src/network/juniper/common/screenos/snmp/mode/sessions.pm b/src/network/juniper/common/screenos/snmp/mode/sessions.pm index 43538acf81..a4be89cd44 100644 --- a/src/network/juniper/common/screenos/snmp/mode/sessions.pm +++ b/src/network/juniper/common/screenos/snmp/mode/sessions.pm @@ -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 diff --git a/src/network/juniper/common/screenos/snmp/mode/vpnstatus.pm b/src/network/juniper/common/screenos/snmp/mode/vpnstatus.pm index 979c189402..69e81068cc 100644 --- a/src/network/juniper/common/screenos/snmp/mode/vpnstatus.pm +++ b/src/network/juniper/common/screenos/snmp/mode/vpnstatus.pm @@ -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 diff --git a/src/network/juniper/common/screenos/snmp/mode/vpnusage.pm b/src/network/juniper/common/screenos/snmp/mode/vpnusage.pm index 68ba47dffa..fa5ca6c3ce 100644 --- a/src/network/juniper/common/screenos/snmp/mode/vpnusage.pm +++ b/src/network/juniper/common/screenos/snmp/mode/vpnusage.pm @@ -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 diff --git a/src/network/juniper/ex/plugin.pm b/src/network/juniper/ex/plugin.pm index 077f04926a..9556a4e6ff 100644 --- a/src/network/juniper/ex/plugin.pm +++ b/src/network/juniper/ex/plugin.pm @@ -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 diff --git a/src/network/juniper/ggsn/mode/apnstats.pm b/src/network/juniper/ggsn/mode/apnstats.pm index 528f3cd8f0..b4079d07c5 100644 --- a/src/network/juniper/ggsn/mode/apnstats.pm +++ b/src/network/juniper/ggsn/mode/apnstats.pm @@ -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 diff --git a/src/network/juniper/ggsn/mode/globalstats.pm b/src/network/juniper/ggsn/mode/globalstats.pm index 331c3a7846..785f271295 100644 --- a/src/network/juniper/ggsn/mode/globalstats.pm +++ b/src/network/juniper/ggsn/mode/globalstats.pm @@ -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 diff --git a/src/network/juniper/ggsn/plugin.pm b/src/network/juniper/ggsn/plugin.pm index 4794e8e2ad..0d248fa2ac 100644 --- a/src/network/juniper/ggsn/plugin.pm +++ b/src/network/juniper/ggsn/plugin.pm @@ -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 diff --git a/src/network/juniper/isg/snmp/plugin.pm b/src/network/juniper/isg/snmp/plugin.pm index 19e72f9830..a3db3efb8b 100644 --- a/src/network/juniper/isg/snmp/plugin.pm +++ b/src/network/juniper/isg/snmp/plugin.pm @@ -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 diff --git a/src/network/juniper/mag/mode/bladetemperature.pm b/src/network/juniper/mag/mode/bladetemperature.pm index 19a13a9359..58d121a18f 100644 --- a/src/network/juniper/mag/mode/bladetemperature.pm +++ b/src/network/juniper/mag/mode/bladetemperature.pm @@ -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 diff --git a/src/network/juniper/mag/plugin.pm b/src/network/juniper/mag/plugin.pm index da962c6fb9..9fe2558c1d 100644 --- a/src/network/juniper/mag/plugin.pm +++ b/src/network/juniper/mag/plugin.pm @@ -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 diff --git a/src/network/juniper/mseries/plugin.pm b/src/network/juniper/mseries/plugin.pm index 01042aadc5..76707a4bb4 100644 --- a/src/network/juniper/mseries/plugin.pm +++ b/src/network/juniper/mseries/plugin.pm @@ -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 diff --git a/src/network/juniper/sa/plugin.pm b/src/network/juniper/sa/plugin.pm index 7bdf7719fd..2d83780b63 100644 --- a/src/network/juniper/sa/plugin.pm +++ b/src/network/juniper/sa/plugin.pm @@ -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 diff --git a/src/network/juniper/srx/plugin.pm b/src/network/juniper/srx/plugin.pm index 71c84f19fb..84f717786a 100644 --- a/src/network/juniper/srx/plugin.pm +++ b/src/network/juniper/srx/plugin.pm @@ -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 diff --git a/src/network/juniper/ssg/snmp/plugin.pm b/src/network/juniper/ssg/snmp/plugin.pm index 4069413b6a..7765211881 100644 --- a/src/network/juniper/ssg/snmp/plugin.pm +++ b/src/network/juniper/ssg/snmp/plugin.pm @@ -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 diff --git a/src/network/kemp/snmp/mode/hastatus.pm b/src/network/kemp/snmp/mode/hastatus.pm index 7087602951..b300e755f3 100644 --- a/src/network/kemp/snmp/mode/hastatus.pm +++ b/src/network/kemp/snmp/mode/hastatus.pm @@ -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 diff --git a/src/network/kemp/snmp/mode/listvs.pm b/src/network/kemp/snmp/mode/listvs.pm index 5d53e8ffa4..5786c2eea7 100644 --- a/src/network/kemp/snmp/mode/listvs.pm +++ b/src/network/kemp/snmp/mode/listvs.pm @@ -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 diff --git a/src/network/kemp/snmp/mode/rsstatus.pm b/src/network/kemp/snmp/mode/rsstatus.pm index 3b072cc4ed..3f19e3321e 100644 --- a/src/network/kemp/snmp/mode/rsstatus.pm +++ b/src/network/kemp/snmp/mode/rsstatus.pm @@ -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 diff --git a/src/network/kemp/snmp/mode/vsstatus.pm b/src/network/kemp/snmp/mode/vsstatus.pm index f9cd821416..4207d03c6b 100644 --- a/src/network/kemp/snmp/mode/vsstatus.pm +++ b/src/network/kemp/snmp/mode/vsstatus.pm @@ -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 diff --git a/src/network/kemp/snmp/plugin.pm b/src/network/kemp/snmp/plugin.pm index 9a360be8af..fa4f65911b 100644 --- a/src/network/kemp/snmp/plugin.pm +++ b/src/network/kemp/snmp/plugin.pm @@ -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 diff --git a/src/network/keysight/nvos/restapi/custom/api.pm b/src/network/keysight/nvos/restapi/custom/api.pm index 5495efaee1..9988f18b27 100644 --- a/src/network/keysight/nvos/restapi/custom/api.pm +++ b/src/network/keysight/nvos/restapi/custom/api.pm @@ -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 diff --git a/src/network/keysight/nvos/restapi/mode/dynamicfilters.pm b/src/network/keysight/nvos/restapi/mode/dynamicfilters.pm index 3c5034cfd3..e54831327c 100644 --- a/src/network/keysight/nvos/restapi/mode/dynamicfilters.pm +++ b/src/network/keysight/nvos/restapi/mode/dynamicfilters.pm @@ -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 diff --git a/src/network/keysight/nvos/restapi/mode/hardware.pm b/src/network/keysight/nvos/restapi/mode/hardware.pm index 2bc9dc038f..59ab17e86d 100644 --- a/src/network/keysight/nvos/restapi/mode/hardware.pm +++ b/src/network/keysight/nvos/restapi/mode/hardware.pm @@ -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 diff --git a/src/network/keysight/nvos/restapi/mode/listdynamicfilters.pm b/src/network/keysight/nvos/restapi/mode/listdynamicfilters.pm index ce27dc6651..a2b85982be 100644 --- a/src/network/keysight/nvos/restapi/mode/listdynamicfilters.pm +++ b/src/network/keysight/nvos/restapi/mode/listdynamicfilters.pm @@ -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 diff --git a/src/network/keysight/nvos/restapi/mode/listports.pm b/src/network/keysight/nvos/restapi/mode/listports.pm index b209c93791..7e25ec011b 100644 --- a/src/network/keysight/nvos/restapi/mode/listports.pm +++ b/src/network/keysight/nvos/restapi/mode/listports.pm @@ -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 diff --git a/src/network/keysight/nvos/restapi/mode/ports.pm b/src/network/keysight/nvos/restapi/mode/ports.pm index 052e8ae0c3..bf3cf19756 100644 --- a/src/network/keysight/nvos/restapi/mode/ports.pm +++ b/src/network/keysight/nvos/restapi/mode/ports.pm @@ -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 diff --git a/src/network/keysight/nvos/restapi/mode/time.pm b/src/network/keysight/nvos/restapi/mode/time.pm index b27d45b140..076a39c284 100644 --- a/src/network/keysight/nvos/restapi/mode/time.pm +++ b/src/network/keysight/nvos/restapi/mode/time.pm @@ -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 diff --git a/src/network/keysight/nvos/restapi/mode/uptime.pm b/src/network/keysight/nvos/restapi/mode/uptime.pm index 1e0faf6e8d..2be9fa50d8 100644 --- a/src/network/keysight/nvos/restapi/mode/uptime.pm +++ b/src/network/keysight/nvos/restapi/mode/uptime.pm @@ -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 diff --git a/src/network/keysight/nvos/restapi/plugin.pm b/src/network/keysight/nvos/restapi/plugin.pm index 47e6b70b53..710e5b154a 100644 --- a/src/network/keysight/nvos/restapi/plugin.pm +++ b/src/network/keysight/nvos/restapi/plugin.pm @@ -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 diff --git a/src/network/lenovo/flexsystem/snmp/mode/components/faultled.pm b/src/network/lenovo/flexsystem/snmp/mode/components/faultled.pm index 7336e7aebe..d957a4e0bf 100644 --- a/src/network/lenovo/flexsystem/snmp/mode/components/faultled.pm +++ b/src/network/lenovo/flexsystem/snmp/mode/components/faultled.pm @@ -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 diff --git a/src/network/lenovo/flexsystem/snmp/mode/components/temperature.pm b/src/network/lenovo/flexsystem/snmp/mode/components/temperature.pm index f646e3b7f9..2669dce84e 100644 --- a/src/network/lenovo/flexsystem/snmp/mode/components/temperature.pm +++ b/src/network/lenovo/flexsystem/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/network/lenovo/flexsystem/snmp/mode/cpu.pm b/src/network/lenovo/flexsystem/snmp/mode/cpu.pm index ae47feb2a2..5f96bf8c82 100644 --- a/src/network/lenovo/flexsystem/snmp/mode/cpu.pm +++ b/src/network/lenovo/flexsystem/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/lenovo/flexsystem/snmp/mode/environment.pm b/src/network/lenovo/flexsystem/snmp/mode/environment.pm index 242c63a4a7..855ab4711e 100644 --- a/src/network/lenovo/flexsystem/snmp/mode/environment.pm +++ b/src/network/lenovo/flexsystem/snmp/mode/environment.pm @@ -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 diff --git a/src/network/lenovo/flexsystem/snmp/mode/memory.pm b/src/network/lenovo/flexsystem/snmp/mode/memory.pm index 74c168a3e0..0c6b2ad842 100644 --- a/src/network/lenovo/flexsystem/snmp/mode/memory.pm +++ b/src/network/lenovo/flexsystem/snmp/mode/memory.pm @@ -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 diff --git a/src/network/lenovo/flexsystem/snmp/plugin.pm b/src/network/lenovo/flexsystem/snmp/plugin.pm index cd976be822..6f01dfb9c1 100644 --- a/src/network/lenovo/flexsystem/snmp/plugin.pm +++ b/src/network/lenovo/flexsystem/snmp/plugin.pm @@ -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 diff --git a/src/network/lenovo/rackswitch/snmp/mode/cpu.pm b/src/network/lenovo/rackswitch/snmp/mode/cpu.pm index bde99a0e22..0b51ed4efa 100644 --- a/src/network/lenovo/rackswitch/snmp/mode/cpu.pm +++ b/src/network/lenovo/rackswitch/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/lenovo/rackswitch/snmp/mode/hardware.pm b/src/network/lenovo/rackswitch/snmp/mode/hardware.pm index 98034d9c8a..4eee0f6196 100644 --- a/src/network/lenovo/rackswitch/snmp/mode/hardware.pm +++ b/src/network/lenovo/rackswitch/snmp/mode/hardware.pm @@ -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 diff --git a/src/network/lenovo/rackswitch/snmp/mode/interfaces.pm b/src/network/lenovo/rackswitch/snmp/mode/interfaces.pm index 2df013b735..067e299dc0 100644 --- a/src/network/lenovo/rackswitch/snmp/mode/interfaces.pm +++ b/src/network/lenovo/rackswitch/snmp/mode/interfaces.pm @@ -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 diff --git a/src/network/lenovo/rackswitch/snmp/mode/memory.pm b/src/network/lenovo/rackswitch/snmp/mode/memory.pm index 3c52bd92ad..712a4b19cb 100644 --- a/src/network/lenovo/rackswitch/snmp/mode/memory.pm +++ b/src/network/lenovo/rackswitch/snmp/mode/memory.pm @@ -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 diff --git a/src/network/lenovo/rackswitch/snmp/mode/resources.pm b/src/network/lenovo/rackswitch/snmp/mode/resources.pm index 51cd5e7051..490ff32021 100644 --- a/src/network/lenovo/rackswitch/snmp/mode/resources.pm +++ b/src/network/lenovo/rackswitch/snmp/mode/resources.pm @@ -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 diff --git a/src/network/lenovo/rackswitch/snmp/mode/uptime.pm b/src/network/lenovo/rackswitch/snmp/mode/uptime.pm index cda7ef9986..4d0fccd6a7 100644 --- a/src/network/lenovo/rackswitch/snmp/mode/uptime.pm +++ b/src/network/lenovo/rackswitch/snmp/mode/uptime.pm @@ -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 diff --git a/src/network/lenovo/rackswitch/snmp/plugin.pm b/src/network/lenovo/rackswitch/snmp/plugin.pm index 3389fa303f..30444f83ff 100644 --- a/src/network/lenovo/rackswitch/snmp/plugin.pm +++ b/src/network/lenovo/rackswitch/snmp/plugin.pm @@ -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 diff --git a/src/network/libraesva/snmp/mode/interfaces.pm b/src/network/libraesva/snmp/mode/interfaces.pm index 434044d6b3..299c409971 100644 --- a/src/network/libraesva/snmp/mode/interfaces.pm +++ b/src/network/libraesva/snmp/mode/interfaces.pm @@ -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 diff --git a/src/network/libraesva/snmp/mode/load.pm b/src/network/libraesva/snmp/mode/load.pm index ec4f38ca17..50da8a71ac 100644 --- a/src/network/libraesva/snmp/mode/load.pm +++ b/src/network/libraesva/snmp/mode/load.pm @@ -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 diff --git a/src/network/libraesva/snmp/mode/memory.pm b/src/network/libraesva/snmp/mode/memory.pm index 15f8b88cef..d5ed38a87f 100644 --- a/src/network/libraesva/snmp/mode/memory.pm +++ b/src/network/libraesva/snmp/mode/memory.pm @@ -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 diff --git a/src/network/libraesva/snmp/mode/storage.pm b/src/network/libraesva/snmp/mode/storage.pm index 832cd443b2..ad75b21fe3 100644 --- a/src/network/libraesva/snmp/mode/storage.pm +++ b/src/network/libraesva/snmp/mode/storage.pm @@ -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 diff --git a/src/network/libraesva/snmp/mode/swap.pm b/src/network/libraesva/snmp/mode/swap.pm index 6bf602c75d..91189c7391 100644 --- a/src/network/libraesva/snmp/mode/swap.pm +++ b/src/network/libraesva/snmp/mode/swap.pm @@ -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 diff --git a/src/network/libraesva/snmp/mode/system.pm b/src/network/libraesva/snmp/mode/system.pm index e50e0d9ed5..0818b64afb 100644 --- a/src/network/libraesva/snmp/mode/system.pm +++ b/src/network/libraesva/snmp/mode/system.pm @@ -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 diff --git a/src/network/libraesva/snmp/plugin.pm b/src/network/libraesva/snmp/plugin.pm index 7e49fa839e..35ec8d49ad 100644 --- a/src/network/libraesva/snmp/plugin.pm +++ b/src/network/libraesva/snmp/plugin.pm @@ -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 diff --git a/src/network/meru/snmp/mode/alarms.pm b/src/network/meru/snmp/mode/alarms.pm index 87926e90e0..6108a33cfc 100644 --- a/src/network/meru/snmp/mode/alarms.pm +++ b/src/network/meru/snmp/mode/alarms.pm @@ -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 diff --git a/src/network/meru/snmp/mode/cpu.pm b/src/network/meru/snmp/mode/cpu.pm index 643f4539f3..5d4a701b43 100644 --- a/src/network/meru/snmp/mode/cpu.pm +++ b/src/network/meru/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/meru/snmp/mode/memory.pm b/src/network/meru/snmp/mode/memory.pm index d89a6b8bb1..638f00f56b 100644 --- a/src/network/meru/snmp/mode/memory.pm +++ b/src/network/meru/snmp/mode/memory.pm @@ -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 diff --git a/src/network/meru/snmp/mode/wireless.pm b/src/network/meru/snmp/mode/wireless.pm index 1f1f8fb382..8dddde4a35 100644 --- a/src/network/meru/snmp/mode/wireless.pm +++ b/src/network/meru/snmp/mode/wireless.pm @@ -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 diff --git a/src/network/meru/snmp/plugin.pm b/src/network/meru/snmp/plugin.pm index f492d67433..e87e6c0b43 100644 --- a/src/network/meru/snmp/plugin.pm +++ b/src/network/meru/snmp/plugin.pm @@ -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 diff --git a/src/network/microsens/g6/snmp/mode/components/fan.pm b/src/network/microsens/g6/snmp/mode/components/fan.pm index fdab625fb5..8c4df7881d 100644 --- a/src/network/microsens/g6/snmp/mode/components/fan.pm +++ b/src/network/microsens/g6/snmp/mode/components/fan.pm @@ -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 diff --git a/src/network/microsens/g6/snmp/mode/components/psu.pm b/src/network/microsens/g6/snmp/mode/components/psu.pm index cb0a5702d5..788666c4b3 100644 --- a/src/network/microsens/g6/snmp/mode/components/psu.pm +++ b/src/network/microsens/g6/snmp/mode/components/psu.pm @@ -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 diff --git a/src/network/microsens/g6/snmp/mode/components/sdcard.pm b/src/network/microsens/g6/snmp/mode/components/sdcard.pm index 5fde915189..a89aa2fd46 100644 --- a/src/network/microsens/g6/snmp/mode/components/sdcard.pm +++ b/src/network/microsens/g6/snmp/mode/components/sdcard.pm @@ -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 diff --git a/src/network/microsens/g6/snmp/mode/components/temperature.pm b/src/network/microsens/g6/snmp/mode/components/temperature.pm index 2c9878776f..76caf9df8d 100644 --- a/src/network/microsens/g6/snmp/mode/components/temperature.pm +++ b/src/network/microsens/g6/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/network/microsens/g6/snmp/mode/cpudetailed.pm b/src/network/microsens/g6/snmp/mode/cpudetailed.pm index 6a1b5be5c5..59abfeaaa6 100644 --- a/src/network/microsens/g6/snmp/mode/cpudetailed.pm +++ b/src/network/microsens/g6/snmp/mode/cpudetailed.pm @@ -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 diff --git a/src/network/microsens/g6/snmp/mode/hardware.pm b/src/network/microsens/g6/snmp/mode/hardware.pm index 71ee321194..e7f4163109 100644 --- a/src/network/microsens/g6/snmp/mode/hardware.pm +++ b/src/network/microsens/g6/snmp/mode/hardware.pm @@ -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 diff --git a/src/network/microsens/g6/snmp/mode/interfaces.pm b/src/network/microsens/g6/snmp/mode/interfaces.pm index 596462a48f..6673d7f1e3 100644 --- a/src/network/microsens/g6/snmp/mode/interfaces.pm +++ b/src/network/microsens/g6/snmp/mode/interfaces.pm @@ -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 diff --git a/src/network/microsens/g6/snmp/mode/listsfp.pm b/src/network/microsens/g6/snmp/mode/listsfp.pm index 7b74190538..e2708b33c5 100644 --- a/src/network/microsens/g6/snmp/mode/listsfp.pm +++ b/src/network/microsens/g6/snmp/mode/listsfp.pm @@ -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 diff --git a/src/network/microsens/g6/snmp/mode/load.pm b/src/network/microsens/g6/snmp/mode/load.pm index 04bcd09006..c802fc4a71 100644 --- a/src/network/microsens/g6/snmp/mode/load.pm +++ b/src/network/microsens/g6/snmp/mode/load.pm @@ -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 diff --git a/src/network/microsens/g6/snmp/mode/memory.pm b/src/network/microsens/g6/snmp/mode/memory.pm index 300f952b47..a9ee291c18 100644 --- a/src/network/microsens/g6/snmp/mode/memory.pm +++ b/src/network/microsens/g6/snmp/mode/memory.pm @@ -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 diff --git a/src/network/microsens/g6/snmp/mode/sfp.pm b/src/network/microsens/g6/snmp/mode/sfp.pm index 001785ffc0..ae41c944c9 100644 --- a/src/network/microsens/g6/snmp/mode/sfp.pm +++ b/src/network/microsens/g6/snmp/mode/sfp.pm @@ -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 diff --git a/src/network/microsens/g6/snmp/mode/uptime.pm b/src/network/microsens/g6/snmp/mode/uptime.pm index dc57773b99..06878700ff 100644 --- a/src/network/microsens/g6/snmp/mode/uptime.pm +++ b/src/network/microsens/g6/snmp/mode/uptime.pm @@ -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 diff --git a/src/network/microsens/g6/snmp/plugin.pm b/src/network/microsens/g6/snmp/plugin.pm index 3cc39037ec..7146984d68 100644 --- a/src/network/microsens/g6/snmp/plugin.pm +++ b/src/network/microsens/g6/snmp/plugin.pm @@ -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 diff --git a/src/network/mikrotik/snmp/mode/components/current.pm b/src/network/mikrotik/snmp/mode/components/current.pm index a807808772..c1f4f04e7c 100644 --- a/src/network/mikrotik/snmp/mode/components/current.pm +++ b/src/network/mikrotik/snmp/mode/components/current.pm @@ -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 diff --git a/src/network/mikrotik/snmp/mode/components/fan.pm b/src/network/mikrotik/snmp/mode/components/fan.pm index 0dc999f96c..f096a2590d 100644 --- a/src/network/mikrotik/snmp/mode/components/fan.pm +++ b/src/network/mikrotik/snmp/mode/components/fan.pm @@ -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 diff --git a/src/network/mikrotik/snmp/mode/components/power.pm b/src/network/mikrotik/snmp/mode/components/power.pm index 979c0415a7..4c2548c96d 100644 --- a/src/network/mikrotik/snmp/mode/components/power.pm +++ b/src/network/mikrotik/snmp/mode/components/power.pm @@ -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 diff --git a/src/network/mikrotik/snmp/mode/components/resources.pm b/src/network/mikrotik/snmp/mode/components/resources.pm index 68433c87bc..df2392708a 100644 --- a/src/network/mikrotik/snmp/mode/components/resources.pm +++ b/src/network/mikrotik/snmp/mode/components/resources.pm @@ -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 diff --git a/src/network/mikrotik/snmp/mode/components/status.pm b/src/network/mikrotik/snmp/mode/components/status.pm index 26d4b1fae7..a8e6d2b066 100644 --- a/src/network/mikrotik/snmp/mode/components/status.pm +++ b/src/network/mikrotik/snmp/mode/components/status.pm @@ -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 diff --git a/src/network/mikrotik/snmp/mode/components/temperature.pm b/src/network/mikrotik/snmp/mode/components/temperature.pm index f4dfd499b5..cb43521274 100644 --- a/src/network/mikrotik/snmp/mode/components/temperature.pm +++ b/src/network/mikrotik/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/network/mikrotik/snmp/mode/components/voltage.pm b/src/network/mikrotik/snmp/mode/components/voltage.pm index c150218b78..b148a28056 100644 --- a/src/network/mikrotik/snmp/mode/components/voltage.pm +++ b/src/network/mikrotik/snmp/mode/components/voltage.pm @@ -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 diff --git a/src/network/mikrotik/snmp/mode/disk.pm b/src/network/mikrotik/snmp/mode/disk.pm index ebd350cd0c..fceba7577e 100644 --- a/src/network/mikrotik/snmp/mode/disk.pm +++ b/src/network/mikrotik/snmp/mode/disk.pm @@ -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 diff --git a/src/network/mikrotik/snmp/mode/environment.pm b/src/network/mikrotik/snmp/mode/environment.pm index 9e8f0780cb..1b82f84ace 100644 --- a/src/network/mikrotik/snmp/mode/environment.pm +++ b/src/network/mikrotik/snmp/mode/environment.pm @@ -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 diff --git a/src/network/mikrotik/snmp/mode/firmware.pm b/src/network/mikrotik/snmp/mode/firmware.pm index 626948c317..811e859b78 100644 --- a/src/network/mikrotik/snmp/mode/firmware.pm +++ b/src/network/mikrotik/snmp/mode/firmware.pm @@ -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 diff --git a/src/network/mikrotik/snmp/mode/interfaces.pm b/src/network/mikrotik/snmp/mode/interfaces.pm index 0a31569384..5a15a197f9 100644 --- a/src/network/mikrotik/snmp/mode/interfaces.pm +++ b/src/network/mikrotik/snmp/mode/interfaces.pm @@ -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 diff --git a/src/network/mikrotik/snmp/mode/listfrequencies.pm b/src/network/mikrotik/snmp/mode/listfrequencies.pm index 295c36e19a..4dd35c693d 100644 --- a/src/network/mikrotik/snmp/mode/listfrequencies.pm +++ b/src/network/mikrotik/snmp/mode/listfrequencies.pm @@ -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 diff --git a/src/network/mikrotik/snmp/mode/listssids.pm b/src/network/mikrotik/snmp/mode/listssids.pm index 864465f5ac..b75f6c3c22 100644 --- a/src/network/mikrotik/snmp/mode/listssids.pm +++ b/src/network/mikrotik/snmp/mode/listssids.pm @@ -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 diff --git a/src/network/mikrotik/snmp/mode/memory.pm b/src/network/mikrotik/snmp/mode/memory.pm index f9a54b1787..651f325a7f 100644 --- a/src/network/mikrotik/snmp/mode/memory.pm +++ b/src/network/mikrotik/snmp/mode/memory.pm @@ -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 diff --git a/src/network/mikrotik/snmp/mode/signal.pm b/src/network/mikrotik/snmp/mode/signal.pm index 174609b4fa..d087238317 100644 --- a/src/network/mikrotik/snmp/mode/signal.pm +++ b/src/network/mikrotik/snmp/mode/signal.pm @@ -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 diff --git a/src/network/mikrotik/snmp/plugin.pm b/src/network/mikrotik/snmp/plugin.pm index b6e90e90f6..6806414993 100644 --- a/src/network/mikrotik/snmp/plugin.pm +++ b/src/network/mikrotik/snmp/plugin.pm @@ -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 diff --git a/src/network/mitel/3300icp/snmp/mode/licenses.pm b/src/network/mitel/3300icp/snmp/mode/licenses.pm index af8b9e6a15..4a15f597b0 100644 --- a/src/network/mitel/3300icp/snmp/mode/licenses.pm +++ b/src/network/mitel/3300icp/snmp/mode/licenses.pm @@ -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 diff --git a/src/network/mitel/3300icp/snmp/mode/listzaps.pm b/src/network/mitel/3300icp/snmp/mode/listzaps.pm index 6531f583a4..175d19d058 100644 --- a/src/network/mitel/3300icp/snmp/mode/listzaps.pm +++ b/src/network/mitel/3300icp/snmp/mode/listzaps.pm @@ -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 diff --git a/src/network/mitel/3300icp/snmp/mode/zapbandwidth.pm b/src/network/mitel/3300icp/snmp/mode/zapbandwidth.pm index 755ce35ffb..c0e3838114 100644 --- a/src/network/mitel/3300icp/snmp/mode/zapbandwidth.pm +++ b/src/network/mitel/3300icp/snmp/mode/zapbandwidth.pm @@ -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 diff --git a/src/network/mitel/3300icp/snmp/mode/zapcalls.pm b/src/network/mitel/3300icp/snmp/mode/zapcalls.pm index 48d723b663..b939def35c 100644 --- a/src/network/mitel/3300icp/snmp/mode/zapcalls.pm +++ b/src/network/mitel/3300icp/snmp/mode/zapcalls.pm @@ -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 diff --git a/src/network/mitel/3300icp/snmp/plugin.pm b/src/network/mitel/3300icp/snmp/plugin.pm index c4a8d726d0..4b8d012855 100644 --- a/src/network/mitel/3300icp/snmp/plugin.pm +++ b/src/network/mitel/3300icp/snmp/plugin.pm @@ -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 diff --git a/src/network/moxa/switch/snmp/mode/cpu.pm b/src/network/moxa/switch/snmp/mode/cpu.pm index 3e4ec65674..23011cb332 100644 --- a/src/network/moxa/switch/snmp/mode/cpu.pm +++ b/src/network/moxa/switch/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/moxa/switch/snmp/mode/memory.pm b/src/network/moxa/switch/snmp/mode/memory.pm index 928f1081bc..3ed3159519 100644 --- a/src/network/moxa/switch/snmp/mode/memory.pm +++ b/src/network/moxa/switch/snmp/mode/memory.pm @@ -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 diff --git a/src/network/mrv/optiswitch/snmp/mode/components/cpu.pm b/src/network/mrv/optiswitch/snmp/mode/components/cpu.pm index 465a47e64d..d9e23afb2e 100644 --- a/src/network/mrv/optiswitch/snmp/mode/components/cpu.pm +++ b/src/network/mrv/optiswitch/snmp/mode/components/cpu.pm @@ -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 diff --git a/src/network/mrv/optiswitch/snmp/mode/components/fan.pm b/src/network/mrv/optiswitch/snmp/mode/components/fan.pm index a9eaaac709..11f3ab8d94 100644 --- a/src/network/mrv/optiswitch/snmp/mode/components/fan.pm +++ b/src/network/mrv/optiswitch/snmp/mode/components/fan.pm @@ -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 diff --git a/src/network/mrv/optiswitch/snmp/mode/components/psu.pm b/src/network/mrv/optiswitch/snmp/mode/components/psu.pm index a2d37f461d..e2b23ee096 100644 --- a/src/network/mrv/optiswitch/snmp/mode/components/psu.pm +++ b/src/network/mrv/optiswitch/snmp/mode/components/psu.pm @@ -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 diff --git a/src/network/mrv/optiswitch/snmp/mode/environment.pm b/src/network/mrv/optiswitch/snmp/mode/environment.pm index de353ddb7b..16ed2bf7c7 100644 --- a/src/network/mrv/optiswitch/snmp/mode/environment.pm +++ b/src/network/mrv/optiswitch/snmp/mode/environment.pm @@ -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 diff --git a/src/network/mrv/optiswitch/snmp/mode/interfaces.pm b/src/network/mrv/optiswitch/snmp/mode/interfaces.pm index d7b4a1b9a7..70200fb788 100644 --- a/src/network/mrv/optiswitch/snmp/mode/interfaces.pm +++ b/src/network/mrv/optiswitch/snmp/mode/interfaces.pm @@ -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 diff --git a/src/network/mrv/optiswitch/snmp/mode/listinterfaces.pm b/src/network/mrv/optiswitch/snmp/mode/listinterfaces.pm index 6d5d996c43..d536aa1cb2 100644 --- a/src/network/mrv/optiswitch/snmp/mode/listinterfaces.pm +++ b/src/network/mrv/optiswitch/snmp/mode/listinterfaces.pm @@ -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 diff --git a/src/network/mrv/optiswitch/snmp/mode/memory.pm b/src/network/mrv/optiswitch/snmp/mode/memory.pm index bdcf98dbdd..807020820b 100644 --- a/src/network/mrv/optiswitch/snmp/mode/memory.pm +++ b/src/network/mrv/optiswitch/snmp/mode/memory.pm @@ -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 diff --git a/src/network/mrv/optiswitch/snmp/plugin.pm b/src/network/mrv/optiswitch/snmp/plugin.pm index a1320e5b60..13aa77b137 100644 --- a/src/network/mrv/optiswitch/snmp/plugin.pm +++ b/src/network/mrv/optiswitch/snmp/plugin.pm @@ -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 diff --git a/src/network/netgear/mseries/snmp/mode/components/fan.pm b/src/network/netgear/mseries/snmp/mode/components/fan.pm index c5b63ef1b2..8ac15df085 100644 --- a/src/network/netgear/mseries/snmp/mode/components/fan.pm +++ b/src/network/netgear/mseries/snmp/mode/components/fan.pm @@ -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 diff --git a/src/network/netgear/mseries/snmp/mode/components/psu.pm b/src/network/netgear/mseries/snmp/mode/components/psu.pm index ddae64e7aa..3d7d81f87e 100644 --- a/src/network/netgear/mseries/snmp/mode/components/psu.pm +++ b/src/network/netgear/mseries/snmp/mode/components/psu.pm @@ -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 diff --git a/src/network/netgear/mseries/snmp/mode/components/temperature.pm b/src/network/netgear/mseries/snmp/mode/components/temperature.pm index 6f198a8079..41b6462057 100644 --- a/src/network/netgear/mseries/snmp/mode/components/temperature.pm +++ b/src/network/netgear/mseries/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/network/netgear/mseries/snmp/mode/cpu.pm b/src/network/netgear/mseries/snmp/mode/cpu.pm index 8f2e60b727..c5ce28ad2e 100644 --- a/src/network/netgear/mseries/snmp/mode/cpu.pm +++ b/src/network/netgear/mseries/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/netgear/mseries/snmp/mode/hardware.pm b/src/network/netgear/mseries/snmp/mode/hardware.pm index 0a86d9f643..d74c057729 100644 --- a/src/network/netgear/mseries/snmp/mode/hardware.pm +++ b/src/network/netgear/mseries/snmp/mode/hardware.pm @@ -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 diff --git a/src/network/netgear/mseries/snmp/mode/memory.pm b/src/network/netgear/mseries/snmp/mode/memory.pm index 570520f1cd..0ece703805 100644 --- a/src/network/netgear/mseries/snmp/mode/memory.pm +++ b/src/network/netgear/mseries/snmp/mode/memory.pm @@ -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 diff --git a/src/network/netgear/mseries/snmp/plugin.pm b/src/network/netgear/mseries/snmp/plugin.pm index 9a831d6511..ed6dc8f60d 100644 --- a/src/network/netgear/mseries/snmp/plugin.pm +++ b/src/network/netgear/mseries/snmp/plugin.pm @@ -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 diff --git a/src/network/netgear/sseries/snmp/mode/components/fan.pm b/src/network/netgear/sseries/snmp/mode/components/fan.pm index 959fe9acb0..fe04a19b65 100644 --- a/src/network/netgear/sseries/snmp/mode/components/fan.pm +++ b/src/network/netgear/sseries/snmp/mode/components/fan.pm @@ -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 diff --git a/src/network/netgear/sseries/snmp/mode/components/psu.pm b/src/network/netgear/sseries/snmp/mode/components/psu.pm index 2882f8e8af..1c668ce259 100644 --- a/src/network/netgear/sseries/snmp/mode/components/psu.pm +++ b/src/network/netgear/sseries/snmp/mode/components/psu.pm @@ -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 diff --git a/src/network/netgear/sseries/snmp/mode/components/temperature.pm b/src/network/netgear/sseries/snmp/mode/components/temperature.pm index 8d46de26c4..8912d239a5 100644 --- a/src/network/netgear/sseries/snmp/mode/components/temperature.pm +++ b/src/network/netgear/sseries/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/network/netgear/sseries/snmp/mode/cpu.pm b/src/network/netgear/sseries/snmp/mode/cpu.pm index a987db5b8f..bd57023be0 100644 --- a/src/network/netgear/sseries/snmp/mode/cpu.pm +++ b/src/network/netgear/sseries/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/netgear/sseries/snmp/mode/hardware.pm b/src/network/netgear/sseries/snmp/mode/hardware.pm index d7f72db6cf..a4a23cdd55 100644 --- a/src/network/netgear/sseries/snmp/mode/hardware.pm +++ b/src/network/netgear/sseries/snmp/mode/hardware.pm @@ -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 diff --git a/src/network/netgear/sseries/snmp/mode/interfaces.pm b/src/network/netgear/sseries/snmp/mode/interfaces.pm index 2519cfb0a9..1e43104257 100644 --- a/src/network/netgear/sseries/snmp/mode/interfaces.pm +++ b/src/network/netgear/sseries/snmp/mode/interfaces.pm @@ -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 diff --git a/src/network/netgear/sseries/snmp/mode/memory.pm b/src/network/netgear/sseries/snmp/mode/memory.pm index 016899262b..e1e3c98463 100644 --- a/src/network/netgear/sseries/snmp/mode/memory.pm +++ b/src/network/netgear/sseries/snmp/mode/memory.pm @@ -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 diff --git a/src/network/netgear/sseries/snmp/plugin.pm b/src/network/netgear/sseries/snmp/plugin.pm index 49fd7d7ea5..d839073b72 100644 --- a/src/network/netgear/sseries/snmp/plugin.pm +++ b/src/network/netgear/sseries/snmp/plugin.pm @@ -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 diff --git a/src/network/nokia/timos/snmp/mode/bgpusage.pm b/src/network/nokia/timos/snmp/mode/bgpusage.pm index f59db5dde1..a53114ebcc 100644 --- a/src/network/nokia/timos/snmp/mode/bgpusage.pm +++ b/src/network/nokia/timos/snmp/mode/bgpusage.pm @@ -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 diff --git a/src/network/nokia/timos/snmp/mode/cpu.pm b/src/network/nokia/timos/snmp/mode/cpu.pm index 413f17738a..8489f4434a 100644 --- a/src/network/nokia/timos/snmp/mode/cpu.pm +++ b/src/network/nokia/timos/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/nokia/timos/snmp/mode/hardware.pm b/src/network/nokia/timos/snmp/mode/hardware.pm index 009e83ce2b..022ba9d351 100644 --- a/src/network/nokia/timos/snmp/mode/hardware.pm +++ b/src/network/nokia/timos/snmp/mode/hardware.pm @@ -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 diff --git a/src/network/nokia/timos/snmp/mode/isisusage.pm b/src/network/nokia/timos/snmp/mode/isisusage.pm index a10a303e3b..ee43808bef 100644 --- a/src/network/nokia/timos/snmp/mode/isisusage.pm +++ b/src/network/nokia/timos/snmp/mode/isisusage.pm @@ -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 diff --git a/src/network/nokia/timos/snmp/mode/l2tpusage.pm b/src/network/nokia/timos/snmp/mode/l2tpusage.pm index 93291f17f1..b9d7190374 100644 --- a/src/network/nokia/timos/snmp/mode/l2tpusage.pm +++ b/src/network/nokia/timos/snmp/mode/l2tpusage.pm @@ -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 diff --git a/src/network/nokia/timos/snmp/mode/ldpusage.pm b/src/network/nokia/timos/snmp/mode/ldpusage.pm index 6c8a751bd6..931786b3b4 100644 --- a/src/network/nokia/timos/snmp/mode/ldpusage.pm +++ b/src/network/nokia/timos/snmp/mode/ldpusage.pm @@ -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 diff --git a/src/network/nokia/timos/snmp/mode/listbgp.pm b/src/network/nokia/timos/snmp/mode/listbgp.pm index 9efc183c5b..a62370665a 100644 --- a/src/network/nokia/timos/snmp/mode/listbgp.pm +++ b/src/network/nokia/timos/snmp/mode/listbgp.pm @@ -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 diff --git a/src/network/nokia/timos/snmp/mode/listisis.pm b/src/network/nokia/timos/snmp/mode/listisis.pm index b591dd7b92..ec6469ccdf 100644 --- a/src/network/nokia/timos/snmp/mode/listisis.pm +++ b/src/network/nokia/timos/snmp/mode/listisis.pm @@ -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 diff --git a/src/network/nokia/timos/snmp/mode/listldp.pm b/src/network/nokia/timos/snmp/mode/listldp.pm index d5f544b186..98581db23c 100644 --- a/src/network/nokia/timos/snmp/mode/listldp.pm +++ b/src/network/nokia/timos/snmp/mode/listldp.pm @@ -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 diff --git a/src/network/nokia/timos/snmp/mode/listsap.pm b/src/network/nokia/timos/snmp/mode/listsap.pm index 9af73cbe17..12da26d7d5 100644 --- a/src/network/nokia/timos/snmp/mode/listsap.pm +++ b/src/network/nokia/timos/snmp/mode/listsap.pm @@ -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 diff --git a/src/network/nokia/timos/snmp/mode/listvrtr.pm b/src/network/nokia/timos/snmp/mode/listvrtr.pm index 8f80a679b1..fa2b5d7897 100644 --- a/src/network/nokia/timos/snmp/mode/listvrtr.pm +++ b/src/network/nokia/timos/snmp/mode/listvrtr.pm @@ -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 diff --git a/src/network/nokia/timos/snmp/mode/memory.pm b/src/network/nokia/timos/snmp/mode/memory.pm index 4d916ffabf..83915dac03 100644 --- a/src/network/nokia/timos/snmp/mode/memory.pm +++ b/src/network/nokia/timos/snmp/mode/memory.pm @@ -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 diff --git a/src/network/nokia/timos/snmp/mode/sapusage.pm b/src/network/nokia/timos/snmp/mode/sapusage.pm index 0ecb8f8635..4d893e4b5e 100644 --- a/src/network/nokia/timos/snmp/mode/sapusage.pm +++ b/src/network/nokia/timos/snmp/mode/sapusage.pm @@ -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 diff --git a/src/network/nokia/timos/snmp/plugin.pm b/src/network/nokia/timos/snmp/plugin.pm index c204c4a70e..fd9b688c03 100644 --- a/src/network/nokia/timos/snmp/plugin.pm +++ b/src/network/nokia/timos/snmp/plugin.pm @@ -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 diff --git a/src/network/nortel/standard/snmp/mode/components/card.pm b/src/network/nortel/standard/snmp/mode/components/card.pm index 093bb84434..42b7698d2e 100644 --- a/src/network/nortel/standard/snmp/mode/components/card.pm +++ b/src/network/nortel/standard/snmp/mode/components/card.pm @@ -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 diff --git a/src/network/nortel/standard/snmp/mode/components/entity.pm b/src/network/nortel/standard/snmp/mode/components/entity.pm index aa5f3dbb1f..e4c090c30b 100644 --- a/src/network/nortel/standard/snmp/mode/components/entity.pm +++ b/src/network/nortel/standard/snmp/mode/components/entity.pm @@ -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 diff --git a/src/network/nortel/standard/snmp/mode/components/fan.pm b/src/network/nortel/standard/snmp/mode/components/fan.pm index 1f3c717a16..77e810c1f3 100644 --- a/src/network/nortel/standard/snmp/mode/components/fan.pm +++ b/src/network/nortel/standard/snmp/mode/components/fan.pm @@ -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 diff --git a/src/network/nortel/standard/snmp/mode/components/led.pm b/src/network/nortel/standard/snmp/mode/components/led.pm index 097a86cb00..4d2af5f7f1 100644 --- a/src/network/nortel/standard/snmp/mode/components/led.pm +++ b/src/network/nortel/standard/snmp/mode/components/led.pm @@ -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 diff --git a/src/network/nortel/standard/snmp/mode/components/psu.pm b/src/network/nortel/standard/snmp/mode/components/psu.pm index ca95ab6ffd..98bed9a93b 100644 --- a/src/network/nortel/standard/snmp/mode/components/psu.pm +++ b/src/network/nortel/standard/snmp/mode/components/psu.pm @@ -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 diff --git a/src/network/nortel/standard/snmp/mode/components/resources.pm b/src/network/nortel/standard/snmp/mode/components/resources.pm index 2a1c7879e0..72a93f1e65 100644 --- a/src/network/nortel/standard/snmp/mode/components/resources.pm +++ b/src/network/nortel/standard/snmp/mode/components/resources.pm @@ -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 diff --git a/src/network/nortel/standard/snmp/mode/components/temperature.pm b/src/network/nortel/standard/snmp/mode/components/temperature.pm index e6baeeca6e..95bab7c0fe 100644 --- a/src/network/nortel/standard/snmp/mode/components/temperature.pm +++ b/src/network/nortel/standard/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/network/nortel/standard/snmp/mode/cpu.pm b/src/network/nortel/standard/snmp/mode/cpu.pm index feec50bc64..6373fa48a1 100644 --- a/src/network/nortel/standard/snmp/mode/cpu.pm +++ b/src/network/nortel/standard/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/nortel/standard/snmp/mode/hardware.pm b/src/network/nortel/standard/snmp/mode/hardware.pm index aba5f00b93..ede3d790de 100644 --- a/src/network/nortel/standard/snmp/mode/hardware.pm +++ b/src/network/nortel/standard/snmp/mode/hardware.pm @@ -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 diff --git a/src/network/nortel/standard/snmp/mode/interfaces.pm b/src/network/nortel/standard/snmp/mode/interfaces.pm index d43f69a18d..99e59a6e90 100644 --- a/src/network/nortel/standard/snmp/mode/interfaces.pm +++ b/src/network/nortel/standard/snmp/mode/interfaces.pm @@ -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 diff --git a/src/network/nortel/standard/snmp/mode/memory.pm b/src/network/nortel/standard/snmp/mode/memory.pm index 08138cf02f..b137922295 100644 --- a/src/network/nortel/standard/snmp/mode/memory.pm +++ b/src/network/nortel/standard/snmp/mode/memory.pm @@ -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 diff --git a/src/network/nortel/standard/snmp/mode/stack.pm b/src/network/nortel/standard/snmp/mode/stack.pm index ace89770b6..c5599fcba7 100644 --- a/src/network/nortel/standard/snmp/mode/stack.pm +++ b/src/network/nortel/standard/snmp/mode/stack.pm @@ -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 diff --git a/src/network/nortel/standard/snmp/plugin.pm b/src/network/nortel/standard/snmp/plugin.pm index 20c5bfda14..0acdb52fbc 100644 --- a/src/network/nortel/standard/snmp/plugin.pm +++ b/src/network/nortel/standard/snmp/plugin.pm @@ -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 diff --git a/src/network/oneaccess/snmp/mode/cellsradio.pm b/src/network/oneaccess/snmp/mode/cellsradio.pm index 699e6a9c03..6939423241 100644 --- a/src/network/oneaccess/snmp/mode/cellsradio.pm +++ b/src/network/oneaccess/snmp/mode/cellsradio.pm @@ -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 diff --git a/src/network/oneaccess/snmp/mode/cpu.pm b/src/network/oneaccess/snmp/mode/cpu.pm index f5b603d1f2..1ba1f0f72e 100644 --- a/src/network/oneaccess/snmp/mode/cpu.pm +++ b/src/network/oneaccess/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/oneaccess/snmp/mode/interfaces.pm b/src/network/oneaccess/snmp/mode/interfaces.pm index f2fdc6b35f..28387804c0 100644 --- a/src/network/oneaccess/snmp/mode/interfaces.pm +++ b/src/network/oneaccess/snmp/mode/interfaces.pm @@ -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 diff --git a/src/network/oneaccess/snmp/mode/listrttprobes.pm b/src/network/oneaccess/snmp/mode/listrttprobes.pm index 42d3c3808b..6f35793f00 100644 --- a/src/network/oneaccess/snmp/mode/listrttprobes.pm +++ b/src/network/oneaccess/snmp/mode/listrttprobes.pm @@ -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 diff --git a/src/network/oneaccess/snmp/mode/memory.pm b/src/network/oneaccess/snmp/mode/memory.pm index 82957e4aa4..78ab4b72aa 100644 --- a/src/network/oneaccess/snmp/mode/memory.pm +++ b/src/network/oneaccess/snmp/mode/memory.pm @@ -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 diff --git a/src/network/oneaccess/snmp/mode/rttprobes.pm b/src/network/oneaccess/snmp/mode/rttprobes.pm index 5333347609..68bad8e291 100644 --- a/src/network/oneaccess/snmp/mode/rttprobes.pm +++ b/src/network/oneaccess/snmp/mode/rttprobes.pm @@ -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 diff --git a/src/network/oneaccess/snmp/plugin.pm b/src/network/oneaccess/snmp/plugin.pm index 7fca57d120..60b825c5cb 100644 --- a/src/network/oneaccess/snmp/plugin.pm +++ b/src/network/oneaccess/snmp/plugin.pm @@ -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 diff --git a/src/network/opengear/snmp/mode/cpudetailed.pm b/src/network/opengear/snmp/mode/cpudetailed.pm index 865ef20e01..9b59315241 100644 --- a/src/network/opengear/snmp/mode/cpudetailed.pm +++ b/src/network/opengear/snmp/mode/cpudetailed.pm @@ -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 diff --git a/src/network/opengear/snmp/mode/interfaces.pm b/src/network/opengear/snmp/mode/interfaces.pm index c55e7ffad7..55a6ed72e6 100644 --- a/src/network/opengear/snmp/mode/interfaces.pm +++ b/src/network/opengear/snmp/mode/interfaces.pm @@ -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 diff --git a/src/network/opengear/snmp/mode/listserialports.pm b/src/network/opengear/snmp/mode/listserialports.pm index 755fbe00ec..0b6c7aeed5 100644 --- a/src/network/opengear/snmp/mode/listserialports.pm +++ b/src/network/opengear/snmp/mode/listserialports.pm @@ -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 diff --git a/src/network/opengear/snmp/mode/load.pm b/src/network/opengear/snmp/mode/load.pm index 035aeac94a..168a3fa2e7 100644 --- a/src/network/opengear/snmp/mode/load.pm +++ b/src/network/opengear/snmp/mode/load.pm @@ -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 diff --git a/src/network/opengear/snmp/mode/memory.pm b/src/network/opengear/snmp/mode/memory.pm index 69907276a9..1383d872ee 100644 --- a/src/network/opengear/snmp/mode/memory.pm +++ b/src/network/opengear/snmp/mode/memory.pm @@ -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 diff --git a/src/network/opengear/snmp/mode/serialports.pm b/src/network/opengear/snmp/mode/serialports.pm index bd9b5764fd..90d1f6b5a8 100644 --- a/src/network/opengear/snmp/mode/serialports.pm +++ b/src/network/opengear/snmp/mode/serialports.pm @@ -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 diff --git a/src/network/opengear/snmp/mode/uptime.pm b/src/network/opengear/snmp/mode/uptime.pm index e9574528cc..560ce1f92c 100644 --- a/src/network/opengear/snmp/mode/uptime.pm +++ b/src/network/opengear/snmp/mode/uptime.pm @@ -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 diff --git a/src/network/opengear/snmp/plugin.pm b/src/network/opengear/snmp/plugin.pm index 57aba5ee65..1f1a508a6c 100644 --- a/src/network/opengear/snmp/plugin.pm +++ b/src/network/opengear/snmp/plugin.pm @@ -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 diff --git a/src/network/oracle/infiniband/snmp/mode/infinibandusage.pm b/src/network/oracle/infiniband/snmp/mode/infinibandusage.pm index 94c360a90e..b200ea44d3 100644 --- a/src/network/oracle/infiniband/snmp/mode/infinibandusage.pm +++ b/src/network/oracle/infiniband/snmp/mode/infinibandusage.pm @@ -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 diff --git a/src/network/oracle/infiniband/snmp/mode/listinfinibands.pm b/src/network/oracle/infiniband/snmp/mode/listinfinibands.pm index 6e2e46db18..414b3ad3de 100644 --- a/src/network/oracle/infiniband/snmp/mode/listinfinibands.pm +++ b/src/network/oracle/infiniband/snmp/mode/listinfinibands.pm @@ -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 diff --git a/src/network/oracle/infiniband/snmp/plugin.pm b/src/network/oracle/infiniband/snmp/plugin.pm index 31eb47f2a4..f197bda748 100644 --- a/src/network/oracle/infiniband/snmp/plugin.pm +++ b/src/network/oracle/infiniband/snmp/plugin.pm @@ -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 diff --git a/src/network/oracle/otd/snmp/mode/listvservers.pm b/src/network/oracle/otd/snmp/mode/listvservers.pm index 83a8d2fac6..babb46e6be 100644 --- a/src/network/oracle/otd/snmp/mode/listvservers.pm +++ b/src/network/oracle/otd/snmp/mode/listvservers.pm @@ -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 diff --git a/src/network/oracle/otd/snmp/mode/vserverusage.pm b/src/network/oracle/otd/snmp/mode/vserverusage.pm index 5d7415eb62..3dee4c17d8 100644 --- a/src/network/oracle/otd/snmp/mode/vserverusage.pm +++ b/src/network/oracle/otd/snmp/mode/vserverusage.pm @@ -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 diff --git a/src/network/oracle/otd/snmp/plugin.pm b/src/network/oracle/otd/snmp/plugin.pm index 76a908f65d..6a08743a1a 100644 --- a/src/network/oracle/otd/snmp/plugin.pm +++ b/src/network/oracle/otd/snmp/plugin.pm @@ -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 diff --git a/src/network/paloalto/snmp/mode/clusterstatus.pm b/src/network/paloalto/snmp/mode/clusterstatus.pm index 040b3496a9..57b2849d90 100644 --- a/src/network/paloalto/snmp/mode/clusterstatus.pm +++ b/src/network/paloalto/snmp/mode/clusterstatus.pm @@ -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 diff --git a/src/network/paloalto/snmp/mode/cpu.pm b/src/network/paloalto/snmp/mode/cpu.pm index 3c82d05eb1..f122a4760e 100644 --- a/src/network/paloalto/snmp/mode/cpu.pm +++ b/src/network/paloalto/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/paloalto/snmp/mode/gpusage.pm b/src/network/paloalto/snmp/mode/gpusage.pm index e717e0df81..bcfef0a811 100644 --- a/src/network/paloalto/snmp/mode/gpusage.pm +++ b/src/network/paloalto/snmp/mode/gpusage.pm @@ -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 diff --git a/src/network/paloalto/snmp/mode/memory.pm b/src/network/paloalto/snmp/mode/memory.pm index 04b1fe51c6..5981a78f89 100644 --- a/src/network/paloalto/snmp/mode/memory.pm +++ b/src/network/paloalto/snmp/mode/memory.pm @@ -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 diff --git a/src/network/paloalto/snmp/mode/panorama.pm b/src/network/paloalto/snmp/mode/panorama.pm index b165537ebf..af35a3a163 100644 --- a/src/network/paloalto/snmp/mode/panorama.pm +++ b/src/network/paloalto/snmp/mode/panorama.pm @@ -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 diff --git a/src/network/paloalto/snmp/mode/sessions.pm b/src/network/paloalto/snmp/mode/sessions.pm index 9ef14eb688..acd53120b3 100644 --- a/src/network/paloalto/snmp/mode/sessions.pm +++ b/src/network/paloalto/snmp/mode/sessions.pm @@ -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 diff --git a/src/network/paloalto/snmp/mode/signatures.pm b/src/network/paloalto/snmp/mode/signatures.pm index 248d62a3a7..1b969a56f7 100644 --- a/src/network/paloalto/snmp/mode/signatures.pm +++ b/src/network/paloalto/snmp/mode/signatures.pm @@ -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 diff --git a/src/network/paloalto/snmp/plugin.pm b/src/network/paloalto/snmp/plugin.pm index eec4f4020b..e2e8f4ddb0 100644 --- a/src/network/paloalto/snmp/plugin.pm +++ b/src/network/paloalto/snmp/plugin.pm @@ -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 diff --git a/src/network/paloalto/ssh/custom/cli.pm b/src/network/paloalto/ssh/custom/cli.pm index 455958aa27..b282aef469 100644 --- a/src/network/paloalto/ssh/custom/cli.pm +++ b/src/network/paloalto/ssh/custom/cli.pm @@ -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 diff --git a/src/network/paloalto/ssh/mode/components/psu.pm b/src/network/paloalto/ssh/mode/components/psu.pm index bdcf4c54d8..8d6737b421 100644 --- a/src/network/paloalto/ssh/mode/components/psu.pm +++ b/src/network/paloalto/ssh/mode/components/psu.pm @@ -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 diff --git a/src/network/paloalto/ssh/mode/components/temperature.pm b/src/network/paloalto/ssh/mode/components/temperature.pm index dcd0df0208..39e81c52d6 100644 --- a/src/network/paloalto/ssh/mode/components/temperature.pm +++ b/src/network/paloalto/ssh/mode/components/temperature.pm @@ -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 diff --git a/src/network/paloalto/ssh/mode/components/voltage.pm b/src/network/paloalto/ssh/mode/components/voltage.pm index c638cd2958..919644a637 100644 --- a/src/network/paloalto/ssh/mode/components/voltage.pm +++ b/src/network/paloalto/ssh/mode/components/voltage.pm @@ -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 diff --git a/src/network/paloalto/ssh/mode/environment.pm b/src/network/paloalto/ssh/mode/environment.pm index 89fee1e6c7..218de99daa 100644 --- a/src/network/paloalto/ssh/mode/environment.pm +++ b/src/network/paloalto/ssh/mode/environment.pm @@ -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 diff --git a/src/network/paloalto/ssh/mode/ha.pm b/src/network/paloalto/ssh/mode/ha.pm index 4f1a2bebae..d8a70b3d01 100644 --- a/src/network/paloalto/ssh/mode/ha.pm +++ b/src/network/paloalto/ssh/mode/ha.pm @@ -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 diff --git a/src/network/paloalto/ssh/mode/interfaces.pm b/src/network/paloalto/ssh/mode/interfaces.pm index dc73a31d30..d7191cd8c2 100644 --- a/src/network/paloalto/ssh/mode/interfaces.pm +++ b/src/network/paloalto/ssh/mode/interfaces.pm @@ -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 diff --git a/src/network/paloalto/ssh/mode/ipsec.pm b/src/network/paloalto/ssh/mode/ipsec.pm index a08a4c249c..d64052dd2d 100644 --- a/src/network/paloalto/ssh/mode/ipsec.pm +++ b/src/network/paloalto/ssh/mode/ipsec.pm @@ -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 diff --git a/src/network/paloalto/ssh/mode/licenses.pm b/src/network/paloalto/ssh/mode/licenses.pm index bd5507d468..538223c01f 100644 --- a/src/network/paloalto/ssh/mode/licenses.pm +++ b/src/network/paloalto/ssh/mode/licenses.pm @@ -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 diff --git a/src/network/paloalto/ssh/mode/system.pm b/src/network/paloalto/ssh/mode/system.pm index 6057654b69..66b6a73c6f 100644 --- a/src/network/paloalto/ssh/mode/system.pm +++ b/src/network/paloalto/ssh/mode/system.pm @@ -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 diff --git a/src/network/paloalto/ssh/plugin.pm b/src/network/paloalto/ssh/plugin.pm index 3af676f5ac..5a318f9e5f 100644 --- a/src/network/paloalto/ssh/plugin.pm +++ b/src/network/paloalto/ssh/plugin.pm @@ -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 diff --git a/src/network/patton/smartnode/snmp/mode/call.pm b/src/network/patton/smartnode/snmp/mode/call.pm index af4098440f..d444878246 100644 --- a/src/network/patton/smartnode/snmp/mode/call.pm +++ b/src/network/patton/smartnode/snmp/mode/call.pm @@ -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 diff --git a/src/network/patton/smartnode/snmp/mode/system.pm b/src/network/patton/smartnode/snmp/mode/system.pm index 2c6e17c66a..f27b9f53f8 100644 --- a/src/network/patton/smartnode/snmp/mode/system.pm +++ b/src/network/patton/smartnode/snmp/mode/system.pm @@ -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 diff --git a/src/network/patton/smartnode/snmp/plugin.pm b/src/network/patton/smartnode/snmp/plugin.pm index b14196d8ad..219528bf04 100644 --- a/src/network/patton/smartnode/snmp/plugin.pm +++ b/src/network/patton/smartnode/snmp/plugin.pm @@ -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 diff --git a/src/network/peplink/pepwave/snmp/mode/cpu.pm b/src/network/peplink/pepwave/snmp/mode/cpu.pm index 49d9439cb3..7fb27cd3ef 100644 --- a/src/network/peplink/pepwave/snmp/mode/cpu.pm +++ b/src/network/peplink/pepwave/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/peplink/pepwave/snmp/mode/memory.pm b/src/network/peplink/pepwave/snmp/mode/memory.pm index 4cde9bd41d..70e3946ef0 100644 --- a/src/network/peplink/pepwave/snmp/mode/memory.pm +++ b/src/network/peplink/pepwave/snmp/mode/memory.pm @@ -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 diff --git a/src/network/peplink/pepwave/snmp/mode/wanusage.pm b/src/network/peplink/pepwave/snmp/mode/wanusage.pm index 7dcd3f9ace..a3a9ba36a9 100644 --- a/src/network/peplink/pepwave/snmp/mode/wanusage.pm +++ b/src/network/peplink/pepwave/snmp/mode/wanusage.pm @@ -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 diff --git a/src/network/peplink/pepwave/snmp/plugin.pm b/src/network/peplink/pepwave/snmp/plugin.pm index b868aecbde..1161bbef7f 100644 --- a/src/network/peplink/pepwave/snmp/plugin.pm +++ b/src/network/peplink/pepwave/snmp/plugin.pm @@ -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 diff --git a/src/network/perle/ids/snmp/mode/components/psu.pm b/src/network/perle/ids/snmp/mode/components/psu.pm index 9f5ff1c419..2b24f0bb9c 100644 --- a/src/network/perle/ids/snmp/mode/components/psu.pm +++ b/src/network/perle/ids/snmp/mode/components/psu.pm @@ -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 diff --git a/src/network/perle/ids/snmp/mode/components/resources.pm b/src/network/perle/ids/snmp/mode/components/resources.pm index 9bf5d1904a..7a2f45fa71 100644 --- a/src/network/perle/ids/snmp/mode/components/resources.pm +++ b/src/network/perle/ids/snmp/mode/components/resources.pm @@ -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 diff --git a/src/network/perle/ids/snmp/mode/components/temperature.pm b/src/network/perle/ids/snmp/mode/components/temperature.pm index 5f41be1a66..3949b392f9 100644 --- a/src/network/perle/ids/snmp/mode/components/temperature.pm +++ b/src/network/perle/ids/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/network/perle/ids/snmp/mode/hardware.pm b/src/network/perle/ids/snmp/mode/hardware.pm index 8ec8695981..302e16b4af 100644 --- a/src/network/perle/ids/snmp/mode/hardware.pm +++ b/src/network/perle/ids/snmp/mode/hardware.pm @@ -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 diff --git a/src/network/perle/ids/snmp/mode/systemusage.pm b/src/network/perle/ids/snmp/mode/systemusage.pm index 74f146019f..5a51f5ca91 100644 --- a/src/network/perle/ids/snmp/mode/systemusage.pm +++ b/src/network/perle/ids/snmp/mode/systemusage.pm @@ -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 diff --git a/src/network/perle/ids/snmp/plugin.pm b/src/network/perle/ids/snmp/plugin.pm index 0d676469a1..9200408f4d 100644 --- a/src/network/perle/ids/snmp/plugin.pm +++ b/src/network/perle/ids/snmp/plugin.pm @@ -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 diff --git a/src/network/polycom/rmx/snmp/mode/components/board.pm b/src/network/polycom/rmx/snmp/mode/components/board.pm index 8f2daaa88b..b3ac11d01d 100644 --- a/src/network/polycom/rmx/snmp/mode/components/board.pm +++ b/src/network/polycom/rmx/snmp/mode/components/board.pm @@ -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 diff --git a/src/network/polycom/rmx/snmp/mode/components/fan.pm b/src/network/polycom/rmx/snmp/mode/components/fan.pm index c1f544ad07..a160d6c66a 100644 --- a/src/network/polycom/rmx/snmp/mode/components/fan.pm +++ b/src/network/polycom/rmx/snmp/mode/components/fan.pm @@ -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 diff --git a/src/network/polycom/rmx/snmp/mode/components/psu.pm b/src/network/polycom/rmx/snmp/mode/components/psu.pm index 48198d3d1c..eec0125de7 100644 --- a/src/network/polycom/rmx/snmp/mode/components/psu.pm +++ b/src/network/polycom/rmx/snmp/mode/components/psu.pm @@ -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 diff --git a/src/network/polycom/rmx/snmp/mode/hardware.pm b/src/network/polycom/rmx/snmp/mode/hardware.pm index 76eb0b1fc5..368899e244 100644 --- a/src/network/polycom/rmx/snmp/mode/hardware.pm +++ b/src/network/polycom/rmx/snmp/mode/hardware.pm @@ -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 diff --git a/src/network/polycom/rmx/snmp/mode/videoconferencingusage.pm b/src/network/polycom/rmx/snmp/mode/videoconferencingusage.pm index 1a4279889d..e4429d1e14 100644 --- a/src/network/polycom/rmx/snmp/mode/videoconferencingusage.pm +++ b/src/network/polycom/rmx/snmp/mode/videoconferencingusage.pm @@ -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 diff --git a/src/network/polycom/rmx/snmp/plugin.pm b/src/network/polycom/rmx/snmp/plugin.pm index bdb26a108c..ec8678eb2a 100644 --- a/src/network/polycom/rmx/snmp/plugin.pm +++ b/src/network/polycom/rmx/snmp/plugin.pm @@ -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 diff --git a/src/network/radware/alteon/snmp/mode/cpu.pm b/src/network/radware/alteon/snmp/mode/cpu.pm index 989e22d2f2..ac8c143675 100644 --- a/src/network/radware/alteon/snmp/mode/cpu.pm +++ b/src/network/radware/alteon/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/radware/alteon/snmp/mode/hardware.pm b/src/network/radware/alteon/snmp/mode/hardware.pm index 824a624c91..d40b97e93c 100644 --- a/src/network/radware/alteon/snmp/mode/hardware.pm +++ b/src/network/radware/alteon/snmp/mode/hardware.pm @@ -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 diff --git a/src/network/radware/alteon/snmp/mode/listvservers.pm b/src/network/radware/alteon/snmp/mode/listvservers.pm index 9a078b56ce..22481a0577 100644 --- a/src/network/radware/alteon/snmp/mode/listvservers.pm +++ b/src/network/radware/alteon/snmp/mode/listvservers.pm @@ -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 diff --git a/src/network/radware/alteon/snmp/mode/memory.pm b/src/network/radware/alteon/snmp/mode/memory.pm index 6f34e3b772..1176eeae59 100644 --- a/src/network/radware/alteon/snmp/mode/memory.pm +++ b/src/network/radware/alteon/snmp/mode/memory.pm @@ -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 diff --git a/src/network/radware/alteon/snmp/mode/vserverstatus.pm b/src/network/radware/alteon/snmp/mode/vserverstatus.pm index 8e59dbc828..8d6f990497 100644 --- a/src/network/radware/alteon/snmp/mode/vserverstatus.pm +++ b/src/network/radware/alteon/snmp/mode/vserverstatus.pm @@ -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 diff --git a/src/network/radware/alteon/snmp/plugin.pm b/src/network/radware/alteon/snmp/plugin.pm index 15aab393ab..c1734ba2e9 100644 --- a/src/network/radware/alteon/snmp/plugin.pm +++ b/src/network/radware/alteon/snmp/plugin.pm @@ -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 diff --git a/src/network/raisecom/snmp/mode/components/fan.pm b/src/network/raisecom/snmp/mode/components/fan.pm index 4e145e8757..138adc7984 100644 --- a/src/network/raisecom/snmp/mode/components/fan.pm +++ b/src/network/raisecom/snmp/mode/components/fan.pm @@ -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 diff --git a/src/network/raisecom/snmp/mode/components/temperature.pm b/src/network/raisecom/snmp/mode/components/temperature.pm index 3507008603..81746f2fdf 100644 --- a/src/network/raisecom/snmp/mode/components/temperature.pm +++ b/src/network/raisecom/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/network/raisecom/snmp/mode/components/voltage.pm b/src/network/raisecom/snmp/mode/components/voltage.pm index cbb8deec62..c212e907c2 100644 --- a/src/network/raisecom/snmp/mode/components/voltage.pm +++ b/src/network/raisecom/snmp/mode/components/voltage.pm @@ -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 diff --git a/src/network/raisecom/snmp/mode/cpu.pm b/src/network/raisecom/snmp/mode/cpu.pm index e76efd87d4..443eb66b7f 100644 --- a/src/network/raisecom/snmp/mode/cpu.pm +++ b/src/network/raisecom/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/raisecom/snmp/mode/hardware.pm b/src/network/raisecom/snmp/mode/hardware.pm index bd8fa7809b..910bdd0c40 100644 --- a/src/network/raisecom/snmp/mode/hardware.pm +++ b/src/network/raisecom/snmp/mode/hardware.pm @@ -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 diff --git a/src/network/raisecom/snmp/mode/interfaces.pm b/src/network/raisecom/snmp/mode/interfaces.pm index 919248d949..7e00e13bd4 100644 --- a/src/network/raisecom/snmp/mode/interfaces.pm +++ b/src/network/raisecom/snmp/mode/interfaces.pm @@ -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 diff --git a/src/network/raisecom/snmp/mode/memory.pm b/src/network/raisecom/snmp/mode/memory.pm index 032b33ba9d..3c7e609b35 100644 --- a/src/network/raisecom/snmp/mode/memory.pm +++ b/src/network/raisecom/snmp/mode/memory.pm @@ -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 diff --git a/src/network/raisecom/snmp/plugin.pm b/src/network/raisecom/snmp/plugin.pm index 315b4eb352..c2cd2dbf34 100644 --- a/src/network/raisecom/snmp/plugin.pm +++ b/src/network/raisecom/snmp/plugin.pm @@ -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 diff --git a/src/network/redback/snmp/mode/components/disk.pm b/src/network/redback/snmp/mode/components/disk.pm index 4f5c609d18..da1e8ea81b 100644 --- a/src/network/redback/snmp/mode/components/disk.pm +++ b/src/network/redback/snmp/mode/components/disk.pm @@ -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 diff --git a/src/network/redback/snmp/mode/components/fan.pm b/src/network/redback/snmp/mode/components/fan.pm index bb26d9f810..00c0b03717 100644 --- a/src/network/redback/snmp/mode/components/fan.pm +++ b/src/network/redback/snmp/mode/components/fan.pm @@ -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 diff --git a/src/network/redback/snmp/mode/components/psu.pm b/src/network/redback/snmp/mode/components/psu.pm index 5b037f64d3..1f80b0635b 100644 --- a/src/network/redback/snmp/mode/components/psu.pm +++ b/src/network/redback/snmp/mode/components/psu.pm @@ -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 diff --git a/src/network/redback/snmp/mode/components/temperature.pm b/src/network/redback/snmp/mode/components/temperature.pm index 3db8ed5678..1e4597dd59 100644 --- a/src/network/redback/snmp/mode/components/temperature.pm +++ b/src/network/redback/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/network/redback/snmp/mode/components/voltage.pm b/src/network/redback/snmp/mode/components/voltage.pm index 9c847f927e..682100f7da 100644 --- a/src/network/redback/snmp/mode/components/voltage.pm +++ b/src/network/redback/snmp/mode/components/voltage.pm @@ -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 diff --git a/src/network/redback/snmp/mode/cpu.pm b/src/network/redback/snmp/mode/cpu.pm index 7ee22e24f7..a555e4e84f 100644 --- a/src/network/redback/snmp/mode/cpu.pm +++ b/src/network/redback/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/redback/snmp/mode/disk.pm b/src/network/redback/snmp/mode/disk.pm index f1cb1aa595..2f83ad0c15 100644 --- a/src/network/redback/snmp/mode/disk.pm +++ b/src/network/redback/snmp/mode/disk.pm @@ -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 diff --git a/src/network/redback/snmp/mode/hardware.pm b/src/network/redback/snmp/mode/hardware.pm index 4a676d1ddf..a47afc3b0b 100644 --- a/src/network/redback/snmp/mode/hardware.pm +++ b/src/network/redback/snmp/mode/hardware.pm @@ -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 diff --git a/src/network/redback/snmp/mode/memory.pm b/src/network/redback/snmp/mode/memory.pm index bbb4ea19ed..9e08c025f4 100644 --- a/src/network/redback/snmp/mode/memory.pm +++ b/src/network/redback/snmp/mode/memory.pm @@ -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 diff --git a/src/network/redback/snmp/plugin.pm b/src/network/redback/snmp/plugin.pm index ce100a845f..8dd5477f9f 100644 --- a/src/network/redback/snmp/plugin.pm +++ b/src/network/redback/snmp/plugin.pm @@ -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 diff --git a/src/network/riverbed/interceptor/snmp/mode/neighborconnections.pm b/src/network/riverbed/interceptor/snmp/mode/neighborconnections.pm index aa09971c83..a7bfeb1088 100644 --- a/src/network/riverbed/interceptor/snmp/mode/neighborconnections.pm +++ b/src/network/riverbed/interceptor/snmp/mode/neighborconnections.pm @@ -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 diff --git a/src/network/riverbed/interceptor/snmp/plugin.pm b/src/network/riverbed/interceptor/snmp/plugin.pm index 310729dd80..5d2e11eee7 100644 --- a/src/network/riverbed/interceptor/snmp/plugin.pm +++ b/src/network/riverbed/interceptor/snmp/plugin.pm @@ -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 diff --git a/src/network/riverbed/steelhead/snmp/plugin.pm b/src/network/riverbed/steelhead/snmp/plugin.pm index 7f699630f2..85a5b397f9 100644 --- a/src/network/riverbed/steelhead/snmp/plugin.pm +++ b/src/network/riverbed/steelhead/snmp/plugin.pm @@ -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 diff --git a/src/network/ruckus/ap/snmp/mode/cpu.pm b/src/network/ruckus/ap/snmp/mode/cpu.pm index 705f9a610f..a9260b98eb 100644 --- a/src/network/ruckus/ap/snmp/mode/cpu.pm +++ b/src/network/ruckus/ap/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/ruckus/ap/snmp/mode/memory.pm b/src/network/ruckus/ap/snmp/mode/memory.pm index 7d29d3bf7c..ebd7c79e23 100644 --- a/src/network/ruckus/ap/snmp/mode/memory.pm +++ b/src/network/ruckus/ap/snmp/mode/memory.pm @@ -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 diff --git a/src/network/ruckus/ap/snmp/mode/users.pm b/src/network/ruckus/ap/snmp/mode/users.pm index 47eb7ba839..317a7ef416 100644 --- a/src/network/ruckus/ap/snmp/mode/users.pm +++ b/src/network/ruckus/ap/snmp/mode/users.pm @@ -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 diff --git a/src/network/ruckus/ap/snmp/plugin.pm b/src/network/ruckus/ap/snmp/plugin.pm index d56c4554a8..f4e3082202 100644 --- a/src/network/ruckus/ap/snmp/plugin.pm +++ b/src/network/ruckus/ap/snmp/plugin.pm @@ -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 diff --git a/src/network/ruckus/icx/snmp/plugin.pm b/src/network/ruckus/icx/snmp/plugin.pm index 8b7c668f87..5abb8aa0ae 100644 --- a/src/network/ruckus/icx/snmp/plugin.pm +++ b/src/network/ruckus/icx/snmp/plugin.pm @@ -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 diff --git a/src/network/ruckus/scg/snmp/mode/apstatus.pm b/src/network/ruckus/scg/snmp/mode/apstatus.pm index 845284c589..0152c79c36 100644 --- a/src/network/ruckus/scg/snmp/mode/apstatus.pm +++ b/src/network/ruckus/scg/snmp/mode/apstatus.pm @@ -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 diff --git a/src/network/ruckus/scg/snmp/mode/apusage.pm b/src/network/ruckus/scg/snmp/mode/apusage.pm index 59569f7796..f50cc71262 100644 --- a/src/network/ruckus/scg/snmp/mode/apusage.pm +++ b/src/network/ruckus/scg/snmp/mode/apusage.pm @@ -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 diff --git a/src/network/ruckus/scg/snmp/mode/listaps.pm b/src/network/ruckus/scg/snmp/mode/listaps.pm index 9a10053f92..6bba5d5a9f 100644 --- a/src/network/ruckus/scg/snmp/mode/listaps.pm +++ b/src/network/ruckus/scg/snmp/mode/listaps.pm @@ -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 diff --git a/src/network/ruckus/scg/snmp/mode/listssids.pm b/src/network/ruckus/scg/snmp/mode/listssids.pm index fd69c91cdd..26dfb9e2dc 100644 --- a/src/network/ruckus/scg/snmp/mode/listssids.pm +++ b/src/network/ruckus/scg/snmp/mode/listssids.pm @@ -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 diff --git a/src/network/ruckus/scg/snmp/mode/ssidusage.pm b/src/network/ruckus/scg/snmp/mode/ssidusage.pm index 5a5d1e804d..f7d60b3896 100644 --- a/src/network/ruckus/scg/snmp/mode/ssidusage.pm +++ b/src/network/ruckus/scg/snmp/mode/ssidusage.pm @@ -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 diff --git a/src/network/ruckus/scg/snmp/mode/systemstats.pm b/src/network/ruckus/scg/snmp/mode/systemstats.pm index 98647e7f13..ccccf0e495 100644 --- a/src/network/ruckus/scg/snmp/mode/systemstats.pm +++ b/src/network/ruckus/scg/snmp/mode/systemstats.pm @@ -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 diff --git a/src/network/ruckus/scg/snmp/plugin.pm b/src/network/ruckus/scg/snmp/plugin.pm index 5cb15c0fcc..78d267d51e 100644 --- a/src/network/ruckus/scg/snmp/plugin.pm +++ b/src/network/ruckus/scg/snmp/plugin.pm @@ -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 diff --git a/src/network/ruckus/smartzone/snmp/mode/accesspoints.pm b/src/network/ruckus/smartzone/snmp/mode/accesspoints.pm index 1438feaa4c..d8bdb349e7 100644 --- a/src/network/ruckus/smartzone/snmp/mode/accesspoints.pm +++ b/src/network/ruckus/smartzone/snmp/mode/accesspoints.pm @@ -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 diff --git a/src/network/ruckus/smartzone/snmp/mode/listaccesspoints.pm b/src/network/ruckus/smartzone/snmp/mode/listaccesspoints.pm index ad9a137fd1..a0073f4deb 100644 --- a/src/network/ruckus/smartzone/snmp/mode/listaccesspoints.pm +++ b/src/network/ruckus/smartzone/snmp/mode/listaccesspoints.pm @@ -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 diff --git a/src/network/ruckus/smartzone/snmp/mode/system.pm b/src/network/ruckus/smartzone/snmp/mode/system.pm index e95ba20788..66e4e7f95b 100644 --- a/src/network/ruckus/smartzone/snmp/mode/system.pm +++ b/src/network/ruckus/smartzone/snmp/mode/system.pm @@ -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 diff --git a/src/network/ruckus/smartzone/snmp/plugin.pm b/src/network/ruckus/smartzone/snmp/plugin.pm index 16dd99e9b3..643b339926 100644 --- a/src/network/ruckus/smartzone/snmp/plugin.pm +++ b/src/network/ruckus/smartzone/snmp/plugin.pm @@ -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 diff --git a/src/network/ruckus/zonedirector/snmp/mode/accesspoints.pm b/src/network/ruckus/zonedirector/snmp/mode/accesspoints.pm index ab43360bcf..87eed9949a 100644 --- a/src/network/ruckus/zonedirector/snmp/mode/accesspoints.pm +++ b/src/network/ruckus/zonedirector/snmp/mode/accesspoints.pm @@ -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 diff --git a/src/network/ruckus/zonedirector/snmp/mode/listaccesspoints.pm b/src/network/ruckus/zonedirector/snmp/mode/listaccesspoints.pm index c3c717777e..cd280cc2ce 100644 --- a/src/network/ruckus/zonedirector/snmp/mode/listaccesspoints.pm +++ b/src/network/ruckus/zonedirector/snmp/mode/listaccesspoints.pm @@ -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 diff --git a/src/network/ruckus/zonedirector/snmp/mode/system.pm b/src/network/ruckus/zonedirector/snmp/mode/system.pm index 3832c0543e..3d6500739b 100644 --- a/src/network/ruckus/zonedirector/snmp/mode/system.pm +++ b/src/network/ruckus/zonedirector/snmp/mode/system.pm @@ -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 diff --git a/src/network/ruckus/zonedirector/snmp/plugin.pm b/src/network/ruckus/zonedirector/snmp/plugin.pm index 382e2e2e11..1f02838c8d 100644 --- a/src/network/ruckus/zonedirector/snmp/plugin.pm +++ b/src/network/ruckus/zonedirector/snmp/plugin.pm @@ -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 diff --git a/src/network/ruggedcom/mode/components/fan.pm b/src/network/ruggedcom/mode/components/fan.pm index ebcc71780b..993a80f9f5 100644 --- a/src/network/ruggedcom/mode/components/fan.pm +++ b/src/network/ruggedcom/mode/components/fan.pm @@ -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 diff --git a/src/network/ruggedcom/mode/components/psu.pm b/src/network/ruggedcom/mode/components/psu.pm index a7abc03dbd..7f96a370eb 100644 --- a/src/network/ruggedcom/mode/components/psu.pm +++ b/src/network/ruggedcom/mode/components/psu.pm @@ -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 diff --git a/src/network/ruggedcom/mode/errors.pm b/src/network/ruggedcom/mode/errors.pm index 9c6aa6f466..4ccbfbffdf 100644 --- a/src/network/ruggedcom/mode/errors.pm +++ b/src/network/ruggedcom/mode/errors.pm @@ -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 diff --git a/src/network/ruggedcom/mode/hardware.pm b/src/network/ruggedcom/mode/hardware.pm index 1e2f5f0d19..071f39daf8 100644 --- a/src/network/ruggedcom/mode/hardware.pm +++ b/src/network/ruggedcom/mode/hardware.pm @@ -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 diff --git a/src/network/ruggedcom/mode/memory.pm b/src/network/ruggedcom/mode/memory.pm index 38fae5b654..4d52427f9b 100644 --- a/src/network/ruggedcom/mode/memory.pm +++ b/src/network/ruggedcom/mode/memory.pm @@ -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 diff --git a/src/network/ruggedcom/mode/temperature.pm b/src/network/ruggedcom/mode/temperature.pm index 8ead47fd84..56b243d75b 100644 --- a/src/network/ruggedcom/mode/temperature.pm +++ b/src/network/ruggedcom/mode/temperature.pm @@ -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 diff --git a/src/network/ruggedcom/plugin.pm b/src/network/ruggedcom/plugin.pm index 624dd03ef4..cd7e0b03d2 100644 --- a/src/network/ruggedcom/plugin.pm +++ b/src/network/ruggedcom/plugin.pm @@ -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 diff --git a/src/network/securactive/mode/bca.pm b/src/network/securactive/mode/bca.pm index 001554edb4..d2abaf9295 100644 --- a/src/network/securactive/mode/bca.pm +++ b/src/network/securactive/mode/bca.pm @@ -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 diff --git a/src/network/securactive/mode/bcn.pm b/src/network/securactive/mode/bcn.pm index 47b8edbbfb..6ec317bc5e 100644 --- a/src/network/securactive/mode/bcn.pm +++ b/src/network/securactive/mode/bcn.pm @@ -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 diff --git a/src/network/securactive/mode/listbca.pm b/src/network/securactive/mode/listbca.pm index 7d56675adc..983d362f61 100644 --- a/src/network/securactive/mode/listbca.pm +++ b/src/network/securactive/mode/listbca.pm @@ -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 diff --git a/src/network/securactive/mode/listbcn.pm b/src/network/securactive/mode/listbcn.pm index d965a44f90..9ecfba6304 100644 --- a/src/network/securactive/mode/listbcn.pm +++ b/src/network/securactive/mode/listbcn.pm @@ -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 diff --git a/src/network/securactive/plugin.pm b/src/network/securactive/plugin.pm index d847430bce..006044f769 100644 --- a/src/network/securactive/plugin.pm +++ b/src/network/securactive/plugin.pm @@ -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 diff --git a/src/network/silverpeak/snmp/mode/alarms.pm b/src/network/silverpeak/snmp/mode/alarms.pm index 2a5cfdc071..70c7d7bdd5 100644 --- a/src/network/silverpeak/snmp/mode/alarms.pm +++ b/src/network/silverpeak/snmp/mode/alarms.pm @@ -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 diff --git a/src/network/silverpeak/snmp/mode/status.pm b/src/network/silverpeak/snmp/mode/status.pm index 32f40df286..ca15525ea0 100644 --- a/src/network/silverpeak/snmp/mode/status.pm +++ b/src/network/silverpeak/snmp/mode/status.pm @@ -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 diff --git a/src/network/silverpeak/snmp/mode/uptime.pm b/src/network/silverpeak/snmp/mode/uptime.pm index 05b8f23ca5..1bb33eb35e 100644 --- a/src/network/silverpeak/snmp/mode/uptime.pm +++ b/src/network/silverpeak/snmp/mode/uptime.pm @@ -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 diff --git a/src/network/silverpeak/snmp/plugin.pm b/src/network/silverpeak/snmp/plugin.pm index 2811e43900..562f7a05ed 100644 --- a/src/network/silverpeak/snmp/plugin.pm +++ b/src/network/silverpeak/snmp/plugin.pm @@ -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 diff --git a/src/network/sonicwall/snmp/mode/connections.pm b/src/network/sonicwall/snmp/mode/connections.pm index 831d8e50dc..8832c425dd 100644 --- a/src/network/sonicwall/snmp/mode/connections.pm +++ b/src/network/sonicwall/snmp/mode/connections.pm @@ -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 diff --git a/src/network/sonicwall/snmp/mode/cpu.pm b/src/network/sonicwall/snmp/mode/cpu.pm index 7f8e693673..7bc3adee4e 100644 --- a/src/network/sonicwall/snmp/mode/cpu.pm +++ b/src/network/sonicwall/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/sonicwall/snmp/mode/memory.pm b/src/network/sonicwall/snmp/mode/memory.pm index e237c52b57..a2bf8ef88b 100644 --- a/src/network/sonicwall/snmp/mode/memory.pm +++ b/src/network/sonicwall/snmp/mode/memory.pm @@ -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 diff --git a/src/network/sonicwall/snmp/mode/vpn.pm b/src/network/sonicwall/snmp/mode/vpn.pm index c000688464..1a10b00d1a 100644 --- a/src/network/sonicwall/snmp/mode/vpn.pm +++ b/src/network/sonicwall/snmp/mode/vpn.pm @@ -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 diff --git a/src/network/sonicwall/snmp/plugin.pm b/src/network/sonicwall/snmp/plugin.pm index ee73b21ee8..096e69dd8a 100644 --- a/src/network/sonicwall/snmp/plugin.pm +++ b/src/network/sonicwall/snmp/plugin.pm @@ -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 diff --git a/src/network/sonus/sbc/snmp/mode/callstats.pm b/src/network/sonus/sbc/snmp/mode/callstats.pm index 40de0d3ba8..694cef7ba3 100644 --- a/src/network/sonus/sbc/snmp/mode/callstats.pm +++ b/src/network/sonus/sbc/snmp/mode/callstats.pm @@ -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 diff --git a/src/network/sonus/sbc/snmp/mode/channels.pm b/src/network/sonus/sbc/snmp/mode/channels.pm index f116772d49..d3db24837a 100644 --- a/src/network/sonus/sbc/snmp/mode/channels.pm +++ b/src/network/sonus/sbc/snmp/mode/channels.pm @@ -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 diff --git a/src/network/sonus/sbc/snmp/mode/cpu.pm b/src/network/sonus/sbc/snmp/mode/cpu.pm index 293936166e..2297401510 100644 --- a/src/network/sonus/sbc/snmp/mode/cpu.pm +++ b/src/network/sonus/sbc/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/sonus/sbc/snmp/mode/cpudetailed.pm b/src/network/sonus/sbc/snmp/mode/cpudetailed.pm index e24a062500..24caeb8614 100644 --- a/src/network/sonus/sbc/snmp/mode/cpudetailed.pm +++ b/src/network/sonus/sbc/snmp/mode/cpudetailed.pm @@ -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 diff --git a/src/network/sonus/sbc/snmp/mode/dspstats.pm b/src/network/sonus/sbc/snmp/mode/dspstats.pm index d1e79ae03d..cc9583a86c 100644 --- a/src/network/sonus/sbc/snmp/mode/dspstats.pm +++ b/src/network/sonus/sbc/snmp/mode/dspstats.pm @@ -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 diff --git a/src/network/sonus/sbc/snmp/mode/interfaces.pm b/src/network/sonus/sbc/snmp/mode/interfaces.pm index c2b3907620..b1daaa4d1b 100644 --- a/src/network/sonus/sbc/snmp/mode/interfaces.pm +++ b/src/network/sonus/sbc/snmp/mode/interfaces.pm @@ -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 diff --git a/src/network/sonus/sbc/snmp/mode/load.pm b/src/network/sonus/sbc/snmp/mode/load.pm index a8f00a15ec..ae7bffe934 100644 --- a/src/network/sonus/sbc/snmp/mode/load.pm +++ b/src/network/sonus/sbc/snmp/mode/load.pm @@ -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 diff --git a/src/network/sonus/sbc/snmp/mode/memory.pm b/src/network/sonus/sbc/snmp/mode/memory.pm index ca1dd4e551..b1d75c2a3a 100644 --- a/src/network/sonus/sbc/snmp/mode/memory.pm +++ b/src/network/sonus/sbc/snmp/mode/memory.pm @@ -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 diff --git a/src/network/sonus/sbc/snmp/mode/storage.pm b/src/network/sonus/sbc/snmp/mode/storage.pm index 043308652d..f746880346 100644 --- a/src/network/sonus/sbc/snmp/mode/storage.pm +++ b/src/network/sonus/sbc/snmp/mode/storage.pm @@ -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 diff --git a/src/network/sonus/sbc/snmp/mode/swap.pm b/src/network/sonus/sbc/snmp/mode/swap.pm index 3b805896b5..c63df09bf4 100644 --- a/src/network/sonus/sbc/snmp/mode/swap.pm +++ b/src/network/sonus/sbc/snmp/mode/swap.pm @@ -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 diff --git a/src/network/sonus/sbc/snmp/plugin.pm b/src/network/sonus/sbc/snmp/plugin.pm index 0d28cb28ed..35024ea42b 100644 --- a/src/network/sonus/sbc/snmp/plugin.pm +++ b/src/network/sonus/sbc/snmp/plugin.pm @@ -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 diff --git a/src/network/sophos/es/snmp/mode/components/component.pm b/src/network/sophos/es/snmp/mode/components/component.pm index 3f346955d4..a70b1c19cd 100644 --- a/src/network/sophos/es/snmp/mode/components/component.pm +++ b/src/network/sophos/es/snmp/mode/components/component.pm @@ -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 diff --git a/src/network/sophos/es/snmp/mode/components/system.pm b/src/network/sophos/es/snmp/mode/components/system.pm index 7ee41dfaf9..ac9555597d 100644 --- a/src/network/sophos/es/snmp/mode/components/system.pm +++ b/src/network/sophos/es/snmp/mode/components/system.pm @@ -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 diff --git a/src/network/sophos/es/snmp/mode/health.pm b/src/network/sophos/es/snmp/mode/health.pm index 81e89ee692..c578f38437 100644 --- a/src/network/sophos/es/snmp/mode/health.pm +++ b/src/network/sophos/es/snmp/mode/health.pm @@ -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 diff --git a/src/network/sophos/es/snmp/mode/message.pm b/src/network/sophos/es/snmp/mode/message.pm index 5c3e4cce00..c1e7c488c1 100644 --- a/src/network/sophos/es/snmp/mode/message.pm +++ b/src/network/sophos/es/snmp/mode/message.pm @@ -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 diff --git a/src/network/sophos/es/snmp/plugin.pm b/src/network/sophos/es/snmp/plugin.pm index 5129cc6bcd..de6c2a7a56 100644 --- a/src/network/sophos/es/snmp/plugin.pm +++ b/src/network/sophos/es/snmp/plugin.pm @@ -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 diff --git a/src/network/stonesoft/snmp/mode/clusterload.pm b/src/network/stonesoft/snmp/mode/clusterload.pm index 7b559534ee..7afe3f4d51 100644 --- a/src/network/stonesoft/snmp/mode/clusterload.pm +++ b/src/network/stonesoft/snmp/mode/clusterload.pm @@ -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 diff --git a/src/network/stonesoft/snmp/mode/clusterstate.pm b/src/network/stonesoft/snmp/mode/clusterstate.pm index c28a783a8b..98d6cf40ac 100644 --- a/src/network/stonesoft/snmp/mode/clusterstate.pm +++ b/src/network/stonesoft/snmp/mode/clusterstate.pm @@ -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 diff --git a/src/network/stonesoft/snmp/mode/connections.pm b/src/network/stonesoft/snmp/mode/connections.pm index 91e611676c..cc4f4dd125 100644 --- a/src/network/stonesoft/snmp/mode/connections.pm +++ b/src/network/stonesoft/snmp/mode/connections.pm @@ -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 diff --git a/src/network/stonesoft/snmp/mode/cpu.pm b/src/network/stonesoft/snmp/mode/cpu.pm index b833680c38..273d80e8c5 100644 --- a/src/network/stonesoft/snmp/mode/cpu.pm +++ b/src/network/stonesoft/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/stonesoft/snmp/mode/droppedpackets.pm b/src/network/stonesoft/snmp/mode/droppedpackets.pm index ef7173b59a..16050fa102 100644 --- a/src/network/stonesoft/snmp/mode/droppedpackets.pm +++ b/src/network/stonesoft/snmp/mode/droppedpackets.pm @@ -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 diff --git a/src/network/stonesoft/snmp/mode/memory.pm b/src/network/stonesoft/snmp/mode/memory.pm index 8b402e55b5..09901a3eeb 100644 --- a/src/network/stonesoft/snmp/mode/memory.pm +++ b/src/network/stonesoft/snmp/mode/memory.pm @@ -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 diff --git a/src/network/stonesoft/snmp/mode/rejectedpackets.pm b/src/network/stonesoft/snmp/mode/rejectedpackets.pm index 2314c63bad..b26ddd3d0a 100644 --- a/src/network/stonesoft/snmp/mode/rejectedpackets.pm +++ b/src/network/stonesoft/snmp/mode/rejectedpackets.pm @@ -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 diff --git a/src/network/stonesoft/snmp/mode/storage.pm b/src/network/stonesoft/snmp/mode/storage.pm index da8aa677f2..849d2e87ec 100644 --- a/src/network/stonesoft/snmp/mode/storage.pm +++ b/src/network/stonesoft/snmp/mode/storage.pm @@ -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 diff --git a/src/network/stonesoft/snmp/plugin.pm b/src/network/stonesoft/snmp/plugin.pm index 7891aca93e..0121635007 100644 --- a/src/network/stonesoft/snmp/plugin.pm +++ b/src/network/stonesoft/snmp/plugin.pm @@ -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 diff --git a/src/network/stormshield/api/custom/api.pm b/src/network/stormshield/api/custom/api.pm index e5485ce0be..9752c6236b 100644 --- a/src/network/stormshield/api/custom/api.pm +++ b/src/network/stormshield/api/custom/api.pm @@ -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 diff --git a/src/network/stormshield/api/mode/components/disk.pm b/src/network/stormshield/api/mode/components/disk.pm index 4f27b865d1..e361891934 100644 --- a/src/network/stormshield/api/mode/components/disk.pm +++ b/src/network/stormshield/api/mode/components/disk.pm @@ -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 diff --git a/src/network/stormshield/api/mode/components/fan.pm b/src/network/stormshield/api/mode/components/fan.pm index b61338b940..e6f685ebd2 100644 --- a/src/network/stormshield/api/mode/components/fan.pm +++ b/src/network/stormshield/api/mode/components/fan.pm @@ -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 diff --git a/src/network/stormshield/api/mode/components/psu.pm b/src/network/stormshield/api/mode/components/psu.pm index cd6368cb38..d42655c25d 100644 --- a/src/network/stormshield/api/mode/components/psu.pm +++ b/src/network/stormshield/api/mode/components/psu.pm @@ -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 diff --git a/src/network/stormshield/api/mode/components/temperature.pm b/src/network/stormshield/api/mode/components/temperature.pm index 9e7c306e82..e77ae04642 100644 --- a/src/network/stormshield/api/mode/components/temperature.pm +++ b/src/network/stormshield/api/mode/components/temperature.pm @@ -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 diff --git a/src/network/stormshield/api/mode/cpu.pm b/src/network/stormshield/api/mode/cpu.pm index ea4cac551c..39e45b3743 100644 --- a/src/network/stormshield/api/mode/cpu.pm +++ b/src/network/stormshield/api/mode/cpu.pm @@ -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 diff --git a/src/network/stormshield/api/mode/ha.pm b/src/network/stormshield/api/mode/ha.pm index 42605b9b08..f38c6ce0de 100644 --- a/src/network/stormshield/api/mode/ha.pm +++ b/src/network/stormshield/api/mode/ha.pm @@ -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 diff --git a/src/network/stormshield/api/mode/hardware.pm b/src/network/stormshield/api/mode/hardware.pm index d9a57abe16..71befea57a 100644 --- a/src/network/stormshield/api/mode/hardware.pm +++ b/src/network/stormshield/api/mode/hardware.pm @@ -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 diff --git a/src/network/stormshield/api/mode/health.pm b/src/network/stormshield/api/mode/health.pm index e1dbdaa839..3fa7b417f3 100644 --- a/src/network/stormshield/api/mode/health.pm +++ b/src/network/stormshield/api/mode/health.pm @@ -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 diff --git a/src/network/stormshield/api/mode/interfaces.pm b/src/network/stormshield/api/mode/interfaces.pm index c1faf140fb..5de5b97ec6 100644 --- a/src/network/stormshield/api/mode/interfaces.pm +++ b/src/network/stormshield/api/mode/interfaces.pm @@ -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 diff --git a/src/network/stormshield/api/mode/listinterfaces.pm b/src/network/stormshield/api/mode/listinterfaces.pm index 9c413d9101..4183bc26ec 100644 --- a/src/network/stormshield/api/mode/listinterfaces.pm +++ b/src/network/stormshield/api/mode/listinterfaces.pm @@ -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 diff --git a/src/network/stormshield/api/mode/memory.pm b/src/network/stormshield/api/mode/memory.pm index 7da5262de5..2c10a42614 100644 --- a/src/network/stormshield/api/mode/memory.pm +++ b/src/network/stormshield/api/mode/memory.pm @@ -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 diff --git a/src/network/stormshield/api/mode/uptime.pm b/src/network/stormshield/api/mode/uptime.pm index 61ac964655..3e11ab80f8 100644 --- a/src/network/stormshield/api/mode/uptime.pm +++ b/src/network/stormshield/api/mode/uptime.pm @@ -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 diff --git a/src/network/stormshield/api/plugin.pm b/src/network/stormshield/api/plugin.pm index aad551c9b6..1ac9313abf 100644 --- a/src/network/stormshield/api/plugin.pm +++ b/src/network/stormshield/api/plugin.pm @@ -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 diff --git a/src/network/stormshield/local/mode/qosusage.pm b/src/network/stormshield/local/mode/qosusage.pm index df159bd893..f7374b8f5e 100644 --- a/src/network/stormshield/local/mode/qosusage.pm +++ b/src/network/stormshield/local/mode/qosusage.pm @@ -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 diff --git a/src/network/stormshield/local/plugin.pm b/src/network/stormshield/local/plugin.pm index 910a462c43..133f499ef0 100644 --- a/src/network/stormshield/local/plugin.pm +++ b/src/network/stormshield/local/plugin.pm @@ -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 diff --git a/src/network/stormshield/snmp/mode/components/disk.pm b/src/network/stormshield/snmp/mode/components/disk.pm index 6ef926d1c8..e451770745 100644 --- a/src/network/stormshield/snmp/mode/components/disk.pm +++ b/src/network/stormshield/snmp/mode/components/disk.pm @@ -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 diff --git a/src/network/stormshield/snmp/mode/components/fan.pm b/src/network/stormshield/snmp/mode/components/fan.pm index 9242cc4a11..9dda6a12cc 100644 --- a/src/network/stormshield/snmp/mode/components/fan.pm +++ b/src/network/stormshield/snmp/mode/components/fan.pm @@ -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 diff --git a/src/network/stormshield/snmp/mode/components/psu.pm b/src/network/stormshield/snmp/mode/components/psu.pm index 6c58afedd3..feef573266 100644 --- a/src/network/stormshield/snmp/mode/components/psu.pm +++ b/src/network/stormshield/snmp/mode/components/psu.pm @@ -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 diff --git a/src/network/stormshield/snmp/mode/components/temperature.pm b/src/network/stormshield/snmp/mode/components/temperature.pm index 1d33fd13b8..7f3544a0ea 100644 --- a/src/network/stormshield/snmp/mode/components/temperature.pm +++ b/src/network/stormshield/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/network/stormshield/snmp/mode/connections.pm b/src/network/stormshield/snmp/mode/connections.pm index 33ab7183fc..615b97fbbc 100644 --- a/src/network/stormshield/snmp/mode/connections.pm +++ b/src/network/stormshield/snmp/mode/connections.pm @@ -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 diff --git a/src/network/stormshield/snmp/mode/hanodes.pm b/src/network/stormshield/snmp/mode/hanodes.pm index d26b668d48..0c5b1808f9 100644 --- a/src/network/stormshield/snmp/mode/hanodes.pm +++ b/src/network/stormshield/snmp/mode/hanodes.pm @@ -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 diff --git a/src/network/stormshield/snmp/mode/hardware.pm b/src/network/stormshield/snmp/mode/hardware.pm index 28a03bce90..1b03ae0cad 100644 --- a/src/network/stormshield/snmp/mode/hardware.pm +++ b/src/network/stormshield/snmp/mode/hardware.pm @@ -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 diff --git a/src/network/stormshield/snmp/mode/health.pm b/src/network/stormshield/snmp/mode/health.pm index afaa76552d..7fab848355 100644 --- a/src/network/stormshield/snmp/mode/health.pm +++ b/src/network/stormshield/snmp/mode/health.pm @@ -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 diff --git a/src/network/stormshield/snmp/mode/memorydetailed.pm b/src/network/stormshield/snmp/mode/memorydetailed.pm index 6be1316f70..36fc7b46b3 100644 --- a/src/network/stormshield/snmp/mode/memorydetailed.pm +++ b/src/network/stormshield/snmp/mode/memorydetailed.pm @@ -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 diff --git a/src/network/stormshield/snmp/mode/qos.pm b/src/network/stormshield/snmp/mode/qos.pm index 38f848d385..f8776b1d06 100644 --- a/src/network/stormshield/snmp/mode/qos.pm +++ b/src/network/stormshield/snmp/mode/qos.pm @@ -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 diff --git a/src/network/stormshield/snmp/mode/vpnstatus.pm b/src/network/stormshield/snmp/mode/vpnstatus.pm index aebc340ea9..9ae9398a4e 100644 --- a/src/network/stormshield/snmp/mode/vpnstatus.pm +++ b/src/network/stormshield/snmp/mode/vpnstatus.pm @@ -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 diff --git a/src/network/stormshield/snmp/plugin.pm b/src/network/stormshield/snmp/plugin.pm index f9ae81e374..068b62a77d 100644 --- a/src/network/stormshield/snmp/plugin.pm +++ b/src/network/stormshield/snmp/plugin.pm @@ -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 diff --git a/src/network/symbol/wing/snmp/mode/systems.pm b/src/network/symbol/wing/snmp/mode/systems.pm index 51ec08250a..fbaee804de 100644 --- a/src/network/symbol/wing/snmp/mode/systems.pm +++ b/src/network/symbol/wing/snmp/mode/systems.pm @@ -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 diff --git a/src/network/symbol/wing/snmp/plugin.pm b/src/network/symbol/wing/snmp/plugin.pm index 77859c82b6..8b5afad40c 100644 --- a/src/network/symbol/wing/snmp/plugin.pm +++ b/src/network/symbol/wing/snmp/plugin.pm @@ -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 diff --git a/src/network/teldat/snmp/mode/cellsradio.pm b/src/network/teldat/snmp/mode/cellsradio.pm index ee75879fda..f0175c8326 100644 --- a/src/network/teldat/snmp/mode/cellsradio.pm +++ b/src/network/teldat/snmp/mode/cellsradio.pm @@ -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 diff --git a/src/network/teldat/snmp/mode/cpu.pm b/src/network/teldat/snmp/mode/cpu.pm index 398926babf..394dacdac3 100644 --- a/src/network/teldat/snmp/mode/cpu.pm +++ b/src/network/teldat/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/teldat/snmp/mode/interfaces.pm b/src/network/teldat/snmp/mode/interfaces.pm index 2de8d5dcc9..cfcbe6f7c5 100644 --- a/src/network/teldat/snmp/mode/interfaces.pm +++ b/src/network/teldat/snmp/mode/interfaces.pm @@ -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 diff --git a/src/network/teldat/snmp/mode/memory.pm b/src/network/teldat/snmp/mode/memory.pm index 16d3f8041c..5d70b0fc17 100644 --- a/src/network/teldat/snmp/mode/memory.pm +++ b/src/network/teldat/snmp/mode/memory.pm @@ -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 diff --git a/src/network/teldat/snmp/mode/uptime.pm b/src/network/teldat/snmp/mode/uptime.pm index 0278219958..2198ce5eab 100644 --- a/src/network/teldat/snmp/mode/uptime.pm +++ b/src/network/teldat/snmp/mode/uptime.pm @@ -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 diff --git a/src/network/teldat/snmp/plugin.pm b/src/network/teldat/snmp/plugin.pm index eac4e3ecd0..a12412bbfe 100644 --- a/src/network/teldat/snmp/plugin.pm +++ b/src/network/teldat/snmp/plugin.pm @@ -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 diff --git a/src/network/teltonika/snmp/mode/interfaces.pm b/src/network/teltonika/snmp/mode/interfaces.pm index d571bb945e..87df8b2818 100644 --- a/src/network/teltonika/snmp/mode/interfaces.pm +++ b/src/network/teltonika/snmp/mode/interfaces.pm @@ -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 diff --git a/src/network/tplink/snmp/mode/cpu.pm b/src/network/tplink/snmp/mode/cpu.pm index e407b29fe0..52b36da0eb 100644 --- a/src/network/tplink/snmp/mode/cpu.pm +++ b/src/network/tplink/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/tplink/snmp/mode/memory.pm b/src/network/tplink/snmp/mode/memory.pm index 4ac502848e..ba99d574cd 100644 --- a/src/network/tplink/snmp/mode/memory.pm +++ b/src/network/tplink/snmp/mode/memory.pm @@ -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 diff --git a/src/network/tplink/snmp/plugin.pm b/src/network/tplink/snmp/plugin.pm index cbb3b2b910..c962ae4ea7 100644 --- a/src/network/tplink/snmp/plugin.pm +++ b/src/network/tplink/snmp/plugin.pm @@ -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 diff --git a/src/network/ubiquiti/airfiber/snmp/mode/listradios.pm b/src/network/ubiquiti/airfiber/snmp/mode/listradios.pm index 97e21bbc3c..25526253c5 100644 --- a/src/network/ubiquiti/airfiber/snmp/mode/listradios.pm +++ b/src/network/ubiquiti/airfiber/snmp/mode/listradios.pm @@ -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 diff --git a/src/network/ubiquiti/airfiber/snmp/mode/radios.pm b/src/network/ubiquiti/airfiber/snmp/mode/radios.pm index bd027a8ec6..bf64bab52e 100644 --- a/src/network/ubiquiti/airfiber/snmp/mode/radios.pm +++ b/src/network/ubiquiti/airfiber/snmp/mode/radios.pm @@ -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 diff --git a/src/network/ubiquiti/airfiber/snmp/plugin.pm b/src/network/ubiquiti/airfiber/snmp/plugin.pm index f955b125ff..90fe72e825 100644 --- a/src/network/ubiquiti/airfiber/snmp/plugin.pm +++ b/src/network/ubiquiti/airfiber/snmp/plugin.pm @@ -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 diff --git a/src/network/ubiquiti/edge/snmp/plugin.pm b/src/network/ubiquiti/edge/snmp/plugin.pm index 3058c211c0..6790d04f06 100644 --- a/src/network/ubiquiti/edge/snmp/plugin.pm +++ b/src/network/ubiquiti/edge/snmp/plugin.pm @@ -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 diff --git a/src/network/ubiquiti/unifi/snmp/mode/listvirtualaccesspoints.pm b/src/network/ubiquiti/unifi/snmp/mode/listvirtualaccesspoints.pm index 4b646039c4..51f9417109 100644 --- a/src/network/ubiquiti/unifi/snmp/mode/listvirtualaccesspoints.pm +++ b/src/network/ubiquiti/unifi/snmp/mode/listvirtualaccesspoints.pm @@ -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 diff --git a/src/network/ubiquiti/unifi/snmp/mode/virtualaccesspoints.pm b/src/network/ubiquiti/unifi/snmp/mode/virtualaccesspoints.pm index a013fc559a..2c591d7427 100644 --- a/src/network/ubiquiti/unifi/snmp/mode/virtualaccesspoints.pm +++ b/src/network/ubiquiti/unifi/snmp/mode/virtualaccesspoints.pm @@ -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 diff --git a/src/network/ubiquiti/unifi/snmp/plugin.pm b/src/network/ubiquiti/unifi/snmp/plugin.pm index 3685b60209..7e739fbcc9 100644 --- a/src/network/ubiquiti/unifi/snmp/plugin.pm +++ b/src/network/ubiquiti/unifi/snmp/plugin.pm @@ -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 diff --git a/src/network/ucopia/wlc/snmp/plugin.pm b/src/network/ucopia/wlc/snmp/plugin.pm index 2c7025c7c9..551917397c 100644 --- a/src/network/ucopia/wlc/snmp/plugin.pm +++ b/src/network/ucopia/wlc/snmp/plugin.pm @@ -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 diff --git a/src/network/vectra/restapi/custom/api.pm b/src/network/vectra/restapi/custom/api.pm index abcf090b02..a13c456ef2 100644 --- a/src/network/vectra/restapi/custom/api.pm +++ b/src/network/vectra/restapi/custom/api.pm @@ -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 diff --git a/src/network/vectra/restapi/mode/cpu.pm b/src/network/vectra/restapi/mode/cpu.pm index 138d486e4d..b333c468e2 100644 --- a/src/network/vectra/restapi/mode/cpu.pm +++ b/src/network/vectra/restapi/mode/cpu.pm @@ -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 diff --git a/src/network/vectra/restapi/mode/disk.pm b/src/network/vectra/restapi/mode/disk.pm index ea75660d87..f0763a7f9d 100644 --- a/src/network/vectra/restapi/mode/disk.pm +++ b/src/network/vectra/restapi/mode/disk.pm @@ -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 alarm monitoring for diff --git a/src/network/vectra/restapi/mode/interfaces.pm b/src/network/vectra/restapi/mode/interfaces.pm index 528af9a369..04eee0c9ef 100644 --- a/src/network/vectra/restapi/mode/interfaces.pm +++ b/src/network/vectra/restapi/mode/interfaces.pm @@ -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 alarm monitoring for diff --git a/src/network/vectra/restapi/mode/listinterfaces.pm b/src/network/vectra/restapi/mode/listinterfaces.pm index 1c0589e761..45ba4896c1 100644 --- a/src/network/vectra/restapi/mode/listinterfaces.pm +++ b/src/network/vectra/restapi/mode/listinterfaces.pm @@ -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 diff --git a/src/network/vectra/restapi/mode/listsensors.pm b/src/network/vectra/restapi/mode/listsensors.pm index 1f4e4c54b3..48feaa8a45 100644 --- a/src/network/vectra/restapi/mode/listsensors.pm +++ b/src/network/vectra/restapi/mode/listsensors.pm @@ -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 diff --git a/src/network/vectra/restapi/mode/memory.pm b/src/network/vectra/restapi/mode/memory.pm index ddd962e3be..71a3927467 100644 --- a/src/network/vectra/restapi/mode/memory.pm +++ b/src/network/vectra/restapi/mode/memory.pm @@ -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 alarm monitoring for diff --git a/src/network/vectra/restapi/mode/sensors.pm b/src/network/vectra/restapi/mode/sensors.pm index 5bfeedd6ce..d860e9acc3 100644 --- a/src/network/vectra/restapi/mode/sensors.pm +++ b/src/network/vectra/restapi/mode/sensors.pm @@ -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 alarm monitoring for diff --git a/src/network/vectra/restapi/mode/uptime.pm b/src/network/vectra/restapi/mode/uptime.pm index 24a1a7e14a..8f72507d6a 100644 --- a/src/network/vectra/restapi/mode/uptime.pm +++ b/src/network/vectra/restapi/mode/uptime.pm @@ -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 diff --git a/src/network/vectra/restapi/plugin.pm b/src/network/vectra/restapi/plugin.pm index ad18f89188..66885380ba 100644 --- a/src/network/vectra/restapi/plugin.pm +++ b/src/network/vectra/restapi/plugin.pm @@ -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 diff --git a/src/network/versa/director/restapi/custom/api.pm b/src/network/versa/director/restapi/custom/api.pm index dbd7d78bcd..9d3e27a7ab 100644 --- a/src/network/versa/director/restapi/custom/api.pm +++ b/src/network/versa/director/restapi/custom/api.pm @@ -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 diff --git a/src/network/versa/director/restapi/mode/cache.pm b/src/network/versa/director/restapi/mode/cache.pm index c411f4e162..9a2d409e7b 100644 --- a/src/network/versa/director/restapi/mode/cache.pm +++ b/src/network/versa/director/restapi/mode/cache.pm @@ -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 diff --git a/src/network/versa/director/restapi/mode/devices.pm b/src/network/versa/director/restapi/mode/devices.pm index 7bb8152874..8b8b273a1d 100644 --- a/src/network/versa/director/restapi/mode/devices.pm +++ b/src/network/versa/director/restapi/mode/devices.pm @@ -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 diff --git a/src/network/versa/director/restapi/mode/discovery.pm b/src/network/versa/director/restapi/mode/discovery.pm index 8f5f944242..a834b205f6 100644 --- a/src/network/versa/director/restapi/mode/discovery.pm +++ b/src/network/versa/director/restapi/mode/discovery.pm @@ -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 diff --git a/src/network/versa/director/restapi/mode/listdevices.pm b/src/network/versa/director/restapi/mode/listdevices.pm index d9be10d751..b3a4745515 100644 --- a/src/network/versa/director/restapi/mode/listdevices.pm +++ b/src/network/versa/director/restapi/mode/listdevices.pm @@ -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 diff --git a/src/network/versa/director/restapi/mode/listpaths.pm b/src/network/versa/director/restapi/mode/listpaths.pm index 882648ead9..10bf44e5d8 100644 --- a/src/network/versa/director/restapi/mode/listpaths.pm +++ b/src/network/versa/director/restapi/mode/listpaths.pm @@ -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 diff --git a/src/network/versa/director/restapi/mode/paths.pm b/src/network/versa/director/restapi/mode/paths.pm index 90616e41e4..efe9d904b4 100644 --- a/src/network/versa/director/restapi/mode/paths.pm +++ b/src/network/versa/director/restapi/mode/paths.pm @@ -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 diff --git a/src/network/versa/director/restapi/plugin.pm b/src/network/versa/director/restapi/plugin.pm index e6842f5912..5d2427fbfd 100644 --- a/src/network/versa/director/restapi/plugin.pm +++ b/src/network/versa/director/restapi/plugin.pm @@ -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 diff --git a/src/network/versa/snmp/mode/bgppeers.pm b/src/network/versa/snmp/mode/bgppeers.pm index 6468bb8381..fab2d47225 100644 --- a/src/network/versa/snmp/mode/bgppeers.pm +++ b/src/network/versa/snmp/mode/bgppeers.pm @@ -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 diff --git a/src/network/versa/snmp/mode/devices.pm b/src/network/versa/snmp/mode/devices.pm index 7c2467ace7..e1505eb3d2 100644 --- a/src/network/versa/snmp/mode/devices.pm +++ b/src/network/versa/snmp/mode/devices.pm @@ -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 diff --git a/src/network/versa/snmp/mode/ipsec.pm b/src/network/versa/snmp/mode/ipsec.pm index 0e627db670..1d10a9e749 100644 --- a/src/network/versa/snmp/mode/ipsec.pm +++ b/src/network/versa/snmp/mode/ipsec.pm @@ -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 diff --git a/src/network/versa/snmp/mode/listipsec.pm b/src/network/versa/snmp/mode/listipsec.pm index d373b47ae9..f5bbe39170 100644 --- a/src/network/versa/snmp/mode/listipsec.pm +++ b/src/network/versa/snmp/mode/listipsec.pm @@ -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 diff --git a/src/network/versa/snmp/mode/listsdwan.pm b/src/network/versa/snmp/mode/listsdwan.pm index 34fa7d92e3..31b44b77b1 100644 --- a/src/network/versa/snmp/mode/listsdwan.pm +++ b/src/network/versa/snmp/mode/listsdwan.pm @@ -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 diff --git a/src/network/versa/snmp/mode/qospolicy.pm b/src/network/versa/snmp/mode/qospolicy.pm index 86acbacbb4..f41fc80611 100644 --- a/src/network/versa/snmp/mode/qospolicy.pm +++ b/src/network/versa/snmp/mode/qospolicy.pm @@ -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 diff --git a/src/network/versa/snmp/mode/sdwan.pm b/src/network/versa/snmp/mode/sdwan.pm index 13af097ae3..58b6108be2 100644 --- a/src/network/versa/snmp/mode/sdwan.pm +++ b/src/network/versa/snmp/mode/sdwan.pm @@ -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 diff --git a/src/network/versa/snmp/plugin.pm b/src/network/versa/snmp/plugin.pm index de38fc7f1c..6b956104eb 100644 --- a/src/network/versa/snmp/plugin.pm +++ b/src/network/versa/snmp/plugin.pm @@ -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 diff --git a/src/network/viptela/snmp/mode/components/fan.pm b/src/network/viptela/snmp/mode/components/fan.pm index 40fb3f3321..d49dedd563 100644 --- a/src/network/viptela/snmp/mode/components/fan.pm +++ b/src/network/viptela/snmp/mode/components/fan.pm @@ -1,5 +1,5 @@ # -# Copyright 2023 Centreon (http://www.centreon.com/) +# Copyright 2024 Centreon (http://www.centreon.com/) # # Centreon is a full-ffanged industry-strength solution that meets # the needs in IT infrastructure and application monitoring for diff --git a/src/network/viptela/snmp/mode/components/led.pm b/src/network/viptela/snmp/mode/components/led.pm index 4722e4ae2d..c94e414d12 100644 --- a/src/network/viptela/snmp/mode/components/led.pm +++ b/src/network/viptela/snmp/mode/components/led.pm @@ -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 diff --git a/src/network/viptela/snmp/mode/components/nim.pm b/src/network/viptela/snmp/mode/components/nim.pm index a159391328..59b7560cb4 100644 --- a/src/network/viptela/snmp/mode/components/nim.pm +++ b/src/network/viptela/snmp/mode/components/nim.pm @@ -1,5 +1,5 @@ # -# Copyright 2023 Centreon (http://www.centreon.com/) +# Copyright 2024 Centreon (http://www.centreon.com/) # # Centreon is a full-fnimged industry-strength solution that meets # the needs in IT infrastructure and application monitoring for diff --git a/src/network/viptela/snmp/mode/components/pem.pm b/src/network/viptela/snmp/mode/components/pem.pm index 8f04d901cb..b35e25b32a 100644 --- a/src/network/viptela/snmp/mode/components/pem.pm +++ b/src/network/viptela/snmp/mode/components/pem.pm @@ -1,5 +1,5 @@ # -# Copyright 2023 Centreon (http://www.centreon.com/) +# Copyright 2024 Centreon (http://www.centreon.com/) # # Centreon is a full-fpemged industry-strength solution that meets # the needs in IT infrastructure and application monitoring for diff --git a/src/network/viptela/snmp/mode/components/pim.pm b/src/network/viptela/snmp/mode/components/pim.pm index 8840302307..6e564723be 100644 --- a/src/network/viptela/snmp/mode/components/pim.pm +++ b/src/network/viptela/snmp/mode/components/pim.pm @@ -1,5 +1,5 @@ # -# Copyright 2023 Centreon (http://www.centreon.com/) +# Copyright 2024 Centreon (http://www.centreon.com/) # # Centreon is a full-fpimged industry-strength solution that meets # the needs in IT infrastructure and application monitoring for diff --git a/src/network/viptela/snmp/mode/components/temperature.pm b/src/network/viptela/snmp/mode/components/temperature.pm index f83099792f..5d16a28a44 100644 --- a/src/network/viptela/snmp/mode/components/temperature.pm +++ b/src/network/viptela/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/network/viptela/snmp/mode/components/usb.pm b/src/network/viptela/snmp/mode/components/usb.pm index 78ec9ca667..771b2656d6 100644 --- a/src/network/viptela/snmp/mode/components/usb.pm +++ b/src/network/viptela/snmp/mode/components/usb.pm @@ -1,5 +1,5 @@ # -# Copyright 2023 Centreon (http://www.centreon.com/) +# Copyright 2024 Centreon (http://www.centreon.com/) # # Centreon is a full-fusbged industry-strength solution that meets # the needs in IT infrastructure and application monitoring for diff --git a/src/network/viptela/snmp/mode/controlconnections.pm b/src/network/viptela/snmp/mode/controlconnections.pm index 78966dcae3..fd899ae5e9 100644 --- a/src/network/viptela/snmp/mode/controlconnections.pm +++ b/src/network/viptela/snmp/mode/controlconnections.pm @@ -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 diff --git a/src/network/viptela/snmp/mode/cpu.pm b/src/network/viptela/snmp/mode/cpu.pm index a36f999bd4..bbfc36187a 100644 --- a/src/network/viptela/snmp/mode/cpu.pm +++ b/src/network/viptela/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/viptela/snmp/mode/disk.pm b/src/network/viptela/snmp/mode/disk.pm index 02c8ab9416..40ad5ef8d2 100644 --- a/src/network/viptela/snmp/mode/disk.pm +++ b/src/network/viptela/snmp/mode/disk.pm @@ -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 diff --git a/src/network/viptela/snmp/mode/gretunnels.pm b/src/network/viptela/snmp/mode/gretunnels.pm index 4d3440d392..653cdd4183 100644 --- a/src/network/viptela/snmp/mode/gretunnels.pm +++ b/src/network/viptela/snmp/mode/gretunnels.pm @@ -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 diff --git a/src/network/viptela/snmp/mode/hardware.pm b/src/network/viptela/snmp/mode/hardware.pm index d4f8c80c1f..d388f63b7e 100644 --- a/src/network/viptela/snmp/mode/hardware.pm +++ b/src/network/viptela/snmp/mode/hardware.pm @@ -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 diff --git a/src/network/viptela/snmp/mode/interfaces.pm b/src/network/viptela/snmp/mode/interfaces.pm index 2e5c739e1e..f0ff67464c 100644 --- a/src/network/viptela/snmp/mode/interfaces.pm +++ b/src/network/viptela/snmp/mode/interfaces.pm @@ -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 diff --git a/src/network/viptela/snmp/mode/listgretunnels.pm b/src/network/viptela/snmp/mode/listgretunnels.pm index a91dfe55d1..14546492d4 100644 --- a/src/network/viptela/snmp/mode/listgretunnels.pm +++ b/src/network/viptela/snmp/mode/listgretunnels.pm @@ -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 diff --git a/src/network/viptela/snmp/mode/memory.pm b/src/network/viptela/snmp/mode/memory.pm index e2bba1433f..a8eed12e3d 100644 --- a/src/network/viptela/snmp/mode/memory.pm +++ b/src/network/viptela/snmp/mode/memory.pm @@ -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 alarm monitoring for diff --git a/src/network/viptela/snmp/mode/uptime.pm b/src/network/viptela/snmp/mode/uptime.pm index 1591acca31..1a7733e71d 100644 --- a/src/network/viptela/snmp/mode/uptime.pm +++ b/src/network/viptela/snmp/mode/uptime.pm @@ -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 diff --git a/src/network/viptela/snmp/plugin.pm b/src/network/viptela/snmp/plugin.pm index 0a2d40d976..3edc215124 100644 --- a/src/network/viptela/snmp/plugin.pm +++ b/src/network/viptela/snmp/plugin.pm @@ -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 diff --git a/src/network/watchguard/snmp/mode/cluster.pm b/src/network/watchguard/snmp/mode/cluster.pm index 30354e5dcc..13991a863c 100644 --- a/src/network/watchguard/snmp/mode/cluster.pm +++ b/src/network/watchguard/snmp/mode/cluster.pm @@ -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 diff --git a/src/network/watchguard/snmp/mode/cpu.pm b/src/network/watchguard/snmp/mode/cpu.pm index 9dbc77e6fe..498941d072 100644 --- a/src/network/watchguard/snmp/mode/cpu.pm +++ b/src/network/watchguard/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/watchguard/snmp/mode/ipsectunnel.pm b/src/network/watchguard/snmp/mode/ipsectunnel.pm index 54468523a1..2ff480e6c4 100644 --- a/src/network/watchguard/snmp/mode/ipsectunnel.pm +++ b/src/network/watchguard/snmp/mode/ipsectunnel.pm @@ -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 diff --git a/src/network/watchguard/snmp/mode/policyusage.pm b/src/network/watchguard/snmp/mode/policyusage.pm index 1d6b6253ec..a6a812e8a5 100644 --- a/src/network/watchguard/snmp/mode/policyusage.pm +++ b/src/network/watchguard/snmp/mode/policyusage.pm @@ -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 diff --git a/src/network/watchguard/snmp/mode/system.pm b/src/network/watchguard/snmp/mode/system.pm index fe0ee35548..e88a16597e 100644 --- a/src/network/watchguard/snmp/mode/system.pm +++ b/src/network/watchguard/snmp/mode/system.pm @@ -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 diff --git a/src/network/watchguard/snmp/plugin.pm b/src/network/watchguard/snmp/plugin.pm index 9769647140..c6974aa4a6 100644 --- a/src/network/watchguard/snmp/plugin.pm +++ b/src/network/watchguard/snmp/plugin.pm @@ -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 diff --git a/src/network/zyxel/snmp/mode/cpu.pm b/src/network/zyxel/snmp/mode/cpu.pm index f4c77f3876..4166a75487 100644 --- a/src/network/zyxel/snmp/mode/cpu.pm +++ b/src/network/zyxel/snmp/mode/cpu.pm @@ -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 diff --git a/src/network/zyxel/snmp/mode/listvpn.pm b/src/network/zyxel/snmp/mode/listvpn.pm index c59e5d3297..78cba12915 100644 --- a/src/network/zyxel/snmp/mode/listvpn.pm +++ b/src/network/zyxel/snmp/mode/listvpn.pm @@ -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 diff --git a/src/network/zyxel/snmp/mode/memory.pm b/src/network/zyxel/snmp/mode/memory.pm index 32e16b3e7f..8b9723da0d 100644 --- a/src/network/zyxel/snmp/mode/memory.pm +++ b/src/network/zyxel/snmp/mode/memory.pm @@ -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 diff --git a/src/network/zyxel/snmp/mode/sessions.pm b/src/network/zyxel/snmp/mode/sessions.pm index 3d188012bb..6c881c5604 100644 --- a/src/network/zyxel/snmp/mode/sessions.pm +++ b/src/network/zyxel/snmp/mode/sessions.pm @@ -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 diff --git a/src/network/zyxel/snmp/mode/vpnstatus.pm b/src/network/zyxel/snmp/mode/vpnstatus.pm index 53d27ef46e..b7d6ae4f38 100644 --- a/src/network/zyxel/snmp/mode/vpnstatus.pm +++ b/src/network/zyxel/snmp/mode/vpnstatus.pm @@ -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 diff --git a/src/network/zyxel/snmp/plugin.pm b/src/network/zyxel/snmp/plugin.pm index 6fd2609f07..929bfd7eca 100644 --- a/src/network/zyxel/snmp/plugin.pm +++ b/src/network/zyxel/snmp/plugin.pm @@ -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 diff --git a/src/notification/centreon/opentickets/api/custom/api.pm b/src/notification/centreon/opentickets/api/custom/api.pm index c0a1fe7637..e59e5bcfe1 100644 --- a/src/notification/centreon/opentickets/api/custom/api.pm +++ b/src/notification/centreon/opentickets/api/custom/api.pm @@ -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 diff --git a/src/notification/centreon/opentickets/api/mode/closehost.pm b/src/notification/centreon/opentickets/api/mode/closehost.pm index 5abf0eafeb..fbc625636a 100644 --- a/src/notification/centreon/opentickets/api/mode/closehost.pm +++ b/src/notification/centreon/opentickets/api/mode/closehost.pm @@ -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 diff --git a/src/notification/centreon/opentickets/api/mode/closeservice.pm b/src/notification/centreon/opentickets/api/mode/closeservice.pm index 26bfb8860e..3db945e2e6 100644 --- a/src/notification/centreon/opentickets/api/mode/closeservice.pm +++ b/src/notification/centreon/opentickets/api/mode/closeservice.pm @@ -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 diff --git a/src/notification/centreon/opentickets/api/mode/openhost.pm b/src/notification/centreon/opentickets/api/mode/openhost.pm index 8adb638167..6c0f410e6d 100644 --- a/src/notification/centreon/opentickets/api/mode/openhost.pm +++ b/src/notification/centreon/opentickets/api/mode/openhost.pm @@ -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 diff --git a/src/notification/centreon/opentickets/api/mode/openservice.pm b/src/notification/centreon/opentickets/api/mode/openservice.pm index ba425ae527..ff66f777a3 100644 --- a/src/notification/centreon/opentickets/api/mode/openservice.pm +++ b/src/notification/centreon/opentickets/api/mode/openservice.pm @@ -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 diff --git a/src/notification/centreon/opentickets/api/plugin.pm b/src/notification/centreon/opentickets/api/plugin.pm index ea3f3962ba..7ad34e6c9c 100644 --- a/src/notification/centreon/opentickets/api/plugin.pm +++ b/src/notification/centreon/opentickets/api/plugin.pm @@ -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 diff --git a/src/notification/email/mode/alert.pm b/src/notification/email/mode/alert.pm index b3b5226fcf..ec0839c5c8 100644 --- a/src/notification/email/mode/alert.pm +++ b/src/notification/email/mode/alert.pm @@ -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 diff --git a/src/notification/email/plugin.pm b/src/notification/email/plugin.pm index 88937b121f..08f3be9573 100644 --- a/src/notification/email/plugin.pm +++ b/src/notification/email/plugin.pm @@ -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 diff --git a/src/notification/foxbox/mode/alert.pm b/src/notification/foxbox/mode/alert.pm index 91b91f87c4..5e1d0dbf33 100644 --- a/src/notification/foxbox/mode/alert.pm +++ b/src/notification/foxbox/mode/alert.pm @@ -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 diff --git a/src/notification/foxbox/plugin.pm b/src/notification/foxbox/plugin.pm index 108962785f..f7cb81720e 100644 --- a/src/notification/foxbox/plugin.pm +++ b/src/notification/foxbox/plugin.pm @@ -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 diff --git a/src/notification/highsms/mode/alert.pm b/src/notification/highsms/mode/alert.pm index efccc17067..23953ed111 100644 --- a/src/notification/highsms/mode/alert.pm +++ b/src/notification/highsms/mode/alert.pm @@ -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 diff --git a/src/notification/highsms/plugin.pm b/src/notification/highsms/plugin.pm index 1d44a02d1a..bd06dc4a5c 100644 --- a/src/notification/highsms/plugin.pm +++ b/src/notification/highsms/plugin.pm @@ -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 diff --git a/src/notification/jasminsms/httpapi/custom/api.pm b/src/notification/jasminsms/httpapi/custom/api.pm index 08131ece87..a44f15d549 100644 --- a/src/notification/jasminsms/httpapi/custom/api.pm +++ b/src/notification/jasminsms/httpapi/custom/api.pm @@ -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 diff --git a/src/notification/jasminsms/httpapi/mode/alert.pm b/src/notification/jasminsms/httpapi/mode/alert.pm index 5237afaae1..e5fd448516 100644 --- a/src/notification/jasminsms/httpapi/mode/alert.pm +++ b/src/notification/jasminsms/httpapi/mode/alert.pm @@ -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 diff --git a/src/notification/jasminsms/httpapi/plugin.pm b/src/notification/jasminsms/httpapi/plugin.pm index 3ac41107d7..52e40a10b5 100644 --- a/src/notification/jasminsms/httpapi/plugin.pm +++ b/src/notification/jasminsms/httpapi/plugin.pm @@ -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 diff --git a/src/notification/microsoft/office365/teams/custom/webhookapi.pm b/src/notification/microsoft/office365/teams/custom/webhookapi.pm index da7e43026a..e271838bae 100644 --- a/src/notification/microsoft/office365/teams/custom/webhookapi.pm +++ b/src/notification/microsoft/office365/teams/custom/webhookapi.pm @@ -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 diff --git a/src/notification/microsoft/office365/teams/mode/alert.pm b/src/notification/microsoft/office365/teams/mode/alert.pm index 56253ddc6e..f62e3122f6 100644 --- a/src/notification/microsoft/office365/teams/mode/alert.pm +++ b/src/notification/microsoft/office365/teams/mode/alert.pm @@ -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 diff --git a/src/notification/microsoft/office365/teams/plugin.pm b/src/notification/microsoft/office365/teams/plugin.pm index 8451708ec2..94311b0390 100644 --- a/src/notification/microsoft/office365/teams/plugin.pm +++ b/src/notification/microsoft/office365/teams/plugin.pm @@ -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 diff --git a/src/notification/ovhsms/mode/alert.pm b/src/notification/ovhsms/mode/alert.pm index 93cfa668c0..b0405934f5 100644 --- a/src/notification/ovhsms/mode/alert.pm +++ b/src/notification/ovhsms/mode/alert.pm @@ -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 diff --git a/src/notification/ovhsms/plugin.pm b/src/notification/ovhsms/plugin.pm index 3e97c596f4..1bc205f003 100644 --- a/src/notification/ovhsms/plugin.pm +++ b/src/notification/ovhsms/plugin.pm @@ -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 diff --git a/src/notification/prowl/mode/alert.pm b/src/notification/prowl/mode/alert.pm index 7d87e740cf..545906e8e7 100644 --- a/src/notification/prowl/mode/alert.pm +++ b/src/notification/prowl/mode/alert.pm @@ -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 diff --git a/src/notification/prowl/plugin.pm b/src/notification/prowl/plugin.pm index 2770708992..d65c76a655 100644 --- a/src/notification/prowl/plugin.pm +++ b/src/notification/prowl/plugin.pm @@ -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 diff --git a/src/notification/sirportly/mode/ticket.pm b/src/notification/sirportly/mode/ticket.pm index 1069df6379..959645accb 100644 --- a/src/notification/sirportly/mode/ticket.pm +++ b/src/notification/sirportly/mode/ticket.pm @@ -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 diff --git a/src/notification/sirportly/plugin.pm b/src/notification/sirportly/plugin.pm index 4bdc85c607..23373b8c94 100644 --- a/src/notification/sirportly/plugin.pm +++ b/src/notification/sirportly/plugin.pm @@ -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 diff --git a/src/notification/slack/mode/alert.pm b/src/notification/slack/mode/alert.pm index 2b2631ba1f..624ceb5d70 100644 --- a/src/notification/slack/mode/alert.pm +++ b/src/notification/slack/mode/alert.pm @@ -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 diff --git a/src/notification/slack/plugin.pm b/src/notification/slack/plugin.pm index 33bd5a9a8c..ccd694ec0d 100644 --- a/src/notification/slack/plugin.pm +++ b/src/notification/slack/plugin.pm @@ -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 diff --git a/src/notification/telegram/mode/alert.pm b/src/notification/telegram/mode/alert.pm index 6a8826faab..16c863a153 100644 --- a/src/notification/telegram/mode/alert.pm +++ b/src/notification/telegram/mode/alert.pm @@ -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 diff --git a/src/notification/telegram/plugin.pm b/src/notification/telegram/plugin.pm index 88396ed860..122f56c950 100644 --- a/src/notification/telegram/plugin.pm +++ b/src/notification/telegram/plugin.pm @@ -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 diff --git a/src/os/aix/local/custom/cli.pm b/src/os/aix/local/custom/cli.pm index 926627e81a..ecc216dc66 100644 --- a/src/os/aix/local/custom/cli.pm +++ b/src/os/aix/local/custom/cli.pm @@ -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 diff --git a/src/os/aix/local/mode/cmdreturn.pm b/src/os/aix/local/mode/cmdreturn.pm index 9e781dfa42..9590ac1862 100644 --- a/src/os/aix/local/mode/cmdreturn.pm +++ b/src/os/aix/local/mode/cmdreturn.pm @@ -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 diff --git a/src/os/aix/local/mode/errpt.pm b/src/os/aix/local/mode/errpt.pm index edc6efdc73..85c82efda4 100644 --- a/src/os/aix/local/mode/errpt.pm +++ b/src/os/aix/local/mode/errpt.pm @@ -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 diff --git a/src/os/aix/local/mode/inodes.pm b/src/os/aix/local/mode/inodes.pm index 4f03b027c7..05b2e47a06 100644 --- a/src/os/aix/local/mode/inodes.pm +++ b/src/os/aix/local/mode/inodes.pm @@ -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 diff --git a/src/os/aix/local/mode/liststorages.pm b/src/os/aix/local/mode/liststorages.pm index 2c44ff03c9..a33ffcc50f 100644 --- a/src/os/aix/local/mode/liststorages.pm +++ b/src/os/aix/local/mode/liststorages.pm @@ -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 diff --git a/src/os/aix/local/mode/lvsync.pm b/src/os/aix/local/mode/lvsync.pm index a19624cb2c..aa294b20e5 100644 --- a/src/os/aix/local/mode/lvsync.pm +++ b/src/os/aix/local/mode/lvsync.pm @@ -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 diff --git a/src/os/aix/local/mode/process.pm b/src/os/aix/local/mode/process.pm index ca665e4317..db30b55f9a 100644 --- a/src/os/aix/local/mode/process.pm +++ b/src/os/aix/local/mode/process.pm @@ -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 diff --git a/src/os/aix/local/mode/storage.pm b/src/os/aix/local/mode/storage.pm index 93558f2255..2656c33343 100644 --- a/src/os/aix/local/mode/storage.pm +++ b/src/os/aix/local/mode/storage.pm @@ -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 diff --git a/src/os/aix/local/plugin.pm b/src/os/aix/local/plugin.pm index 36d02bc9cd..ace46c03dd 100644 --- a/src/os/aix/local/plugin.pm +++ b/src/os/aix/local/plugin.pm @@ -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 diff --git a/src/os/aix/snmp/mode/swap.pm b/src/os/aix/snmp/mode/swap.pm index 20f8758090..efb9ef17f2 100644 --- a/src/os/aix/snmp/mode/swap.pm +++ b/src/os/aix/snmp/mode/swap.pm @@ -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 diff --git a/src/os/aix/snmp/plugin.pm b/src/os/aix/snmp/plugin.pm index e7e44340ee..defc47e25c 100644 --- a/src/os/aix/snmp/plugin.pm +++ b/src/os/aix/snmp/plugin.pm @@ -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 diff --git a/src/os/as400/connector/custom/api.pm b/src/os/as400/connector/custom/api.pm index 04c3c0f408..8068b708fc 100644 --- a/src/os/as400/connector/custom/api.pm +++ b/src/os/as400/connector/custom/api.pm @@ -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 diff --git a/src/os/as400/connector/mode/command.pm b/src/os/as400/connector/mode/command.pm index 6c74f221f0..218357d06d 100644 --- a/src/os/as400/connector/mode/command.pm +++ b/src/os/as400/connector/mode/command.pm @@ -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 diff --git a/src/os/as400/connector/mode/disks.pm b/src/os/as400/connector/mode/disks.pm index e940c73fa2..6c6dcaed55 100644 --- a/src/os/as400/connector/mode/disks.pm +++ b/src/os/as400/connector/mode/disks.pm @@ -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 diff --git a/src/os/as400/connector/mode/jobqueues.pm b/src/os/as400/connector/mode/jobqueues.pm index 39368e3d01..32469f1f17 100644 --- a/src/os/as400/connector/mode/jobqueues.pm +++ b/src/os/as400/connector/mode/jobqueues.pm @@ -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 diff --git a/src/os/as400/connector/mode/jobs.pm b/src/os/as400/connector/mode/jobs.pm index 8647d3aabe..caedac6b8c 100644 --- a/src/os/as400/connector/mode/jobs.pm +++ b/src/os/as400/connector/mode/jobs.pm @@ -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 diff --git a/src/os/as400/connector/mode/listdisks.pm b/src/os/as400/connector/mode/listdisks.pm index 215d45e8a4..2361c07829 100644 --- a/src/os/as400/connector/mode/listdisks.pm +++ b/src/os/as400/connector/mode/listdisks.pm @@ -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 diff --git a/src/os/as400/connector/mode/listsubsystems.pm b/src/os/as400/connector/mode/listsubsystems.pm index b1a55d9785..e176831494 100644 --- a/src/os/as400/connector/mode/listsubsystems.pm +++ b/src/os/as400/connector/mode/listsubsystems.pm @@ -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 diff --git a/src/os/as400/connector/mode/messagequeue.pm b/src/os/as400/connector/mode/messagequeue.pm index 318b7cd274..d478fe3508 100644 --- a/src/os/as400/connector/mode/messagequeue.pm +++ b/src/os/as400/connector/mode/messagequeue.pm @@ -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 diff --git a/src/os/as400/connector/mode/pagefaults.pm b/src/os/as400/connector/mode/pagefaults.pm index 7ce509b446..3e3ef88c77 100644 --- a/src/os/as400/connector/mode/pagefaults.pm +++ b/src/os/as400/connector/mode/pagefaults.pm @@ -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 diff --git a/src/os/as400/connector/mode/subsystems.pm b/src/os/as400/connector/mode/subsystems.pm index fe5ca362d5..12dddab1b8 100644 --- a/src/os/as400/connector/mode/subsystems.pm +++ b/src/os/as400/connector/mode/subsystems.pm @@ -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 diff --git a/src/os/as400/connector/mode/system.pm b/src/os/as400/connector/mode/system.pm index 117079854d..d5e099ed8b 100644 --- a/src/os/as400/connector/mode/system.pm +++ b/src/os/as400/connector/mode/system.pm @@ -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 diff --git a/src/os/as400/connector/plugin.pm b/src/os/as400/connector/plugin.pm index 8bf267d24c..904fb7c00f 100644 --- a/src/os/as400/connector/plugin.pm +++ b/src/os/as400/connector/plugin.pm @@ -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 diff --git a/src/os/freebsd/snmp/mode/memory.pm b/src/os/freebsd/snmp/mode/memory.pm index d482815d02..a8760d8905 100644 --- a/src/os/freebsd/snmp/mode/memory.pm +++ b/src/os/freebsd/snmp/mode/memory.pm @@ -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 diff --git a/src/os/freebsd/snmp/plugin.pm b/src/os/freebsd/snmp/plugin.pm index acbf836c72..b96ada4586 100644 --- a/src/os/freebsd/snmp/plugin.pm +++ b/src/os/freebsd/snmp/plugin.pm @@ -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 diff --git a/src/os/hpux/local/mode/inodes.pm b/src/os/hpux/local/mode/inodes.pm index d0ff400d48..3a696b4e36 100644 --- a/src/os/hpux/local/mode/inodes.pm +++ b/src/os/hpux/local/mode/inodes.pm @@ -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 diff --git a/src/os/hpux/local/mode/liststorages.pm b/src/os/hpux/local/mode/liststorages.pm index feca58b98a..4fd1bb0ab3 100644 --- a/src/os/hpux/local/mode/liststorages.pm +++ b/src/os/hpux/local/mode/liststorages.pm @@ -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 diff --git a/src/os/hpux/local/mode/storage.pm b/src/os/hpux/local/mode/storage.pm index 32fb77539d..bd312c4207 100644 --- a/src/os/hpux/local/mode/storage.pm +++ b/src/os/hpux/local/mode/storage.pm @@ -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 diff --git a/src/os/hpux/local/plugin.pm b/src/os/hpux/local/plugin.pm index 3c63709ce8..080a7d5181 100644 --- a/src/os/hpux/local/plugin.pm +++ b/src/os/hpux/local/plugin.pm @@ -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 diff --git a/src/os/hpux/snmp/mode/cpu.pm b/src/os/hpux/snmp/mode/cpu.pm index 84b33e8d64..a7ef0b234b 100644 --- a/src/os/hpux/snmp/mode/cpu.pm +++ b/src/os/hpux/snmp/mode/cpu.pm @@ -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 diff --git a/src/os/hpux/snmp/mode/load.pm b/src/os/hpux/snmp/mode/load.pm index 9e90d4125a..65bf3d0fda 100644 --- a/src/os/hpux/snmp/mode/load.pm +++ b/src/os/hpux/snmp/mode/load.pm @@ -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 diff --git a/src/os/hpux/snmp/mode/memory.pm b/src/os/hpux/snmp/mode/memory.pm index 326b569870..52d0727720 100644 --- a/src/os/hpux/snmp/mode/memory.pm +++ b/src/os/hpux/snmp/mode/memory.pm @@ -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 diff --git a/src/os/hpux/snmp/mode/process.pm b/src/os/hpux/snmp/mode/process.pm index b1bc8c9da8..184142c613 100644 --- a/src/os/hpux/snmp/mode/process.pm +++ b/src/os/hpux/snmp/mode/process.pm @@ -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 diff --git a/src/os/hpux/snmp/mode/storage.pm b/src/os/hpux/snmp/mode/storage.pm index 923663bffc..315db0bdf6 100644 --- a/src/os/hpux/snmp/mode/storage.pm +++ b/src/os/hpux/snmp/mode/storage.pm @@ -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 diff --git a/src/os/hpux/snmp/plugin.pm b/src/os/hpux/snmp/plugin.pm index 69a81c84ec..6919909a5c 100644 --- a/src/os/hpux/snmp/plugin.pm +++ b/src/os/hpux/snmp/plugin.pm @@ -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 diff --git a/src/os/linux/local/custom/cli.pm b/src/os/linux/local/custom/cli.pm index 8273468579..fe8f037634 100644 --- a/src/os/linux/local/custom/cli.pm +++ b/src/os/linux/local/custom/cli.pm @@ -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 diff --git a/src/os/linux/local/mode/checkplugin.pm b/src/os/linux/local/mode/checkplugin.pm index bf49383b1a..05631a801b 100644 --- a/src/os/linux/local/mode/checkplugin.pm +++ b/src/os/linux/local/mode/checkplugin.pm @@ -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 diff --git a/src/os/linux/local/mode/cmdreturn.pm b/src/os/linux/local/mode/cmdreturn.pm index 0b4759b72a..a367b93593 100644 --- a/src/os/linux/local/mode/cmdreturn.pm +++ b/src/os/linux/local/mode/cmdreturn.pm @@ -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 diff --git a/src/os/linux/local/mode/connections.pm b/src/os/linux/local/mode/connections.pm index 39555213a7..9e866e98d5 100644 --- a/src/os/linux/local/mode/connections.pm +++ b/src/os/linux/local/mode/connections.pm @@ -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 diff --git a/src/os/linux/local/mode/cpu.pm b/src/os/linux/local/mode/cpu.pm index a562ddab58..2db78a77b9 100644 --- a/src/os/linux/local/mode/cpu.pm +++ b/src/os/linux/local/mode/cpu.pm @@ -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 diff --git a/src/os/linux/local/mode/cpudetailed.pm b/src/os/linux/local/mode/cpudetailed.pm index d9c29b5d2f..f1ce12f84a 100644 --- a/src/os/linux/local/mode/cpudetailed.pm +++ b/src/os/linux/local/mode/cpudetailed.pm @@ -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 diff --git a/src/os/linux/local/mode/discoverysnmp.pm b/src/os/linux/local/mode/discoverysnmp.pm index 38ff2e73dd..2d387fce2b 100644 --- a/src/os/linux/local/mode/discoverysnmp.pm +++ b/src/os/linux/local/mode/discoverysnmp.pm @@ -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 diff --git a/src/os/linux/local/mode/discoverysnmpv3.pm b/src/os/linux/local/mode/discoverysnmpv3.pm index 7efc520b69..9fe0bf6efc 100644 --- a/src/os/linux/local/mode/discoverysnmpv3.pm +++ b/src/os/linux/local/mode/discoverysnmpv3.pm @@ -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 diff --git a/src/os/linux/local/mode/diskio.pm b/src/os/linux/local/mode/diskio.pm index 2cefdbd671..2ebd544b8f 100644 --- a/src/os/linux/local/mode/diskio.pm +++ b/src/os/linux/local/mode/diskio.pm @@ -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 diff --git a/src/os/linux/local/mode/filesdate.pm b/src/os/linux/local/mode/filesdate.pm index ce5abebbbc..ffa8a16a65 100644 --- a/src/os/linux/local/mode/filesdate.pm +++ b/src/os/linux/local/mode/filesdate.pm @@ -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 diff --git a/src/os/linux/local/mode/filessize.pm b/src/os/linux/local/mode/filessize.pm index 2971006aa8..b0622d85c9 100644 --- a/src/os/linux/local/mode/filessize.pm +++ b/src/os/linux/local/mode/filessize.pm @@ -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 diff --git a/src/os/linux/local/mode/inodes.pm b/src/os/linux/local/mode/inodes.pm index ff194f4797..e954a26022 100644 --- a/src/os/linux/local/mode/inodes.pm +++ b/src/os/linux/local/mode/inodes.pm @@ -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 diff --git a/src/os/linux/local/mode/listinterfaces.pm b/src/os/linux/local/mode/listinterfaces.pm index 42bdac479b..571afd5dca 100644 --- a/src/os/linux/local/mode/listinterfaces.pm +++ b/src/os/linux/local/mode/listinterfaces.pm @@ -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 diff --git a/src/os/linux/local/mode/listpartitions.pm b/src/os/linux/local/mode/listpartitions.pm index 6d46673c32..a3ba4e0a56 100644 --- a/src/os/linux/local/mode/listpartitions.pm +++ b/src/os/linux/local/mode/listpartitions.pm @@ -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 diff --git a/src/os/linux/local/mode/liststorages.pm b/src/os/linux/local/mode/liststorages.pm index 65fb2c832d..32140e8844 100644 --- a/src/os/linux/local/mode/liststorages.pm +++ b/src/os/linux/local/mode/liststorages.pm @@ -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 diff --git a/src/os/linux/local/mode/listsystemdservices.pm b/src/os/linux/local/mode/listsystemdservices.pm index 18ffb22ca6..67c80d1eeb 100644 --- a/src/os/linux/local/mode/listsystemdservices.pm +++ b/src/os/linux/local/mode/listsystemdservices.pm @@ -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 diff --git a/src/os/linux/local/mode/loadaverage.pm b/src/os/linux/local/mode/loadaverage.pm index 9805006d39..78ba55f854 100644 --- a/src/os/linux/local/mode/loadaverage.pm +++ b/src/os/linux/local/mode/loadaverage.pm @@ -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 diff --git a/src/os/linux/local/mode/lvm.pm b/src/os/linux/local/mode/lvm.pm index 1e89200506..26012fc84d 100644 --- a/src/os/linux/local/mode/lvm.pm +++ b/src/os/linux/local/mode/lvm.pm @@ -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 diff --git a/src/os/linux/local/mode/memory.pm b/src/os/linux/local/mode/memory.pm index c4d9573cde..ffa1fdb17b 100644 --- a/src/os/linux/local/mode/memory.pm +++ b/src/os/linux/local/mode/memory.pm @@ -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 diff --git a/src/os/linux/local/mode/mountpoint.pm b/src/os/linux/local/mode/mountpoint.pm index 8d51742451..b41e421930 100644 --- a/src/os/linux/local/mode/mountpoint.pm +++ b/src/os/linux/local/mode/mountpoint.pm @@ -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 diff --git a/src/os/linux/local/mode/openfiles.pm b/src/os/linux/local/mode/openfiles.pm index 9ecbc645a1..a0cf723299 100644 --- a/src/os/linux/local/mode/openfiles.pm +++ b/src/os/linux/local/mode/openfiles.pm @@ -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 diff --git a/src/os/linux/local/mode/packeterrors.pm b/src/os/linux/local/mode/packeterrors.pm index 46e0b1a7eb..65abd1f984 100644 --- a/src/os/linux/local/mode/packeterrors.pm +++ b/src/os/linux/local/mode/packeterrors.pm @@ -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 diff --git a/src/os/linux/local/mode/paging.pm b/src/os/linux/local/mode/paging.pm index dd433f14e4..89786aaa90 100644 --- a/src/os/linux/local/mode/paging.pm +++ b/src/os/linux/local/mode/paging.pm @@ -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 diff --git a/src/os/linux/local/mode/pendingupdates.pm b/src/os/linux/local/mode/pendingupdates.pm index 184ec6e65c..b94edd81e6 100644 --- a/src/os/linux/local/mode/pendingupdates.pm +++ b/src/os/linux/local/mode/pendingupdates.pm @@ -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 diff --git a/src/os/linux/local/mode/process.pm b/src/os/linux/local/mode/process.pm index d89529abe7..4eb3f8d8c0 100644 --- a/src/os/linux/local/mode/process.pm +++ b/src/os/linux/local/mode/process.pm @@ -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 diff --git a/src/os/linux/local/mode/quota.pm b/src/os/linux/local/mode/quota.pm index 8a2da35000..25d5a9e7ca 100644 --- a/src/os/linux/local/mode/quota.pm +++ b/src/os/linux/local/mode/quota.pm @@ -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 diff --git a/src/os/linux/local/mode/resources/discovery.pm b/src/os/linux/local/mode/resources/discovery.pm index 0bf1e52565..0cdc756356 100644 --- a/src/os/linux/local/mode/resources/discovery.pm +++ b/src/os/linux/local/mode/resources/discovery.pm @@ -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 diff --git a/src/os/linux/local/mode/storage.pm b/src/os/linux/local/mode/storage.pm index a70e47921f..12b52903b8 100644 --- a/src/os/linux/local/mode/storage.pm +++ b/src/os/linux/local/mode/storage.pm @@ -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 diff --git a/src/os/linux/local/mode/swap.pm b/src/os/linux/local/mode/swap.pm index 16408de43a..170961ba52 100644 --- a/src/os/linux/local/mode/swap.pm +++ b/src/os/linux/local/mode/swap.pm @@ -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 diff --git a/src/os/linux/local/mode/systemdjournal.pm b/src/os/linux/local/mode/systemdjournal.pm index 16ac220d36..c19b936a8b 100644 --- a/src/os/linux/local/mode/systemdjournal.pm +++ b/src/os/linux/local/mode/systemdjournal.pm @@ -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 diff --git a/src/os/linux/local/mode/systemdscstatus.pm b/src/os/linux/local/mode/systemdscstatus.pm index 9c8236a5d4..4a1cf4e4a1 100644 --- a/src/os/linux/local/mode/systemdscstatus.pm +++ b/src/os/linux/local/mode/systemdscstatus.pm @@ -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 diff --git a/src/os/linux/local/mode/traffic.pm b/src/os/linux/local/mode/traffic.pm index f1889b0379..e388cb7743 100644 --- a/src/os/linux/local/mode/traffic.pm +++ b/src/os/linux/local/mode/traffic.pm @@ -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 diff --git a/src/os/linux/local/mode/uptime.pm b/src/os/linux/local/mode/uptime.pm index 730466b4dd..90f3e30a8b 100644 --- a/src/os/linux/local/mode/uptime.pm +++ b/src/os/linux/local/mode/uptime.pm @@ -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 diff --git a/src/os/linux/local/plugin.pm b/src/os/linux/local/plugin.pm index c6ba53dc6c..fc59a8685b 100644 --- a/src/os/linux/local/plugin.pm +++ b/src/os/linux/local/plugin.pm @@ -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 diff --git a/src/os/linux/snmp/plugin.pm b/src/os/linux/snmp/plugin.pm index f5d92f3187..49a50c74ef 100644 --- a/src/os/linux/snmp/plugin.pm +++ b/src/os/linux/snmp/plugin.pm @@ -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 diff --git a/src/os/mac/snmp/mode/memory.pm b/src/os/mac/snmp/mode/memory.pm index 6b8d4e83a0..2fa992bc2b 100644 --- a/src/os/mac/snmp/mode/memory.pm +++ b/src/os/mac/snmp/mode/memory.pm @@ -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 diff --git a/src/os/mac/snmp/plugin.pm b/src/os/mac/snmp/plugin.pm index c0b08b6d5f..1ae1ef3df5 100644 --- a/src/os/mac/snmp/plugin.pm +++ b/src/os/mac/snmp/plugin.pm @@ -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 diff --git a/src/os/picos/snmp/mode/components/fan.pm b/src/os/picos/snmp/mode/components/fan.pm index 48b46c2528..132822cb8e 100644 --- a/src/os/picos/snmp/mode/components/fan.pm +++ b/src/os/picos/snmp/mode/components/fan.pm @@ -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 diff --git a/src/os/picos/snmp/mode/components/psu.pm b/src/os/picos/snmp/mode/components/psu.pm index 9da7ad46cc..ee6fe09bd1 100644 --- a/src/os/picos/snmp/mode/components/psu.pm +++ b/src/os/picos/snmp/mode/components/psu.pm @@ -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 diff --git a/src/os/picos/snmp/mode/cpu.pm b/src/os/picos/snmp/mode/cpu.pm index f349a27a04..5a51e94b23 100644 --- a/src/os/picos/snmp/mode/cpu.pm +++ b/src/os/picos/snmp/mode/cpu.pm @@ -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 diff --git a/src/os/picos/snmp/mode/hardware.pm b/src/os/picos/snmp/mode/hardware.pm index d2a5916b44..fc18a63569 100644 --- a/src/os/picos/snmp/mode/hardware.pm +++ b/src/os/picos/snmp/mode/hardware.pm @@ -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 diff --git a/src/os/picos/snmp/mode/interfaces.pm b/src/os/picos/snmp/mode/interfaces.pm index 53bff49d72..684fb1719d 100644 --- a/src/os/picos/snmp/mode/interfaces.pm +++ b/src/os/picos/snmp/mode/interfaces.pm @@ -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 diff --git a/src/os/picos/snmp/mode/listinterfaces.pm b/src/os/picos/snmp/mode/listinterfaces.pm index 3edbdd198c..e835bb8d36 100644 --- a/src/os/picos/snmp/mode/listinterfaces.pm +++ b/src/os/picos/snmp/mode/listinterfaces.pm @@ -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 diff --git a/src/os/picos/snmp/mode/memory.pm b/src/os/picos/snmp/mode/memory.pm index ba883e4c85..e104547980 100644 --- a/src/os/picos/snmp/mode/memory.pm +++ b/src/os/picos/snmp/mode/memory.pm @@ -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 diff --git a/src/os/picos/snmp/mode/temperature.pm b/src/os/picos/snmp/mode/temperature.pm index 3e36f01cd7..6e5df69954 100644 --- a/src/os/picos/snmp/mode/temperature.pm +++ b/src/os/picos/snmp/mode/temperature.pm @@ -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 diff --git a/src/os/picos/snmp/plugin.pm b/src/os/picos/snmp/plugin.pm index b79410d82a..01015d20d7 100644 --- a/src/os/picos/snmp/plugin.pm +++ b/src/os/picos/snmp/plugin.pm @@ -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 diff --git a/src/os/solaris/local/mode/analyzedisks.pm b/src/os/solaris/local/mode/analyzedisks.pm index 75d406af04..8969518d6e 100644 --- a/src/os/solaris/local/mode/analyzedisks.pm +++ b/src/os/solaris/local/mode/analyzedisks.pm @@ -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 diff --git a/src/os/solaris/local/mode/cpu.pm b/src/os/solaris/local/mode/cpu.pm index 18a9e403d5..4342f06351 100644 --- a/src/os/solaris/local/mode/cpu.pm +++ b/src/os/solaris/local/mode/cpu.pm @@ -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 diff --git a/src/os/solaris/local/mode/fcconnected.pm b/src/os/solaris/local/mode/fcconnected.pm index af7084dfa6..7caa2479f5 100644 --- a/src/os/solaris/local/mode/fcconnected.pm +++ b/src/os/solaris/local/mode/fcconnected.pm @@ -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 diff --git a/src/os/solaris/local/mode/fmadm.pm b/src/os/solaris/local/mode/fmadm.pm index 5596d0394c..d479408c7a 100644 --- a/src/os/solaris/local/mode/fmadm.pm +++ b/src/os/solaris/local/mode/fmadm.pm @@ -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 diff --git a/src/os/solaris/local/mode/hwraidctl.pm b/src/os/solaris/local/mode/hwraidctl.pm index 64dbd91bac..010f37718e 100644 --- a/src/os/solaris/local/mode/hwraidctl.pm +++ b/src/os/solaris/local/mode/hwraidctl.pm @@ -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 diff --git a/src/os/solaris/local/mode/hwsas2ircu.pm b/src/os/solaris/local/mode/hwsas2ircu.pm index 5c5ec84a56..7027136f25 100644 --- a/src/os/solaris/local/mode/hwsas2ircu.pm +++ b/src/os/solaris/local/mode/hwsas2ircu.pm @@ -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 diff --git a/src/os/solaris/local/mode/lomv120.pm b/src/os/solaris/local/mode/lomv120.pm index a20eaab949..54b89297ab 100644 --- a/src/os/solaris/local/mode/lomv120.pm +++ b/src/os/solaris/local/mode/lomv120.pm @@ -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 diff --git a/src/os/solaris/local/mode/lomv120components/fan.pm b/src/os/solaris/local/mode/lomv120components/fan.pm index dc58bd37d7..b06c8a9c6e 100644 --- a/src/os/solaris/local/mode/lomv120components/fan.pm +++ b/src/os/solaris/local/mode/lomv120components/fan.pm @@ -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 diff --git a/src/os/solaris/local/mode/lomv120components/psu.pm b/src/os/solaris/local/mode/lomv120components/psu.pm index 9b8f4c4504..024dbf8611 100644 --- a/src/os/solaris/local/mode/lomv120components/psu.pm +++ b/src/os/solaris/local/mode/lomv120components/psu.pm @@ -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 diff --git a/src/os/solaris/local/mode/lomv120components/sf.pm b/src/os/solaris/local/mode/lomv120components/sf.pm index b7ab240a49..3ca03252b8 100644 --- a/src/os/solaris/local/mode/lomv120components/sf.pm +++ b/src/os/solaris/local/mode/lomv120components/sf.pm @@ -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 diff --git a/src/os/solaris/local/mode/lomv120components/voltage.pm b/src/os/solaris/local/mode/lomv120components/voltage.pm index 5b79d689a6..39afb5e1f8 100644 --- a/src/os/solaris/local/mode/lomv120components/voltage.pm +++ b/src/os/solaris/local/mode/lomv120components/voltage.pm @@ -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 diff --git a/src/os/solaris/local/mode/lomv1280.pm b/src/os/solaris/local/mode/lomv1280.pm index 816e2c2538..3f50cd8c60 100644 --- a/src/os/solaris/local/mode/lomv1280.pm +++ b/src/os/solaris/local/mode/lomv1280.pm @@ -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 diff --git a/src/os/solaris/local/mode/prtdiag.pm b/src/os/solaris/local/mode/prtdiag.pm index 064d88a33c..72e5725c08 100644 --- a/src/os/solaris/local/mode/prtdiag.pm +++ b/src/os/solaris/local/mode/prtdiag.pm @@ -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 diff --git a/src/os/solaris/local/mode/svmdisks.pm b/src/os/solaris/local/mode/svmdisks.pm index abbfe976b8..155967db86 100644 --- a/src/os/solaris/local/mode/svmdisks.pm +++ b/src/os/solaris/local/mode/svmdisks.pm @@ -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 diff --git a/src/os/solaris/local/mode/vxdisks.pm b/src/os/solaris/local/mode/vxdisks.pm index c65bb41ea1..227c6ee079 100644 --- a/src/os/solaris/local/mode/vxdisks.pm +++ b/src/os/solaris/local/mode/vxdisks.pm @@ -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 diff --git a/src/os/solaris/local/plugin.pm b/src/os/solaris/local/plugin.pm index a33ebb71cd..e3de246d77 100644 --- a/src/os/solaris/local/plugin.pm +++ b/src/os/solaris/local/plugin.pm @@ -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 diff --git a/src/os/solaris/snmp/plugin.pm b/src/os/solaris/snmp/plugin.pm index f2c82aa4f8..03b2e254f9 100644 --- a/src/os/solaris/snmp/plugin.pm +++ b/src/os/solaris/snmp/plugin.pm @@ -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 diff --git a/src/os/windows/local/mode/certificates.pm b/src/os/windows/local/mode/certificates.pm index a9e900548f..3618454643 100644 --- a/src/os/windows/local/mode/certificates.pm +++ b/src/os/windows/local/mode/certificates.pm @@ -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 diff --git a/src/os/windows/local/mode/cmdreturn.pm b/src/os/windows/local/mode/cmdreturn.pm index 1a9a44f8fd..ef67371dae 100644 --- a/src/os/windows/local/mode/cmdreturn.pm +++ b/src/os/windows/local/mode/cmdreturn.pm @@ -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 diff --git a/src/os/windows/local/mode/listcertificates.pm b/src/os/windows/local/mode/listcertificates.pm index 27fb0420b5..7153d2e76e 100644 --- a/src/os/windows/local/mode/listcertificates.pm +++ b/src/os/windows/local/mode/listcertificates.pm @@ -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 diff --git a/src/os/windows/local/mode/liststorages.pm b/src/os/windows/local/mode/liststorages.pm index 478bd69a6b..04afe5d5ea 100644 --- a/src/os/windows/local/mode/liststorages.pm +++ b/src/os/windows/local/mode/liststorages.pm @@ -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 diff --git a/src/os/windows/local/mode/ntp.pm b/src/os/windows/local/mode/ntp.pm index 57191f3aeb..f258c240b6 100644 --- a/src/os/windows/local/mode/ntp.pm +++ b/src/os/windows/local/mode/ntp.pm @@ -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 diff --git a/src/os/windows/local/mode/pendingreboot.pm b/src/os/windows/local/mode/pendingreboot.pm index 4e42f07e4f..d7d0eabad6 100644 --- a/src/os/windows/local/mode/pendingreboot.pm +++ b/src/os/windows/local/mode/pendingreboot.pm @@ -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 diff --git a/src/os/windows/local/mode/sessions.pm b/src/os/windows/local/mode/sessions.pm index 587e5f52ee..0eebd0d3aa 100644 --- a/src/os/windows/local/mode/sessions.pm +++ b/src/os/windows/local/mode/sessions.pm @@ -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 diff --git a/src/os/windows/local/mode/updates.pm b/src/os/windows/local/mode/updates.pm index 6d13d2308b..fb4b85976f 100644 --- a/src/os/windows/local/mode/updates.pm +++ b/src/os/windows/local/mode/updates.pm @@ -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 diff --git a/src/os/windows/local/plugin.pm b/src/os/windows/local/plugin.pm index c2916ecf01..a80f16386d 100644 --- a/src/os/windows/local/plugin.pm +++ b/src/os/windows/local/plugin.pm @@ -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 diff --git a/src/os/windows/snmp/mode/listservices.pm b/src/os/windows/snmp/mode/listservices.pm index 8816071abf..d6b7e60692 100644 --- a/src/os/windows/snmp/mode/listservices.pm +++ b/src/os/windows/snmp/mode/listservices.pm @@ -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 diff --git a/src/os/windows/snmp/mode/memory.pm b/src/os/windows/snmp/mode/memory.pm index a4618be951..a6b062e19a 100644 --- a/src/os/windows/snmp/mode/memory.pm +++ b/src/os/windows/snmp/mode/memory.pm @@ -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 diff --git a/src/os/windows/snmp/mode/service.pm b/src/os/windows/snmp/mode/service.pm index 6a71516082..705631edb3 100644 --- a/src/os/windows/snmp/mode/service.pm +++ b/src/os/windows/snmp/mode/service.pm @@ -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 diff --git a/src/os/windows/snmp/mode/swap.pm b/src/os/windows/snmp/mode/swap.pm index f4349ddcb1..69fe607dc6 100644 --- a/src/os/windows/snmp/mode/swap.pm +++ b/src/os/windows/snmp/mode/swap.pm @@ -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 diff --git a/src/os/windows/snmp/plugin.pm b/src/os/windows/snmp/plugin.pm index 1d29e96d79..96bae700aa 100644 --- a/src/os/windows/snmp/plugin.pm +++ b/src/os/windows/snmp/plugin.pm @@ -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 diff --git a/src/os/windows/wsman/mode/cpu.pm b/src/os/windows/wsman/mode/cpu.pm index e353804195..83f21df062 100644 --- a/src/os/windows/wsman/mode/cpu.pm +++ b/src/os/windows/wsman/mode/cpu.pm @@ -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 diff --git a/src/os/windows/wsman/mode/eventlog.pm b/src/os/windows/wsman/mode/eventlog.pm index dd3323e9b5..1856ac03d3 100644 --- a/src/os/windows/wsman/mode/eventlog.pm +++ b/src/os/windows/wsman/mode/eventlog.pm @@ -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 diff --git a/src/os/windows/wsman/mode/filesdate.pm b/src/os/windows/wsman/mode/filesdate.pm index 8da1eddded..95a745b67b 100644 --- a/src/os/windows/wsman/mode/filesdate.pm +++ b/src/os/windows/wsman/mode/filesdate.pm @@ -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 diff --git a/src/os/windows/wsman/mode/filessize.pm b/src/os/windows/wsman/mode/filessize.pm index 6c24625cc0..bcf8f0f97e 100644 --- a/src/os/windows/wsman/mode/filessize.pm +++ b/src/os/windows/wsman/mode/filessize.pm @@ -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 diff --git a/src/os/windows/wsman/mode/interfaces.pm b/src/os/windows/wsman/mode/interfaces.pm index 3efcc9b79e..1125c10442 100644 --- a/src/os/windows/wsman/mode/interfaces.pm +++ b/src/os/windows/wsman/mode/interfaces.pm @@ -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 diff --git a/src/os/windows/wsman/mode/listinterfaces.pm b/src/os/windows/wsman/mode/listinterfaces.pm index 371a4df5bc..66c9fdc235 100644 --- a/src/os/windows/wsman/mode/listinterfaces.pm +++ b/src/os/windows/wsman/mode/listinterfaces.pm @@ -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 diff --git a/src/os/windows/wsman/mode/listprocesses.pm b/src/os/windows/wsman/mode/listprocesses.pm index 64b8db9e47..f21fda5470 100644 --- a/src/os/windows/wsman/mode/listprocesses.pm +++ b/src/os/windows/wsman/mode/listprocesses.pm @@ -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 diff --git a/src/os/windows/wsman/mode/listservices.pm b/src/os/windows/wsman/mode/listservices.pm index 384bd7f4e7..804d8d575e 100644 --- a/src/os/windows/wsman/mode/listservices.pm +++ b/src/os/windows/wsman/mode/listservices.pm @@ -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 diff --git a/src/os/windows/wsman/mode/liststorages.pm b/src/os/windows/wsman/mode/liststorages.pm index 870f218e3e..cf15efe74c 100644 --- a/src/os/windows/wsman/mode/liststorages.pm +++ b/src/os/windows/wsman/mode/liststorages.pm @@ -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 diff --git a/src/os/windows/wsman/mode/memory.pm b/src/os/windows/wsman/mode/memory.pm index c525162a08..a25f3f7add 100644 --- a/src/os/windows/wsman/mode/memory.pm +++ b/src/os/windows/wsman/mode/memory.pm @@ -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 diff --git a/src/os/windows/wsman/mode/pages.pm b/src/os/windows/wsman/mode/pages.pm index 6f5a0a40e0..2a4fe16a1b 100644 --- a/src/os/windows/wsman/mode/pages.pm +++ b/src/os/windows/wsman/mode/pages.pm @@ -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 diff --git a/src/os/windows/wsman/mode/pendingreboot.pm b/src/os/windows/wsman/mode/pendingreboot.pm index cbe0d10164..54040ce5f3 100644 --- a/src/os/windows/wsman/mode/pendingreboot.pm +++ b/src/os/windows/wsman/mode/pendingreboot.pm @@ -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 diff --git a/src/os/windows/wsman/mode/processes.pm b/src/os/windows/wsman/mode/processes.pm index a509d97180..2cea986ede 100644 --- a/src/os/windows/wsman/mode/processes.pm +++ b/src/os/windows/wsman/mode/processes.pm @@ -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 diff --git a/src/os/windows/wsman/mode/services.pm b/src/os/windows/wsman/mode/services.pm index a2d68cd0b2..5e78a9f295 100644 --- a/src/os/windows/wsman/mode/services.pm +++ b/src/os/windows/wsman/mode/services.pm @@ -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 diff --git a/src/os/windows/wsman/mode/sessions.pm b/src/os/windows/wsman/mode/sessions.pm index 07d0c5ad9e..3eb0640a82 100644 --- a/src/os/windows/wsman/mode/sessions.pm +++ b/src/os/windows/wsman/mode/sessions.pm @@ -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 diff --git a/src/os/windows/wsman/mode/storages.pm b/src/os/windows/wsman/mode/storages.pm index 3749a5f154..334fed0581 100644 --- a/src/os/windows/wsman/mode/storages.pm +++ b/src/os/windows/wsman/mode/storages.pm @@ -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 diff --git a/src/os/windows/wsman/mode/time.pm b/src/os/windows/wsman/mode/time.pm index 7fb00c9bd2..57915ea6fe 100644 --- a/src/os/windows/wsman/mode/time.pm +++ b/src/os/windows/wsman/mode/time.pm @@ -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 diff --git a/src/os/windows/wsman/mode/updates.pm b/src/os/windows/wsman/mode/updates.pm index 5862022a8d..75391d177a 100644 --- a/src/os/windows/wsman/mode/updates.pm +++ b/src/os/windows/wsman/mode/updates.pm @@ -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 diff --git a/src/os/windows/wsman/mode/uptime.pm b/src/os/windows/wsman/mode/uptime.pm index 3fe83e2160..062bf3d09c 100644 --- a/src/os/windows/wsman/mode/uptime.pm +++ b/src/os/windows/wsman/mode/uptime.pm @@ -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 diff --git a/src/os/windows/wsman/plugin.pm b/src/os/windows/wsman/plugin.pm index 4cc011629a..9bce2b8630 100644 --- a/src/os/windows/wsman/plugin.pm +++ b/src/os/windows/wsman/plugin.pm @@ -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 diff --git a/src/snmp_standard/mode/arp.pm b/src/snmp_standard/mode/arp.pm index 0e6c6cf048..34fdd434cf 100644 --- a/src/snmp_standard/mode/arp.pm +++ b/src/snmp_standard/mode/arp.pm @@ -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 diff --git a/src/snmp_standard/mode/cpu.pm b/src/snmp_standard/mode/cpu.pm index 2ec2e3dbdb..18e18cfe6e 100644 --- a/src/snmp_standard/mode/cpu.pm +++ b/src/snmp_standard/mode/cpu.pm @@ -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 diff --git a/src/snmp_standard/mode/cpudetailed.pm b/src/snmp_standard/mode/cpudetailed.pm index 2452ffb2d1..f5d9cd3aa6 100644 --- a/src/snmp_standard/mode/cpudetailed.pm +++ b/src/snmp_standard/mode/cpudetailed.pm @@ -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 diff --git a/src/snmp_standard/mode/discovery.pm b/src/snmp_standard/mode/discovery.pm index dfbb8fbfad..52bdbc2047 100644 --- a/src/snmp_standard/mode/discovery.pm +++ b/src/snmp_standard/mode/discovery.pm @@ -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 diff --git a/src/snmp_standard/mode/diskio.pm b/src/snmp_standard/mode/diskio.pm index c565b9aecb..7138101e0b 100644 --- a/src/snmp_standard/mode/diskio.pm +++ b/src/snmp_standard/mode/diskio.pm @@ -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 diff --git a/src/snmp_standard/mode/diskusage.pm b/src/snmp_standard/mode/diskusage.pm index 3f5e69847a..e5e0d1534b 100644 --- a/src/snmp_standard/mode/diskusage.pm +++ b/src/snmp_standard/mode/diskusage.pm @@ -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 diff --git a/src/snmp_standard/mode/dynamiccommand.pm b/src/snmp_standard/mode/dynamiccommand.pm index 2ab44e67d3..36d30a12e7 100644 --- a/src/snmp_standard/mode/dynamiccommand.pm +++ b/src/snmp_standard/mode/dynamiccommand.pm @@ -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 diff --git a/src/snmp_standard/mode/entity.pm b/src/snmp_standard/mode/entity.pm index 8681f9a565..93de13491d 100644 --- a/src/snmp_standard/mode/entity.pm +++ b/src/snmp_standard/mode/entity.pm @@ -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 diff --git a/src/snmp_standard/mode/hardwaredevice.pm b/src/snmp_standard/mode/hardwaredevice.pm index 155458a2b4..fe5ef18ff9 100644 --- a/src/snmp_standard/mode/hardwaredevice.pm +++ b/src/snmp_standard/mode/hardwaredevice.pm @@ -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 diff --git a/src/snmp_standard/mode/hardwarefibrealliance.pm b/src/snmp_standard/mode/hardwarefibrealliance.pm index 26ca884dbe..b6fcef71e9 100644 --- a/src/snmp_standard/mode/hardwarefibrealliance.pm +++ b/src/snmp_standard/mode/hardwarefibrealliance.pm @@ -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 diff --git a/src/snmp_standard/mode/inodes.pm b/src/snmp_standard/mode/inodes.pm index 90a9ba3083..b17974edc2 100644 --- a/src/snmp_standard/mode/inodes.pm +++ b/src/snmp_standard/mode/inodes.pm @@ -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 diff --git a/src/snmp_standard/mode/interfaces.pm b/src/snmp_standard/mode/interfaces.pm index 362c311d41..6e3399820a 100644 --- a/src/snmp_standard/mode/interfaces.pm +++ b/src/snmp_standard/mode/interfaces.pm @@ -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 diff --git a/src/snmp_standard/mode/isdnusage.pm b/src/snmp_standard/mode/isdnusage.pm index 0c468d1a45..8f44ec556b 100644 --- a/src/snmp_standard/mode/isdnusage.pm +++ b/src/snmp_standard/mode/isdnusage.pm @@ -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 diff --git a/src/snmp_standard/mode/listdiskio.pm b/src/snmp_standard/mode/listdiskio.pm index 9a97b42e5e..b8ca30a2af 100644 --- a/src/snmp_standard/mode/listdiskio.pm +++ b/src/snmp_standard/mode/listdiskio.pm @@ -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 diff --git a/src/snmp_standard/mode/listdiskspath.pm b/src/snmp_standard/mode/listdiskspath.pm index 37ea37ccb3..ec934c14c1 100644 --- a/src/snmp_standard/mode/listdiskspath.pm +++ b/src/snmp_standard/mode/listdiskspath.pm @@ -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 diff --git a/src/snmp_standard/mode/listinterfaces.pm b/src/snmp_standard/mode/listinterfaces.pm index cc890addd4..3e4bfd5872 100644 --- a/src/snmp_standard/mode/listinterfaces.pm +++ b/src/snmp_standard/mode/listinterfaces.pm @@ -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 diff --git a/src/snmp_standard/mode/listprocesses.pm b/src/snmp_standard/mode/listprocesses.pm index f472a8b9b1..68ffed2518 100644 --- a/src/snmp_standard/mode/listprocesses.pm +++ b/src/snmp_standard/mode/listprocesses.pm @@ -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 diff --git a/src/snmp_standard/mode/listspanningtrees.pm b/src/snmp_standard/mode/listspanningtrees.pm index c28a585e2e..f457574578 100644 --- a/src/snmp_standard/mode/listspanningtrees.pm +++ b/src/snmp_standard/mode/listspanningtrees.pm @@ -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 diff --git a/src/snmp_standard/mode/liststorages.pm b/src/snmp_standard/mode/liststorages.pm index 285bd6819d..3513598a1d 100644 --- a/src/snmp_standard/mode/liststorages.pm +++ b/src/snmp_standard/mode/liststorages.pm @@ -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 diff --git a/src/snmp_standard/mode/loadaverage.pm b/src/snmp_standard/mode/loadaverage.pm index cc46ef8b19..0b61ba2b9b 100644 --- a/src/snmp_standard/mode/loadaverage.pm +++ b/src/snmp_standard/mode/loadaverage.pm @@ -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 diff --git a/src/snmp_standard/mode/memory.pm b/src/snmp_standard/mode/memory.pm index 988168c81e..9767e46195 100644 --- a/src/snmp_standard/mode/memory.pm +++ b/src/snmp_standard/mode/memory.pm @@ -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 diff --git a/src/snmp_standard/mode/mtausage.pm b/src/snmp_standard/mode/mtausage.pm index b217b446fa..e47c420559 100644 --- a/src/snmp_standard/mode/mtausage.pm +++ b/src/snmp_standard/mode/mtausage.pm @@ -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 diff --git a/src/snmp_standard/mode/ntp.pm b/src/snmp_standard/mode/ntp.pm index a2f80d0cc1..52f14e7c80 100644 --- a/src/snmp_standard/mode/ntp.pm +++ b/src/snmp_standard/mode/ntp.pm @@ -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 diff --git a/src/snmp_standard/mode/numericvalue.pm b/src/snmp_standard/mode/numericvalue.pm index 10f16c0d06..91303bd134 100644 --- a/src/snmp_standard/mode/numericvalue.pm +++ b/src/snmp_standard/mode/numericvalue.pm @@ -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 diff --git a/src/snmp_standard/mode/printererror.pm b/src/snmp_standard/mode/printererror.pm index b5e9e9b362..ca404b256b 100644 --- a/src/snmp_standard/mode/printererror.pm +++ b/src/snmp_standard/mode/printererror.pm @@ -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 diff --git a/src/snmp_standard/mode/processcount.pm b/src/snmp_standard/mode/processcount.pm index 0e0de33221..b5f322541c 100644 --- a/src/snmp_standard/mode/processcount.pm +++ b/src/snmp_standard/mode/processcount.pm @@ -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 diff --git a/src/snmp_standard/mode/resources/types.pm b/src/snmp_standard/mode/resources/types.pm index 2184f623d3..94f45c45a7 100644 --- a/src/snmp_standard/mode/resources/types.pm +++ b/src/snmp_standard/mode/resources/types.pm @@ -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 diff --git a/src/snmp_standard/mode/spanningtree.pm b/src/snmp_standard/mode/spanningtree.pm index 9f42923334..0aa7d9166b 100644 --- a/src/snmp_standard/mode/spanningtree.pm +++ b/src/snmp_standard/mode/spanningtree.pm @@ -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 diff --git a/src/snmp_standard/mode/storage.pm b/src/snmp_standard/mode/storage.pm index 0b0087cc33..fced0e6ede 100644 --- a/src/snmp_standard/mode/storage.pm +++ b/src/snmp_standard/mode/storage.pm @@ -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 diff --git a/src/snmp_standard/mode/stringvalue.pm b/src/snmp_standard/mode/stringvalue.pm index 6d09a87063..378b11b792 100644 --- a/src/snmp_standard/mode/stringvalue.pm +++ b/src/snmp_standard/mode/stringvalue.pm @@ -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 diff --git a/src/snmp_standard/mode/swap.pm b/src/snmp_standard/mode/swap.pm index e31c78488d..cb6b345184 100644 --- a/src/snmp_standard/mode/swap.pm +++ b/src/snmp_standard/mode/swap.pm @@ -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 diff --git a/src/snmp_standard/mode/tcpcon.pm b/src/snmp_standard/mode/tcpcon.pm index b578c1898f..86a4ed10a1 100644 --- a/src/snmp_standard/mode/tcpcon.pm +++ b/src/snmp_standard/mode/tcpcon.pm @@ -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 diff --git a/src/snmp_standard/mode/udpcon.pm b/src/snmp_standard/mode/udpcon.pm index b3325570b4..5e2a4f71a2 100644 --- a/src/snmp_standard/mode/udpcon.pm +++ b/src/snmp_standard/mode/udpcon.pm @@ -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 diff --git a/src/snmp_standard/mode/uptime.pm b/src/snmp_standard/mode/uptime.pm index 7aca14ac20..303f821c85 100644 --- a/src/snmp_standard/mode/uptime.pm +++ b/src/snmp_standard/mode/uptime.pm @@ -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 diff --git a/src/snmp_standard/mode/vrrp.pm b/src/snmp_standard/mode/vrrp.pm index 1b54df586a..05dbe5d59e 100644 --- a/src/snmp_standard/mode/vrrp.pm +++ b/src/snmp_standard/mode/vrrp.pm @@ -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 diff --git a/src/storage/adic/tape/snmp/plugin.pm b/src/storage/adic/tape/snmp/plugin.pm index e760e1ad89..23c769614c 100644 --- a/src/storage/adic/tape/snmp/plugin.pm +++ b/src/storage/adic/tape/snmp/plugin.pm @@ -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 diff --git a/src/storage/avid/isis/snmp/mode/performance.pm b/src/storage/avid/isis/snmp/mode/performance.pm index 35d1f323cb..5af20bf19f 100644 --- a/src/storage/avid/isis/snmp/mode/performance.pm +++ b/src/storage/avid/isis/snmp/mode/performance.pm @@ -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 diff --git a/src/storage/avid/isis/snmp/mode/status.pm b/src/storage/avid/isis/snmp/mode/status.pm index 2c7333b179..a681cf37ea 100644 --- a/src/storage/avid/isis/snmp/mode/status.pm +++ b/src/storage/avid/isis/snmp/mode/status.pm @@ -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 diff --git a/src/storage/avid/isis/snmp/mode/usage.pm b/src/storage/avid/isis/snmp/mode/usage.pm index d0c735cc99..4350d3ee04 100644 --- a/src/storage/avid/isis/snmp/mode/usage.pm +++ b/src/storage/avid/isis/snmp/mode/usage.pm @@ -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 diff --git a/src/storage/avid/isis/snmp/plugin.pm b/src/storage/avid/isis/snmp/plugin.pm index c2e87caa10..941c469146 100644 --- a/src/storage/avid/isis/snmp/plugin.pm +++ b/src/storage/avid/isis/snmp/plugin.pm @@ -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 diff --git a/src/storage/bdt/multistak/snmp/mode/components/device.pm b/src/storage/bdt/multistak/snmp/mode/components/device.pm index 0ebd854f0b..2538a82332 100644 --- a/src/storage/bdt/multistak/snmp/mode/components/device.pm +++ b/src/storage/bdt/multistak/snmp/mode/components/device.pm @@ -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 diff --git a/src/storage/bdt/multistak/snmp/mode/components/module.pm b/src/storage/bdt/multistak/snmp/mode/components/module.pm index ee59402998..84cfbe9b6f 100644 --- a/src/storage/bdt/multistak/snmp/mode/components/module.pm +++ b/src/storage/bdt/multistak/snmp/mode/components/module.pm @@ -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 diff --git a/src/storage/bdt/multistak/snmp/mode/hardware.pm b/src/storage/bdt/multistak/snmp/mode/hardware.pm index 6a3177d129..f6648b29bf 100644 --- a/src/storage/bdt/multistak/snmp/mode/hardware.pm +++ b/src/storage/bdt/multistak/snmp/mode/hardware.pm @@ -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 diff --git a/src/storage/bdt/multistak/snmp/plugin.pm b/src/storage/bdt/multistak/snmp/plugin.pm index 5ba173e1e9..2ce002ba5e 100644 --- a/src/storage/bdt/multistak/snmp/plugin.pm +++ b/src/storage/bdt/multistak/snmp/plugin.pm @@ -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 diff --git a/src/storage/buffalo/terastation/snmp/mode/arrayusage.pm b/src/storage/buffalo/terastation/snmp/mode/arrayusage.pm index adb30eb8f9..828d035b92 100644 --- a/src/storage/buffalo/terastation/snmp/mode/arrayusage.pm +++ b/src/storage/buffalo/terastation/snmp/mode/arrayusage.pm @@ -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 diff --git a/src/storage/buffalo/terastation/snmp/mode/components/disk.pm b/src/storage/buffalo/terastation/snmp/mode/components/disk.pm index b7476d7205..daf6e3865e 100644 --- a/src/storage/buffalo/terastation/snmp/mode/components/disk.pm +++ b/src/storage/buffalo/terastation/snmp/mode/components/disk.pm @@ -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 diff --git a/src/storage/buffalo/terastation/snmp/mode/components/iscsi.pm b/src/storage/buffalo/terastation/snmp/mode/components/iscsi.pm index 133d79f0fb..6806000d9a 100644 --- a/src/storage/buffalo/terastation/snmp/mode/components/iscsi.pm +++ b/src/storage/buffalo/terastation/snmp/mode/components/iscsi.pm @@ -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 diff --git a/src/storage/buffalo/terastation/snmp/mode/components/psu.pm b/src/storage/buffalo/terastation/snmp/mode/components/psu.pm index 1de352f6f3..7b2034f862 100644 --- a/src/storage/buffalo/terastation/snmp/mode/components/psu.pm +++ b/src/storage/buffalo/terastation/snmp/mode/components/psu.pm @@ -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 diff --git a/src/storage/buffalo/terastation/snmp/mode/hardware.pm b/src/storage/buffalo/terastation/snmp/mode/hardware.pm index 44c344ac83..30a645f5e6 100644 --- a/src/storage/buffalo/terastation/snmp/mode/hardware.pm +++ b/src/storage/buffalo/terastation/snmp/mode/hardware.pm @@ -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 diff --git a/src/storage/buffalo/terastation/snmp/plugin.pm b/src/storage/buffalo/terastation/snmp/plugin.pm index 3e34567565..929f959b0a 100644 --- a/src/storage/buffalo/terastation/snmp/plugin.pm +++ b/src/storage/buffalo/terastation/snmp/plugin.pm @@ -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 diff --git a/src/storage/dell/MD3000/cli/custom/cli.pm b/src/storage/dell/MD3000/cli/custom/cli.pm index 0d15afd8d5..725d6b8b0b 100644 --- a/src/storage/dell/MD3000/cli/custom/cli.pm +++ b/src/storage/dell/MD3000/cli/custom/cli.pm @@ -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 diff --git a/src/storage/dell/MD3000/cli/plugin.pm b/src/storage/dell/MD3000/cli/plugin.pm index 997745bc34..f9ec2b6b37 100644 --- a/src/storage/dell/MD3000/cli/plugin.pm +++ b/src/storage/dell/MD3000/cli/plugin.pm @@ -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 diff --git a/src/storage/dell/TL2000/mode/globalstatus.pm b/src/storage/dell/TL2000/mode/globalstatus.pm index 55fb81d187..6c6d5c0dca 100644 --- a/src/storage/dell/TL2000/mode/globalstatus.pm +++ b/src/storage/dell/TL2000/mode/globalstatus.pm @@ -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 diff --git a/src/storage/dell/TL2000/plugin.pm b/src/storage/dell/TL2000/plugin.pm index 01138b4ca0..1aa6079a4e 100644 --- a/src/storage/dell/TL2000/plugin.pm +++ b/src/storage/dell/TL2000/plugin.pm @@ -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 diff --git a/src/storage/dell/compellent/local/mode/hbausage.pm b/src/storage/dell/compellent/local/mode/hbausage.pm index b852d4e509..b1fe335ffa 100644 --- a/src/storage/dell/compellent/local/mode/hbausage.pm +++ b/src/storage/dell/compellent/local/mode/hbausage.pm @@ -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 diff --git a/src/storage/dell/compellent/local/mode/volumeusage.pm b/src/storage/dell/compellent/local/mode/volumeusage.pm index 8e549f07d8..9cf599a8de 100644 --- a/src/storage/dell/compellent/local/mode/volumeusage.pm +++ b/src/storage/dell/compellent/local/mode/volumeusage.pm @@ -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 diff --git a/src/storage/dell/compellent/local/plugin.pm b/src/storage/dell/compellent/local/plugin.pm index 1be306fa43..523b78b8f0 100644 --- a/src/storage/dell/compellent/local/plugin.pm +++ b/src/storage/dell/compellent/local/plugin.pm @@ -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 diff --git a/src/storage/dell/compellent/snmp/mode/components/cache.pm b/src/storage/dell/compellent/snmp/mode/components/cache.pm index 0cfeb7dd96..c274988478 100644 --- a/src/storage/dell/compellent/snmp/mode/components/cache.pm +++ b/src/storage/dell/compellent/snmp/mode/components/cache.pm @@ -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 diff --git a/src/storage/dell/compellent/snmp/mode/components/ctrl.pm b/src/storage/dell/compellent/snmp/mode/components/ctrl.pm index 376e559d4c..7a73690aca 100644 --- a/src/storage/dell/compellent/snmp/mode/components/ctrl.pm +++ b/src/storage/dell/compellent/snmp/mode/components/ctrl.pm @@ -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 diff --git a/src/storage/dell/compellent/snmp/mode/components/ctrlfan.pm b/src/storage/dell/compellent/snmp/mode/components/ctrlfan.pm index e04236352b..866ddec351 100644 --- a/src/storage/dell/compellent/snmp/mode/components/ctrlfan.pm +++ b/src/storage/dell/compellent/snmp/mode/components/ctrlfan.pm @@ -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 diff --git a/src/storage/dell/compellent/snmp/mode/components/ctrlpower.pm b/src/storage/dell/compellent/snmp/mode/components/ctrlpower.pm index ee5f40285e..40654e3d87 100644 --- a/src/storage/dell/compellent/snmp/mode/components/ctrlpower.pm +++ b/src/storage/dell/compellent/snmp/mode/components/ctrlpower.pm @@ -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 diff --git a/src/storage/dell/compellent/snmp/mode/components/ctrltemp.pm b/src/storage/dell/compellent/snmp/mode/components/ctrltemp.pm index 36808a007a..b48fa364d9 100644 --- a/src/storage/dell/compellent/snmp/mode/components/ctrltemp.pm +++ b/src/storage/dell/compellent/snmp/mode/components/ctrltemp.pm @@ -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 diff --git a/src/storage/dell/compellent/snmp/mode/components/ctrlvoltage.pm b/src/storage/dell/compellent/snmp/mode/components/ctrlvoltage.pm index 6e49d5877b..42222aec6b 100644 --- a/src/storage/dell/compellent/snmp/mode/components/ctrlvoltage.pm +++ b/src/storage/dell/compellent/snmp/mode/components/ctrlvoltage.pm @@ -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 diff --git a/src/storage/dell/compellent/snmp/mode/components/disk.pm b/src/storage/dell/compellent/snmp/mode/components/disk.pm index 961862a768..a696afd841 100644 --- a/src/storage/dell/compellent/snmp/mode/components/disk.pm +++ b/src/storage/dell/compellent/snmp/mode/components/disk.pm @@ -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 diff --git a/src/storage/dell/compellent/snmp/mode/components/diskfolder.pm b/src/storage/dell/compellent/snmp/mode/components/diskfolder.pm index be7d1cf1e2..721afb8a3d 100644 --- a/src/storage/dell/compellent/snmp/mode/components/diskfolder.pm +++ b/src/storage/dell/compellent/snmp/mode/components/diskfolder.pm @@ -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 diff --git a/src/storage/dell/compellent/snmp/mode/components/encl.pm b/src/storage/dell/compellent/snmp/mode/components/encl.pm index bddf828fa6..ff0c32129a 100644 --- a/src/storage/dell/compellent/snmp/mode/components/encl.pm +++ b/src/storage/dell/compellent/snmp/mode/components/encl.pm @@ -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 diff --git a/src/storage/dell/compellent/snmp/mode/components/enclfan.pm b/src/storage/dell/compellent/snmp/mode/components/enclfan.pm index 46118c46c0..4d6275c837 100644 --- a/src/storage/dell/compellent/snmp/mode/components/enclfan.pm +++ b/src/storage/dell/compellent/snmp/mode/components/enclfan.pm @@ -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 diff --git a/src/storage/dell/compellent/snmp/mode/components/encliomod.pm b/src/storage/dell/compellent/snmp/mode/components/encliomod.pm index 057d9268a9..3f2423ca14 100644 --- a/src/storage/dell/compellent/snmp/mode/components/encliomod.pm +++ b/src/storage/dell/compellent/snmp/mode/components/encliomod.pm @@ -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 diff --git a/src/storage/dell/compellent/snmp/mode/components/enclpower.pm b/src/storage/dell/compellent/snmp/mode/components/enclpower.pm index ebff6841eb..9f80ead97f 100644 --- a/src/storage/dell/compellent/snmp/mode/components/enclpower.pm +++ b/src/storage/dell/compellent/snmp/mode/components/enclpower.pm @@ -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 diff --git a/src/storage/dell/compellent/snmp/mode/components/encltemp.pm b/src/storage/dell/compellent/snmp/mode/components/encltemp.pm index 57ca0d6989..ef15da8e69 100644 --- a/src/storage/dell/compellent/snmp/mode/components/encltemp.pm +++ b/src/storage/dell/compellent/snmp/mode/components/encltemp.pm @@ -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 diff --git a/src/storage/dell/compellent/snmp/mode/components/resources.pm b/src/storage/dell/compellent/snmp/mode/components/resources.pm index 2e0203a3e3..732857271c 100644 --- a/src/storage/dell/compellent/snmp/mode/components/resources.pm +++ b/src/storage/dell/compellent/snmp/mode/components/resources.pm @@ -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 diff --git a/src/storage/dell/compellent/snmp/mode/components/sc.pm b/src/storage/dell/compellent/snmp/mode/components/sc.pm index 883f82350e..061e92f7bd 100644 --- a/src/storage/dell/compellent/snmp/mode/components/sc.pm +++ b/src/storage/dell/compellent/snmp/mode/components/sc.pm @@ -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 diff --git a/src/storage/dell/compellent/snmp/mode/components/server.pm b/src/storage/dell/compellent/snmp/mode/components/server.pm index 20d5a9ebaf..4da3a7c987 100644 --- a/src/storage/dell/compellent/snmp/mode/components/server.pm +++ b/src/storage/dell/compellent/snmp/mode/components/server.pm @@ -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 diff --git a/src/storage/dell/compellent/snmp/mode/components/volume.pm b/src/storage/dell/compellent/snmp/mode/components/volume.pm index 8ad441ff6e..b8097d9134 100644 --- a/src/storage/dell/compellent/snmp/mode/components/volume.pm +++ b/src/storage/dell/compellent/snmp/mode/components/volume.pm @@ -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 diff --git a/src/storage/dell/compellent/snmp/mode/globalstatus.pm b/src/storage/dell/compellent/snmp/mode/globalstatus.pm index a100e50504..63e595db6c 100644 --- a/src/storage/dell/compellent/snmp/mode/globalstatus.pm +++ b/src/storage/dell/compellent/snmp/mode/globalstatus.pm @@ -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 diff --git a/src/storage/dell/compellent/snmp/mode/hardware.pm b/src/storage/dell/compellent/snmp/mode/hardware.pm index d33009c427..95a268d7d5 100644 --- a/src/storage/dell/compellent/snmp/mode/hardware.pm +++ b/src/storage/dell/compellent/snmp/mode/hardware.pm @@ -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 diff --git a/src/storage/dell/compellent/snmp/plugin.pm b/src/storage/dell/compellent/snmp/plugin.pm index 58cf07d105..d95103f07d 100644 --- a/src/storage/dell/compellent/snmp/plugin.pm +++ b/src/storage/dell/compellent/snmp/plugin.pm @@ -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 diff --git a/src/storage/dell/equallogic/snmp/mode/arrayusage.pm b/src/storage/dell/equallogic/snmp/mode/arrayusage.pm index 26c33c71fb..db261bb6cd 100644 --- a/src/storage/dell/equallogic/snmp/mode/arrayusage.pm +++ b/src/storage/dell/equallogic/snmp/mode/arrayusage.pm @@ -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 diff --git a/src/storage/dell/equallogic/snmp/mode/components/disk.pm b/src/storage/dell/equallogic/snmp/mode/components/disk.pm index 8c52a7811b..bd4588f33e 100644 --- a/src/storage/dell/equallogic/snmp/mode/components/disk.pm +++ b/src/storage/dell/equallogic/snmp/mode/components/disk.pm @@ -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 diff --git a/src/storage/dell/equallogic/snmp/mode/components/fan.pm b/src/storage/dell/equallogic/snmp/mode/components/fan.pm index 4d8bd879ec..0b7db138ae 100644 --- a/src/storage/dell/equallogic/snmp/mode/components/fan.pm +++ b/src/storage/dell/equallogic/snmp/mode/components/fan.pm @@ -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 diff --git a/src/storage/dell/equallogic/snmp/mode/components/health.pm b/src/storage/dell/equallogic/snmp/mode/components/health.pm index 4e3a7c85f8..bfee03ac1d 100644 --- a/src/storage/dell/equallogic/snmp/mode/components/health.pm +++ b/src/storage/dell/equallogic/snmp/mode/components/health.pm @@ -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 diff --git a/src/storage/dell/equallogic/snmp/mode/components/psu.pm b/src/storage/dell/equallogic/snmp/mode/components/psu.pm index 59f30f7a24..8f7e2265c6 100644 --- a/src/storage/dell/equallogic/snmp/mode/components/psu.pm +++ b/src/storage/dell/equallogic/snmp/mode/components/psu.pm @@ -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 diff --git a/src/storage/dell/equallogic/snmp/mode/components/raid.pm b/src/storage/dell/equallogic/snmp/mode/components/raid.pm index 2e8d2ce94a..1e63916684 100644 --- a/src/storage/dell/equallogic/snmp/mode/components/raid.pm +++ b/src/storage/dell/equallogic/snmp/mode/components/raid.pm @@ -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 diff --git a/src/storage/dell/equallogic/snmp/mode/components/temperature.pm b/src/storage/dell/equallogic/snmp/mode/components/temperature.pm index 0a8aed0824..9c82df118b 100644 --- a/src/storage/dell/equallogic/snmp/mode/components/temperature.pm +++ b/src/storage/dell/equallogic/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/storage/dell/equallogic/snmp/mode/diskusage.pm b/src/storage/dell/equallogic/snmp/mode/diskusage.pm index 738348ee35..9ffa8bb209 100644 --- a/src/storage/dell/equallogic/snmp/mode/diskusage.pm +++ b/src/storage/dell/equallogic/snmp/mode/diskusage.pm @@ -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 diff --git a/src/storage/dell/equallogic/snmp/mode/hardware.pm b/src/storage/dell/equallogic/snmp/mode/hardware.pm index 3d599a11b2..6ac0f7725f 100644 --- a/src/storage/dell/equallogic/snmp/mode/hardware.pm +++ b/src/storage/dell/equallogic/snmp/mode/hardware.pm @@ -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 diff --git a/src/storage/dell/equallogic/snmp/mode/poolusage.pm b/src/storage/dell/equallogic/snmp/mode/poolusage.pm index 20eb6f31b1..d02a12915a 100644 --- a/src/storage/dell/equallogic/snmp/mode/poolusage.pm +++ b/src/storage/dell/equallogic/snmp/mode/poolusage.pm @@ -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 diff --git a/src/storage/dell/equallogic/snmp/plugin.pm b/src/storage/dell/equallogic/snmp/plugin.pm index 0d07cd1414..c673d9d538 100644 --- a/src/storage/dell/equallogic/snmp/plugin.pm +++ b/src/storage/dell/equallogic/snmp/plugin.pm @@ -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 diff --git a/src/storage/dell/fluidfs/snmp/mode/components/ad.pm b/src/storage/dell/fluidfs/snmp/mode/components/ad.pm index 5acd73fc31..4bd730233d 100644 --- a/src/storage/dell/fluidfs/snmp/mode/components/ad.pm +++ b/src/storage/dell/fluidfs/snmp/mode/components/ad.pm @@ -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 diff --git a/src/storage/dell/fluidfs/snmp/mode/components/extservers.pm b/src/storage/dell/fluidfs/snmp/mode/components/extservers.pm index 32eee20747..cbab0f65e4 100644 --- a/src/storage/dell/fluidfs/snmp/mode/components/extservers.pm +++ b/src/storage/dell/fluidfs/snmp/mode/components/extservers.pm @@ -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 diff --git a/src/storage/dell/fluidfs/snmp/mode/components/overall.pm b/src/storage/dell/fluidfs/snmp/mode/components/overall.pm index 0e99422219..d066fc3a5d 100644 --- a/src/storage/dell/fluidfs/snmp/mode/components/overall.pm +++ b/src/storage/dell/fluidfs/snmp/mode/components/overall.pm @@ -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 diff --git a/src/storage/dell/fluidfs/snmp/mode/components/substorage.pm b/src/storage/dell/fluidfs/snmp/mode/components/substorage.pm index af1eeeba3a..fd75bea455 100644 --- a/src/storage/dell/fluidfs/snmp/mode/components/substorage.pm +++ b/src/storage/dell/fluidfs/snmp/mode/components/substorage.pm @@ -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 diff --git a/src/storage/dell/fluidfs/snmp/mode/hardware.pm b/src/storage/dell/fluidfs/snmp/mode/hardware.pm index cc94637fcc..2038a139d3 100644 --- a/src/storage/dell/fluidfs/snmp/mode/hardware.pm +++ b/src/storage/dell/fluidfs/snmp/mode/hardware.pm @@ -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 diff --git a/src/storage/dell/fluidfs/snmp/mode/volumeusage.pm b/src/storage/dell/fluidfs/snmp/mode/volumeusage.pm index e5228cbb85..9b1b9ffe80 100644 --- a/src/storage/dell/fluidfs/snmp/mode/volumeusage.pm +++ b/src/storage/dell/fluidfs/snmp/mode/volumeusage.pm @@ -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 diff --git a/src/storage/dell/fluidfs/snmp/plugin.pm b/src/storage/dell/fluidfs/snmp/plugin.pm index 0c1369ad53..a85365e20e 100644 --- a/src/storage/dell/fluidfs/snmp/plugin.pm +++ b/src/storage/dell/fluidfs/snmp/plugin.pm @@ -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 diff --git a/src/storage/dell/me4/restapi/custom/api.pm b/src/storage/dell/me4/restapi/custom/api.pm index be61b8f499..5ab192f66f 100644 --- a/src/storage/dell/me4/restapi/custom/api.pm +++ b/src/storage/dell/me4/restapi/custom/api.pm @@ -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 diff --git a/src/storage/dell/me4/restapi/mode/components/controller.pm b/src/storage/dell/me4/restapi/mode/components/controller.pm index a67f993922..5de3e74f67 100644 --- a/src/storage/dell/me4/restapi/mode/components/controller.pm +++ b/src/storage/dell/me4/restapi/mode/components/controller.pm @@ -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 diff --git a/src/storage/dell/me4/restapi/mode/components/disk.pm b/src/storage/dell/me4/restapi/mode/components/disk.pm index 3ea32b049a..6e6702de8e 100644 --- a/src/storage/dell/me4/restapi/mode/components/disk.pm +++ b/src/storage/dell/me4/restapi/mode/components/disk.pm @@ -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 diff --git a/src/storage/dell/me4/restapi/mode/components/fan.pm b/src/storage/dell/me4/restapi/mode/components/fan.pm index ec185156ef..7384936247 100644 --- a/src/storage/dell/me4/restapi/mode/components/fan.pm +++ b/src/storage/dell/me4/restapi/mode/components/fan.pm @@ -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 diff --git a/src/storage/dell/me4/restapi/mode/components/fru.pm b/src/storage/dell/me4/restapi/mode/components/fru.pm index b33b24748c..2d8ae82c29 100644 --- a/src/storage/dell/me4/restapi/mode/components/fru.pm +++ b/src/storage/dell/me4/restapi/mode/components/fru.pm @@ -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 diff --git a/src/storage/dell/me4/restapi/mode/components/psu.pm b/src/storage/dell/me4/restapi/mode/components/psu.pm index 72dd08cdcd..1bcce8d5d2 100644 --- a/src/storage/dell/me4/restapi/mode/components/psu.pm +++ b/src/storage/dell/me4/restapi/mode/components/psu.pm @@ -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 diff --git a/src/storage/dell/me4/restapi/mode/components/sensor.pm b/src/storage/dell/me4/restapi/mode/components/sensor.pm index 6e872c5b93..9353225cc0 100644 --- a/src/storage/dell/me4/restapi/mode/components/sensor.pm +++ b/src/storage/dell/me4/restapi/mode/components/sensor.pm @@ -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 diff --git a/src/storage/dell/me4/restapi/mode/components/volume.pm b/src/storage/dell/me4/restapi/mode/components/volume.pm index a5bbcc803e..8ee7fbae54 100644 --- a/src/storage/dell/me4/restapi/mode/components/volume.pm +++ b/src/storage/dell/me4/restapi/mode/components/volume.pm @@ -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 diff --git a/src/storage/dell/me4/restapi/mode/controllerstatistics.pm b/src/storage/dell/me4/restapi/mode/controllerstatistics.pm index 8f7d15797c..9623f72eca 100644 --- a/src/storage/dell/me4/restapi/mode/controllerstatistics.pm +++ b/src/storage/dell/me4/restapi/mode/controllerstatistics.pm @@ -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 diff --git a/src/storage/dell/me4/restapi/mode/hardware.pm b/src/storage/dell/me4/restapi/mode/hardware.pm index 58e7fa554d..3c1d5fd088 100644 --- a/src/storage/dell/me4/restapi/mode/hardware.pm +++ b/src/storage/dell/me4/restapi/mode/hardware.pm @@ -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 diff --git a/src/storage/dell/me4/restapi/mode/interfaces.pm b/src/storage/dell/me4/restapi/mode/interfaces.pm index f6063af3e9..f48a09e323 100644 --- a/src/storage/dell/me4/restapi/mode/interfaces.pm +++ b/src/storage/dell/me4/restapi/mode/interfaces.pm @@ -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 diff --git a/src/storage/dell/me4/restapi/mode/listcontrollers.pm b/src/storage/dell/me4/restapi/mode/listcontrollers.pm index 1ea93099ee..2f78e9c9d3 100644 --- a/src/storage/dell/me4/restapi/mode/listcontrollers.pm +++ b/src/storage/dell/me4/restapi/mode/listcontrollers.pm @@ -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 diff --git a/src/storage/dell/me4/restapi/mode/listvolumes.pm b/src/storage/dell/me4/restapi/mode/listvolumes.pm index fc4865c380..4bb2af289d 100644 --- a/src/storage/dell/me4/restapi/mode/listvolumes.pm +++ b/src/storage/dell/me4/restapi/mode/listvolumes.pm @@ -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 diff --git a/src/storage/dell/me4/restapi/mode/volumestatistics.pm b/src/storage/dell/me4/restapi/mode/volumestatistics.pm index f6da435c8c..d614a4201f 100644 --- a/src/storage/dell/me4/restapi/mode/volumestatistics.pm +++ b/src/storage/dell/me4/restapi/mode/volumestatistics.pm @@ -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 diff --git a/src/storage/dell/me4/restapi/plugin.pm b/src/storage/dell/me4/restapi/plugin.pm index 9779f2fdf5..6a6ad3806e 100644 --- a/src/storage/dell/me4/restapi/plugin.pm +++ b/src/storage/dell/me4/restapi/plugin.pm @@ -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 diff --git a/src/storage/dell/ml6000/snmp/plugin.pm b/src/storage/dell/ml6000/snmp/plugin.pm index 74738f1e14..26bf41924b 100644 --- a/src/storage/dell/ml6000/snmp/plugin.pm +++ b/src/storage/dell/ml6000/snmp/plugin.pm @@ -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 diff --git a/src/storage/dell/powerstore/restapi/custom/api.pm b/src/storage/dell/powerstore/restapi/custom/api.pm index 34edfe521d..81eed1c6c0 100644 --- a/src/storage/dell/powerstore/restapi/custom/api.pm +++ b/src/storage/dell/powerstore/restapi/custom/api.pm @@ -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 diff --git a/src/storage/dell/powerstore/restapi/mode/clusters.pm b/src/storage/dell/powerstore/restapi/mode/clusters.pm index 09128a2b12..2ece865b1d 100644 --- a/src/storage/dell/powerstore/restapi/mode/clusters.pm +++ b/src/storage/dell/powerstore/restapi/mode/clusters.pm @@ -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 diff --git a/src/storage/dell/powerstore/restapi/mode/components/appliance.pm b/src/storage/dell/powerstore/restapi/mode/components/appliance.pm index a2e079d99d..19fdd9373e 100644 --- a/src/storage/dell/powerstore/restapi/mode/components/appliance.pm +++ b/src/storage/dell/powerstore/restapi/mode/components/appliance.pm @@ -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 diff --git a/src/storage/dell/powerstore/restapi/mode/components/battery.pm b/src/storage/dell/powerstore/restapi/mode/components/battery.pm index 4338639e7a..64a4f7ca08 100644 --- a/src/storage/dell/powerstore/restapi/mode/components/battery.pm +++ b/src/storage/dell/powerstore/restapi/mode/components/battery.pm @@ -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 diff --git a/src/storage/dell/powerstore/restapi/mode/components/dimm.pm b/src/storage/dell/powerstore/restapi/mode/components/dimm.pm index c26a1718e5..eb2ff2a8c9 100644 --- a/src/storage/dell/powerstore/restapi/mode/components/dimm.pm +++ b/src/storage/dell/powerstore/restapi/mode/components/dimm.pm @@ -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 diff --git a/src/storage/dell/powerstore/restapi/mode/components/disk.pm b/src/storage/dell/powerstore/restapi/mode/components/disk.pm index 2fdef0b5f4..dd05a90fff 100644 --- a/src/storage/dell/powerstore/restapi/mode/components/disk.pm +++ b/src/storage/dell/powerstore/restapi/mode/components/disk.pm @@ -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 diff --git a/src/storage/dell/powerstore/restapi/mode/components/enclosure.pm b/src/storage/dell/powerstore/restapi/mode/components/enclosure.pm index dd2f17e72f..f6e983527a 100644 --- a/src/storage/dell/powerstore/restapi/mode/components/enclosure.pm +++ b/src/storage/dell/powerstore/restapi/mode/components/enclosure.pm @@ -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 diff --git a/src/storage/dell/powerstore/restapi/mode/components/fan.pm b/src/storage/dell/powerstore/restapi/mode/components/fan.pm index 0cf0e22372..5bd86440b5 100644 --- a/src/storage/dell/powerstore/restapi/mode/components/fan.pm +++ b/src/storage/dell/powerstore/restapi/mode/components/fan.pm @@ -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 diff --git a/src/storage/dell/powerstore/restapi/mode/components/iomodule.pm b/src/storage/dell/powerstore/restapi/mode/components/iomodule.pm index 8cb71a6bbb..f524265a23 100644 --- a/src/storage/dell/powerstore/restapi/mode/components/iomodule.pm +++ b/src/storage/dell/powerstore/restapi/mode/components/iomodule.pm @@ -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 diff --git a/src/storage/dell/powerstore/restapi/mode/components/node.pm b/src/storage/dell/powerstore/restapi/mode/components/node.pm index 2d5211af5b..b0072dc48f 100644 --- a/src/storage/dell/powerstore/restapi/mode/components/node.pm +++ b/src/storage/dell/powerstore/restapi/mode/components/node.pm @@ -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 diff --git a/src/storage/dell/powerstore/restapi/mode/components/psu.pm b/src/storage/dell/powerstore/restapi/mode/components/psu.pm index 25062198bb..ca8854b813 100644 --- a/src/storage/dell/powerstore/restapi/mode/components/psu.pm +++ b/src/storage/dell/powerstore/restapi/mode/components/psu.pm @@ -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 diff --git a/src/storage/dell/powerstore/restapi/mode/components/resources.pm b/src/storage/dell/powerstore/restapi/mode/components/resources.pm index 9d956479b3..67785ccf06 100644 --- a/src/storage/dell/powerstore/restapi/mode/components/resources.pm +++ b/src/storage/dell/powerstore/restapi/mode/components/resources.pm @@ -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 diff --git a/src/storage/dell/powerstore/restapi/mode/components/sfp.pm b/src/storage/dell/powerstore/restapi/mode/components/sfp.pm index 86defc1540..20aa3a1cb6 100644 --- a/src/storage/dell/powerstore/restapi/mode/components/sfp.pm +++ b/src/storage/dell/powerstore/restapi/mode/components/sfp.pm @@ -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 diff --git a/src/storage/dell/powerstore/restapi/mode/hardware.pm b/src/storage/dell/powerstore/restapi/mode/hardware.pm index 9afd59f66a..26dfde4891 100644 --- a/src/storage/dell/powerstore/restapi/mode/hardware.pm +++ b/src/storage/dell/powerstore/restapi/mode/hardware.pm @@ -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 diff --git a/src/storage/dell/powerstore/restapi/mode/memory.pm b/src/storage/dell/powerstore/restapi/mode/memory.pm index b0208e4c37..5a4496338e 100644 --- a/src/storage/dell/powerstore/restapi/mode/memory.pm +++ b/src/storage/dell/powerstore/restapi/mode/memory.pm @@ -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 diff --git a/src/storage/dell/powerstore/restapi/plugin.pm b/src/storage/dell/powerstore/restapi/plugin.pm index 313aa451e7..769cabfdc2 100644 --- a/src/storage/dell/powerstore/restapi/plugin.pm +++ b/src/storage/dell/powerstore/restapi/plugin.pm @@ -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 diff --git a/src/storage/emc/DataDomain/lib/functions.pm b/src/storage/emc/DataDomain/lib/functions.pm index c86fa3a184..8ff6832b0f 100644 --- a/src/storage/emc/DataDomain/lib/functions.pm +++ b/src/storage/emc/DataDomain/lib/functions.pm @@ -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 diff --git a/src/storage/emc/DataDomain/mode/components/battery.pm b/src/storage/emc/DataDomain/mode/components/battery.pm index eff8ac677e..6663976f02 100644 --- a/src/storage/emc/DataDomain/mode/components/battery.pm +++ b/src/storage/emc/DataDomain/mode/components/battery.pm @@ -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 diff --git a/src/storage/emc/DataDomain/mode/components/disk.pm b/src/storage/emc/DataDomain/mode/components/disk.pm index 963d737ddc..cf6e3903b8 100644 --- a/src/storage/emc/DataDomain/mode/components/disk.pm +++ b/src/storage/emc/DataDomain/mode/components/disk.pm @@ -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 diff --git a/src/storage/emc/DataDomain/mode/components/fan.pm b/src/storage/emc/DataDomain/mode/components/fan.pm index ea3c45cdba..c047011e3d 100644 --- a/src/storage/emc/DataDomain/mode/components/fan.pm +++ b/src/storage/emc/DataDomain/mode/components/fan.pm @@ -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 diff --git a/src/storage/emc/DataDomain/mode/components/psu.pm b/src/storage/emc/DataDomain/mode/components/psu.pm index 2094cb2d41..df8a6da0f6 100644 --- a/src/storage/emc/DataDomain/mode/components/psu.pm +++ b/src/storage/emc/DataDomain/mode/components/psu.pm @@ -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 diff --git a/src/storage/emc/DataDomain/mode/components/temperature.pm b/src/storage/emc/DataDomain/mode/components/temperature.pm index 803c938da3..456f5104ea 100644 --- a/src/storage/emc/DataDomain/mode/components/temperature.pm +++ b/src/storage/emc/DataDomain/mode/components/temperature.pm @@ -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 diff --git a/src/storage/emc/DataDomain/mode/filesystem.pm b/src/storage/emc/DataDomain/mode/filesystem.pm index 73a5721134..bb8126060e 100644 --- a/src/storage/emc/DataDomain/mode/filesystem.pm +++ b/src/storage/emc/DataDomain/mode/filesystem.pm @@ -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 diff --git a/src/storage/emc/DataDomain/mode/hardware.pm b/src/storage/emc/DataDomain/mode/hardware.pm index d9f32ccf8b..4b505b5767 100644 --- a/src/storage/emc/DataDomain/mode/hardware.pm +++ b/src/storage/emc/DataDomain/mode/hardware.pm @@ -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 diff --git a/src/storage/emc/DataDomain/mode/replication.pm b/src/storage/emc/DataDomain/mode/replication.pm index 9bf6c41848..5ac2e43027 100644 --- a/src/storage/emc/DataDomain/mode/replication.pm +++ b/src/storage/emc/DataDomain/mode/replication.pm @@ -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 diff --git a/src/storage/emc/DataDomain/plugin.pm b/src/storage/emc/DataDomain/plugin.pm index 8f10f64d99..ca9568f56b 100644 --- a/src/storage/emc/DataDomain/plugin.pm +++ b/src/storage/emc/DataDomain/plugin.pm @@ -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 diff --git a/src/storage/emc/celerra/local/mode/components/controlstation.pm b/src/storage/emc/celerra/local/mode/components/controlstation.pm index 1a5c4117ab..8c5b10cda8 100644 --- a/src/storage/emc/celerra/local/mode/components/controlstation.pm +++ b/src/storage/emc/celerra/local/mode/components/controlstation.pm @@ -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 diff --git a/src/storage/emc/celerra/local/mode/components/datamover.pm b/src/storage/emc/celerra/local/mode/components/datamover.pm index 6e51f31d16..92d426eb03 100644 --- a/src/storage/emc/celerra/local/mode/components/datamover.pm +++ b/src/storage/emc/celerra/local/mode/components/datamover.pm @@ -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 diff --git a/src/storage/emc/celerra/local/mode/filesystems.pm b/src/storage/emc/celerra/local/mode/filesystems.pm index f2b55dfa3a..7114be06fc 100644 --- a/src/storage/emc/celerra/local/mode/filesystems.pm +++ b/src/storage/emc/celerra/local/mode/filesystems.pm @@ -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 diff --git a/src/storage/emc/celerra/local/mode/getreason.pm b/src/storage/emc/celerra/local/mode/getreason.pm index f0299211ad..1a1e83d24c 100644 --- a/src/storage/emc/celerra/local/mode/getreason.pm +++ b/src/storage/emc/celerra/local/mode/getreason.pm @@ -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 diff --git a/src/storage/emc/celerra/local/mode/pools.pm b/src/storage/emc/celerra/local/mode/pools.pm index d65b7020e3..548a15cca7 100644 --- a/src/storage/emc/celerra/local/mode/pools.pm +++ b/src/storage/emc/celerra/local/mode/pools.pm @@ -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 diff --git a/src/storage/emc/celerra/local/plugin.pm b/src/storage/emc/celerra/local/plugin.pm index a155834f20..bdd5335b9b 100644 --- a/src/storage/emc/celerra/local/plugin.pm +++ b/src/storage/emc/celerra/local/plugin.pm @@ -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 diff --git a/src/storage/emc/clariion/plugin.pm b/src/storage/emc/clariion/plugin.pm index b4263d73e8..f17b7de512 100644 --- a/src/storage/emc/clariion/plugin.pm +++ b/src/storage/emc/clariion/plugin.pm @@ -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 diff --git a/src/storage/emc/isilon/snmp/mode/clusterusage.pm b/src/storage/emc/isilon/snmp/mode/clusterusage.pm index 1d8bfa3c9b..a4aa995eda 100644 --- a/src/storage/emc/isilon/snmp/mode/clusterusage.pm +++ b/src/storage/emc/isilon/snmp/mode/clusterusage.pm @@ -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 diff --git a/src/storage/emc/isilon/snmp/mode/components/disk.pm b/src/storage/emc/isilon/snmp/mode/components/disk.pm index 3d16814276..abcfbe05b7 100644 --- a/src/storage/emc/isilon/snmp/mode/components/disk.pm +++ b/src/storage/emc/isilon/snmp/mode/components/disk.pm @@ -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 diff --git a/src/storage/emc/isilon/snmp/mode/components/fan.pm b/src/storage/emc/isilon/snmp/mode/components/fan.pm index d72b3841f5..d6edd9731e 100644 --- a/src/storage/emc/isilon/snmp/mode/components/fan.pm +++ b/src/storage/emc/isilon/snmp/mode/components/fan.pm @@ -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 diff --git a/src/storage/emc/isilon/snmp/mode/components/power.pm b/src/storage/emc/isilon/snmp/mode/components/power.pm index e52d121c08..52e0e95f55 100644 --- a/src/storage/emc/isilon/snmp/mode/components/power.pm +++ b/src/storage/emc/isilon/snmp/mode/components/power.pm @@ -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 diff --git a/src/storage/emc/isilon/snmp/mode/components/temperature.pm b/src/storage/emc/isilon/snmp/mode/components/temperature.pm index 4e089cfb79..fb212acac8 100644 --- a/src/storage/emc/isilon/snmp/mode/components/temperature.pm +++ b/src/storage/emc/isilon/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/storage/emc/isilon/snmp/mode/hardware.pm b/src/storage/emc/isilon/snmp/mode/hardware.pm index 9cfee7abb2..33568c4947 100644 --- a/src/storage/emc/isilon/snmp/mode/hardware.pm +++ b/src/storage/emc/isilon/snmp/mode/hardware.pm @@ -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 diff --git a/src/storage/emc/isilon/snmp/plugin.pm b/src/storage/emc/isilon/snmp/plugin.pm index 696253819f..cb5a5f4f93 100644 --- a/src/storage/emc/isilon/snmp/plugin.pm +++ b/src/storage/emc/isilon/snmp/plugin.pm @@ -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 diff --git a/src/storage/emc/recoverypoint/ssh/mode/monitoredparameters.pm b/src/storage/emc/recoverypoint/ssh/mode/monitoredparameters.pm index 2738a0f25e..c2db55302d 100644 --- a/src/storage/emc/recoverypoint/ssh/mode/monitoredparameters.pm +++ b/src/storage/emc/recoverypoint/ssh/mode/monitoredparameters.pm @@ -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 diff --git a/src/storage/emc/recoverypoint/ssh/mode/systemstatus.pm b/src/storage/emc/recoverypoint/ssh/mode/systemstatus.pm index a5f69d9842..ace2b4710d 100644 --- a/src/storage/emc/recoverypoint/ssh/mode/systemstatus.pm +++ b/src/storage/emc/recoverypoint/ssh/mode/systemstatus.pm @@ -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 diff --git a/src/storage/emc/recoverypoint/ssh/plugin.pm b/src/storage/emc/recoverypoint/ssh/plugin.pm index 904f99083c..6eed5f6e5a 100644 --- a/src/storage/emc/recoverypoint/ssh/plugin.pm +++ b/src/storage/emc/recoverypoint/ssh/plugin.pm @@ -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 diff --git a/src/storage/emc/symmetrix/dmx34/local/mode/components/config.pm b/src/storage/emc/symmetrix/dmx34/local/mode/components/config.pm index 14884ebb25..1a20666700 100644 --- a/src/storage/emc/symmetrix/dmx34/local/mode/components/config.pm +++ b/src/storage/emc/symmetrix/dmx34/local/mode/components/config.pm @@ -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 diff --git a/src/storage/emc/symmetrix/dmx34/local/mode/components/director.pm b/src/storage/emc/symmetrix/dmx34/local/mode/components/director.pm index 0615525e61..edd3085527 100644 --- a/src/storage/emc/symmetrix/dmx34/local/mode/components/director.pm +++ b/src/storage/emc/symmetrix/dmx34/local/mode/components/director.pm @@ -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 diff --git a/src/storage/emc/symmetrix/dmx34/local/mode/components/disk.pm b/src/storage/emc/symmetrix/dmx34/local/mode/components/disk.pm index 4fb64133ba..5e7aaa3e64 100644 --- a/src/storage/emc/symmetrix/dmx34/local/mode/components/disk.pm +++ b/src/storage/emc/symmetrix/dmx34/local/mode/components/disk.pm @@ -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 diff --git a/src/storage/emc/symmetrix/dmx34/local/mode/components/fru.pm b/src/storage/emc/symmetrix/dmx34/local/mode/components/fru.pm index 19061b844f..e66965bed7 100644 --- a/src/storage/emc/symmetrix/dmx34/local/mode/components/fru.pm +++ b/src/storage/emc/symmetrix/dmx34/local/mode/components/fru.pm @@ -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 diff --git a/src/storage/emc/symmetrix/dmx34/local/mode/components/memory.pm b/src/storage/emc/symmetrix/dmx34/local/mode/components/memory.pm index cc102aa0a1..8007234d02 100644 --- a/src/storage/emc/symmetrix/dmx34/local/mode/components/memory.pm +++ b/src/storage/emc/symmetrix/dmx34/local/mode/components/memory.pm @@ -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 diff --git a/src/storage/emc/symmetrix/dmx34/local/mode/components/test.pm b/src/storage/emc/symmetrix/dmx34/local/mode/components/test.pm index cf71bc59b8..785feafdb5 100644 --- a/src/storage/emc/symmetrix/dmx34/local/mode/components/test.pm +++ b/src/storage/emc/symmetrix/dmx34/local/mode/components/test.pm @@ -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 diff --git a/src/storage/emc/symmetrix/dmx34/local/mode/components/xcm.pm b/src/storage/emc/symmetrix/dmx34/local/mode/components/xcm.pm index 7d14dcea6c..72f02b6f11 100644 --- a/src/storage/emc/symmetrix/dmx34/local/mode/components/xcm.pm +++ b/src/storage/emc/symmetrix/dmx34/local/mode/components/xcm.pm @@ -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 diff --git a/src/storage/emc/symmetrix/dmx34/local/mode/hardware.pm b/src/storage/emc/symmetrix/dmx34/local/mode/hardware.pm index a633ce32fc..b07da1dece 100644 --- a/src/storage/emc/symmetrix/dmx34/local/mode/hardware.pm +++ b/src/storage/emc/symmetrix/dmx34/local/mode/hardware.pm @@ -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 diff --git a/src/storage/emc/symmetrix/dmx34/local/plugin.pm b/src/storage/emc/symmetrix/dmx34/local/plugin.pm index 3353a33a37..38334c4944 100644 --- a/src/storage/emc/symmetrix/dmx34/local/plugin.pm +++ b/src/storage/emc/symmetrix/dmx34/local/plugin.pm @@ -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 diff --git a/src/storage/emc/symmetrix/vmax/local/mode/components/cabling.pm b/src/storage/emc/symmetrix/vmax/local/mode/components/cabling.pm index c62b96ee27..76af13a38a 100644 --- a/src/storage/emc/symmetrix/vmax/local/mode/components/cabling.pm +++ b/src/storage/emc/symmetrix/vmax/local/mode/components/cabling.pm @@ -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 diff --git a/src/storage/emc/symmetrix/vmax/local/mode/components/director.pm b/src/storage/emc/symmetrix/vmax/local/mode/components/director.pm index 5c7429096f..6897161c55 100644 --- a/src/storage/emc/symmetrix/vmax/local/mode/components/director.pm +++ b/src/storage/emc/symmetrix/vmax/local/mode/components/director.pm @@ -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 diff --git a/src/storage/emc/symmetrix/vmax/local/mode/components/fabric.pm b/src/storage/emc/symmetrix/vmax/local/mode/components/fabric.pm index 8761d2d4e2..a110d69198 100644 --- a/src/storage/emc/symmetrix/vmax/local/mode/components/fabric.pm +++ b/src/storage/emc/symmetrix/vmax/local/mode/components/fabric.pm @@ -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 diff --git a/src/storage/emc/symmetrix/vmax/local/mode/components/module.pm b/src/storage/emc/symmetrix/vmax/local/mode/components/module.pm index aec281e5fb..5177955eeb 100644 --- a/src/storage/emc/symmetrix/vmax/local/mode/components/module.pm +++ b/src/storage/emc/symmetrix/vmax/local/mode/components/module.pm @@ -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 diff --git a/src/storage/emc/symmetrix/vmax/local/mode/components/power.pm b/src/storage/emc/symmetrix/vmax/local/mode/components/power.pm index 0352654c07..1514630567 100644 --- a/src/storage/emc/symmetrix/vmax/local/mode/components/power.pm +++ b/src/storage/emc/symmetrix/vmax/local/mode/components/power.pm @@ -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 diff --git a/src/storage/emc/symmetrix/vmax/local/mode/components/sparedisk.pm b/src/storage/emc/symmetrix/vmax/local/mode/components/sparedisk.pm index 330ed0cb1c..e504e6363a 100644 --- a/src/storage/emc/symmetrix/vmax/local/mode/components/sparedisk.pm +++ b/src/storage/emc/symmetrix/vmax/local/mode/components/sparedisk.pm @@ -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 diff --git a/src/storage/emc/symmetrix/vmax/local/mode/components/temperature.pm b/src/storage/emc/symmetrix/vmax/local/mode/components/temperature.pm index 9336b6e14b..663fd8dddc 100644 --- a/src/storage/emc/symmetrix/vmax/local/mode/components/temperature.pm +++ b/src/storage/emc/symmetrix/vmax/local/mode/components/temperature.pm @@ -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 diff --git a/src/storage/emc/symmetrix/vmax/local/mode/components/voltage.pm b/src/storage/emc/symmetrix/vmax/local/mode/components/voltage.pm index d465d9a371..056c2dd93f 100644 --- a/src/storage/emc/symmetrix/vmax/local/mode/components/voltage.pm +++ b/src/storage/emc/symmetrix/vmax/local/mode/components/voltage.pm @@ -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 diff --git a/src/storage/emc/symmetrix/vmax/local/mode/hardware.pm b/src/storage/emc/symmetrix/vmax/local/mode/hardware.pm index dd919be500..f3196339e0 100644 --- a/src/storage/emc/symmetrix/vmax/local/mode/hardware.pm +++ b/src/storage/emc/symmetrix/vmax/local/mode/hardware.pm @@ -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 diff --git a/src/storage/emc/symmetrix/vmax/local/plugin.pm b/src/storage/emc/symmetrix/vmax/local/plugin.pm index fa95f7bbe9..951aeba03b 100644 --- a/src/storage/emc/symmetrix/vmax/local/plugin.pm +++ b/src/storage/emc/symmetrix/vmax/local/plugin.pm @@ -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 diff --git a/src/storage/emc/unisphere/restapi/custom/api.pm b/src/storage/emc/unisphere/restapi/custom/api.pm index e6648ce5ca..8f35ff8278 100644 --- a/src/storage/emc/unisphere/restapi/custom/api.pm +++ b/src/storage/emc/unisphere/restapi/custom/api.pm @@ -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 diff --git a/src/storage/emc/unisphere/restapi/mode/components/battery.pm b/src/storage/emc/unisphere/restapi/mode/components/battery.pm index ec89ae5e09..a482ac293d 100644 --- a/src/storage/emc/unisphere/restapi/mode/components/battery.pm +++ b/src/storage/emc/unisphere/restapi/mode/components/battery.pm @@ -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 diff --git a/src/storage/emc/unisphere/restapi/mode/components/disk.pm b/src/storage/emc/unisphere/restapi/mode/components/disk.pm index 7ebce24c7f..2dddb72b55 100644 --- a/src/storage/emc/unisphere/restapi/mode/components/disk.pm +++ b/src/storage/emc/unisphere/restapi/mode/components/disk.pm @@ -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 diff --git a/src/storage/emc/unisphere/restapi/mode/components/dpe.pm b/src/storage/emc/unisphere/restapi/mode/components/dpe.pm index 5950bf8c5c..a8ff039e06 100644 --- a/src/storage/emc/unisphere/restapi/mode/components/dpe.pm +++ b/src/storage/emc/unisphere/restapi/mode/components/dpe.pm @@ -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 diff --git a/src/storage/emc/unisphere/restapi/mode/components/fan.pm b/src/storage/emc/unisphere/restapi/mode/components/fan.pm index 950133da56..af075c2e4f 100644 --- a/src/storage/emc/unisphere/restapi/mode/components/fan.pm +++ b/src/storage/emc/unisphere/restapi/mode/components/fan.pm @@ -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 diff --git a/src/storage/emc/unisphere/restapi/mode/components/iomodule.pm b/src/storage/emc/unisphere/restapi/mode/components/iomodule.pm index 3f6a5c617d..5b70d6772f 100644 --- a/src/storage/emc/unisphere/restapi/mode/components/iomodule.pm +++ b/src/storage/emc/unisphere/restapi/mode/components/iomodule.pm @@ -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 diff --git a/src/storage/emc/unisphere/restapi/mode/components/memmodule.pm b/src/storage/emc/unisphere/restapi/mode/components/memmodule.pm index 382b123617..dca2a6ebef 100644 --- a/src/storage/emc/unisphere/restapi/mode/components/memmodule.pm +++ b/src/storage/emc/unisphere/restapi/mode/components/memmodule.pm @@ -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 diff --git a/src/storage/emc/unisphere/restapi/mode/components/psu.pm b/src/storage/emc/unisphere/restapi/mode/components/psu.pm index c5f557f02a..174241f83a 100644 --- a/src/storage/emc/unisphere/restapi/mode/components/psu.pm +++ b/src/storage/emc/unisphere/restapi/mode/components/psu.pm @@ -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 diff --git a/src/storage/emc/unisphere/restapi/mode/components/resources.pm b/src/storage/emc/unisphere/restapi/mode/components/resources.pm index d3728c9ffb..b648cbdf2d 100644 --- a/src/storage/emc/unisphere/restapi/mode/components/resources.pm +++ b/src/storage/emc/unisphere/restapi/mode/components/resources.pm @@ -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 diff --git a/src/storage/emc/unisphere/restapi/mode/components/sp.pm b/src/storage/emc/unisphere/restapi/mode/components/sp.pm index a6614cf7a6..b5fbb1ce42 100644 --- a/src/storage/emc/unisphere/restapi/mode/components/sp.pm +++ b/src/storage/emc/unisphere/restapi/mode/components/sp.pm @@ -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 diff --git a/src/storage/emc/unisphere/restapi/mode/components/ssd.pm b/src/storage/emc/unisphere/restapi/mode/components/ssd.pm index b7380aa7b0..430818c2b5 100644 --- a/src/storage/emc/unisphere/restapi/mode/components/ssd.pm +++ b/src/storage/emc/unisphere/restapi/mode/components/ssd.pm @@ -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 diff --git a/src/storage/emc/unisphere/restapi/mode/hardware.pm b/src/storage/emc/unisphere/restapi/mode/hardware.pm index 225d2104b6..2f46b94a1a 100644 --- a/src/storage/emc/unisphere/restapi/mode/hardware.pm +++ b/src/storage/emc/unisphere/restapi/mode/hardware.pm @@ -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 diff --git a/src/storage/emc/unisphere/restapi/mode/listpools.pm b/src/storage/emc/unisphere/restapi/mode/listpools.pm index 80da45f8c7..c1d427c5a0 100644 --- a/src/storage/emc/unisphere/restapi/mode/listpools.pm +++ b/src/storage/emc/unisphere/restapi/mode/listpools.pm @@ -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 diff --git a/src/storage/emc/unisphere/restapi/mode/listreplications.pm b/src/storage/emc/unisphere/restapi/mode/listreplications.pm index df8b997ff5..cdf8ed64f9 100644 --- a/src/storage/emc/unisphere/restapi/mode/listreplications.pm +++ b/src/storage/emc/unisphere/restapi/mode/listreplications.pm @@ -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 diff --git a/src/storage/emc/unisphere/restapi/mode/liststorageresources.pm b/src/storage/emc/unisphere/restapi/mode/liststorageresources.pm index 50af105b88..bf4f68b641 100644 --- a/src/storage/emc/unisphere/restapi/mode/liststorageresources.pm +++ b/src/storage/emc/unisphere/restapi/mode/liststorageresources.pm @@ -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 diff --git a/src/storage/emc/unisphere/restapi/mode/pools.pm b/src/storage/emc/unisphere/restapi/mode/pools.pm index c61e0de8ce..2f45d85e30 100644 --- a/src/storage/emc/unisphere/restapi/mode/pools.pm +++ b/src/storage/emc/unisphere/restapi/mode/pools.pm @@ -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 diff --git a/src/storage/emc/unisphere/restapi/mode/replications.pm b/src/storage/emc/unisphere/restapi/mode/replications.pm index 425c8ca3aa..86a39e2740 100644 --- a/src/storage/emc/unisphere/restapi/mode/replications.pm +++ b/src/storage/emc/unisphere/restapi/mode/replications.pm @@ -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 diff --git a/src/storage/emc/unisphere/restapi/mode/storageresources.pm b/src/storage/emc/unisphere/restapi/mode/storageresources.pm index 8d64167a14..8d8a145dc8 100644 --- a/src/storage/emc/unisphere/restapi/mode/storageresources.pm +++ b/src/storage/emc/unisphere/restapi/mode/storageresources.pm @@ -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 diff --git a/src/storage/emc/unisphere/restapi/plugin.pm b/src/storage/emc/unisphere/restapi/plugin.pm index b0de751122..be96c21a00 100644 --- a/src/storage/emc/unisphere/restapi/plugin.pm +++ b/src/storage/emc/unisphere/restapi/plugin.pm @@ -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 diff --git a/src/storage/emc/vplex/restapi/custom/apiv1.pm b/src/storage/emc/vplex/restapi/custom/apiv1.pm index 8e3bc3c3c0..209eb7fbc3 100644 --- a/src/storage/emc/vplex/restapi/custom/apiv1.pm +++ b/src/storage/emc/vplex/restapi/custom/apiv1.pm @@ -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 diff --git a/src/storage/emc/vplex/restapi/custom/apiv2.pm b/src/storage/emc/vplex/restapi/custom/apiv2.pm index 607c6848f4..095c844a0d 100644 --- a/src/storage/emc/vplex/restapi/custom/apiv2.pm +++ b/src/storage/emc/vplex/restapi/custom/apiv2.pm @@ -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 diff --git a/src/storage/emc/vplex/restapi/mode/clustercommunication.pm b/src/storage/emc/vplex/restapi/mode/clustercommunication.pm index d2d2008faf..d637d6d91b 100644 --- a/src/storage/emc/vplex/restapi/mode/clustercommunication.pm +++ b/src/storage/emc/vplex/restapi/mode/clustercommunication.pm @@ -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 diff --git a/src/storage/emc/vplex/restapi/mode/clusterdevices.pm b/src/storage/emc/vplex/restapi/mode/clusterdevices.pm index 3f7d58ea6f..d75cb6421b 100644 --- a/src/storage/emc/vplex/restapi/mode/clusterdevices.pm +++ b/src/storage/emc/vplex/restapi/mode/clusterdevices.pm @@ -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 diff --git a/src/storage/emc/vplex/restapi/mode/directors.pm b/src/storage/emc/vplex/restapi/mode/directors.pm index 3b16eae05d..1de4bdcf99 100644 --- a/src/storage/emc/vplex/restapi/mode/directors.pm +++ b/src/storage/emc/vplex/restapi/mode/directors.pm @@ -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 diff --git a/src/storage/emc/vplex/restapi/mode/distributeddevices.pm b/src/storage/emc/vplex/restapi/mode/distributeddevices.pm index 6e840b7f51..317b123c83 100644 --- a/src/storage/emc/vplex/restapi/mode/distributeddevices.pm +++ b/src/storage/emc/vplex/restapi/mode/distributeddevices.pm @@ -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 diff --git a/src/storage/emc/vplex/restapi/mode/fans.pm b/src/storage/emc/vplex/restapi/mode/fans.pm index 298c58ab73..9d9ec42a2c 100644 --- a/src/storage/emc/vplex/restapi/mode/fans.pm +++ b/src/storage/emc/vplex/restapi/mode/fans.pm @@ -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 diff --git a/src/storage/emc/vplex/restapi/mode/psus.pm b/src/storage/emc/vplex/restapi/mode/psus.pm index dfb7dddbaf..115affd434 100644 --- a/src/storage/emc/vplex/restapi/mode/psus.pm +++ b/src/storage/emc/vplex/restapi/mode/psus.pm @@ -1,4 +1,4 @@ -# 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 diff --git a/src/storage/emc/vplex/restapi/mode/storagevolumes.pm b/src/storage/emc/vplex/restapi/mode/storagevolumes.pm index 22ab8431b2..43365bc6ca 100644 --- a/src/storage/emc/vplex/restapi/mode/storagevolumes.pm +++ b/src/storage/emc/vplex/restapi/mode/storagevolumes.pm @@ -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 diff --git a/src/storage/emc/vplex/restapi/plugin.pm b/src/storage/emc/vplex/restapi/plugin.pm index fb3457a2ac..30c75fc145 100644 --- a/src/storage/emc/vplex/restapi/plugin.pm +++ b/src/storage/emc/vplex/restapi/plugin.pm @@ -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 diff --git a/src/storage/emc/xtremio/restapi/custom/xtremioapi.pm b/src/storage/emc/xtremio/restapi/custom/xtremioapi.pm index 88c6afedc7..17e1959abc 100644 --- a/src/storage/emc/xtremio/restapi/custom/xtremioapi.pm +++ b/src/storage/emc/xtremio/restapi/custom/xtremioapi.pm @@ -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 diff --git a/src/storage/emc/xtremio/restapi/mode/clusterhealth.pm b/src/storage/emc/xtremio/restapi/mode/clusterhealth.pm index 3002a6602f..c26c5a0291 100644 --- a/src/storage/emc/xtremio/restapi/mode/clusterhealth.pm +++ b/src/storage/emc/xtremio/restapi/mode/clusterhealth.pm @@ -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 diff --git a/src/storage/emc/xtremio/restapi/mode/dpg.pm b/src/storage/emc/xtremio/restapi/mode/dpg.pm index b85f9d78da..7cc5bde7b8 100644 --- a/src/storage/emc/xtremio/restapi/mode/dpg.pm +++ b/src/storage/emc/xtremio/restapi/mode/dpg.pm @@ -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 diff --git a/src/storage/emc/xtremio/restapi/mode/ssdendurance.pm b/src/storage/emc/xtremio/restapi/mode/ssdendurance.pm index 438c542338..75aa7bfdb3 100644 --- a/src/storage/emc/xtremio/restapi/mode/ssdendurance.pm +++ b/src/storage/emc/xtremio/restapi/mode/ssdendurance.pm @@ -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 diff --git a/src/storage/emc/xtremio/restapi/mode/ssdiops.pm b/src/storage/emc/xtremio/restapi/mode/ssdiops.pm index 3763fb5bc9..a82a3e010a 100644 --- a/src/storage/emc/xtremio/restapi/mode/ssdiops.pm +++ b/src/storage/emc/xtremio/restapi/mode/ssdiops.pm @@ -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 diff --git a/src/storage/emc/xtremio/restapi/mode/storagecontrollers.pm b/src/storage/emc/xtremio/restapi/mode/storagecontrollers.pm index c69334557b..a4a7002327 100644 --- a/src/storage/emc/xtremio/restapi/mode/storagecontrollers.pm +++ b/src/storage/emc/xtremio/restapi/mode/storagecontrollers.pm @@ -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 diff --git a/src/storage/emc/xtremio/restapi/mode/xenvscpu.pm b/src/storage/emc/xtremio/restapi/mode/xenvscpu.pm index 13c708474a..136f1431fa 100644 --- a/src/storage/emc/xtremio/restapi/mode/xenvscpu.pm +++ b/src/storage/emc/xtremio/restapi/mode/xenvscpu.pm @@ -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 diff --git a/src/storage/emc/xtremio/restapi/mode/xenvsstate.pm b/src/storage/emc/xtremio/restapi/mode/xenvsstate.pm index 479b0a3a85..6a55a01931 100644 --- a/src/storage/emc/xtremio/restapi/mode/xenvsstate.pm +++ b/src/storage/emc/xtremio/restapi/mode/xenvsstate.pm @@ -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 diff --git a/src/storage/emc/xtremio/restapi/plugin.pm b/src/storage/emc/xtremio/restapi/plugin.pm index acfb60ee5a..3d98f7f8df 100644 --- a/src/storage/emc/xtremio/restapi/plugin.pm +++ b/src/storage/emc/xtremio/restapi/plugin.pm @@ -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 diff --git a/src/storage/exagrid/snmp/mode/serverusage.pm b/src/storage/exagrid/snmp/mode/serverusage.pm index 4f6ab5988f..a3b0e7aabf 100644 --- a/src/storage/exagrid/snmp/mode/serverusage.pm +++ b/src/storage/exagrid/snmp/mode/serverusage.pm @@ -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 diff --git a/src/storage/exagrid/snmp/plugin.pm b/src/storage/exagrid/snmp/plugin.pm index 6f269a4122..3d3302b7bc 100644 --- a/src/storage/exagrid/snmp/plugin.pm +++ b/src/storage/exagrid/snmp/plugin.pm @@ -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 diff --git a/src/storage/fujitsu/eternus/dx/ssh/mode/cpu.pm b/src/storage/fujitsu/eternus/dx/ssh/mode/cpu.pm index 9fd875bb1e..79b745911a 100644 --- a/src/storage/fujitsu/eternus/dx/ssh/mode/cpu.pm +++ b/src/storage/fujitsu/eternus/dx/ssh/mode/cpu.pm @@ -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 diff --git a/src/storage/fujitsu/eternus/dx/ssh/mode/physicaldisk.pm b/src/storage/fujitsu/eternus/dx/ssh/mode/physicaldisk.pm index 8e882b4452..8f843a08a0 100644 --- a/src/storage/fujitsu/eternus/dx/ssh/mode/physicaldisk.pm +++ b/src/storage/fujitsu/eternus/dx/ssh/mode/physicaldisk.pm @@ -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 diff --git a/src/storage/fujitsu/eternus/dx/ssh/mode/portstats.pm b/src/storage/fujitsu/eternus/dx/ssh/mode/portstats.pm index 90ddd2b845..5e6f290355 100644 --- a/src/storage/fujitsu/eternus/dx/ssh/mode/portstats.pm +++ b/src/storage/fujitsu/eternus/dx/ssh/mode/portstats.pm @@ -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 diff --git a/src/storage/fujitsu/eternus/dx/ssh/mode/psu.pm b/src/storage/fujitsu/eternus/dx/ssh/mode/psu.pm index c7afc896dd..5b3da7eb20 100644 --- a/src/storage/fujitsu/eternus/dx/ssh/mode/psu.pm +++ b/src/storage/fujitsu/eternus/dx/ssh/mode/psu.pm @@ -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 diff --git a/src/storage/fujitsu/eternus/dx/ssh/mode/raidgroups.pm b/src/storage/fujitsu/eternus/dx/ssh/mode/raidgroups.pm index b2393d8368..e002f3a0c8 100644 --- a/src/storage/fujitsu/eternus/dx/ssh/mode/raidgroups.pm +++ b/src/storage/fujitsu/eternus/dx/ssh/mode/raidgroups.pm @@ -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 diff --git a/src/storage/fujitsu/eternus/dx/ssh/mode/volumestats.pm b/src/storage/fujitsu/eternus/dx/ssh/mode/volumestats.pm index 06014b54ca..6f1bde2cf8 100644 --- a/src/storage/fujitsu/eternus/dx/ssh/mode/volumestats.pm +++ b/src/storage/fujitsu/eternus/dx/ssh/mode/volumestats.pm @@ -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 diff --git a/src/storage/fujitsu/eternus/dx/ssh/plugin.pm b/src/storage/fujitsu/eternus/dx/ssh/plugin.pm index cc0407b0bc..c2b9a4cfac 100644 --- a/src/storage/fujitsu/eternus/dx/ssh/plugin.pm +++ b/src/storage/fujitsu/eternus/dx/ssh/plugin.pm @@ -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 diff --git a/src/storage/hitachi/hcp/snmp/mode/listnodes.pm b/src/storage/hitachi/hcp/snmp/mode/listnodes.pm index 3dc7c67cd5..39c6208c23 100644 --- a/src/storage/hitachi/hcp/snmp/mode/listnodes.pm +++ b/src/storage/hitachi/hcp/snmp/mode/listnodes.pm @@ -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 diff --git a/src/storage/hitachi/hcp/snmp/mode/listtenants.pm b/src/storage/hitachi/hcp/snmp/mode/listtenants.pm index aab3ff7ed4..316f2a459a 100644 --- a/src/storage/hitachi/hcp/snmp/mode/listtenants.pm +++ b/src/storage/hitachi/hcp/snmp/mode/listtenants.pm @@ -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 diff --git a/src/storage/hitachi/hcp/snmp/mode/listvolumes.pm b/src/storage/hitachi/hcp/snmp/mode/listvolumes.pm index 55e51790de..ec9382e08b 100644 --- a/src/storage/hitachi/hcp/snmp/mode/listvolumes.pm +++ b/src/storage/hitachi/hcp/snmp/mode/listvolumes.pm @@ -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 diff --git a/src/storage/hitachi/hcp/snmp/mode/nodes.pm b/src/storage/hitachi/hcp/snmp/mode/nodes.pm index 17055561a9..df26ed33e4 100644 --- a/src/storage/hitachi/hcp/snmp/mode/nodes.pm +++ b/src/storage/hitachi/hcp/snmp/mode/nodes.pm @@ -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 diff --git a/src/storage/hitachi/hcp/snmp/mode/tenants.pm b/src/storage/hitachi/hcp/snmp/mode/tenants.pm index f62afec801..45c029aae2 100644 --- a/src/storage/hitachi/hcp/snmp/mode/tenants.pm +++ b/src/storage/hitachi/hcp/snmp/mode/tenants.pm @@ -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 diff --git a/src/storage/hitachi/hcp/snmp/mode/volumes.pm b/src/storage/hitachi/hcp/snmp/mode/volumes.pm index 8de2c8fd40..41dd8b388c 100644 --- a/src/storage/hitachi/hcp/snmp/mode/volumes.pm +++ b/src/storage/hitachi/hcp/snmp/mode/volumes.pm @@ -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 diff --git a/src/storage/hitachi/hcp/snmp/plugin.pm b/src/storage/hitachi/hcp/snmp/plugin.pm index e7cdf92791..8cca1e19e8 100644 --- a/src/storage/hitachi/hcp/snmp/plugin.pm +++ b/src/storage/hitachi/hcp/snmp/plugin.pm @@ -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 diff --git a/src/storage/hitachi/hnas/snmp/plugin.pm b/src/storage/hitachi/hnas/snmp/plugin.pm index 332e3010c7..309c1104ff 100644 --- a/src/storage/hitachi/hnas/snmp/plugin.pm +++ b/src/storage/hitachi/hnas/snmp/plugin.pm @@ -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 diff --git a/src/storage/hitachi/standard/snmp/mode/components/component.pm b/src/storage/hitachi/standard/snmp/mode/components/component.pm index c1e916360c..4a21e520fb 100644 --- a/src/storage/hitachi/standard/snmp/mode/components/component.pm +++ b/src/storage/hitachi/standard/snmp/mode/components/component.pm @@ -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 diff --git a/src/storage/hitachi/standard/snmp/mode/components/dkc.pm b/src/storage/hitachi/standard/snmp/mode/components/dkc.pm index 59216409c2..7b9b3f3de5 100644 --- a/src/storage/hitachi/standard/snmp/mode/components/dkc.pm +++ b/src/storage/hitachi/standard/snmp/mode/components/dkc.pm @@ -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 diff --git a/src/storage/hitachi/standard/snmp/mode/components/dku.pm b/src/storage/hitachi/standard/snmp/mode/components/dku.pm index ae70fba436..f413519264 100644 --- a/src/storage/hitachi/standard/snmp/mode/components/dku.pm +++ b/src/storage/hitachi/standard/snmp/mode/components/dku.pm @@ -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 diff --git a/src/storage/hitachi/standard/snmp/mode/hardware.pm b/src/storage/hitachi/standard/snmp/mode/hardware.pm index 2f755b0a33..c2aa35bbbb 100644 --- a/src/storage/hitachi/standard/snmp/mode/hardware.pm +++ b/src/storage/hitachi/standard/snmp/mode/hardware.pm @@ -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 diff --git a/src/storage/hitachi/standard/snmp/plugin.pm b/src/storage/hitachi/standard/snmp/plugin.pm index 01f58e836a..87cd6bcaed 100644 --- a/src/storage/hitachi/standard/snmp/plugin.pm +++ b/src/storage/hitachi/standard/snmp/plugin.pm @@ -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 diff --git a/src/storage/hp/3par/ssh/custom/custom.pm b/src/storage/hp/3par/ssh/custom/custom.pm index 377ebf8a64..a20ce8f61e 100644 --- a/src/storage/hp/3par/ssh/custom/custom.pm +++ b/src/storage/hp/3par/ssh/custom/custom.pm @@ -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 diff --git a/src/storage/hp/3par/ssh/mode/afc.pm b/src/storage/hp/3par/ssh/mode/afc.pm index e214afb18d..35206903e9 100644 --- a/src/storage/hp/3par/ssh/mode/afc.pm +++ b/src/storage/hp/3par/ssh/mode/afc.pm @@ -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 diff --git a/src/storage/hp/3par/ssh/mode/cages.pm b/src/storage/hp/3par/ssh/mode/cages.pm index a5b2553110..29151b93ae 100644 --- a/src/storage/hp/3par/ssh/mode/cages.pm +++ b/src/storage/hp/3par/ssh/mode/cages.pm @@ -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 diff --git a/src/storage/hp/3par/ssh/mode/capacity.pm b/src/storage/hp/3par/ssh/mode/capacity.pm index c76cf308eb..93120fe57e 100644 --- a/src/storage/hp/3par/ssh/mode/capacity.pm +++ b/src/storage/hp/3par/ssh/mode/capacity.pm @@ -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 diff --git a/src/storage/hp/3par/ssh/mode/components/battery.pm b/src/storage/hp/3par/ssh/mode/components/battery.pm index 4c10d6990e..cbcbd38e3e 100644 --- a/src/storage/hp/3par/ssh/mode/components/battery.pm +++ b/src/storage/hp/3par/ssh/mode/components/battery.pm @@ -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 diff --git a/src/storage/hp/3par/ssh/mode/components/cim.pm b/src/storage/hp/3par/ssh/mode/components/cim.pm index 8348624b27..8230c7c02e 100644 --- a/src/storage/hp/3par/ssh/mode/components/cim.pm +++ b/src/storage/hp/3par/ssh/mode/components/cim.pm @@ -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 diff --git a/src/storage/hp/3par/ssh/mode/components/disk.pm b/src/storage/hp/3par/ssh/mode/components/disk.pm index f110bc0c3d..29905552c4 100644 --- a/src/storage/hp/3par/ssh/mode/components/disk.pm +++ b/src/storage/hp/3par/ssh/mode/components/disk.pm @@ -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 diff --git a/src/storage/hp/3par/ssh/mode/components/node.pm b/src/storage/hp/3par/ssh/mode/components/node.pm index 374a26d413..213d7b3cb5 100644 --- a/src/storage/hp/3par/ssh/mode/components/node.pm +++ b/src/storage/hp/3par/ssh/mode/components/node.pm @@ -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 diff --git a/src/storage/hp/3par/ssh/mode/components/port.pm b/src/storage/hp/3par/ssh/mode/components/port.pm index 8147b7cf1f..af7d72b38c 100644 --- a/src/storage/hp/3par/ssh/mode/components/port.pm +++ b/src/storage/hp/3par/ssh/mode/components/port.pm @@ -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 diff --git a/src/storage/hp/3par/ssh/mode/components/psu.pm b/src/storage/hp/3par/ssh/mode/components/psu.pm index d915596ea1..232e36c17c 100644 --- a/src/storage/hp/3par/ssh/mode/components/psu.pm +++ b/src/storage/hp/3par/ssh/mode/components/psu.pm @@ -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 diff --git a/src/storage/hp/3par/ssh/mode/components/sensor.pm b/src/storage/hp/3par/ssh/mode/components/sensor.pm index e9bc2ff804..f1346fe460 100644 --- a/src/storage/hp/3par/ssh/mode/components/sensor.pm +++ b/src/storage/hp/3par/ssh/mode/components/sensor.pm @@ -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 diff --git a/src/storage/hp/3par/ssh/mode/components/wsapi.pm b/src/storage/hp/3par/ssh/mode/components/wsapi.pm index 3d1ec8a53c..407fa6b79e 100644 --- a/src/storage/hp/3par/ssh/mode/components/wsapi.pm +++ b/src/storage/hp/3par/ssh/mode/components/wsapi.pm @@ -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 diff --git a/src/storage/hp/3par/ssh/mode/diskusage.pm b/src/storage/hp/3par/ssh/mode/diskusage.pm index a66a262c23..68605fb55d 100644 --- a/src/storage/hp/3par/ssh/mode/diskusage.pm +++ b/src/storage/hp/3par/ssh/mode/diskusage.pm @@ -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 diff --git a/src/storage/hp/3par/ssh/mode/hardware.pm b/src/storage/hp/3par/ssh/mode/hardware.pm index 64c6ac4a04..12494ec018 100644 --- a/src/storage/hp/3par/ssh/mode/hardware.pm +++ b/src/storage/hp/3par/ssh/mode/hardware.pm @@ -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 diff --git a/src/storage/hp/3par/ssh/mode/nodes.pm b/src/storage/hp/3par/ssh/mode/nodes.pm index 7dcb0bf3b0..04eacd89b7 100644 --- a/src/storage/hp/3par/ssh/mode/nodes.pm +++ b/src/storage/hp/3par/ssh/mode/nodes.pm @@ -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 diff --git a/src/storage/hp/3par/ssh/mode/psu.pm b/src/storage/hp/3par/ssh/mode/psu.pm index c7d4ed8e11..4f715c5ce4 100644 --- a/src/storage/hp/3par/ssh/mode/psu.pm +++ b/src/storage/hp/3par/ssh/mode/psu.pm @@ -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 diff --git a/src/storage/hp/3par/ssh/mode/time.pm b/src/storage/hp/3par/ssh/mode/time.pm index 4b5540e36a..bc81e44bd5 100644 --- a/src/storage/hp/3par/ssh/mode/time.pm +++ b/src/storage/hp/3par/ssh/mode/time.pm @@ -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 diff --git a/src/storage/hp/3par/ssh/mode/uptime.pm b/src/storage/hp/3par/ssh/mode/uptime.pm index 85cf415bd7..8aaebbc383 100644 --- a/src/storage/hp/3par/ssh/mode/uptime.pm +++ b/src/storage/hp/3par/ssh/mode/uptime.pm @@ -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 diff --git a/src/storage/hp/3par/ssh/mode/volumeusage.pm b/src/storage/hp/3par/ssh/mode/volumeusage.pm index 082c783ce1..50d1f2ecfe 100644 --- a/src/storage/hp/3par/ssh/mode/volumeusage.pm +++ b/src/storage/hp/3par/ssh/mode/volumeusage.pm @@ -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 diff --git a/src/storage/hp/3par/ssh/plugin.pm b/src/storage/hp/3par/ssh/plugin.pm index a393eaf7b6..6b8ac2c7ff 100644 --- a/src/storage/hp/3par/ssh/plugin.pm +++ b/src/storage/hp/3par/ssh/plugin.pm @@ -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 diff --git a/src/storage/hp/eva/cli/custom/api.pm b/src/storage/hp/eva/cli/custom/api.pm index fb6da25f95..f15cdca0f5 100644 --- a/src/storage/hp/eva/cli/custom/api.pm +++ b/src/storage/hp/eva/cli/custom/api.pm @@ -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 diff --git a/src/storage/hp/eva/cli/mode/components/battery.pm b/src/storage/hp/eva/cli/mode/components/battery.pm index 5223db69f7..b565f36db5 100644 --- a/src/storage/hp/eva/cli/mode/components/battery.pm +++ b/src/storage/hp/eva/cli/mode/components/battery.pm @@ -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 diff --git a/src/storage/hp/eva/cli/mode/components/disk.pm b/src/storage/hp/eva/cli/mode/components/disk.pm index d28af319cc..fbbfe7998a 100644 --- a/src/storage/hp/eva/cli/mode/components/disk.pm +++ b/src/storage/hp/eva/cli/mode/components/disk.pm @@ -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 diff --git a/src/storage/hp/eva/cli/mode/components/diskgrp.pm b/src/storage/hp/eva/cli/mode/components/diskgrp.pm index 61db826fac..ba739a9a21 100644 --- a/src/storage/hp/eva/cli/mode/components/diskgrp.pm +++ b/src/storage/hp/eva/cli/mode/components/diskgrp.pm @@ -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 diff --git a/src/storage/hp/eva/cli/mode/components/fan.pm b/src/storage/hp/eva/cli/mode/components/fan.pm index 892ccd4ba8..b358bfb344 100644 --- a/src/storage/hp/eva/cli/mode/components/fan.pm +++ b/src/storage/hp/eva/cli/mode/components/fan.pm @@ -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 diff --git a/src/storage/hp/eva/cli/mode/components/iomodule.pm b/src/storage/hp/eva/cli/mode/components/iomodule.pm index 1296ae1465..a9c1ad3067 100644 --- a/src/storage/hp/eva/cli/mode/components/iomodule.pm +++ b/src/storage/hp/eva/cli/mode/components/iomodule.pm @@ -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 diff --git a/src/storage/hp/eva/cli/mode/components/psu.pm b/src/storage/hp/eva/cli/mode/components/psu.pm index daa5924c3a..0dd5d7fdbf 100644 --- a/src/storage/hp/eva/cli/mode/components/psu.pm +++ b/src/storage/hp/eva/cli/mode/components/psu.pm @@ -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 diff --git a/src/storage/hp/eva/cli/mode/components/system.pm b/src/storage/hp/eva/cli/mode/components/system.pm index 2e46af03bf..51902c1b4b 100644 --- a/src/storage/hp/eva/cli/mode/components/system.pm +++ b/src/storage/hp/eva/cli/mode/components/system.pm @@ -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 diff --git a/src/storage/hp/eva/cli/mode/components/temperature.pm b/src/storage/hp/eva/cli/mode/components/temperature.pm index 42047a19c2..047431dc83 100644 --- a/src/storage/hp/eva/cli/mode/components/temperature.pm +++ b/src/storage/hp/eva/cli/mode/components/temperature.pm @@ -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 diff --git a/src/storage/hp/eva/cli/mode/hardware.pm b/src/storage/hp/eva/cli/mode/hardware.pm index 772e29f7a8..ce309dc758 100644 --- a/src/storage/hp/eva/cli/mode/hardware.pm +++ b/src/storage/hp/eva/cli/mode/hardware.pm @@ -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 diff --git a/src/storage/hp/eva/cli/mode/storageusage.pm b/src/storage/hp/eva/cli/mode/storageusage.pm index 6cf5d57512..19f893249f 100644 --- a/src/storage/hp/eva/cli/mode/storageusage.pm +++ b/src/storage/hp/eva/cli/mode/storageusage.pm @@ -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 diff --git a/src/storage/hp/eva/cli/plugin.pm b/src/storage/hp/eva/cli/plugin.pm index 37e459bce5..40e8c8f1e3 100644 --- a/src/storage/hp/eva/cli/plugin.pm +++ b/src/storage/hp/eva/cli/plugin.pm @@ -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 diff --git a/src/storage/hp/lefthand/snmp/mode/components/device.pm b/src/storage/hp/lefthand/snmp/mode/components/device.pm index b9513a0b30..82d9795871 100644 --- a/src/storage/hp/lefthand/snmp/mode/components/device.pm +++ b/src/storage/hp/lefthand/snmp/mode/components/device.pm @@ -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 diff --git a/src/storage/hp/lefthand/snmp/mode/components/fan.pm b/src/storage/hp/lefthand/snmp/mode/components/fan.pm index a6c612114e..93866c69c2 100644 --- a/src/storage/hp/lefthand/snmp/mode/components/fan.pm +++ b/src/storage/hp/lefthand/snmp/mode/components/fan.pm @@ -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 diff --git a/src/storage/hp/lefthand/snmp/mode/components/psu.pm b/src/storage/hp/lefthand/snmp/mode/components/psu.pm index 06eeb59af0..2432d84bde 100644 --- a/src/storage/hp/lefthand/snmp/mode/components/psu.pm +++ b/src/storage/hp/lefthand/snmp/mode/components/psu.pm @@ -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 diff --git a/src/storage/hp/lefthand/snmp/mode/components/rc.pm b/src/storage/hp/lefthand/snmp/mode/components/rc.pm index 9a9ab32486..d599140771 100644 --- a/src/storage/hp/lefthand/snmp/mode/components/rc.pm +++ b/src/storage/hp/lefthand/snmp/mode/components/rc.pm @@ -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 diff --git a/src/storage/hp/lefthand/snmp/mode/components/rcc.pm b/src/storage/hp/lefthand/snmp/mode/components/rcc.pm index 83f0f0aeb1..49dcf7ded3 100644 --- a/src/storage/hp/lefthand/snmp/mode/components/rcc.pm +++ b/src/storage/hp/lefthand/snmp/mode/components/rcc.pm @@ -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 diff --git a/src/storage/hp/lefthand/snmp/mode/components/resources.pm b/src/storage/hp/lefthand/snmp/mode/components/resources.pm index 4e61416769..a6d599fa0e 100644 --- a/src/storage/hp/lefthand/snmp/mode/components/resources.pm +++ b/src/storage/hp/lefthand/snmp/mode/components/resources.pm @@ -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 diff --git a/src/storage/hp/lefthand/snmp/mode/components/ro.pm b/src/storage/hp/lefthand/snmp/mode/components/ro.pm index 06f62428a3..3cd3d840c6 100644 --- a/src/storage/hp/lefthand/snmp/mode/components/ro.pm +++ b/src/storage/hp/lefthand/snmp/mode/components/ro.pm @@ -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 diff --git a/src/storage/hp/lefthand/snmp/mode/components/temperature.pm b/src/storage/hp/lefthand/snmp/mode/components/temperature.pm index fc72b843da..f22c942dec 100644 --- a/src/storage/hp/lefthand/snmp/mode/components/temperature.pm +++ b/src/storage/hp/lefthand/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/storage/hp/lefthand/snmp/mode/components/voltage.pm b/src/storage/hp/lefthand/snmp/mode/components/voltage.pm index 4d2ed22c99..f53a9ea4c8 100644 --- a/src/storage/hp/lefthand/snmp/mode/components/voltage.pm +++ b/src/storage/hp/lefthand/snmp/mode/components/voltage.pm @@ -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 diff --git a/src/storage/hp/lefthand/snmp/mode/hardware.pm b/src/storage/hp/lefthand/snmp/mode/hardware.pm index dfe78d7a99..232e272309 100644 --- a/src/storage/hp/lefthand/snmp/mode/hardware.pm +++ b/src/storage/hp/lefthand/snmp/mode/hardware.pm @@ -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 diff --git a/src/storage/hp/lefthand/snmp/mode/volumeusage.pm b/src/storage/hp/lefthand/snmp/mode/volumeusage.pm index f06b3761d2..26b004919f 100644 --- a/src/storage/hp/lefthand/snmp/mode/volumeusage.pm +++ b/src/storage/hp/lefthand/snmp/mode/volumeusage.pm @@ -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 diff --git a/src/storage/hp/lefthand/snmp/plugin.pm b/src/storage/hp/lefthand/snmp/plugin.pm index 78c3de80f8..f1c4e8ecba 100644 --- a/src/storage/hp/lefthand/snmp/plugin.pm +++ b/src/storage/hp/lefthand/snmp/plugin.pm @@ -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 diff --git a/src/storage/hp/msa2000/snmp/plugin.pm b/src/storage/hp/msa2000/snmp/plugin.pm index f91a000074..00505a77c6 100644 --- a/src/storage/hp/msa2000/snmp/plugin.pm +++ b/src/storage/hp/msa2000/snmp/plugin.pm @@ -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 diff --git a/src/storage/hp/msl/snmp/mode/hardware.pm b/src/storage/hp/msl/snmp/mode/hardware.pm index 83f61a8d5d..03329d750e 100644 --- a/src/storage/hp/msl/snmp/mode/hardware.pm +++ b/src/storage/hp/msl/snmp/mode/hardware.pm @@ -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 diff --git a/src/storage/hp/msl/snmp/plugin.pm b/src/storage/hp/msl/snmp/plugin.pm index e7781368ca..846672ceb1 100644 --- a/src/storage/hp/msl/snmp/plugin.pm +++ b/src/storage/hp/msl/snmp/plugin.pm @@ -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 diff --git a/src/storage/hp/p2000/xmlapi/custom/api.pm b/src/storage/hp/p2000/xmlapi/custom/api.pm index f1c50a14e2..7c43e4cc9d 100644 --- a/src/storage/hp/p2000/xmlapi/custom/api.pm +++ b/src/storage/hp/p2000/xmlapi/custom/api.pm @@ -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 diff --git a/src/storage/hp/p2000/xmlapi/mode/components/disk.pm b/src/storage/hp/p2000/xmlapi/mode/components/disk.pm index 9f0aadb417..90de26de55 100644 --- a/src/storage/hp/p2000/xmlapi/mode/components/disk.pm +++ b/src/storage/hp/p2000/xmlapi/mode/components/disk.pm @@ -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 diff --git a/src/storage/hp/p2000/xmlapi/mode/components/enclosure.pm b/src/storage/hp/p2000/xmlapi/mode/components/enclosure.pm index a768c60aa7..f7ef0fb701 100644 --- a/src/storage/hp/p2000/xmlapi/mode/components/enclosure.pm +++ b/src/storage/hp/p2000/xmlapi/mode/components/enclosure.pm @@ -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 diff --git a/src/storage/hp/p2000/xmlapi/mode/components/fan.pm b/src/storage/hp/p2000/xmlapi/mode/components/fan.pm index a929698ed1..58e077aadc 100644 --- a/src/storage/hp/p2000/xmlapi/mode/components/fan.pm +++ b/src/storage/hp/p2000/xmlapi/mode/components/fan.pm @@ -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 diff --git a/src/storage/hp/p2000/xmlapi/mode/components/fru.pm b/src/storage/hp/p2000/xmlapi/mode/components/fru.pm index bc2a7a3ac2..03cecb0a45 100644 --- a/src/storage/hp/p2000/xmlapi/mode/components/fru.pm +++ b/src/storage/hp/p2000/xmlapi/mode/components/fru.pm @@ -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 diff --git a/src/storage/hp/p2000/xmlapi/mode/components/psu.pm b/src/storage/hp/p2000/xmlapi/mode/components/psu.pm index ff66f31837..6a98988b25 100644 --- a/src/storage/hp/p2000/xmlapi/mode/components/psu.pm +++ b/src/storage/hp/p2000/xmlapi/mode/components/psu.pm @@ -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 diff --git a/src/storage/hp/p2000/xmlapi/mode/components/resources.pm b/src/storage/hp/p2000/xmlapi/mode/components/resources.pm index f53dfaa6ae..c0ac50e998 100644 --- a/src/storage/hp/p2000/xmlapi/mode/components/resources.pm +++ b/src/storage/hp/p2000/xmlapi/mode/components/resources.pm @@ -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 diff --git a/src/storage/hp/p2000/xmlapi/mode/components/saslink.pm b/src/storage/hp/p2000/xmlapi/mode/components/saslink.pm index 328cdd4426..53f5500a38 100644 --- a/src/storage/hp/p2000/xmlapi/mode/components/saslink.pm +++ b/src/storage/hp/p2000/xmlapi/mode/components/saslink.pm @@ -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 diff --git a/src/storage/hp/p2000/xmlapi/mode/components/sensor.pm b/src/storage/hp/p2000/xmlapi/mode/components/sensor.pm index 932f474a4f..38585b0c52 100644 --- a/src/storage/hp/p2000/xmlapi/mode/components/sensor.pm +++ b/src/storage/hp/p2000/xmlapi/mode/components/sensor.pm @@ -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 diff --git a/src/storage/hp/p2000/xmlapi/mode/components/vdisk.pm b/src/storage/hp/p2000/xmlapi/mode/components/vdisk.pm index f7d6d520b4..e5df621709 100644 --- a/src/storage/hp/p2000/xmlapi/mode/components/vdisk.pm +++ b/src/storage/hp/p2000/xmlapi/mode/components/vdisk.pm @@ -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 diff --git a/src/storage/hp/p2000/xmlapi/mode/controllers.pm b/src/storage/hp/p2000/xmlapi/mode/controllers.pm index 7e6edc730b..81f8ce5b3e 100644 --- a/src/storage/hp/p2000/xmlapi/mode/controllers.pm +++ b/src/storage/hp/p2000/xmlapi/mode/controllers.pm @@ -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 diff --git a/src/storage/hp/p2000/xmlapi/mode/health.pm b/src/storage/hp/p2000/xmlapi/mode/health.pm index 987f26a0b1..65e8f4548e 100644 --- a/src/storage/hp/p2000/xmlapi/mode/health.pm +++ b/src/storage/hp/p2000/xmlapi/mode/health.pm @@ -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 diff --git a/src/storage/hp/p2000/xmlapi/mode/listvolumes.pm b/src/storage/hp/p2000/xmlapi/mode/listvolumes.pm index b43109c57e..68a7bd91d4 100644 --- a/src/storage/hp/p2000/xmlapi/mode/listvolumes.pm +++ b/src/storage/hp/p2000/xmlapi/mode/listvolumes.pm @@ -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 diff --git a/src/storage/hp/p2000/xmlapi/mode/ntp.pm b/src/storage/hp/p2000/xmlapi/mode/ntp.pm index e377775349..9bd61a99b0 100644 --- a/src/storage/hp/p2000/xmlapi/mode/ntp.pm +++ b/src/storage/hp/p2000/xmlapi/mode/ntp.pm @@ -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 diff --git a/src/storage/hp/p2000/xmlapi/mode/time.pm b/src/storage/hp/p2000/xmlapi/mode/time.pm index 027443c1b2..559ec19665 100644 --- a/src/storage/hp/p2000/xmlapi/mode/time.pm +++ b/src/storage/hp/p2000/xmlapi/mode/time.pm @@ -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 diff --git a/src/storage/hp/p2000/xmlapi/mode/vdisks.pm b/src/storage/hp/p2000/xmlapi/mode/vdisks.pm index f4cfe977d8..f8f27ff358 100644 --- a/src/storage/hp/p2000/xmlapi/mode/vdisks.pm +++ b/src/storage/hp/p2000/xmlapi/mode/vdisks.pm @@ -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 diff --git a/src/storage/hp/p2000/xmlapi/mode/volumesstats.pm b/src/storage/hp/p2000/xmlapi/mode/volumesstats.pm index b6a1a6037a..f48407a709 100644 --- a/src/storage/hp/p2000/xmlapi/mode/volumesstats.pm +++ b/src/storage/hp/p2000/xmlapi/mode/volumesstats.pm @@ -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 diff --git a/src/storage/hp/p2000/xmlapi/plugin.pm b/src/storage/hp/p2000/xmlapi/plugin.pm index 176623bba3..d79056ca67 100644 --- a/src/storage/hp/p2000/xmlapi/plugin.pm +++ b/src/storage/hp/p2000/xmlapi/plugin.pm @@ -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 diff --git a/src/storage/hp/storeonce/3/restapi/custom/api.pm b/src/storage/hp/storeonce/3/restapi/custom/api.pm index 4fa898a530..5de5f85c7d 100644 --- a/src/storage/hp/storeonce/3/restapi/custom/api.pm +++ b/src/storage/hp/storeonce/3/restapi/custom/api.pm @@ -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 diff --git a/src/storage/hp/storeonce/3/restapi/mode/clusterusage.pm b/src/storage/hp/storeonce/3/restapi/mode/clusterusage.pm index c8ee29895a..c54737e35c 100644 --- a/src/storage/hp/storeonce/3/restapi/mode/clusterusage.pm +++ b/src/storage/hp/storeonce/3/restapi/mode/clusterusage.pm @@ -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 diff --git a/src/storage/hp/storeonce/3/restapi/mode/fcsusage.pm b/src/storage/hp/storeonce/3/restapi/mode/fcsusage.pm index bdd66619bc..3cc52809e9 100644 --- a/src/storage/hp/storeonce/3/restapi/mode/fcsusage.pm +++ b/src/storage/hp/storeonce/3/restapi/mode/fcsusage.pm @@ -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 diff --git a/src/storage/hp/storeonce/3/restapi/mode/nasusage.pm b/src/storage/hp/storeonce/3/restapi/mode/nasusage.pm index bc92c1dc8c..cf0db22ca5 100644 --- a/src/storage/hp/storeonce/3/restapi/mode/nasusage.pm +++ b/src/storage/hp/storeonce/3/restapi/mode/nasusage.pm @@ -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 diff --git a/src/storage/hp/storeonce/3/restapi/mode/servicesetusage.pm b/src/storage/hp/storeonce/3/restapi/mode/servicesetusage.pm index 49cb72e31c..7c3da3c786 100644 --- a/src/storage/hp/storeonce/3/restapi/mode/servicesetusage.pm +++ b/src/storage/hp/storeonce/3/restapi/mode/servicesetusage.pm @@ -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 diff --git a/src/storage/hp/storeonce/3/restapi/plugin.pm b/src/storage/hp/storeonce/3/restapi/plugin.pm index f629d17657..67dbce3236 100644 --- a/src/storage/hp/storeonce/3/restapi/plugin.pm +++ b/src/storage/hp/storeonce/3/restapi/plugin.pm @@ -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 diff --git a/src/storage/hp/storeonce/4/restapi/custom/api.pm b/src/storage/hp/storeonce/4/restapi/custom/api.pm index 781d2af6e7..1c65be11b9 100644 --- a/src/storage/hp/storeonce/4/restapi/custom/api.pm +++ b/src/storage/hp/storeonce/4/restapi/custom/api.pm @@ -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 diff --git a/src/storage/hp/storeonce/4/restapi/mode/appliances.pm b/src/storage/hp/storeonce/4/restapi/mode/appliances.pm index 8a790d4b60..5fb320dca6 100644 --- a/src/storage/hp/storeonce/4/restapi/mode/appliances.pm +++ b/src/storage/hp/storeonce/4/restapi/mode/appliances.pm @@ -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 diff --git a/src/storage/hp/storeonce/4/restapi/mode/components/drive.pm b/src/storage/hp/storeonce/4/restapi/mode/components/drive.pm index d63f12afad..807349409b 100644 --- a/src/storage/hp/storeonce/4/restapi/mode/components/drive.pm +++ b/src/storage/hp/storeonce/4/restapi/mode/components/drive.pm @@ -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 diff --git a/src/storage/hp/storeonce/4/restapi/mode/components/driveencl.pm b/src/storage/hp/storeonce/4/restapi/mode/components/driveencl.pm index 93fb2e7fc4..8266e1c6b6 100644 --- a/src/storage/hp/storeonce/4/restapi/mode/components/driveencl.pm +++ b/src/storage/hp/storeonce/4/restapi/mode/components/driveencl.pm @@ -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 diff --git a/src/storage/hp/storeonce/4/restapi/mode/components/fan.pm b/src/storage/hp/storeonce/4/restapi/mode/components/fan.pm index a4f8039619..97ba0b4223 100644 --- a/src/storage/hp/storeonce/4/restapi/mode/components/fan.pm +++ b/src/storage/hp/storeonce/4/restapi/mode/components/fan.pm @@ -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 diff --git a/src/storage/hp/storeonce/4/restapi/mode/components/iomodule.pm b/src/storage/hp/storeonce/4/restapi/mode/components/iomodule.pm index 6332e8ce7a..36fe3c41e7 100644 --- a/src/storage/hp/storeonce/4/restapi/mode/components/iomodule.pm +++ b/src/storage/hp/storeonce/4/restapi/mode/components/iomodule.pm @@ -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 diff --git a/src/storage/hp/storeonce/4/restapi/mode/components/pool.pm b/src/storage/hp/storeonce/4/restapi/mode/components/pool.pm index d29a686e57..daf9ef221f 100644 --- a/src/storage/hp/storeonce/4/restapi/mode/components/pool.pm +++ b/src/storage/hp/storeonce/4/restapi/mode/components/pool.pm @@ -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 diff --git a/src/storage/hp/storeonce/4/restapi/mode/components/psu.pm b/src/storage/hp/storeonce/4/restapi/mode/components/psu.pm index 568a47d863..5a556ea542 100644 --- a/src/storage/hp/storeonce/4/restapi/mode/components/psu.pm +++ b/src/storage/hp/storeonce/4/restapi/mode/components/psu.pm @@ -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 diff --git a/src/storage/hp/storeonce/4/restapi/mode/components/temperature.pm b/src/storage/hp/storeonce/4/restapi/mode/components/temperature.pm index 5ed22d33db..67f25b99b0 100644 --- a/src/storage/hp/storeonce/4/restapi/mode/components/temperature.pm +++ b/src/storage/hp/storeonce/4/restapi/mode/components/temperature.pm @@ -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 diff --git a/src/storage/hp/storeonce/4/restapi/mode/hardwarestorage.pm b/src/storage/hp/storeonce/4/restapi/mode/hardwarestorage.pm index 4602797bf8..f6304b0c96 100644 --- a/src/storage/hp/storeonce/4/restapi/mode/hardwarestorage.pm +++ b/src/storage/hp/storeonce/4/restapi/mode/hardwarestorage.pm @@ -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 diff --git a/src/storage/hp/storeonce/4/restapi/mode/listappliances.pm b/src/storage/hp/storeonce/4/restapi/mode/listappliances.pm index bf7aa732e9..9e668a5018 100644 --- a/src/storage/hp/storeonce/4/restapi/mode/listappliances.pm +++ b/src/storage/hp/storeonce/4/restapi/mode/listappliances.pm @@ -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 diff --git a/src/storage/hp/storeonce/4/restapi/mode/liststores.pm b/src/storage/hp/storeonce/4/restapi/mode/liststores.pm index f4c49ed52f..1e413a98e1 100644 --- a/src/storage/hp/storeonce/4/restapi/mode/liststores.pm +++ b/src/storage/hp/storeonce/4/restapi/mode/liststores.pm @@ -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 diff --git a/src/storage/hp/storeonce/4/restapi/mode/stores.pm b/src/storage/hp/storeonce/4/restapi/mode/stores.pm index f9db003e82..65f833d9fb 100644 --- a/src/storage/hp/storeonce/4/restapi/mode/stores.pm +++ b/src/storage/hp/storeonce/4/restapi/mode/stores.pm @@ -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 diff --git a/src/storage/hp/storeonce/4/restapi/plugin.pm b/src/storage/hp/storeonce/4/restapi/plugin.pm index a1d1c1b046..4da3796075 100644 --- a/src/storage/hp/storeonce/4/restapi/plugin.pm +++ b/src/storage/hp/storeonce/4/restapi/plugin.pm @@ -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 diff --git a/src/storage/hp/storeonce/ssh/custom/custom.pm b/src/storage/hp/storeonce/ssh/custom/custom.pm index 256669988e..7f7df2e278 100644 --- a/src/storage/hp/storeonce/ssh/custom/custom.pm +++ b/src/storage/hp/storeonce/ssh/custom/custom.pm @@ -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 diff --git a/src/storage/hp/storeonce/ssh/mode/components/hardware.pm b/src/storage/hp/storeonce/ssh/mode/components/hardware.pm index 8d6b11ddbf..beb0375b0b 100644 --- a/src/storage/hp/storeonce/ssh/mode/components/hardware.pm +++ b/src/storage/hp/storeonce/ssh/mode/components/hardware.pm @@ -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 diff --git a/src/storage/hp/storeonce/ssh/mode/components/serviceset.pm b/src/storage/hp/storeonce/ssh/mode/components/serviceset.pm index 31008c7c84..7a02373338 100644 --- a/src/storage/hp/storeonce/ssh/mode/components/serviceset.pm +++ b/src/storage/hp/storeonce/ssh/mode/components/serviceset.pm @@ -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 diff --git a/src/storage/hp/storeonce/ssh/mode/hardware.pm b/src/storage/hp/storeonce/ssh/mode/hardware.pm index af752335d2..bb161c1852 100644 --- a/src/storage/hp/storeonce/ssh/mode/hardware.pm +++ b/src/storage/hp/storeonce/ssh/mode/hardware.pm @@ -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 diff --git a/src/storage/hp/storeonce/ssh/plugin.pm b/src/storage/hp/storeonce/ssh/plugin.pm index 695d5beef1..793e0601b2 100644 --- a/src/storage/hp/storeonce/ssh/plugin.pm +++ b/src/storage/hp/storeonce/ssh/plugin.pm @@ -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 diff --git a/src/storage/huawei/oceanstor/snmp/mode/components/bbu.pm b/src/storage/huawei/oceanstor/snmp/mode/components/bbu.pm index c9f3c50374..bc5aef76b6 100644 --- a/src/storage/huawei/oceanstor/snmp/mode/components/bbu.pm +++ b/src/storage/huawei/oceanstor/snmp/mode/components/bbu.pm @@ -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 diff --git a/src/storage/huawei/oceanstor/snmp/mode/components/disk.pm b/src/storage/huawei/oceanstor/snmp/mode/components/disk.pm index 0da4b4dc47..d42a5b390d 100644 --- a/src/storage/huawei/oceanstor/snmp/mode/components/disk.pm +++ b/src/storage/huawei/oceanstor/snmp/mode/components/disk.pm @@ -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 diff --git a/src/storage/huawei/oceanstor/snmp/mode/components/enclosure.pm b/src/storage/huawei/oceanstor/snmp/mode/components/enclosure.pm index da92e0ebea..1d17c07ef8 100644 --- a/src/storage/huawei/oceanstor/snmp/mode/components/enclosure.pm +++ b/src/storage/huawei/oceanstor/snmp/mode/components/enclosure.pm @@ -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 diff --git a/src/storage/huawei/oceanstor/snmp/mode/components/expboard.pm b/src/storage/huawei/oceanstor/snmp/mode/components/expboard.pm index 087a113e10..99e514532f 100644 --- a/src/storage/huawei/oceanstor/snmp/mode/components/expboard.pm +++ b/src/storage/huawei/oceanstor/snmp/mode/components/expboard.pm @@ -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 diff --git a/src/storage/huawei/oceanstor/snmp/mode/components/fan.pm b/src/storage/huawei/oceanstor/snmp/mode/components/fan.pm index fca4ca6f3b..41c9ce3f13 100644 --- a/src/storage/huawei/oceanstor/snmp/mode/components/fan.pm +++ b/src/storage/huawei/oceanstor/snmp/mode/components/fan.pm @@ -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 diff --git a/src/storage/huawei/oceanstor/snmp/mode/components/psu.pm b/src/storage/huawei/oceanstor/snmp/mode/components/psu.pm index 7676fc2bf8..5f9ea711f6 100644 --- a/src/storage/huawei/oceanstor/snmp/mode/components/psu.pm +++ b/src/storage/huawei/oceanstor/snmp/mode/components/psu.pm @@ -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 diff --git a/src/storage/huawei/oceanstor/snmp/mode/controllers.pm b/src/storage/huawei/oceanstor/snmp/mode/controllers.pm index 5bab27cdad..8cf9b77eb9 100644 --- a/src/storage/huawei/oceanstor/snmp/mode/controllers.pm +++ b/src/storage/huawei/oceanstor/snmp/mode/controllers.pm @@ -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 diff --git a/src/storage/huawei/oceanstor/snmp/mode/hardware.pm b/src/storage/huawei/oceanstor/snmp/mode/hardware.pm index 32294a8fd1..c59c2b9b96 100644 --- a/src/storage/huawei/oceanstor/snmp/mode/hardware.pm +++ b/src/storage/huawei/oceanstor/snmp/mode/hardware.pm @@ -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 diff --git a/src/storage/huawei/oceanstor/snmp/mode/listcontrollers.pm b/src/storage/huawei/oceanstor/snmp/mode/listcontrollers.pm index 36f3e02eef..c01c56a260 100644 --- a/src/storage/huawei/oceanstor/snmp/mode/listcontrollers.pm +++ b/src/storage/huawei/oceanstor/snmp/mode/listcontrollers.pm @@ -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 diff --git a/src/storage/huawei/oceanstor/snmp/mode/listluns.pm b/src/storage/huawei/oceanstor/snmp/mode/listluns.pm index 87c3fee3d0..7540b05ba4 100644 --- a/src/storage/huawei/oceanstor/snmp/mode/listluns.pm +++ b/src/storage/huawei/oceanstor/snmp/mode/listluns.pm @@ -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 diff --git a/src/storage/huawei/oceanstor/snmp/mode/liststoragepools.pm b/src/storage/huawei/oceanstor/snmp/mode/liststoragepools.pm index 6f56378047..e6a57c44d1 100644 --- a/src/storage/huawei/oceanstor/snmp/mode/liststoragepools.pm +++ b/src/storage/huawei/oceanstor/snmp/mode/liststoragepools.pm @@ -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 diff --git a/src/storage/huawei/oceanstor/snmp/mode/luns.pm b/src/storage/huawei/oceanstor/snmp/mode/luns.pm index fec8bd31d7..cf5d7c714a 100644 --- a/src/storage/huawei/oceanstor/snmp/mode/luns.pm +++ b/src/storage/huawei/oceanstor/snmp/mode/luns.pm @@ -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 diff --git a/src/storage/huawei/oceanstor/snmp/mode/resources.pm b/src/storage/huawei/oceanstor/snmp/mode/resources.pm index 1950580953..4cf79289ce 100644 --- a/src/storage/huawei/oceanstor/snmp/mode/resources.pm +++ b/src/storage/huawei/oceanstor/snmp/mode/resources.pm @@ -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 diff --git a/src/storage/huawei/oceanstor/snmp/mode/storagepools.pm b/src/storage/huawei/oceanstor/snmp/mode/storagepools.pm index 944de72786..cbda9e8a53 100644 --- a/src/storage/huawei/oceanstor/snmp/mode/storagepools.pm +++ b/src/storage/huawei/oceanstor/snmp/mode/storagepools.pm @@ -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 diff --git a/src/storage/huawei/oceanstor/snmp/plugin.pm b/src/storage/huawei/oceanstor/snmp/plugin.pm index 16ee9b10e2..5eeee40080 100644 --- a/src/storage/huawei/oceanstor/snmp/plugin.pm +++ b/src/storage/huawei/oceanstor/snmp/plugin.pm @@ -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 diff --git a/src/storage/ibm/DS3000/cli/plugin.pm b/src/storage/ibm/DS3000/cli/plugin.pm index 20a9dcb59c..32b6aa1536 100644 --- a/src/storage/ibm/DS3000/cli/plugin.pm +++ b/src/storage/ibm/DS3000/cli/plugin.pm @@ -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 diff --git a/src/storage/ibm/DS4000/cli/plugin.pm b/src/storage/ibm/DS4000/cli/plugin.pm index 48338a3c83..c43e2dc50a 100644 --- a/src/storage/ibm/DS4000/cli/plugin.pm +++ b/src/storage/ibm/DS4000/cli/plugin.pm @@ -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 diff --git a/src/storage/ibm/DS5000/cli/plugin.pm b/src/storage/ibm/DS5000/cli/plugin.pm index 72d69f6ca9..6fa2307209 100644 --- a/src/storage/ibm/DS5000/cli/plugin.pm +++ b/src/storage/ibm/DS5000/cli/plugin.pm @@ -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 diff --git a/src/storage/ibm/fs900/snmp/mode/arraysstatus.pm b/src/storage/ibm/fs900/snmp/mode/arraysstatus.pm index 5f47cef95b..a00ea2f19d 100644 --- a/src/storage/ibm/fs900/snmp/mode/arraysstatus.pm +++ b/src/storage/ibm/fs900/snmp/mode/arraysstatus.pm @@ -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 diff --git a/src/storage/ibm/fs900/snmp/mode/arraysusage.pm b/src/storage/ibm/fs900/snmp/mode/arraysusage.pm index 9037c58842..c71ba1eb39 100644 --- a/src/storage/ibm/fs900/snmp/mode/arraysusage.pm +++ b/src/storage/ibm/fs900/snmp/mode/arraysusage.pm @@ -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 diff --git a/src/storage/ibm/fs900/snmp/mode/components/battery.pm b/src/storage/ibm/fs900/snmp/mode/components/battery.pm index 62eea7c670..5a88acbb68 100644 --- a/src/storage/ibm/fs900/snmp/mode/components/battery.pm +++ b/src/storage/ibm/fs900/snmp/mode/components/battery.pm @@ -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 diff --git a/src/storage/ibm/fs900/snmp/mode/components/fan.pm b/src/storage/ibm/fs900/snmp/mode/components/fan.pm index d9de1f1167..4ccbcc19c3 100644 --- a/src/storage/ibm/fs900/snmp/mode/components/fan.pm +++ b/src/storage/ibm/fs900/snmp/mode/components/fan.pm @@ -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 diff --git a/src/storage/ibm/fs900/snmp/mode/components/fibrechannel.pm b/src/storage/ibm/fs900/snmp/mode/components/fibrechannel.pm index 5356f2589c..b2fbb261a2 100644 --- a/src/storage/ibm/fs900/snmp/mode/components/fibrechannel.pm +++ b/src/storage/ibm/fs900/snmp/mode/components/fibrechannel.pm @@ -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 diff --git a/src/storage/ibm/fs900/snmp/mode/components/flashcard.pm b/src/storage/ibm/fs900/snmp/mode/components/flashcard.pm index 53a26dcf1f..01d4dbf752 100644 --- a/src/storage/ibm/fs900/snmp/mode/components/flashcard.pm +++ b/src/storage/ibm/fs900/snmp/mode/components/flashcard.pm @@ -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 diff --git a/src/storage/ibm/fs900/snmp/mode/components/psu.pm b/src/storage/ibm/fs900/snmp/mode/components/psu.pm index 69fbb0b195..d1d99cdf68 100644 --- a/src/storage/ibm/fs900/snmp/mode/components/psu.pm +++ b/src/storage/ibm/fs900/snmp/mode/components/psu.pm @@ -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 diff --git a/src/storage/ibm/fs900/snmp/mode/fcusage.pm b/src/storage/ibm/fs900/snmp/mode/fcusage.pm index 2371f58e70..c3648dca69 100644 --- a/src/storage/ibm/fs900/snmp/mode/fcusage.pm +++ b/src/storage/ibm/fs900/snmp/mode/fcusage.pm @@ -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 diff --git a/src/storage/ibm/fs900/snmp/mode/hardware.pm b/src/storage/ibm/fs900/snmp/mode/hardware.pm index 4e33c405eb..39a046c2f2 100644 --- a/src/storage/ibm/fs900/snmp/mode/hardware.pm +++ b/src/storage/ibm/fs900/snmp/mode/hardware.pm @@ -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 diff --git a/src/storage/ibm/fs900/snmp/plugin.pm b/src/storage/ibm/fs900/snmp/plugin.pm index 506d77ae26..c551c1dd97 100644 --- a/src/storage/ibm/fs900/snmp/plugin.pm +++ b/src/storage/ibm/fs900/snmp/plugin.pm @@ -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 diff --git a/src/storage/ibm/storwize/ssh/custom/api.pm b/src/storage/ibm/storwize/ssh/custom/api.pm index 2e389c51b1..becd29f267 100644 --- a/src/storage/ibm/storwize/ssh/custom/api.pm +++ b/src/storage/ibm/storwize/ssh/custom/api.pm @@ -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 diff --git a/src/storage/ibm/storwize/ssh/mode/components/array.pm b/src/storage/ibm/storwize/ssh/mode/components/array.pm index 63e7d285fa..5395486916 100644 --- a/src/storage/ibm/storwize/ssh/mode/components/array.pm +++ b/src/storage/ibm/storwize/ssh/mode/components/array.pm @@ -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 diff --git a/src/storage/ibm/storwize/ssh/mode/components/drive.pm b/src/storage/ibm/storwize/ssh/mode/components/drive.pm index 237c487b4b..8c57d1ad01 100644 --- a/src/storage/ibm/storwize/ssh/mode/components/drive.pm +++ b/src/storage/ibm/storwize/ssh/mode/components/drive.pm @@ -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 diff --git a/src/storage/ibm/storwize/ssh/mode/components/enclosure.pm b/src/storage/ibm/storwize/ssh/mode/components/enclosure.pm index d910f373b3..11d32da536 100644 --- a/src/storage/ibm/storwize/ssh/mode/components/enclosure.pm +++ b/src/storage/ibm/storwize/ssh/mode/components/enclosure.pm @@ -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 diff --git a/src/storage/ibm/storwize/ssh/mode/components/enclosurebattery.pm b/src/storage/ibm/storwize/ssh/mode/components/enclosurebattery.pm index 9b1ec3c302..19d3c9cb53 100644 --- a/src/storage/ibm/storwize/ssh/mode/components/enclosurebattery.pm +++ b/src/storage/ibm/storwize/ssh/mode/components/enclosurebattery.pm @@ -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 diff --git a/src/storage/ibm/storwize/ssh/mode/components/enclosurecanister.pm b/src/storage/ibm/storwize/ssh/mode/components/enclosurecanister.pm index f7f96de0a1..005e0b1ba1 100644 --- a/src/storage/ibm/storwize/ssh/mode/components/enclosurecanister.pm +++ b/src/storage/ibm/storwize/ssh/mode/components/enclosurecanister.pm @@ -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 diff --git a/src/storage/ibm/storwize/ssh/mode/components/enclosurepsu.pm b/src/storage/ibm/storwize/ssh/mode/components/enclosurepsu.pm index 807a6b0a4e..67244a7e1c 100644 --- a/src/storage/ibm/storwize/ssh/mode/components/enclosurepsu.pm +++ b/src/storage/ibm/storwize/ssh/mode/components/enclosurepsu.pm @@ -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 diff --git a/src/storage/ibm/storwize/ssh/mode/components/host.pm b/src/storage/ibm/storwize/ssh/mode/components/host.pm index 1d286e7b84..0f49341dd5 100644 --- a/src/storage/ibm/storwize/ssh/mode/components/host.pm +++ b/src/storage/ibm/storwize/ssh/mode/components/host.pm @@ -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 diff --git a/src/storage/ibm/storwize/ssh/mode/components/mdisk.pm b/src/storage/ibm/storwize/ssh/mode/components/mdisk.pm index 292b689310..6020dfe210 100644 --- a/src/storage/ibm/storwize/ssh/mode/components/mdisk.pm +++ b/src/storage/ibm/storwize/ssh/mode/components/mdisk.pm @@ -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 diff --git a/src/storage/ibm/storwize/ssh/mode/components/node.pm b/src/storage/ibm/storwize/ssh/mode/components/node.pm index bef90b392e..94c11e3c57 100644 --- a/src/storage/ibm/storwize/ssh/mode/components/node.pm +++ b/src/storage/ibm/storwize/ssh/mode/components/node.pm @@ -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 diff --git a/src/storage/ibm/storwize/ssh/mode/components/portfc.pm b/src/storage/ibm/storwize/ssh/mode/components/portfc.pm index 4ea13afc2f..a83d229961 100644 --- a/src/storage/ibm/storwize/ssh/mode/components/portfc.pm +++ b/src/storage/ibm/storwize/ssh/mode/components/portfc.pm @@ -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 diff --git a/src/storage/ibm/storwize/ssh/mode/components/portsas.pm b/src/storage/ibm/storwize/ssh/mode/components/portsas.pm index 27785038ed..e840a1bac0 100644 --- a/src/storage/ibm/storwize/ssh/mode/components/portsas.pm +++ b/src/storage/ibm/storwize/ssh/mode/components/portsas.pm @@ -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 diff --git a/src/storage/ibm/storwize/ssh/mode/components/quorum.pm b/src/storage/ibm/storwize/ssh/mode/components/quorum.pm index 5561c191dc..465bdf6420 100644 --- a/src/storage/ibm/storwize/ssh/mode/components/quorum.pm +++ b/src/storage/ibm/storwize/ssh/mode/components/quorum.pm @@ -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 diff --git a/src/storage/ibm/storwize/ssh/mode/components/systemstats.pm b/src/storage/ibm/storwize/ssh/mode/components/systemstats.pm index a6c2349965..e5ccaf63ea 100644 --- a/src/storage/ibm/storwize/ssh/mode/components/systemstats.pm +++ b/src/storage/ibm/storwize/ssh/mode/components/systemstats.pm @@ -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 diff --git a/src/storage/ibm/storwize/ssh/mode/components/vdisk.pm b/src/storage/ibm/storwize/ssh/mode/components/vdisk.pm index 383e24b7bb..5d938340ec 100644 --- a/src/storage/ibm/storwize/ssh/mode/components/vdisk.pm +++ b/src/storage/ibm/storwize/ssh/mode/components/vdisk.pm @@ -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 diff --git a/src/storage/ibm/storwize/ssh/mode/eventlog.pm b/src/storage/ibm/storwize/ssh/mode/eventlog.pm index 660bf6dc68..8fd80040b8 100644 --- a/src/storage/ibm/storwize/ssh/mode/eventlog.pm +++ b/src/storage/ibm/storwize/ssh/mode/eventlog.pm @@ -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 diff --git a/src/storage/ibm/storwize/ssh/mode/hardware.pm b/src/storage/ibm/storwize/ssh/mode/hardware.pm index 40e072fff8..9cd830835c 100644 --- a/src/storage/ibm/storwize/ssh/mode/hardware.pm +++ b/src/storage/ibm/storwize/ssh/mode/hardware.pm @@ -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 diff --git a/src/storage/ibm/storwize/ssh/mode/poolusage.pm b/src/storage/ibm/storwize/ssh/mode/poolusage.pm index 35fffb446d..e7e6a5cf41 100644 --- a/src/storage/ibm/storwize/ssh/mode/poolusage.pm +++ b/src/storage/ibm/storwize/ssh/mode/poolusage.pm @@ -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 diff --git a/src/storage/ibm/storwize/ssh/mode/replication.pm b/src/storage/ibm/storwize/ssh/mode/replication.pm index 5e97648008..40be9641d8 100644 --- a/src/storage/ibm/storwize/ssh/mode/replication.pm +++ b/src/storage/ibm/storwize/ssh/mode/replication.pm @@ -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 diff --git a/src/storage/ibm/storwize/ssh/plugin.pm b/src/storage/ibm/storwize/ssh/plugin.pm index 3654f6d778..c280e15edf 100644 --- a/src/storage/ibm/storwize/ssh/plugin.pm +++ b/src/storage/ibm/storwize/ssh/plugin.pm @@ -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 diff --git a/src/storage/ibm/ts2900/snmp/mode/hardware.pm b/src/storage/ibm/ts2900/snmp/mode/hardware.pm index 762012d876..79f837c573 100644 --- a/src/storage/ibm/ts2900/snmp/mode/hardware.pm +++ b/src/storage/ibm/ts2900/snmp/mode/hardware.pm @@ -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 diff --git a/src/storage/ibm/ts2900/snmp/plugin.pm b/src/storage/ibm/ts2900/snmp/plugin.pm index e4241ad195..8c76fa0c71 100644 --- a/src/storage/ibm/ts2900/snmp/plugin.pm +++ b/src/storage/ibm/ts2900/snmp/plugin.pm @@ -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 diff --git a/src/storage/ibm/ts3100/snmp/mode/globalstatus.pm b/src/storage/ibm/ts3100/snmp/mode/globalstatus.pm index ec00ad34e0..afbaaa20a5 100644 --- a/src/storage/ibm/ts3100/snmp/mode/globalstatus.pm +++ b/src/storage/ibm/ts3100/snmp/mode/globalstatus.pm @@ -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 diff --git a/src/storage/ibm/ts3100/snmp/plugin.pm b/src/storage/ibm/ts3100/snmp/plugin.pm index 639c80ff8c..aef75f7ffd 100644 --- a/src/storage/ibm/ts3100/snmp/plugin.pm +++ b/src/storage/ibm/ts3100/snmp/plugin.pm @@ -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 diff --git a/src/storage/ibm/ts3200/snmp/mode/globalstatus.pm b/src/storage/ibm/ts3200/snmp/mode/globalstatus.pm index 27fa9a43c5..fcfe018d37 100644 --- a/src/storage/ibm/ts3200/snmp/mode/globalstatus.pm +++ b/src/storage/ibm/ts3200/snmp/mode/globalstatus.pm @@ -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 diff --git a/src/storage/ibm/ts3200/snmp/plugin.pm b/src/storage/ibm/ts3200/snmp/plugin.pm index f4f4e877c8..f8e9d2033d 100644 --- a/src/storage/ibm/ts3200/snmp/plugin.pm +++ b/src/storage/ibm/ts3200/snmp/plugin.pm @@ -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 diff --git a/src/storage/ibm/ts3500/snmp/plugin.pm b/src/storage/ibm/ts3500/snmp/plugin.pm index 1b5ae75455..2895b590ac 100644 --- a/src/storage/ibm/ts3500/snmp/plugin.pm +++ b/src/storage/ibm/ts3500/snmp/plugin.pm @@ -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 diff --git a/src/storage/kaminario/restapi/custom/api.pm b/src/storage/kaminario/restapi/custom/api.pm index a30b32fc1f..fb9f079832 100644 --- a/src/storage/kaminario/restapi/custom/api.pm +++ b/src/storage/kaminario/restapi/custom/api.pm @@ -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 diff --git a/src/storage/kaminario/restapi/mode/systemusage.pm b/src/storage/kaminario/restapi/mode/systemusage.pm index 0aaa08973a..a08b5cc7c5 100644 --- a/src/storage/kaminario/restapi/mode/systemusage.pm +++ b/src/storage/kaminario/restapi/mode/systemusage.pm @@ -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 diff --git a/src/storage/kaminario/restapi/mode/volumeusage.pm b/src/storage/kaminario/restapi/mode/volumeusage.pm index 25075c93ed..744c98a079 100644 --- a/src/storage/kaminario/restapi/mode/volumeusage.pm +++ b/src/storage/kaminario/restapi/mode/volumeusage.pm @@ -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 diff --git a/src/storage/kaminario/restapi/plugin.pm b/src/storage/kaminario/restapi/plugin.pm index d7b3ac7483..b7724f4b3a 100644 --- a/src/storage/kaminario/restapi/plugin.pm +++ b/src/storage/kaminario/restapi/plugin.pm @@ -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 diff --git a/src/storage/lenovo/iomega/snmp/mode/components/disk.pm b/src/storage/lenovo/iomega/snmp/mode/components/disk.pm index 36348c8f13..38482a0c23 100644 --- a/src/storage/lenovo/iomega/snmp/mode/components/disk.pm +++ b/src/storage/lenovo/iomega/snmp/mode/components/disk.pm @@ -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 diff --git a/src/storage/lenovo/iomega/snmp/mode/components/fan.pm b/src/storage/lenovo/iomega/snmp/mode/components/fan.pm index a0188a6795..a638294df8 100644 --- a/src/storage/lenovo/iomega/snmp/mode/components/fan.pm +++ b/src/storage/lenovo/iomega/snmp/mode/components/fan.pm @@ -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 diff --git a/src/storage/lenovo/iomega/snmp/mode/components/raid.pm b/src/storage/lenovo/iomega/snmp/mode/components/raid.pm index 8a0710722b..a34ddf6ea1 100644 --- a/src/storage/lenovo/iomega/snmp/mode/components/raid.pm +++ b/src/storage/lenovo/iomega/snmp/mode/components/raid.pm @@ -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 diff --git a/src/storage/lenovo/iomega/snmp/mode/components/temperature.pm b/src/storage/lenovo/iomega/snmp/mode/components/temperature.pm index 5f7d11e62d..fb947bf1a6 100644 --- a/src/storage/lenovo/iomega/snmp/mode/components/temperature.pm +++ b/src/storage/lenovo/iomega/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/storage/lenovo/iomega/snmp/mode/components/voltage.pm b/src/storage/lenovo/iomega/snmp/mode/components/voltage.pm index 7e5e1d109f..2f4d055557 100644 --- a/src/storage/lenovo/iomega/snmp/mode/components/voltage.pm +++ b/src/storage/lenovo/iomega/snmp/mode/components/voltage.pm @@ -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 diff --git a/src/storage/lenovo/iomega/snmp/mode/hardware.pm b/src/storage/lenovo/iomega/snmp/mode/hardware.pm index 55246f7ff1..8db9ce36ef 100644 --- a/src/storage/lenovo/iomega/snmp/mode/hardware.pm +++ b/src/storage/lenovo/iomega/snmp/mode/hardware.pm @@ -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 diff --git a/src/storage/lenovo/iomega/snmp/mode/interfaces.pm b/src/storage/lenovo/iomega/snmp/mode/interfaces.pm index 653b216509..a16e7b7553 100644 --- a/src/storage/lenovo/iomega/snmp/mode/interfaces.pm +++ b/src/storage/lenovo/iomega/snmp/mode/interfaces.pm @@ -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 diff --git a/src/storage/lenovo/iomega/snmp/mode/memory.pm b/src/storage/lenovo/iomega/snmp/mode/memory.pm index eb3180994b..4b2d7cf45b 100644 --- a/src/storage/lenovo/iomega/snmp/mode/memory.pm +++ b/src/storage/lenovo/iomega/snmp/mode/memory.pm @@ -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 diff --git a/src/storage/lenovo/iomega/snmp/plugin.pm b/src/storage/lenovo/iomega/snmp/plugin.pm index a54a086c2d..dce3cd3ac2 100644 --- a/src/storage/lenovo/iomega/snmp/plugin.pm +++ b/src/storage/lenovo/iomega/snmp/plugin.pm @@ -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 diff --git a/src/storage/lenovo/sseries/snmp/plugin.pm b/src/storage/lenovo/sseries/snmp/plugin.pm index fdf6f1210d..d2032ceae7 100644 --- a/src/storage/lenovo/sseries/snmp/plugin.pm +++ b/src/storage/lenovo/sseries/snmp/plugin.pm @@ -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 diff --git a/src/storage/netapp/ontap/oncommandapi/custom/api.pm b/src/storage/netapp/ontap/oncommandapi/custom/api.pm index 1d3bde3681..86bb9aad37 100644 --- a/src/storage/netapp/ontap/oncommandapi/custom/api.pm +++ b/src/storage/netapp/ontap/oncommandapi/custom/api.pm @@ -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 diff --git a/src/storage/netapp/ontap/oncommandapi/mode/aggregateraidstatus.pm b/src/storage/netapp/ontap/oncommandapi/mode/aggregateraidstatus.pm index d3022e9ea0..27b8ae35d2 100644 --- a/src/storage/netapp/ontap/oncommandapi/mode/aggregateraidstatus.pm +++ b/src/storage/netapp/ontap/oncommandapi/mode/aggregateraidstatus.pm @@ -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 diff --git a/src/storage/netapp/ontap/oncommandapi/mode/aggregatestatus.pm b/src/storage/netapp/ontap/oncommandapi/mode/aggregatestatus.pm index 6822dce616..aab4a36905 100644 --- a/src/storage/netapp/ontap/oncommandapi/mode/aggregatestatus.pm +++ b/src/storage/netapp/ontap/oncommandapi/mode/aggregatestatus.pm @@ -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 diff --git a/src/storage/netapp/ontap/oncommandapi/mode/aggregateusage.pm b/src/storage/netapp/ontap/oncommandapi/mode/aggregateusage.pm index 0d46fb687a..531c7f752d 100644 --- a/src/storage/netapp/ontap/oncommandapi/mode/aggregateusage.pm +++ b/src/storage/netapp/ontap/oncommandapi/mode/aggregateusage.pm @@ -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 diff --git a/src/storage/netapp/ontap/oncommandapi/mode/clusterio.pm b/src/storage/netapp/ontap/oncommandapi/mode/clusterio.pm index 79b56a2f6c..9b245708f1 100644 --- a/src/storage/netapp/ontap/oncommandapi/mode/clusterio.pm +++ b/src/storage/netapp/ontap/oncommandapi/mode/clusterio.pm @@ -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 diff --git a/src/storage/netapp/ontap/oncommandapi/mode/clusterstatus.pm b/src/storage/netapp/ontap/oncommandapi/mode/clusterstatus.pm index e4509d6239..2944eda8d4 100644 --- a/src/storage/netapp/ontap/oncommandapi/mode/clusterstatus.pm +++ b/src/storage/netapp/ontap/oncommandapi/mode/clusterstatus.pm @@ -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 diff --git a/src/storage/netapp/ontap/oncommandapi/mode/clusterusage.pm b/src/storage/netapp/ontap/oncommandapi/mode/clusterusage.pm index 196f4344cf..f210ec3812 100644 --- a/src/storage/netapp/ontap/oncommandapi/mode/clusterusage.pm +++ b/src/storage/netapp/ontap/oncommandapi/mode/clusterusage.pm @@ -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 diff --git a/src/storage/netapp/ontap/oncommandapi/mode/diskfailed.pm b/src/storage/netapp/ontap/oncommandapi/mode/diskfailed.pm index 417aa326ed..e970e623da 100644 --- a/src/storage/netapp/ontap/oncommandapi/mode/diskfailed.pm +++ b/src/storage/netapp/ontap/oncommandapi/mode/diskfailed.pm @@ -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 diff --git a/src/storage/netapp/ontap/oncommandapi/mode/diskspare.pm b/src/storage/netapp/ontap/oncommandapi/mode/diskspare.pm index 4963c1ca06..34b8c9c42c 100644 --- a/src/storage/netapp/ontap/oncommandapi/mode/diskspare.pm +++ b/src/storage/netapp/ontap/oncommandapi/mode/diskspare.pm @@ -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 diff --git a/src/storage/netapp/ontap/oncommandapi/mode/fcportstatus.pm b/src/storage/netapp/ontap/oncommandapi/mode/fcportstatus.pm index bc53ab8edf..48d79e17c7 100644 --- a/src/storage/netapp/ontap/oncommandapi/mode/fcportstatus.pm +++ b/src/storage/netapp/ontap/oncommandapi/mode/fcportstatus.pm @@ -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 diff --git a/src/storage/netapp/ontap/oncommandapi/mode/listaggregates.pm b/src/storage/netapp/ontap/oncommandapi/mode/listaggregates.pm index a03f312dcc..421358198f 100644 --- a/src/storage/netapp/ontap/oncommandapi/mode/listaggregates.pm +++ b/src/storage/netapp/ontap/oncommandapi/mode/listaggregates.pm @@ -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 diff --git a/src/storage/netapp/ontap/oncommandapi/mode/listclusters.pm b/src/storage/netapp/ontap/oncommandapi/mode/listclusters.pm index 71ffd07041..dc8dd0a276 100644 --- a/src/storage/netapp/ontap/oncommandapi/mode/listclusters.pm +++ b/src/storage/netapp/ontap/oncommandapi/mode/listclusters.pm @@ -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 diff --git a/src/storage/netapp/ontap/oncommandapi/mode/listfcports.pm b/src/storage/netapp/ontap/oncommandapi/mode/listfcports.pm index ba5f0ec5bf..1e963b1e4e 100644 --- a/src/storage/netapp/ontap/oncommandapi/mode/listfcports.pm +++ b/src/storage/netapp/ontap/oncommandapi/mode/listfcports.pm @@ -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 diff --git a/src/storage/netapp/ontap/oncommandapi/mode/listluns.pm b/src/storage/netapp/ontap/oncommandapi/mode/listluns.pm index 25602f9e3b..a92492f78c 100644 --- a/src/storage/netapp/ontap/oncommandapi/mode/listluns.pm +++ b/src/storage/netapp/ontap/oncommandapi/mode/listluns.pm @@ -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 diff --git a/src/storage/netapp/ontap/oncommandapi/mode/listnodes.pm b/src/storage/netapp/ontap/oncommandapi/mode/listnodes.pm index 236b3e0042..54aaf4a5f4 100644 --- a/src/storage/netapp/ontap/oncommandapi/mode/listnodes.pm +++ b/src/storage/netapp/ontap/oncommandapi/mode/listnodes.pm @@ -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 diff --git a/src/storage/netapp/ontap/oncommandapi/mode/listsnapmirrors.pm b/src/storage/netapp/ontap/oncommandapi/mode/listsnapmirrors.pm index 88c1a9aff8..eafdac73d9 100644 --- a/src/storage/netapp/ontap/oncommandapi/mode/listsnapmirrors.pm +++ b/src/storage/netapp/ontap/oncommandapi/mode/listsnapmirrors.pm @@ -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 diff --git a/src/storage/netapp/ontap/oncommandapi/mode/listsvm.pm b/src/storage/netapp/ontap/oncommandapi/mode/listsvm.pm index c9ab1bc925..c0c207a96f 100644 --- a/src/storage/netapp/ontap/oncommandapi/mode/listsvm.pm +++ b/src/storage/netapp/ontap/oncommandapi/mode/listsvm.pm @@ -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 diff --git a/src/storage/netapp/ontap/oncommandapi/mode/listvolumes.pm b/src/storage/netapp/ontap/oncommandapi/mode/listvolumes.pm index a93ee1e75f..50c23951f8 100644 --- a/src/storage/netapp/ontap/oncommandapi/mode/listvolumes.pm +++ b/src/storage/netapp/ontap/oncommandapi/mode/listvolumes.pm @@ -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 diff --git a/src/storage/netapp/ontap/oncommandapi/mode/lunalignment.pm b/src/storage/netapp/ontap/oncommandapi/mode/lunalignment.pm index 7f94dbab01..7d4fca283c 100644 --- a/src/storage/netapp/ontap/oncommandapi/mode/lunalignment.pm +++ b/src/storage/netapp/ontap/oncommandapi/mode/lunalignment.pm @@ -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 diff --git a/src/storage/netapp/ontap/oncommandapi/mode/lunonline.pm b/src/storage/netapp/ontap/oncommandapi/mode/lunonline.pm index e36df3663b..31d29b32bb 100644 --- a/src/storage/netapp/ontap/oncommandapi/mode/lunonline.pm +++ b/src/storage/netapp/ontap/oncommandapi/mode/lunonline.pm @@ -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 diff --git a/src/storage/netapp/ontap/oncommandapi/mode/lunusage.pm b/src/storage/netapp/ontap/oncommandapi/mode/lunusage.pm index dc65a3f358..05ea739311 100644 --- a/src/storage/netapp/ontap/oncommandapi/mode/lunusage.pm +++ b/src/storage/netapp/ontap/oncommandapi/mode/lunusage.pm @@ -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 diff --git a/src/storage/netapp/ontap/oncommandapi/mode/nodefailoverstatus.pm b/src/storage/netapp/ontap/oncommandapi/mode/nodefailoverstatus.pm index 14d0783980..f90de910b5 100644 --- a/src/storage/netapp/ontap/oncommandapi/mode/nodefailoverstatus.pm +++ b/src/storage/netapp/ontap/oncommandapi/mode/nodefailoverstatus.pm @@ -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 diff --git a/src/storage/netapp/ontap/oncommandapi/mode/nodehardwarestatus.pm b/src/storage/netapp/ontap/oncommandapi/mode/nodehardwarestatus.pm index 4e82bdf75b..93e0ef55c2 100644 --- a/src/storage/netapp/ontap/oncommandapi/mode/nodehardwarestatus.pm +++ b/src/storage/netapp/ontap/oncommandapi/mode/nodehardwarestatus.pm @@ -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 diff --git a/src/storage/netapp/ontap/oncommandapi/mode/qtreestatus.pm b/src/storage/netapp/ontap/oncommandapi/mode/qtreestatus.pm index 74c8ad6be2..9ab332b59f 100644 --- a/src/storage/netapp/ontap/oncommandapi/mode/qtreestatus.pm +++ b/src/storage/netapp/ontap/oncommandapi/mode/qtreestatus.pm @@ -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 diff --git a/src/storage/netapp/ontap/oncommandapi/mode/snapmirrorstatus.pm b/src/storage/netapp/ontap/oncommandapi/mode/snapmirrorstatus.pm index 6585a24b6d..f75cbdf075 100644 --- a/src/storage/netapp/ontap/oncommandapi/mode/snapmirrorstatus.pm +++ b/src/storage/netapp/ontap/oncommandapi/mode/snapmirrorstatus.pm @@ -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 diff --git a/src/storage/netapp/ontap/oncommandapi/mode/snapmirrorusage.pm b/src/storage/netapp/ontap/oncommandapi/mode/snapmirrorusage.pm index 18a2bfd899..b46f4dc7c5 100644 --- a/src/storage/netapp/ontap/oncommandapi/mode/snapmirrorusage.pm +++ b/src/storage/netapp/ontap/oncommandapi/mode/snapmirrorusage.pm @@ -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 diff --git a/src/storage/netapp/ontap/oncommandapi/mode/volumes.pm b/src/storage/netapp/ontap/oncommandapi/mode/volumes.pm index ab2042ebfa..6197f54298 100644 --- a/src/storage/netapp/ontap/oncommandapi/mode/volumes.pm +++ b/src/storage/netapp/ontap/oncommandapi/mode/volumes.pm @@ -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 diff --git a/src/storage/netapp/ontap/oncommandapi/plugin.pm b/src/storage/netapp/ontap/oncommandapi/plugin.pm index f0e71817a6..dd7f48811b 100644 --- a/src/storage/netapp/ontap/oncommandapi/plugin.pm +++ b/src/storage/netapp/ontap/oncommandapi/plugin.pm @@ -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 diff --git a/src/storage/netapp/ontap/restapi/custom/api.pm b/src/storage/netapp/ontap/restapi/custom/api.pm index 861bfd7126..621b49c38c 100644 --- a/src/storage/netapp/ontap/restapi/custom/api.pm +++ b/src/storage/netapp/ontap/restapi/custom/api.pm @@ -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 diff --git a/src/storage/netapp/ontap/restapi/mode/aggregates.pm b/src/storage/netapp/ontap/restapi/mode/aggregates.pm index ae58096b03..b8b8517ccc 100644 --- a/src/storage/netapp/ontap/restapi/mode/aggregates.pm +++ b/src/storage/netapp/ontap/restapi/mode/aggregates.pm @@ -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 diff --git a/src/storage/netapp/ontap/restapi/mode/cluster.pm b/src/storage/netapp/ontap/restapi/mode/cluster.pm index f88b143fb0..02adca3d14 100644 --- a/src/storage/netapp/ontap/restapi/mode/cluster.pm +++ b/src/storage/netapp/ontap/restapi/mode/cluster.pm @@ -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 diff --git a/src/storage/netapp/ontap/restapi/mode/components/bay.pm b/src/storage/netapp/ontap/restapi/mode/components/bay.pm index 39b98c86c8..c6a183932b 100644 --- a/src/storage/netapp/ontap/restapi/mode/components/bay.pm +++ b/src/storage/netapp/ontap/restapi/mode/components/bay.pm @@ -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 diff --git a/src/storage/netapp/ontap/restapi/mode/components/disk.pm b/src/storage/netapp/ontap/restapi/mode/components/disk.pm index dcaa6481af..1e2dfb9597 100644 --- a/src/storage/netapp/ontap/restapi/mode/components/disk.pm +++ b/src/storage/netapp/ontap/restapi/mode/components/disk.pm @@ -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 diff --git a/src/storage/netapp/ontap/restapi/mode/components/fru.pm b/src/storage/netapp/ontap/restapi/mode/components/fru.pm index 7bd68ece4b..247320c1f9 100644 --- a/src/storage/netapp/ontap/restapi/mode/components/fru.pm +++ b/src/storage/netapp/ontap/restapi/mode/components/fru.pm @@ -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 diff --git a/src/storage/netapp/ontap/restapi/mode/components/shelf.pm b/src/storage/netapp/ontap/restapi/mode/components/shelf.pm index a4a1e5c5a0..ae477f7295 100644 --- a/src/storage/netapp/ontap/restapi/mode/components/shelf.pm +++ b/src/storage/netapp/ontap/restapi/mode/components/shelf.pm @@ -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 diff --git a/src/storage/netapp/ontap/restapi/mode/hardware.pm b/src/storage/netapp/ontap/restapi/mode/hardware.pm index 7fe67822c4..8ec064039f 100644 --- a/src/storage/netapp/ontap/restapi/mode/hardware.pm +++ b/src/storage/netapp/ontap/restapi/mode/hardware.pm @@ -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 diff --git a/src/storage/netapp/ontap/restapi/mode/listvolumes.pm b/src/storage/netapp/ontap/restapi/mode/listvolumes.pm index 94f1f8d5b4..65ccc3ce38 100644 --- a/src/storage/netapp/ontap/restapi/mode/listvolumes.pm +++ b/src/storage/netapp/ontap/restapi/mode/listvolumes.pm @@ -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 diff --git a/src/storage/netapp/ontap/restapi/mode/luns.pm b/src/storage/netapp/ontap/restapi/mode/luns.pm index 911d23c33d..a347305b2a 100644 --- a/src/storage/netapp/ontap/restapi/mode/luns.pm +++ b/src/storage/netapp/ontap/restapi/mode/luns.pm @@ -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 diff --git a/src/storage/netapp/ontap/restapi/mode/quotas.pm b/src/storage/netapp/ontap/restapi/mode/quotas.pm index d2c3e57581..c64f4737df 100644 --- a/src/storage/netapp/ontap/restapi/mode/quotas.pm +++ b/src/storage/netapp/ontap/restapi/mode/quotas.pm @@ -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 diff --git a/src/storage/netapp/ontap/restapi/mode/snapmirrors.pm b/src/storage/netapp/ontap/restapi/mode/snapmirrors.pm index 4c323ecf85..ea62b31ae7 100644 --- a/src/storage/netapp/ontap/restapi/mode/snapmirrors.pm +++ b/src/storage/netapp/ontap/restapi/mode/snapmirrors.pm @@ -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 diff --git a/src/storage/netapp/ontap/restapi/mode/volumes.pm b/src/storage/netapp/ontap/restapi/mode/volumes.pm index 6aa9e3b5f9..d3d4719c2d 100644 --- a/src/storage/netapp/ontap/restapi/mode/volumes.pm +++ b/src/storage/netapp/ontap/restapi/mode/volumes.pm @@ -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 diff --git a/src/storage/netapp/ontap/restapi/plugin.pm b/src/storage/netapp/ontap/restapi/plugin.pm index f5ecac971f..e324f39824 100644 --- a/src/storage/netapp/ontap/restapi/plugin.pm +++ b/src/storage/netapp/ontap/restapi/plugin.pm @@ -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 diff --git a/src/storage/netapp/ontap/snmp/mode/aggregates.pm b/src/storage/netapp/ontap/snmp/mode/aggregates.pm index a8741336bb..cf2ced7ba7 100644 --- a/src/storage/netapp/ontap/snmp/mode/aggregates.pm +++ b/src/storage/netapp/ontap/snmp/mode/aggregates.pm @@ -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 diff --git a/src/storage/netapp/ontap/snmp/mode/cacheage.pm b/src/storage/netapp/ontap/snmp/mode/cacheage.pm index b5dfddd34e..04affd9dfa 100644 --- a/src/storage/netapp/ontap/snmp/mode/cacheage.pm +++ b/src/storage/netapp/ontap/snmp/mode/cacheage.pm @@ -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 diff --git a/src/storage/netapp/ontap/snmp/mode/clusternodes.pm b/src/storage/netapp/ontap/snmp/mode/clusternodes.pm index bd04781e80..af08b0a4ef 100644 --- a/src/storage/netapp/ontap/snmp/mode/clusternodes.pm +++ b/src/storage/netapp/ontap/snmp/mode/clusternodes.pm @@ -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 diff --git a/src/storage/netapp/ontap/snmp/mode/components/communication.pm b/src/storage/netapp/ontap/snmp/mode/components/communication.pm index b655580604..9be3bc2cbb 100644 --- a/src/storage/netapp/ontap/snmp/mode/components/communication.pm +++ b/src/storage/netapp/ontap/snmp/mode/components/communication.pm @@ -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 diff --git a/src/storage/netapp/ontap/snmp/mode/components/electronics.pm b/src/storage/netapp/ontap/snmp/mode/components/electronics.pm index 2de56e3c84..919617e352 100644 --- a/src/storage/netapp/ontap/snmp/mode/components/electronics.pm +++ b/src/storage/netapp/ontap/snmp/mode/components/electronics.pm @@ -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 diff --git a/src/storage/netapp/ontap/snmp/mode/components/fan.pm b/src/storage/netapp/ontap/snmp/mode/components/fan.pm index 7bbe425b98..83b566d528 100644 --- a/src/storage/netapp/ontap/snmp/mode/components/fan.pm +++ b/src/storage/netapp/ontap/snmp/mode/components/fan.pm @@ -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 diff --git a/src/storage/netapp/ontap/snmp/mode/components/psu.pm b/src/storage/netapp/ontap/snmp/mode/components/psu.pm index aec4ca7e26..53b7fd0a74 100644 --- a/src/storage/netapp/ontap/snmp/mode/components/psu.pm +++ b/src/storage/netapp/ontap/snmp/mode/components/psu.pm @@ -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 diff --git a/src/storage/netapp/ontap/snmp/mode/components/raid.pm b/src/storage/netapp/ontap/snmp/mode/components/raid.pm index 3bc7a12636..04ea9bcb1b 100644 --- a/src/storage/netapp/ontap/snmp/mode/components/raid.pm +++ b/src/storage/netapp/ontap/snmp/mode/components/raid.pm @@ -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 diff --git a/src/storage/netapp/ontap/snmp/mode/components/temperature.pm b/src/storage/netapp/ontap/snmp/mode/components/temperature.pm index 3e12abb36e..97acac6f74 100644 --- a/src/storage/netapp/ontap/snmp/mode/components/temperature.pm +++ b/src/storage/netapp/ontap/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/storage/netapp/ontap/snmp/mode/components/voltage.pm b/src/storage/netapp/ontap/snmp/mode/components/voltage.pm index 1f8dedcc7e..c88bd48ad3 100644 --- a/src/storage/netapp/ontap/snmp/mode/components/voltage.pm +++ b/src/storage/netapp/ontap/snmp/mode/components/voltage.pm @@ -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 diff --git a/src/storage/netapp/ontap/snmp/mode/cpstatistics.pm b/src/storage/netapp/ontap/snmp/mode/cpstatistics.pm index 10438866e3..455134ac76 100644 --- a/src/storage/netapp/ontap/snmp/mode/cpstatistics.pm +++ b/src/storage/netapp/ontap/snmp/mode/cpstatistics.pm @@ -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 diff --git a/src/storage/netapp/ontap/snmp/mode/cpuload.pm b/src/storage/netapp/ontap/snmp/mode/cpuload.pm index 81d8c501a7..4c59922874 100644 --- a/src/storage/netapp/ontap/snmp/mode/cpuload.pm +++ b/src/storage/netapp/ontap/snmp/mode/cpuload.pm @@ -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 diff --git a/src/storage/netapp/ontap/snmp/mode/diskfailed.pm b/src/storage/netapp/ontap/snmp/mode/diskfailed.pm index aa4011adeb..82059cf7a6 100644 --- a/src/storage/netapp/ontap/snmp/mode/diskfailed.pm +++ b/src/storage/netapp/ontap/snmp/mode/diskfailed.pm @@ -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 diff --git a/src/storage/netapp/ontap/snmp/mode/failover.pm b/src/storage/netapp/ontap/snmp/mode/failover.pm index 92f234dda0..6232cfa997 100644 --- a/src/storage/netapp/ontap/snmp/mode/failover.pm +++ b/src/storage/netapp/ontap/snmp/mode/failover.pm @@ -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 diff --git a/src/storage/netapp/ontap/snmp/mode/fan.pm b/src/storage/netapp/ontap/snmp/mode/fan.pm index 07ec17418b..b3143189c8 100644 --- a/src/storage/netapp/ontap/snmp/mode/fan.pm +++ b/src/storage/netapp/ontap/snmp/mode/fan.pm @@ -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 diff --git a/src/storage/netapp/ontap/snmp/mode/filesys.pm b/src/storage/netapp/ontap/snmp/mode/filesys.pm index 4c20e6856f..3b548032c0 100644 --- a/src/storage/netapp/ontap/snmp/mode/filesys.pm +++ b/src/storage/netapp/ontap/snmp/mode/filesys.pm @@ -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 diff --git a/src/storage/netapp/ontap/snmp/mode/globalstatus.pm b/src/storage/netapp/ontap/snmp/mode/globalstatus.pm index 579b443e7c..1d7c0de008 100644 --- a/src/storage/netapp/ontap/snmp/mode/globalstatus.pm +++ b/src/storage/netapp/ontap/snmp/mode/globalstatus.pm @@ -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 diff --git a/src/storage/netapp/ontap/snmp/mode/listclusternodes.pm b/src/storage/netapp/ontap/snmp/mode/listclusternodes.pm index 2878569c00..c956a448fa 100644 --- a/src/storage/netapp/ontap/snmp/mode/listclusternodes.pm +++ b/src/storage/netapp/ontap/snmp/mode/listclusternodes.pm @@ -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 diff --git a/src/storage/netapp/ontap/snmp/mode/listfilesys.pm b/src/storage/netapp/ontap/snmp/mode/listfilesys.pm index e09e9eb4bd..11e6442c7c 100644 --- a/src/storage/netapp/ontap/snmp/mode/listfilesys.pm +++ b/src/storage/netapp/ontap/snmp/mode/listfilesys.pm @@ -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 diff --git a/src/storage/netapp/ontap/snmp/mode/listplexes.pm b/src/storage/netapp/ontap/snmp/mode/listplexes.pm index b263eb77b4..8551db8fe1 100644 --- a/src/storage/netapp/ontap/snmp/mode/listplexes.pm +++ b/src/storage/netapp/ontap/snmp/mode/listplexes.pm @@ -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 diff --git a/src/storage/netapp/ontap/snmp/mode/listsnapvault.pm b/src/storage/netapp/ontap/snmp/mode/listsnapvault.pm index 92a5543040..5c70f252f9 100644 --- a/src/storage/netapp/ontap/snmp/mode/listsnapvault.pm +++ b/src/storage/netapp/ontap/snmp/mode/listsnapvault.pm @@ -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 diff --git a/src/storage/netapp/ontap/snmp/mode/ndmpsessions.pm b/src/storage/netapp/ontap/snmp/mode/ndmpsessions.pm index e582625c3f..20c7a2dfe4 100644 --- a/src/storage/netapp/ontap/snmp/mode/ndmpsessions.pm +++ b/src/storage/netapp/ontap/snmp/mode/ndmpsessions.pm @@ -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 diff --git a/src/storage/netapp/ontap/snmp/mode/nvram.pm b/src/storage/netapp/ontap/snmp/mode/nvram.pm index 3b6e03a879..3b9ee96dc9 100644 --- a/src/storage/netapp/ontap/snmp/mode/nvram.pm +++ b/src/storage/netapp/ontap/snmp/mode/nvram.pm @@ -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 diff --git a/src/storage/netapp/ontap/snmp/mode/partnerstatus.pm b/src/storage/netapp/ontap/snmp/mode/partnerstatus.pm index c70ecc061d..1d66fed1d6 100644 --- a/src/storage/netapp/ontap/snmp/mode/partnerstatus.pm +++ b/src/storage/netapp/ontap/snmp/mode/partnerstatus.pm @@ -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 diff --git a/src/storage/netapp/ontap/snmp/mode/plexes.pm b/src/storage/netapp/ontap/snmp/mode/plexes.pm index fd8bc7833a..ee1990ea33 100644 --- a/src/storage/netapp/ontap/snmp/mode/plexes.pm +++ b/src/storage/netapp/ontap/snmp/mode/plexes.pm @@ -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 diff --git a/src/storage/netapp/ontap/snmp/mode/psu.pm b/src/storage/netapp/ontap/snmp/mode/psu.pm index 183477cb05..06fb972100 100644 --- a/src/storage/netapp/ontap/snmp/mode/psu.pm +++ b/src/storage/netapp/ontap/snmp/mode/psu.pm @@ -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 diff --git a/src/storage/netapp/ontap/snmp/mode/quotas.pm b/src/storage/netapp/ontap/snmp/mode/quotas.pm index 97ab6059b1..ecf8867c4d 100644 --- a/src/storage/netapp/ontap/snmp/mode/quotas.pm +++ b/src/storage/netapp/ontap/snmp/mode/quotas.pm @@ -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 diff --git a/src/storage/netapp/ontap/snmp/mode/sharecalls.pm b/src/storage/netapp/ontap/snmp/mode/sharecalls.pm index d1b9bffbe5..acb4d8196e 100644 --- a/src/storage/netapp/ontap/snmp/mode/sharecalls.pm +++ b/src/storage/netapp/ontap/snmp/mode/sharecalls.pm @@ -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 diff --git a/src/storage/netapp/ontap/snmp/mode/shelf.pm b/src/storage/netapp/ontap/snmp/mode/shelf.pm index 553c95efe6..e1cb971240 100644 --- a/src/storage/netapp/ontap/snmp/mode/shelf.pm +++ b/src/storage/netapp/ontap/snmp/mode/shelf.pm @@ -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 diff --git a/src/storage/netapp/ontap/snmp/mode/sis.pm b/src/storage/netapp/ontap/snmp/mode/sis.pm index b49a64cce5..faf0f3ec44 100644 --- a/src/storage/netapp/ontap/snmp/mode/sis.pm +++ b/src/storage/netapp/ontap/snmp/mode/sis.pm @@ -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 diff --git a/src/storage/netapp/ontap/snmp/mode/snapmirrorlag.pm b/src/storage/netapp/ontap/snmp/mode/snapmirrorlag.pm index ad36ad78f5..8465786787 100644 --- a/src/storage/netapp/ontap/snmp/mode/snapmirrorlag.pm +++ b/src/storage/netapp/ontap/snmp/mode/snapmirrorlag.pm @@ -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 diff --git a/src/storage/netapp/ontap/snmp/mode/snapshotage.pm b/src/storage/netapp/ontap/snmp/mode/snapshotage.pm index 4b00dc03e4..6b1e754453 100644 --- a/src/storage/netapp/ontap/snmp/mode/snapshotage.pm +++ b/src/storage/netapp/ontap/snmp/mode/snapshotage.pm @@ -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 diff --git a/src/storage/netapp/ontap/snmp/mode/snapvaultusage.pm b/src/storage/netapp/ontap/snmp/mode/snapvaultusage.pm index b72d86b01c..3706d28106 100644 --- a/src/storage/netapp/ontap/snmp/mode/snapvaultusage.pm +++ b/src/storage/netapp/ontap/snmp/mode/snapvaultusage.pm @@ -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 diff --git a/src/storage/netapp/ontap/snmp/mode/temperature.pm b/src/storage/netapp/ontap/snmp/mode/temperature.pm index 010f8e063d..a3a46eb031 100644 --- a/src/storage/netapp/ontap/snmp/mode/temperature.pm +++ b/src/storage/netapp/ontap/snmp/mode/temperature.pm @@ -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 diff --git a/src/storage/netapp/ontap/snmp/mode/volumeoptions.pm b/src/storage/netapp/ontap/snmp/mode/volumeoptions.pm index 626ebc33b2..a39b8f63ff 100644 --- a/src/storage/netapp/ontap/snmp/mode/volumeoptions.pm +++ b/src/storage/netapp/ontap/snmp/mode/volumeoptions.pm @@ -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 diff --git a/src/storage/netapp/ontap/snmp/plugin.pm b/src/storage/netapp/ontap/snmp/plugin.pm index d00371c6ae..2ba1d33b3c 100644 --- a/src/storage/netapp/ontap/snmp/plugin.pm +++ b/src/storage/netapp/ontap/snmp/plugin.pm @@ -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 diff --git a/src/storage/netapp/santricity/restapi/custom/api.pm b/src/storage/netapp/santricity/restapi/custom/api.pm index 6d2dd55050..d721b2988e 100644 --- a/src/storage/netapp/santricity/restapi/custom/api.pm +++ b/src/storage/netapp/santricity/restapi/custom/api.pm @@ -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 diff --git a/src/storage/netapp/santricity/restapi/mode/components/battery.pm b/src/storage/netapp/santricity/restapi/mode/components/battery.pm index bb6254bec7..8a52d0a2d4 100644 --- a/src/storage/netapp/santricity/restapi/mode/components/battery.pm +++ b/src/storage/netapp/santricity/restapi/mode/components/battery.pm @@ -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 diff --git a/src/storage/netapp/santricity/restapi/mode/components/board.pm b/src/storage/netapp/santricity/restapi/mode/components/board.pm index 23f08db3ee..08d60d0a59 100644 --- a/src/storage/netapp/santricity/restapi/mode/components/board.pm +++ b/src/storage/netapp/santricity/restapi/mode/components/board.pm @@ -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 diff --git a/src/storage/netapp/santricity/restapi/mode/components/cbd.pm b/src/storage/netapp/santricity/restapi/mode/components/cbd.pm index c4a10ad042..bc926bfd13 100644 --- a/src/storage/netapp/santricity/restapi/mode/components/cbd.pm +++ b/src/storage/netapp/santricity/restapi/mode/components/cbd.pm @@ -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 diff --git a/src/storage/netapp/santricity/restapi/mode/components/cmd.pm b/src/storage/netapp/santricity/restapi/mode/components/cmd.pm index 11ce5cbc1c..d22727d64f 100644 --- a/src/storage/netapp/santricity/restapi/mode/components/cmd.pm +++ b/src/storage/netapp/santricity/restapi/mode/components/cmd.pm @@ -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 diff --git a/src/storage/netapp/santricity/restapi/mode/components/ctrl.pm b/src/storage/netapp/santricity/restapi/mode/components/ctrl.pm index 312ffd1a88..3a69b9b07b 100644 --- a/src/storage/netapp/santricity/restapi/mode/components/ctrl.pm +++ b/src/storage/netapp/santricity/restapi/mode/components/ctrl.pm @@ -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 diff --git a/src/storage/netapp/santricity/restapi/mode/components/drive.pm b/src/storage/netapp/santricity/restapi/mode/components/drive.pm index 751514de1d..b06f9c457b 100644 --- a/src/storage/netapp/santricity/restapi/mode/components/drive.pm +++ b/src/storage/netapp/santricity/restapi/mode/components/drive.pm @@ -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 diff --git a/src/storage/netapp/santricity/restapi/mode/components/fan.pm b/src/storage/netapp/santricity/restapi/mode/components/fan.pm index 8cd1af344c..52a70a051f 100644 --- a/src/storage/netapp/santricity/restapi/mode/components/fan.pm +++ b/src/storage/netapp/santricity/restapi/mode/components/fan.pm @@ -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 diff --git a/src/storage/netapp/santricity/restapi/mode/components/psu.pm b/src/storage/netapp/santricity/restapi/mode/components/psu.pm index cd8d7bdca3..e9a84400bb 100644 --- a/src/storage/netapp/santricity/restapi/mode/components/psu.pm +++ b/src/storage/netapp/santricity/restapi/mode/components/psu.pm @@ -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 diff --git a/src/storage/netapp/santricity/restapi/mode/components/storage.pm b/src/storage/netapp/santricity/restapi/mode/components/storage.pm index c77cb68a75..7944aaf8c2 100644 --- a/src/storage/netapp/santricity/restapi/mode/components/storage.pm +++ b/src/storage/netapp/santricity/restapi/mode/components/storage.pm @@ -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 diff --git a/src/storage/netapp/santricity/restapi/mode/components/thsensor.pm b/src/storage/netapp/santricity/restapi/mode/components/thsensor.pm index 3af5401f71..476f435db8 100644 --- a/src/storage/netapp/santricity/restapi/mode/components/thsensor.pm +++ b/src/storage/netapp/santricity/restapi/mode/components/thsensor.pm @@ -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 diff --git a/src/storage/netapp/santricity/restapi/mode/hardware.pm b/src/storage/netapp/santricity/restapi/mode/hardware.pm index b8e7911a38..d3bdac3fdc 100644 --- a/src/storage/netapp/santricity/restapi/mode/hardware.pm +++ b/src/storage/netapp/santricity/restapi/mode/hardware.pm @@ -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 diff --git a/src/storage/netapp/santricity/restapi/mode/storagecontrollers.pm b/src/storage/netapp/santricity/restapi/mode/storagecontrollers.pm index 869fd61dbd..b3b7437fb8 100644 --- a/src/storage/netapp/santricity/restapi/mode/storagecontrollers.pm +++ b/src/storage/netapp/santricity/restapi/mode/storagecontrollers.pm @@ -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 diff --git a/src/storage/netapp/santricity/restapi/mode/storagepools.pm b/src/storage/netapp/santricity/restapi/mode/storagepools.pm index dcb27db97a..e1306cb579 100644 --- a/src/storage/netapp/santricity/restapi/mode/storagepools.pm +++ b/src/storage/netapp/santricity/restapi/mode/storagepools.pm @@ -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 diff --git a/src/storage/netapp/santricity/restapi/mode/storagesystems.pm b/src/storage/netapp/santricity/restapi/mode/storagesystems.pm index 561b86930c..d5f79f18a4 100644 --- a/src/storage/netapp/santricity/restapi/mode/storagesystems.pm +++ b/src/storage/netapp/santricity/restapi/mode/storagesystems.pm @@ -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 diff --git a/src/storage/netapp/santricity/restapi/mode/storagevolumes.pm b/src/storage/netapp/santricity/restapi/mode/storagevolumes.pm index 2b034ce5a0..2b229aa937 100644 --- a/src/storage/netapp/santricity/restapi/mode/storagevolumes.pm +++ b/src/storage/netapp/santricity/restapi/mode/storagevolumes.pm @@ -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 diff --git a/src/storage/netapp/santricity/restapi/plugin.pm b/src/storage/netapp/santricity/restapi/plugin.pm index bcf287ac30..ce03558cde 100644 --- a/src/storage/netapp/santricity/restapi/plugin.pm +++ b/src/storage/netapp/santricity/restapi/plugin.pm @@ -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 diff --git a/src/storage/nimble/restapi/custom/api.pm b/src/storage/nimble/restapi/custom/api.pm index 63ee836f2e..b429d13c69 100644 --- a/src/storage/nimble/restapi/custom/api.pm +++ b/src/storage/nimble/restapi/custom/api.pm @@ -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 diff --git a/src/storage/nimble/restapi/mode/arrays.pm b/src/storage/nimble/restapi/mode/arrays.pm index ca475532bb..e9e4d25a8f 100644 --- a/src/storage/nimble/restapi/mode/arrays.pm +++ b/src/storage/nimble/restapi/mode/arrays.pm @@ -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 diff --git a/src/storage/nimble/restapi/mode/components/disk.pm b/src/storage/nimble/restapi/mode/components/disk.pm index 1304766bd8..3dfc5061c2 100644 --- a/src/storage/nimble/restapi/mode/components/disk.pm +++ b/src/storage/nimble/restapi/mode/components/disk.pm @@ -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 diff --git a/src/storage/nimble/restapi/mode/components/fan.pm b/src/storage/nimble/restapi/mode/components/fan.pm index 93da67984f..bc436a54a4 100644 --- a/src/storage/nimble/restapi/mode/components/fan.pm +++ b/src/storage/nimble/restapi/mode/components/fan.pm @@ -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 diff --git a/src/storage/nimble/restapi/mode/components/psu.pm b/src/storage/nimble/restapi/mode/components/psu.pm index 20a30b3001..71205b7ee3 100644 --- a/src/storage/nimble/restapi/mode/components/psu.pm +++ b/src/storage/nimble/restapi/mode/components/psu.pm @@ -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 diff --git a/src/storage/nimble/restapi/mode/components/temperature.pm b/src/storage/nimble/restapi/mode/components/temperature.pm index a40e577b93..3b46e7340a 100644 --- a/src/storage/nimble/restapi/mode/components/temperature.pm +++ b/src/storage/nimble/restapi/mode/components/temperature.pm @@ -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 diff --git a/src/storage/nimble/restapi/mode/hardware.pm b/src/storage/nimble/restapi/mode/hardware.pm index d065ee05e0..f5b8473f13 100644 --- a/src/storage/nimble/restapi/mode/hardware.pm +++ b/src/storage/nimble/restapi/mode/hardware.pm @@ -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 diff --git a/src/storage/nimble/restapi/mode/volumes.pm b/src/storage/nimble/restapi/mode/volumes.pm index 90e07217e9..8201b87dc0 100644 --- a/src/storage/nimble/restapi/mode/volumes.pm +++ b/src/storage/nimble/restapi/mode/volumes.pm @@ -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 diff --git a/src/storage/nimble/restapi/plugin.pm b/src/storage/nimble/restapi/plugin.pm index 4b3f6940ec..5cca227ae2 100644 --- a/src/storage/nimble/restapi/plugin.pm +++ b/src/storage/nimble/restapi/plugin.pm @@ -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 diff --git a/src/storage/nimble/snmp/mode/globalstats.pm b/src/storage/nimble/snmp/mode/globalstats.pm index 9282b41fef..e0a545ee02 100644 --- a/src/storage/nimble/snmp/mode/globalstats.pm +++ b/src/storage/nimble/snmp/mode/globalstats.pm @@ -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 diff --git a/src/storage/nimble/snmp/mode/volumeusage.pm b/src/storage/nimble/snmp/mode/volumeusage.pm index 5f8352784e..347ab52b35 100644 --- a/src/storage/nimble/snmp/mode/volumeusage.pm +++ b/src/storage/nimble/snmp/mode/volumeusage.pm @@ -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 diff --git a/src/storage/nimble/snmp/plugin.pm b/src/storage/nimble/snmp/plugin.pm index f557a5e3f4..a2170d49ee 100644 --- a/src/storage/nimble/snmp/plugin.pm +++ b/src/storage/nimble/snmp/plugin.pm @@ -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 diff --git a/src/storage/oracle/zs/restapi/custom/api.pm b/src/storage/oracle/zs/restapi/custom/api.pm index 1b55f1d7aa..24fcb91620 100644 --- a/src/storage/oracle/zs/restapi/custom/api.pm +++ b/src/storage/oracle/zs/restapi/custom/api.pm @@ -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 diff --git a/src/storage/oracle/zs/restapi/mode/components/chassis.pm b/src/storage/oracle/zs/restapi/mode/components/chassis.pm index 0b3ba0080e..f91bb0974c 100644 --- a/src/storage/oracle/zs/restapi/mode/components/chassis.pm +++ b/src/storage/oracle/zs/restapi/mode/components/chassis.pm @@ -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 diff --git a/src/storage/oracle/zs/restapi/mode/components/cpu.pm b/src/storage/oracle/zs/restapi/mode/components/cpu.pm index 47a8d80c11..3bc7c77883 100644 --- a/src/storage/oracle/zs/restapi/mode/components/cpu.pm +++ b/src/storage/oracle/zs/restapi/mode/components/cpu.pm @@ -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 diff --git a/src/storage/oracle/zs/restapi/mode/components/disk.pm b/src/storage/oracle/zs/restapi/mode/components/disk.pm index e62c29ee6f..4b591a554f 100644 --- a/src/storage/oracle/zs/restapi/mode/components/disk.pm +++ b/src/storage/oracle/zs/restapi/mode/components/disk.pm @@ -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 diff --git a/src/storage/oracle/zs/restapi/mode/components/fan.pm b/src/storage/oracle/zs/restapi/mode/components/fan.pm index 29a5a1e81a..9196df0b7d 100644 --- a/src/storage/oracle/zs/restapi/mode/components/fan.pm +++ b/src/storage/oracle/zs/restapi/mode/components/fan.pm @@ -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 diff --git a/src/storage/oracle/zs/restapi/mode/components/memory.pm b/src/storage/oracle/zs/restapi/mode/components/memory.pm index 17ad67b71c..512f329847 100644 --- a/src/storage/oracle/zs/restapi/mode/components/memory.pm +++ b/src/storage/oracle/zs/restapi/mode/components/memory.pm @@ -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 diff --git a/src/storage/oracle/zs/restapi/mode/components/psu.pm b/src/storage/oracle/zs/restapi/mode/components/psu.pm index 1eb0522cba..4c997cb066 100644 --- a/src/storage/oracle/zs/restapi/mode/components/psu.pm +++ b/src/storage/oracle/zs/restapi/mode/components/psu.pm @@ -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 diff --git a/src/storage/oracle/zs/restapi/mode/components/slot.pm b/src/storage/oracle/zs/restapi/mode/components/slot.pm index 062817e94a..80b3d0c92c 100644 --- a/src/storage/oracle/zs/restapi/mode/components/slot.pm +++ b/src/storage/oracle/zs/restapi/mode/components/slot.pm @@ -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 diff --git a/src/storage/oracle/zs/restapi/mode/hardware.pm b/src/storage/oracle/zs/restapi/mode/hardware.pm index 1f64532946..4525c651f4 100644 --- a/src/storage/oracle/zs/restapi/mode/hardware.pm +++ b/src/storage/oracle/zs/restapi/mode/hardware.pm @@ -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 diff --git a/src/storage/oracle/zs/restapi/mode/pools.pm b/src/storage/oracle/zs/restapi/mode/pools.pm index 33d451dde4..4c99027875 100644 --- a/src/storage/oracle/zs/restapi/mode/pools.pm +++ b/src/storage/oracle/zs/restapi/mode/pools.pm @@ -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 diff --git a/src/storage/oracle/zs/restapi/plugin.pm b/src/storage/oracle/zs/restapi/plugin.pm index 910e4b6627..816c2ab4c3 100644 --- a/src/storage/oracle/zs/restapi/plugin.pm +++ b/src/storage/oracle/zs/restapi/plugin.pm @@ -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 diff --git a/src/storage/oracle/zs/snmp/mode/components/module.pm b/src/storage/oracle/zs/snmp/mode/components/module.pm index 1a2a36b3fc..bb1e48665e 100644 --- a/src/storage/oracle/zs/snmp/mode/components/module.pm +++ b/src/storage/oracle/zs/snmp/mode/components/module.pm @@ -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 diff --git a/src/storage/oracle/zs/snmp/mode/hardware.pm b/src/storage/oracle/zs/snmp/mode/hardware.pm index a683bdb11a..49727e33a2 100644 --- a/src/storage/oracle/zs/snmp/mode/hardware.pm +++ b/src/storage/oracle/zs/snmp/mode/hardware.pm @@ -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 diff --git a/src/storage/oracle/zs/snmp/mode/listshares.pm b/src/storage/oracle/zs/snmp/mode/listshares.pm index a4d22e69e7..50d700f3fb 100644 --- a/src/storage/oracle/zs/snmp/mode/listshares.pm +++ b/src/storage/oracle/zs/snmp/mode/listshares.pm @@ -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 diff --git a/src/storage/oracle/zs/snmp/mode/shareusage.pm b/src/storage/oracle/zs/snmp/mode/shareusage.pm index 669125bff8..5267100bea 100644 --- a/src/storage/oracle/zs/snmp/mode/shareusage.pm +++ b/src/storage/oracle/zs/snmp/mode/shareusage.pm @@ -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 diff --git a/src/storage/oracle/zs/snmp/plugin.pm b/src/storage/oracle/zs/snmp/plugin.pm index 536b0277e6..eae44056d3 100644 --- a/src/storage/oracle/zs/snmp/plugin.pm +++ b/src/storage/oracle/zs/snmp/plugin.pm @@ -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 diff --git a/src/storage/overland/neo/snmp/mode/components/drive.pm b/src/storage/overland/neo/snmp/mode/components/drive.pm index 7402bfb342..20ea6a8315 100644 --- a/src/storage/overland/neo/snmp/mode/components/drive.pm +++ b/src/storage/overland/neo/snmp/mode/components/drive.pm @@ -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 diff --git a/src/storage/overland/neo/snmp/mode/components/library.pm b/src/storage/overland/neo/snmp/mode/components/library.pm index 5a787734c6..2ccf2a1b4a 100644 --- a/src/storage/overland/neo/snmp/mode/components/library.pm +++ b/src/storage/overland/neo/snmp/mode/components/library.pm @@ -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 diff --git a/src/storage/overland/neo/snmp/mode/eventlog.pm b/src/storage/overland/neo/snmp/mode/eventlog.pm index af55ce3fb9..f51b36847a 100644 --- a/src/storage/overland/neo/snmp/mode/eventlog.pm +++ b/src/storage/overland/neo/snmp/mode/eventlog.pm @@ -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 diff --git a/src/storage/overland/neo/snmp/mode/hardware.pm b/src/storage/overland/neo/snmp/mode/hardware.pm index 72ea165c44..9842d80df5 100644 --- a/src/storage/overland/neo/snmp/mode/hardware.pm +++ b/src/storage/overland/neo/snmp/mode/hardware.pm @@ -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 diff --git a/src/storage/overland/neo/snmp/plugin.pm b/src/storage/overland/neo/snmp/plugin.pm index eb03a82645..2d1e6df2d1 100644 --- a/src/storage/overland/neo/snmp/plugin.pm +++ b/src/storage/overland/neo/snmp/plugin.pm @@ -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 diff --git a/src/storage/panzura/snmp/mode/cpucloud.pm b/src/storage/panzura/snmp/mode/cpucloud.pm index 40e194bba9..aaba1aad60 100644 --- a/src/storage/panzura/snmp/mode/cpucloud.pm +++ b/src/storage/panzura/snmp/mode/cpucloud.pm @@ -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 diff --git a/src/storage/panzura/snmp/mode/diskusagelocal.pm b/src/storage/panzura/snmp/mode/diskusagelocal.pm index f95a1d810d..4a9b6d4706 100644 --- a/src/storage/panzura/snmp/mode/diskusagelocal.pm +++ b/src/storage/panzura/snmp/mode/diskusagelocal.pm @@ -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 diff --git a/src/storage/panzura/snmp/mode/memory.pm b/src/storage/panzura/snmp/mode/memory.pm index 1561610be7..5550a43785 100644 --- a/src/storage/panzura/snmp/mode/memory.pm +++ b/src/storage/panzura/snmp/mode/memory.pm @@ -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 diff --git a/src/storage/panzura/snmp/mode/ratios.pm b/src/storage/panzura/snmp/mode/ratios.pm index 2011727036..886dd7458b 100644 --- a/src/storage/panzura/snmp/mode/ratios.pm +++ b/src/storage/panzura/snmp/mode/ratios.pm @@ -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 diff --git a/src/storage/panzura/snmp/plugin.pm b/src/storage/panzura/snmp/plugin.pm index bc01b0b1a0..a65cc898c5 100644 --- a/src/storage/panzura/snmp/plugin.pm +++ b/src/storage/panzura/snmp/plugin.pm @@ -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 diff --git a/src/storage/purestorage/flasharray/legacy/restapi/custom/api.pm b/src/storage/purestorage/flasharray/legacy/restapi/custom/api.pm index 49aa5866e5..a3a558ac65 100644 --- a/src/storage/purestorage/flasharray/legacy/restapi/custom/api.pm +++ b/src/storage/purestorage/flasharray/legacy/restapi/custom/api.pm @@ -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 diff --git a/src/storage/purestorage/flasharray/legacy/restapi/mode/alarms.pm b/src/storage/purestorage/flasharray/legacy/restapi/mode/alarms.pm index f0a3dfbb23..3460749272 100644 --- a/src/storage/purestorage/flasharray/legacy/restapi/mode/alarms.pm +++ b/src/storage/purestorage/flasharray/legacy/restapi/mode/alarms.pm @@ -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 diff --git a/src/storage/purestorage/flasharray/legacy/restapi/mode/arrays.pm b/src/storage/purestorage/flasharray/legacy/restapi/mode/arrays.pm index 251392d755..d9807bf0e2 100644 --- a/src/storage/purestorage/flasharray/legacy/restapi/mode/arrays.pm +++ b/src/storage/purestorage/flasharray/legacy/restapi/mode/arrays.pm @@ -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 diff --git a/src/storage/purestorage/flasharray/legacy/restapi/mode/hardware.pm b/src/storage/purestorage/flasharray/legacy/restapi/mode/hardware.pm index 666c757988..24be0128bf 100644 --- a/src/storage/purestorage/flasharray/legacy/restapi/mode/hardware.pm +++ b/src/storage/purestorage/flasharray/legacy/restapi/mode/hardware.pm @@ -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 diff --git a/src/storage/purestorage/flasharray/legacy/restapi/mode/listpgroups.pm b/src/storage/purestorage/flasharray/legacy/restapi/mode/listpgroups.pm index 05ce1dd77a..398b7789ac 100644 --- a/src/storage/purestorage/flasharray/legacy/restapi/mode/listpgroups.pm +++ b/src/storage/purestorage/flasharray/legacy/restapi/mode/listpgroups.pm @@ -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 diff --git a/src/storage/purestorage/flasharray/legacy/restapi/mode/listvolumes.pm b/src/storage/purestorage/flasharray/legacy/restapi/mode/listvolumes.pm index fc3e6fea75..3a3d1d4d1d 100644 --- a/src/storage/purestorage/flasharray/legacy/restapi/mode/listvolumes.pm +++ b/src/storage/purestorage/flasharray/legacy/restapi/mode/listvolumes.pm @@ -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 diff --git a/src/storage/purestorage/flasharray/legacy/restapi/mode/pgroupreplication.pm b/src/storage/purestorage/flasharray/legacy/restapi/mode/pgroupreplication.pm index aed9e0963a..10b15fb533 100644 --- a/src/storage/purestorage/flasharray/legacy/restapi/mode/pgroupreplication.pm +++ b/src/storage/purestorage/flasharray/legacy/restapi/mode/pgroupreplication.pm @@ -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 diff --git a/src/storage/purestorage/flasharray/legacy/restapi/mode/volumeusage.pm b/src/storage/purestorage/flasharray/legacy/restapi/mode/volumeusage.pm index b522d01db4..0dac893f23 100644 --- a/src/storage/purestorage/flasharray/legacy/restapi/mode/volumeusage.pm +++ b/src/storage/purestorage/flasharray/legacy/restapi/mode/volumeusage.pm @@ -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 diff --git a/src/storage/purestorage/flasharray/legacy/restapi/plugin.pm b/src/storage/purestorage/flasharray/legacy/restapi/plugin.pm index 666414e8aa..2855de417f 100644 --- a/src/storage/purestorage/flasharray/legacy/restapi/plugin.pm +++ b/src/storage/purestorage/flasharray/legacy/restapi/plugin.pm @@ -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 diff --git a/src/storage/purestorage/flasharray/v2/restapi/custom/api.pm b/src/storage/purestorage/flasharray/v2/restapi/custom/api.pm index 1d8e31cf23..e4a9ad63fc 100644 --- a/src/storage/purestorage/flasharray/v2/restapi/custom/api.pm +++ b/src/storage/purestorage/flasharray/v2/restapi/custom/api.pm @@ -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 diff --git a/src/storage/purestorage/flasharray/v2/restapi/mode/alerts.pm b/src/storage/purestorage/flasharray/v2/restapi/mode/alerts.pm index a1321719f2..c3a423a5a5 100644 --- a/src/storage/purestorage/flasharray/v2/restapi/mode/alerts.pm +++ b/src/storage/purestorage/flasharray/v2/restapi/mode/alerts.pm @@ -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 diff --git a/src/storage/purestorage/flasharray/v2/restapi/mode/arrays.pm b/src/storage/purestorage/flasharray/v2/restapi/mode/arrays.pm index 40e2bf6978..e53952497c 100644 --- a/src/storage/purestorage/flasharray/v2/restapi/mode/arrays.pm +++ b/src/storage/purestorage/flasharray/v2/restapi/mode/arrays.pm @@ -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 diff --git a/src/storage/purestorage/flasharray/v2/restapi/mode/volumes.pm b/src/storage/purestorage/flasharray/v2/restapi/mode/volumes.pm index befdcf6b71..7c4be1f9bb 100644 --- a/src/storage/purestorage/flasharray/v2/restapi/mode/volumes.pm +++ b/src/storage/purestorage/flasharray/v2/restapi/mode/volumes.pm @@ -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 diff --git a/src/storage/purestorage/flasharray/v2/restapi/plugin.pm b/src/storage/purestorage/flasharray/v2/restapi/plugin.pm index 4d51c6fae0..d3c2003aba 100644 --- a/src/storage/purestorage/flasharray/v2/restapi/plugin.pm +++ b/src/storage/purestorage/flasharray/v2/restapi/plugin.pm @@ -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 diff --git a/src/storage/purestorage/flashblade/v2/restapi/custom/api.pm b/src/storage/purestorage/flashblade/v2/restapi/custom/api.pm index 984ca955ec..1c8fa89986 100644 --- a/src/storage/purestorage/flashblade/v2/restapi/custom/api.pm +++ b/src/storage/purestorage/flashblade/v2/restapi/custom/api.pm @@ -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 diff --git a/src/storage/purestorage/flashblade/v2/restapi/mode/alerts.pm b/src/storage/purestorage/flashblade/v2/restapi/mode/alerts.pm index eb82c55aac..868565d778 100644 --- a/src/storage/purestorage/flashblade/v2/restapi/mode/alerts.pm +++ b/src/storage/purestorage/flashblade/v2/restapi/mode/alerts.pm @@ -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 diff --git a/src/storage/purestorage/flashblade/v2/restapi/mode/arrays.pm b/src/storage/purestorage/flashblade/v2/restapi/mode/arrays.pm index 16022ad29a..cc199fff9d 100644 --- a/src/storage/purestorage/flashblade/v2/restapi/mode/arrays.pm +++ b/src/storage/purestorage/flashblade/v2/restapi/mode/arrays.pm @@ -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 diff --git a/src/storage/purestorage/flashblade/v2/restapi/mode/filesystems.pm b/src/storage/purestorage/flashblade/v2/restapi/mode/filesystems.pm index 495731c6b7..980ff04187 100644 --- a/src/storage/purestorage/flashblade/v2/restapi/mode/filesystems.pm +++ b/src/storage/purestorage/flashblade/v2/restapi/mode/filesystems.pm @@ -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 diff --git a/src/storage/purestorage/flashblade/v2/restapi/plugin.pm b/src/storage/purestorage/flashblade/v2/restapi/plugin.pm index c1f481e3e7..bcb112292a 100644 --- a/src/storage/purestorage/flashblade/v2/restapi/plugin.pm +++ b/src/storage/purestorage/flashblade/v2/restapi/plugin.pm @@ -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 diff --git a/src/storage/purestorage/snmp/mode/stats.pm b/src/storage/purestorage/snmp/mode/stats.pm index eafbe8e895..9bfeb24a0b 100644 --- a/src/storage/purestorage/snmp/mode/stats.pm +++ b/src/storage/purestorage/snmp/mode/stats.pm @@ -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 diff --git a/src/storage/purestorage/snmp/plugin.pm b/src/storage/purestorage/snmp/plugin.pm index dffb820f69..58185d5980 100644 --- a/src/storage/purestorage/snmp/plugin.pm +++ b/src/storage/purestorage/snmp/plugin.pm @@ -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 diff --git a/src/storage/qnap/snmp/mode/components/disk.pm b/src/storage/qnap/snmp/mode/components/disk.pm index 09ebe7565c..abf8fe5a91 100644 --- a/src/storage/qnap/snmp/mode/components/disk.pm +++ b/src/storage/qnap/snmp/mode/components/disk.pm @@ -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 diff --git a/src/storage/qnap/snmp/mode/components/fan.pm b/src/storage/qnap/snmp/mode/components/fan.pm index bc35d93d07..a08f7b4aeb 100644 --- a/src/storage/qnap/snmp/mode/components/fan.pm +++ b/src/storage/qnap/snmp/mode/components/fan.pm @@ -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 diff --git a/src/storage/qnap/snmp/mode/components/mdisk.pm b/src/storage/qnap/snmp/mode/components/mdisk.pm index 0fffde0ba6..c9a7c37152 100644 --- a/src/storage/qnap/snmp/mode/components/mdisk.pm +++ b/src/storage/qnap/snmp/mode/components/mdisk.pm @@ -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 diff --git a/src/storage/qnap/snmp/mode/components/psu.pm b/src/storage/qnap/snmp/mode/components/psu.pm index 0c07d84499..b1a945d8d5 100644 --- a/src/storage/qnap/snmp/mode/components/psu.pm +++ b/src/storage/qnap/snmp/mode/components/psu.pm @@ -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 diff --git a/src/storage/qnap/snmp/mode/components/raid.pm b/src/storage/qnap/snmp/mode/components/raid.pm index 889159dbfa..2ee5283195 100644 --- a/src/storage/qnap/snmp/mode/components/raid.pm +++ b/src/storage/qnap/snmp/mode/components/raid.pm @@ -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 diff --git a/src/storage/qnap/snmp/mode/components/temperature.pm b/src/storage/qnap/snmp/mode/components/temperature.pm index 22272ecfb1..0880174be9 100644 --- a/src/storage/qnap/snmp/mode/components/temperature.pm +++ b/src/storage/qnap/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/storage/qnap/snmp/mode/hardware.pm b/src/storage/qnap/snmp/mode/hardware.pm index c392d8b414..d55bf06275 100644 --- a/src/storage/qnap/snmp/mode/hardware.pm +++ b/src/storage/qnap/snmp/mode/hardware.pm @@ -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 diff --git a/src/storage/qnap/snmp/mode/memory.pm b/src/storage/qnap/snmp/mode/memory.pm index 0dafa9f569..861ba2f8d7 100644 --- a/src/storage/qnap/snmp/mode/memory.pm +++ b/src/storage/qnap/snmp/mode/memory.pm @@ -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 diff --git a/src/storage/qnap/snmp/mode/pools.pm b/src/storage/qnap/snmp/mode/pools.pm index 2b0bcfd35d..e10d2d6c94 100644 --- a/src/storage/qnap/snmp/mode/pools.pm +++ b/src/storage/qnap/snmp/mode/pools.pm @@ -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 diff --git a/src/storage/qnap/snmp/mode/upgrade.pm b/src/storage/qnap/snmp/mode/upgrade.pm index 569f8c4f54..a96e107a5c 100644 --- a/src/storage/qnap/snmp/mode/upgrade.pm +++ b/src/storage/qnap/snmp/mode/upgrade.pm @@ -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 diff --git a/src/storage/qnap/snmp/mode/volumes.pm b/src/storage/qnap/snmp/mode/volumes.pm index 8753c55a15..0636846c8c 100644 --- a/src/storage/qnap/snmp/mode/volumes.pm +++ b/src/storage/qnap/snmp/mode/volumes.pm @@ -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 diff --git a/src/storage/qnap/snmp/plugin.pm b/src/storage/qnap/snmp/plugin.pm index 2cb55688f6..bc2c0ad987 100644 --- a/src/storage/qnap/snmp/plugin.pm +++ b/src/storage/qnap/snmp/plugin.pm @@ -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 diff --git a/src/storage/qsan/nas/snmp/mode/components/disk.pm b/src/storage/qsan/nas/snmp/mode/components/disk.pm index ae340aaf2e..82d1799367 100644 --- a/src/storage/qsan/nas/snmp/mode/components/disk.pm +++ b/src/storage/qsan/nas/snmp/mode/components/disk.pm @@ -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 diff --git a/src/storage/qsan/nas/snmp/mode/components/fan.pm b/src/storage/qsan/nas/snmp/mode/components/fan.pm index b42b978ad0..6102bd1352 100644 --- a/src/storage/qsan/nas/snmp/mode/components/fan.pm +++ b/src/storage/qsan/nas/snmp/mode/components/fan.pm @@ -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 diff --git a/src/storage/qsan/nas/snmp/mode/components/psu.pm b/src/storage/qsan/nas/snmp/mode/components/psu.pm index 0794321a82..ad53c5607b 100644 --- a/src/storage/qsan/nas/snmp/mode/components/psu.pm +++ b/src/storage/qsan/nas/snmp/mode/components/psu.pm @@ -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 diff --git a/src/storage/qsan/nas/snmp/mode/components/resources.pm b/src/storage/qsan/nas/snmp/mode/components/resources.pm index f58dc12699..7b3cf275b9 100644 --- a/src/storage/qsan/nas/snmp/mode/components/resources.pm +++ b/src/storage/qsan/nas/snmp/mode/components/resources.pm @@ -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 diff --git a/src/storage/qsan/nas/snmp/mode/components/temperature.pm b/src/storage/qsan/nas/snmp/mode/components/temperature.pm index df7208e0e2..1abf002b13 100644 --- a/src/storage/qsan/nas/snmp/mode/components/temperature.pm +++ b/src/storage/qsan/nas/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/storage/qsan/nas/snmp/mode/components/voltage.pm b/src/storage/qsan/nas/snmp/mode/components/voltage.pm index acab49df49..55b252d18a 100644 --- a/src/storage/qsan/nas/snmp/mode/components/voltage.pm +++ b/src/storage/qsan/nas/snmp/mode/components/voltage.pm @@ -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 diff --git a/src/storage/qsan/nas/snmp/mode/hardware.pm b/src/storage/qsan/nas/snmp/mode/hardware.pm index 74543fd864..d97de668ce 100644 --- a/src/storage/qsan/nas/snmp/mode/hardware.pm +++ b/src/storage/qsan/nas/snmp/mode/hardware.pm @@ -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 diff --git a/src/storage/qsan/nas/snmp/plugin.pm b/src/storage/qsan/nas/snmp/plugin.pm index 164afc74b2..2e1281aab8 100644 --- a/src/storage/qsan/nas/snmp/plugin.pm +++ b/src/storage/qsan/nas/snmp/plugin.pm @@ -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 diff --git a/src/storage/quantum/dxi/ssh/custom/api.pm b/src/storage/quantum/dxi/ssh/custom/api.pm index f98f0b6a4a..214dc2a825 100644 --- a/src/storage/quantum/dxi/ssh/custom/api.pm +++ b/src/storage/quantum/dxi/ssh/custom/api.pm @@ -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 diff --git a/src/storage/quantum/dxi/ssh/mode/compaction.pm b/src/storage/quantum/dxi/ssh/mode/compaction.pm index 7db3334d97..2a60506cbf 100644 --- a/src/storage/quantum/dxi/ssh/mode/compaction.pm +++ b/src/storage/quantum/dxi/ssh/mode/compaction.pm @@ -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 diff --git a/src/storage/quantum/dxi/ssh/mode/dedupnas.pm b/src/storage/quantum/dxi/ssh/mode/dedupnas.pm index a251372d23..7589eed8db 100644 --- a/src/storage/quantum/dxi/ssh/mode/dedupnas.pm +++ b/src/storage/quantum/dxi/ssh/mode/dedupnas.pm @@ -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 diff --git a/src/storage/quantum/dxi/ssh/mode/dedupvtl.pm b/src/storage/quantum/dxi/ssh/mode/dedupvtl.pm index 8370503562..bca059d8d7 100644 --- a/src/storage/quantum/dxi/ssh/mode/dedupvtl.pm +++ b/src/storage/quantum/dxi/ssh/mode/dedupvtl.pm @@ -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 diff --git a/src/storage/quantum/dxi/ssh/mode/diskusage.pm b/src/storage/quantum/dxi/ssh/mode/diskusage.pm index 3014cfe3f4..3d31e08ffd 100644 --- a/src/storage/quantum/dxi/ssh/mode/diskusage.pm +++ b/src/storage/quantum/dxi/ssh/mode/diskusage.pm @@ -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 diff --git a/src/storage/quantum/dxi/ssh/mode/health.pm b/src/storage/quantum/dxi/ssh/mode/health.pm index 03111554f6..493b6c414a 100644 --- a/src/storage/quantum/dxi/ssh/mode/health.pm +++ b/src/storage/quantum/dxi/ssh/mode/health.pm @@ -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 diff --git a/src/storage/quantum/dxi/ssh/mode/hostbusadapterstatus.pm b/src/storage/quantum/dxi/ssh/mode/hostbusadapterstatus.pm index bd98881971..b86e10182b 100644 --- a/src/storage/quantum/dxi/ssh/mode/hostbusadapterstatus.pm +++ b/src/storage/quantum/dxi/ssh/mode/hostbusadapterstatus.pm @@ -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 diff --git a/src/storage/quantum/dxi/ssh/mode/memory.pm b/src/storage/quantum/dxi/ssh/mode/memory.pm index e4b6061bf5..fc0cd1255f 100644 --- a/src/storage/quantum/dxi/ssh/mode/memory.pm +++ b/src/storage/quantum/dxi/ssh/mode/memory.pm @@ -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 diff --git a/src/storage/quantum/dxi/ssh/mode/network.pm b/src/storage/quantum/dxi/ssh/mode/network.pm index da78e515d0..42072a2d4b 100644 --- a/src/storage/quantum/dxi/ssh/mode/network.pm +++ b/src/storage/quantum/dxi/ssh/mode/network.pm @@ -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 diff --git a/src/storage/quantum/dxi/ssh/mode/reclamation.pm b/src/storage/quantum/dxi/ssh/mode/reclamation.pm index 59cfe66e4f..dea1fc09f5 100644 --- a/src/storage/quantum/dxi/ssh/mode/reclamation.pm +++ b/src/storage/quantum/dxi/ssh/mode/reclamation.pm @@ -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 diff --git a/src/storage/quantum/dxi/ssh/mode/reduction.pm b/src/storage/quantum/dxi/ssh/mode/reduction.pm index 642fbe3c74..687c26edcd 100644 --- a/src/storage/quantum/dxi/ssh/mode/reduction.pm +++ b/src/storage/quantum/dxi/ssh/mode/reduction.pm @@ -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 diff --git a/src/storage/quantum/dxi/ssh/mode/storagearraystatus.pm b/src/storage/quantum/dxi/ssh/mode/storagearraystatus.pm index 7d6fe7dca2..d6e5ca4cc6 100644 --- a/src/storage/quantum/dxi/ssh/mode/storagearraystatus.pm +++ b/src/storage/quantum/dxi/ssh/mode/storagearraystatus.pm @@ -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 diff --git a/src/storage/quantum/dxi/ssh/mode/systemstatus.pm b/src/storage/quantum/dxi/ssh/mode/systemstatus.pm index ce0cc01e5b..c0189bb6f1 100644 --- a/src/storage/quantum/dxi/ssh/mode/systemstatus.pm +++ b/src/storage/quantum/dxi/ssh/mode/systemstatus.pm @@ -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 diff --git a/src/storage/quantum/dxi/ssh/mode/throughput.pm b/src/storage/quantum/dxi/ssh/mode/throughput.pm index b6d5a1068f..251b4c6656 100644 --- a/src/storage/quantum/dxi/ssh/mode/throughput.pm +++ b/src/storage/quantum/dxi/ssh/mode/throughput.pm @@ -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 diff --git a/src/storage/quantum/dxi/ssh/plugin.pm b/src/storage/quantum/dxi/ssh/plugin.pm index f79e08b7e2..2cfad67e51 100644 --- a/src/storage/quantum/dxi/ssh/plugin.pm +++ b/src/storage/quantum/dxi/ssh/plugin.pm @@ -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 diff --git a/src/storage/quantum/scalar/snmp/mode/components/global.pm b/src/storage/quantum/scalar/snmp/mode/components/global.pm index 432f901bd6..8af95bacd1 100644 --- a/src/storage/quantum/scalar/snmp/mode/components/global.pm +++ b/src/storage/quantum/scalar/snmp/mode/components/global.pm @@ -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 diff --git a/src/storage/quantum/scalar/snmp/mode/components/humidity.pm b/src/storage/quantum/scalar/snmp/mode/components/humidity.pm index 7de30e8035..e38661eae5 100644 --- a/src/storage/quantum/scalar/snmp/mode/components/humidity.pm +++ b/src/storage/quantum/scalar/snmp/mode/components/humidity.pm @@ -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 diff --git a/src/storage/quantum/scalar/snmp/mode/components/physicaldrive.pm b/src/storage/quantum/scalar/snmp/mode/components/physicaldrive.pm index 73f33cd0ff..8cf79ff27a 100644 --- a/src/storage/quantum/scalar/snmp/mode/components/physicaldrive.pm +++ b/src/storage/quantum/scalar/snmp/mode/components/physicaldrive.pm @@ -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 diff --git a/src/storage/quantum/scalar/snmp/mode/components/psu.pm b/src/storage/quantum/scalar/snmp/mode/components/psu.pm index b5995caa8d..5a5f9bd8c5 100644 --- a/src/storage/quantum/scalar/snmp/mode/components/psu.pm +++ b/src/storage/quantum/scalar/snmp/mode/components/psu.pm @@ -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 diff --git a/src/storage/quantum/scalar/snmp/mode/components/resources.pm b/src/storage/quantum/scalar/snmp/mode/components/resources.pm index 9a933a2442..e597c3d2ea 100644 --- a/src/storage/quantum/scalar/snmp/mode/components/resources.pm +++ b/src/storage/quantum/scalar/snmp/mode/components/resources.pm @@ -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 diff --git a/src/storage/quantum/scalar/snmp/mode/components/subsystem.pm b/src/storage/quantum/scalar/snmp/mode/components/subsystem.pm index 5b58b8a29b..3e337fb887 100644 --- a/src/storage/quantum/scalar/snmp/mode/components/subsystem.pm +++ b/src/storage/quantum/scalar/snmp/mode/components/subsystem.pm @@ -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 diff --git a/src/storage/quantum/scalar/snmp/mode/components/temperature.pm b/src/storage/quantum/scalar/snmp/mode/components/temperature.pm index 9bb6c94336..dd455e5d49 100644 --- a/src/storage/quantum/scalar/snmp/mode/components/temperature.pm +++ b/src/storage/quantum/scalar/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/storage/quantum/scalar/snmp/mode/components/voltage.pm b/src/storage/quantum/scalar/snmp/mode/components/voltage.pm index d2d61d1189..536689fda4 100644 --- a/src/storage/quantum/scalar/snmp/mode/components/voltage.pm +++ b/src/storage/quantum/scalar/snmp/mode/components/voltage.pm @@ -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 diff --git a/src/storage/quantum/scalar/snmp/mode/hardware.pm b/src/storage/quantum/scalar/snmp/mode/hardware.pm index c8752a20fe..d6870e84cf 100644 --- a/src/storage/quantum/scalar/snmp/mode/hardware.pm +++ b/src/storage/quantum/scalar/snmp/mode/hardware.pm @@ -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 diff --git a/src/storage/quantum/scalar/snmp/plugin.pm b/src/storage/quantum/scalar/snmp/plugin.pm index 40a292d55a..b04d19410d 100644 --- a/src/storage/quantum/scalar/snmp/plugin.pm +++ b/src/storage/quantum/scalar/snmp/plugin.pm @@ -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 diff --git a/src/storage/storagetek/sl/snmp/mode/components/cap.pm b/src/storage/storagetek/sl/snmp/mode/components/cap.pm index 8ae52f5744..0fe5dff951 100644 --- a/src/storage/storagetek/sl/snmp/mode/components/cap.pm +++ b/src/storage/storagetek/sl/snmp/mode/components/cap.pm @@ -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 diff --git a/src/storage/storagetek/sl/snmp/mode/components/controller.pm b/src/storage/storagetek/sl/snmp/mode/components/controller.pm index d17b078d5f..5bafea42a9 100644 --- a/src/storage/storagetek/sl/snmp/mode/components/controller.pm +++ b/src/storage/storagetek/sl/snmp/mode/components/controller.pm @@ -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 diff --git a/src/storage/storagetek/sl/snmp/mode/components/elevator.pm b/src/storage/storagetek/sl/snmp/mode/components/elevator.pm index d6a8635e3f..036061560b 100644 --- a/src/storage/storagetek/sl/snmp/mode/components/elevator.pm +++ b/src/storage/storagetek/sl/snmp/mode/components/elevator.pm @@ -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 diff --git a/src/storage/storagetek/sl/snmp/mode/components/fan.pm b/src/storage/storagetek/sl/snmp/mode/components/fan.pm index 526d85681f..a5e61c4650 100644 --- a/src/storage/storagetek/sl/snmp/mode/components/fan.pm +++ b/src/storage/storagetek/sl/snmp/mode/components/fan.pm @@ -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 diff --git a/src/storage/storagetek/sl/snmp/mode/components/interface.pm b/src/storage/storagetek/sl/snmp/mode/components/interface.pm index c95f936a9b..004d764035 100644 --- a/src/storage/storagetek/sl/snmp/mode/components/interface.pm +++ b/src/storage/storagetek/sl/snmp/mode/components/interface.pm @@ -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 diff --git a/src/storage/storagetek/sl/snmp/mode/components/psu.pm b/src/storage/storagetek/sl/snmp/mode/components/psu.pm index 4655c2c831..399fc36982 100644 --- a/src/storage/storagetek/sl/snmp/mode/components/psu.pm +++ b/src/storage/storagetek/sl/snmp/mode/components/psu.pm @@ -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 diff --git a/src/storage/storagetek/sl/snmp/mode/components/resources.pm b/src/storage/storagetek/sl/snmp/mode/components/resources.pm index 5a9846eb05..1ddd8b81f3 100644 --- a/src/storage/storagetek/sl/snmp/mode/components/resources.pm +++ b/src/storage/storagetek/sl/snmp/mode/components/resources.pm @@ -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 diff --git a/src/storage/storagetek/sl/snmp/mode/components/robot.pm b/src/storage/storagetek/sl/snmp/mode/components/robot.pm index 9ded2073f9..00b9b6208f 100644 --- a/src/storage/storagetek/sl/snmp/mode/components/robot.pm +++ b/src/storage/storagetek/sl/snmp/mode/components/robot.pm @@ -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 diff --git a/src/storage/storagetek/sl/snmp/mode/components/temperature.pm b/src/storage/storagetek/sl/snmp/mode/components/temperature.pm index 02d55c1ca5..54a10adb59 100644 --- a/src/storage/storagetek/sl/snmp/mode/components/temperature.pm +++ b/src/storage/storagetek/sl/snmp/mode/components/temperature.pm @@ -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 diff --git a/src/storage/storagetek/sl/snmp/mode/components/turntable.pm b/src/storage/storagetek/sl/snmp/mode/components/turntable.pm index c06f48d8a8..f0f369ca65 100644 --- a/src/storage/storagetek/sl/snmp/mode/components/turntable.pm +++ b/src/storage/storagetek/sl/snmp/mode/components/turntable.pm @@ -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 diff --git a/src/storage/storagetek/sl/snmp/mode/hardware.pm b/src/storage/storagetek/sl/snmp/mode/hardware.pm index 10aeb0b7a1..b3ce00ea2d 100644 --- a/src/storage/storagetek/sl/snmp/mode/hardware.pm +++ b/src/storage/storagetek/sl/snmp/mode/hardware.pm @@ -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 diff --git a/src/storage/storagetek/sl/snmp/plugin.pm b/src/storage/storagetek/sl/snmp/plugin.pm index aba638050a..79a52e9349 100644 --- a/src/storage/storagetek/sl/snmp/plugin.pm +++ b/src/storage/storagetek/sl/snmp/plugin.pm @@ -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 diff --git a/src/storage/synology/snmp/mode/components/disk.pm b/src/storage/synology/snmp/mode/components/disk.pm index f06e3df9fd..6b3df723e3 100644 --- a/src/storage/synology/snmp/mode/components/disk.pm +++ b/src/storage/synology/snmp/mode/components/disk.pm @@ -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 diff --git a/src/storage/synology/snmp/mode/components/fan.pm b/src/storage/synology/snmp/mode/components/fan.pm index 1e1d90e918..fc4b579be9 100644 --- a/src/storage/synology/snmp/mode/components/fan.pm +++ b/src/storage/synology/snmp/mode/components/fan.pm @@ -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 diff --git a/src/storage/synology/snmp/mode/components/psu.pm b/src/storage/synology/snmp/mode/components/psu.pm index 41fbbeb7df..d2c01d7a1a 100644 --- a/src/storage/synology/snmp/mode/components/psu.pm +++ b/src/storage/synology/snmp/mode/components/psu.pm @@ -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 diff --git a/src/storage/synology/snmp/mode/components/raid.pm b/src/storage/synology/snmp/mode/components/raid.pm index a22d60b091..57c7a2a46d 100644 --- a/src/storage/synology/snmp/mode/components/raid.pm +++ b/src/storage/synology/snmp/mode/components/raid.pm @@ -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 diff --git a/src/storage/synology/snmp/mode/components/system.pm b/src/storage/synology/snmp/mode/components/system.pm index dcd384fd7e..305479e4a0 100644 --- a/src/storage/synology/snmp/mode/components/system.pm +++ b/src/storage/synology/snmp/mode/components/system.pm @@ -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 diff --git a/src/storage/synology/snmp/mode/ha.pm b/src/storage/synology/snmp/mode/ha.pm index f85af4ec36..9daca74fc7 100644 --- a/src/storage/synology/snmp/mode/ha.pm +++ b/src/storage/synology/snmp/mode/ha.pm @@ -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 diff --git a/src/storage/synology/snmp/mode/hardware.pm b/src/storage/synology/snmp/mode/hardware.pm index 369fd47ebf..e30b77b744 100644 --- a/src/storage/synology/snmp/mode/hardware.pm +++ b/src/storage/synology/snmp/mode/hardware.pm @@ -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 diff --git a/src/storage/synology/snmp/mode/temperature.pm b/src/storage/synology/snmp/mode/temperature.pm index a181422f1e..5929bed3ef 100644 --- a/src/storage/synology/snmp/mode/temperature.pm +++ b/src/storage/synology/snmp/mode/temperature.pm @@ -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 diff --git a/src/storage/synology/snmp/mode/upgrade.pm b/src/storage/synology/snmp/mode/upgrade.pm index b53b11541b..9a0c9473a4 100644 --- a/src/storage/synology/snmp/mode/upgrade.pm +++ b/src/storage/synology/snmp/mode/upgrade.pm @@ -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 diff --git a/src/storage/synology/snmp/mode/ups.pm b/src/storage/synology/snmp/mode/ups.pm index bb85c54f5d..b231a3e12d 100644 --- a/src/storage/synology/snmp/mode/ups.pm +++ b/src/storage/synology/snmp/mode/ups.pm @@ -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 diff --git a/src/storage/synology/snmp/plugin.pm b/src/storage/synology/snmp/plugin.pm index 6ef4bebefd..1ed1870bef 100644 --- a/src/storage/synology/snmp/plugin.pm +++ b/src/storage/synology/snmp/plugin.pm @@ -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 diff --git a/src/storage/violin/3000/snmp/plugin.pm b/src/storage/violin/3000/snmp/plugin.pm index 65e113e9c2..802c791a55 100644 --- a/src/storage/violin/3000/snmp/plugin.pm +++ b/src/storage/violin/3000/snmp/plugin.pm @@ -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 diff --git a/src/storage/wd/nas/snmp/mode/hardware.pm b/src/storage/wd/nas/snmp/mode/hardware.pm index 07508a7a05..3bc8907515 100644 --- a/src/storage/wd/nas/snmp/mode/hardware.pm +++ b/src/storage/wd/nas/snmp/mode/hardware.pm @@ -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 diff --git a/src/storage/wd/nas/snmp/mode/listvolumes.pm b/src/storage/wd/nas/snmp/mode/listvolumes.pm index bafff378ab..8b4b070cde 100644 --- a/src/storage/wd/nas/snmp/mode/listvolumes.pm +++ b/src/storage/wd/nas/snmp/mode/listvolumes.pm @@ -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 diff --git a/src/storage/wd/nas/snmp/mode/volumes.pm b/src/storage/wd/nas/snmp/mode/volumes.pm index 9b35b409f3..6e1844e226 100644 --- a/src/storage/wd/nas/snmp/mode/volumes.pm +++ b/src/storage/wd/nas/snmp/mode/volumes.pm @@ -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 diff --git a/src/storage/wd/nas/snmp/plugin.pm b/src/storage/wd/nas/snmp/plugin.pm index 8d5f1ae413..3e938556cd 100644 --- a/src/storage/wd/nas/snmp/plugin.pm +++ b/src/storage/wd/nas/snmp/plugin.pm @@ -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 From 95c6bc26a4f8450847dc4a4b13ccc095aad3146d Mon Sep 17 00:00:00 2001 From: omercier <32134301+omercier@users.noreply.github.com> Date: Tue, 16 Jan 2024 11:35:29 +0100 Subject: [PATCH 5/5] Fix uninitialized value (#4811) Co-authored-by: Lucie Dubrunfaut --- .../aruba/instant/snmp/mode/apusage.pm | 2 +- .../snmp/network-aruba-instant-ap-usage.robot | 79 ++++++++++++++ .../network-aruba-instant/ap-usage.snmpwalk | 100 ++++++++++++++++++ 3 files changed, 180 insertions(+), 1 deletion(-) create mode 100644 tests/functional/snmp/network-aruba-instant-ap-usage.robot create mode 100644 tests/resources/snmp/network-aruba-instant/ap-usage.snmpwalk diff --git a/src/network/aruba/instant/snmp/mode/apusage.pm b/src/network/aruba/instant/snmp/mode/apusage.pm index 39b6db6142..749cb2110e 100644 --- a/src/network/aruba/instant/snmp/mode/apusage.pm +++ b/src/network/aruba/instant/snmp/mode/apusage.pm @@ -203,7 +203,7 @@ sub manage_selection { my $ap_ipaddress = $snmp_result->{$oid_aiClientAPIPAddress}->{$oid}; if (defined($link_ap->{$ap_ipaddress})) { $link_ap->{$ap_ipaddress}->{clients}++; - } else { + } elsif (defined($self->{ap}->{default})) { # default "AP" is only handled when no AP is identified (see above) $self->{ap}->{default}->{clients}++; } } diff --git a/tests/functional/snmp/network-aruba-instant-ap-usage.robot b/tests/functional/snmp/network-aruba-instant-ap-usage.robot new file mode 100644 index 0000000000..8f66068136 --- /dev/null +++ b/tests/functional/snmp/network-aruba-instant-ap-usage.robot @@ -0,0 +1,79 @@ +*** Settings *** +Documentation Network Aruba Instant SNMP plugin - AP Usage + +Library OperatingSystem +Library String + +Test Timeout 120s + + +*** Variables *** +${CENTREON_PLUGINS} ${CURDIR}${/}..${/}..${/}..${/}src${/}centreon_plugins.pl + +${CMD} perl ${CENTREON_PLUGINS} --plugin=network::aruba::instant::snmp::plugin --mode=ap-usage --hostname=127.0.0.1 --snmp-version=2c --snmp-port=2024 + +&{ap_usage_test_1} +... documentation=Test AP usage without filters +... snmpcommunity=network-aruba-instant/ap-usage +... filtercounters= +... filtername= +... warningclients= +... criticalclients= +... result=OK: total access points: 5 - All access points are ok | 'accesspoints.total.count'=5;;;0; 'AP Piso 1#clients.current.count'=4;;;0; 'AP Piso 1#cpu.utilization.percentage'=3.00%;;;0;100 'AP Piso 1#memory.usage.bytes'=215711744B;;;0;527028224 'AP Piso 1#memory.free.bytes'=311316480B;;;0;527028224 'AP Piso 1#memory.usage.percentage'=40.93%;;;0;100 'AP Piso 2#clients.current.count'=17;;;0; 'AP Piso 2#cpu.utilization.percentage'=18.00%;;;0;100 'AP Piso 2#memory.usage.bytes'=219455488B;;;0;527028224 'AP Piso 2#memory.free.bytes'=307572736B;;;0;527028224 'AP Piso 2#memory.usage.percentage'=41.64%;;;0;100 'AP Piso 3#clients.current.count'=14;;;0; 'AP Piso 3#cpu.utilization.percentage'=18.00%;;;0;100 'AP Piso 3#memory.usage.bytes'=219185152B;;;0;527028224 'AP Piso 3#memory.free.bytes'=307843072B;;;0;527028224 'AP Piso 3#memory.usage.percentage'=41.59%;;;0;100 'AP Piso 4#clients.current.count'=11;;;0; 'AP Piso 4#cpu.utilization.percentage'=11.00%;;;0;100 'AP Piso 4#memory.usage.bytes'=221700096B;;;0;527028224 'AP Piso 4#memory.free.bytes'=305328128B;;;0;527028224 'AP Piso 4#memory.usage.percentage'=42.07%;;;0;100 'AP Sotano#clients.current.count'=4;;;0; 'AP Sotano#cpu.utilization.percentage'=4.00%;;;0;100 'AP Sotano#memory.usage.bytes'=217473024B;;;0;527028224 'AP Sotano#memory.free.bytes'=309555200B;;;0;527028224 'AP Sotano#memory.usage.percentage'=41.26%;;;0;100 + +&{ap_usage_test_2} +... documentation=Test AP usage with filter on clients +... snmpcommunity=network-aruba-instant/ap-usage +... filtercounters=clients +... filtername= +... warningclients= +... criticalclients= +... result=OK: All access points are ok | 'AP Piso 1#clients.current.count'=4;;;0; 'AP Piso 2#clients.current.count'=17;;;0; 'AP Piso 3#clients.current.count'=14;;;0; 'AP Piso 4#clients.current.count'=11;;;0; 'AP Sotano#clients.current.count'=4;;;0; + +&{ap_usage_test_3} +... documentation=Test AP usage with filter on clients and filter on name +... snmpcommunity=network-aruba-instant/ap-usage +... filtercounters=clients +... filtername=Piso 4 +... warningclients= +... criticalclients= +... result=OK: Access Point 'AP Piso 4' Current Clients: 11 | 'AP Piso 4#clients.current.count'=11;;;0; + +&{ap_usage_test_4} +... documentation=Test AP usage without filters with warning when less than 20 clients +... snmpcommunity=network-aruba-instant/ap-usage +... filtercounters= +... filtername= +... warningclients=20: +... criticalclients= +... result=WARNING: Access Point 'AP Piso 1' Current Clients: 4 - Access Point 'AP Piso 2' Current Clients: 17 - Access Point 'AP Piso 3' Current Clients: 14 - Access Point 'AP Piso 4' Current Clients: 11 - Access Point 'AP Sotano' Current Clients: 4 | 'accesspoints.total.count'=5;;;0; 'AP Piso 1#clients.current.count'=4;20:;;0; 'AP Piso 1#cpu.utilization.percentage'=3.00%;;;0;100 'AP Piso 1#memory.usage.bytes'=215711744B;;;0;527028224 'AP Piso 1#memory.free.bytes'=311316480B;;;0;527028224 'AP Piso 1#memory.usage.percentage'=40.93%;;;0;100 'AP Piso 2#clients.current.count'=17;20:;;0; 'AP Piso 2#cpu.utilization.percentage'=18.00%;;;0;100 'AP Piso 2#memory.usage.bytes'=219455488B;;;0;527028224 'AP Piso 2#memory.free.bytes'=307572736B;;;0;527028224 'AP Piso 2#memory.usage.percentage'=41.64%;;;0;100 'AP Piso 3#clients.current.count'=14;20:;;0; 'AP Piso 3#cpu.utilization.percentage'=18.00%;;;0;100 'AP Piso 3#memory.usage.bytes'=219185152B;;;0;527028224 'AP Piso 3#memory.free.bytes'=307843072B;;;0;527028224 'AP Piso 3#memory.usage.percentage'=41.59%;;;0;100 'AP Piso 4#clients.current.count'=11;20:;;0; 'AP Piso 4#cpu.utilization.percentage'=11.00%;;;0;100 'AP Piso 4#memory.usage.bytes'=221700096B;;;0;527028224 'AP Piso 4#memory.free.bytes'=305328128B;;;0;527028224 'AP Piso 4#memory.usage.percentage'=42.07%;;;0;100 'AP Sotano#clients.current.count'=4;20:;;0; 'AP Sotano#cpu.utilization.percentage'=4.00%;;;0;100 'AP Sotano#memory.usage.bytes'=217473024B;;;0;527028224 'AP Sotano#memory.free.bytes'=309555200B;;;0;527028224 'AP Sotano#memory.usage.percentage'=41.26%;;;0;100 + +@{ap_usage_tests} +... &{ap_usage_test_1} +... &{ap_usage_test_2} +... &{ap_usage_test_3} +... &{ap_usage_test_4} + + +*** Test Cases *** +Network Aruba Instant SNMP plugin + [Documentation] AP Usage + [Tags] network aruba snmp + FOR ${ap_usage_tc} IN @{ap_usage_tests} + ${command} Catenate + ... ${CMD} + ... --filter-counters='${ap_usage_tc.filtercounters}' + ... --filter-name='${ap_usage_tc.filtername}' + ... --warning-clients='${ap_usage_tc.warningclients}' + ... --critical-clients='${ap_usage_tc.criticalclients}' + ... --snmp-community=${ap_usage_tc.snmpcommunity} + + Log To Console ${ap_usage_tc.documentation} + ${output} Run ${command} + ${output} Strip String ${output} + Should Be Equal As Strings + ... ${output} + ... ${ap_usage_tc.result} + ... Wrong output result for compliance of ${ap_usage_tc.result}{\n}Command output:{\n}${output}{\n}{\n}{\n} + END + diff --git a/tests/resources/snmp/network-aruba-instant/ap-usage.snmpwalk b/tests/resources/snmp/network-aruba-instant/ap-usage.snmpwalk new file mode 100644 index 0000000000..b06640159b --- /dev/null +++ b/tests/resources/snmp/network-aruba-instant/ap-usage.snmpwalk @@ -0,0 +1,100 @@ +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.2.112.58.14.202.173.210 = STRING: AP Piso 1 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.2.112.58.14.202.175.120 = STRING: AP Piso 2 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.2.112.58.14.203.129.170 = STRING: AP Sotano +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.2.112.58.14.203.129.172 = STRING: AP Piso 4 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.2.112.58.14.203.130.124 = STRING: AP Piso 3 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.3.112.58.14.202.173.210 = STRING: 192.168.0.242 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.3.112.58.14.202.175.120 = STRING: 192.168.0.239 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.3.112.58.14.203.129.170 = STRING: 192.168.0.237 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.3.112.58.14.203.129.172 = STRING: 192.168.0.238 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.3.112.58.14.203.130.124 = STRING: 192.168.0.245 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.4.112.58.14.202.173.210 = STRING: CXXXXXV51G +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.4.112.58.14.202.175.120 = STRING: CXXXXXV588 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.4.112.58.14.203.129.170 = STRING: CXXXXXV1Y6 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.4.112.58.14.203.129.172 = STRING: CXXXXXV1Y7 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.4.112.58.14.203.130.124 = STRING: CXXXXXV21L +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.5.112.58.14.202.173.210 = STRING: .1.3.6.1.4.1.14823.1.2.59 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.5.112.58.14.202.175.120 = STRING: .1.3.6.1.4.1.14823.1.2.59 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.5.112.58.14.203.129.170 = STRING: .1.3.6.1.4.1.14823.1.2.59 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.5.112.58.14.203.129.172 = STRING: .1.3.6.1.4.1.14823.1.2.59 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.5.112.58.14.203.130.124 = STRING: .1.3.6.1.4.1.14823.1.2.59 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.6.112.58.14.202.173.210 = 225 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.6.112.58.14.202.175.120 = 225 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.6.112.58.14.203.129.170 = 225 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.6.112.58.14.203.129.172 = 225 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.6.112.58.14.203.130.124 = 225 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.7.112.58.14.202.173.210 = 3 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.7.112.58.14.202.175.120 = 18 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.7.112.58.14.203.129.170 = 4 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.7.112.58.14.203.129.172 = 11 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.7.112.58.14.203.130.124 = 18 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.8.112.58.14.202.173.210 = 311316480 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.8.112.58.14.202.175.120 = 307572736 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.8.112.58.14.203.129.170 = 309555200 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.8.112.58.14.203.129.172 = 305328128 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.8.112.58.14.203.130.124 = 307843072 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.9.112.58.14.202.173.210 = 1570716300 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.9.112.58.14.202.175.120 = 1595908000 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.9.112.58.14.203.129.170 = 1597074100 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.9.112.58.14.203.129.172 = 1596571900 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.9.112.58.14.203.130.124 = 1596534300 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.10.112.58.14.202.173.210 = 527028224 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.10.112.58.14.202.175.120 = 527028224 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.10.112.58.14.203.129.170 = 527028224 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.10.112.58.14.203.129.172 = 527028224 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.10.112.58.14.203.130.124 = 527028224 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.11.112.58.14.202.173.210 = 1 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.11.112.58.14.202.175.120 = 1 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.11.112.58.14.203.129.170 = 1 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.11.112.58.14.203.129.172 = 1 +.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.11.112.58.14.203.130.124 = 1 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.0.145.158.234.114.37 = STRING: 192.168.0.239 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.4.229.152.224.53.169 = STRING: 192.168.0.242 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.16.81.7.176.5.174 = STRING: 192.168.0.238 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.30.63.236.117.207.223 = STRING: 192.168.0.239 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.40.36.255.214.15.147 = STRING: 192.168.0.245 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.46.15.242.8.164.80 = STRING: 192.168.0.239 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.50.22.145.81.97.83 = STRING: 192.168.0.245 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.52.46.183.70.11.124 = STRING: 192.168.0.245 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.52.46.183.221.30.84 = STRING: 192.168.0.245 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.60.33.156.223.106.221 = STRING: 192.168.0.239 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.70.155.69.122.199.46 = STRING: 192.168.0.245 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.78.8.226.31.141.40 = STRING: 192.168.0.238 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.78.143.165.222.161.99 = STRING: 192.168.0.245 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.82.172.165.68.121.186 = STRING: 192.168.0.239 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.84.141.90.181.16.123 = STRING: 192.168.0.242 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.86.66.20.39.209.29 = STRING: 192.168.0.245 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.96.165.226.9.33.133 = STRING: 192.168.0.239 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.96.227.43.121.175.174 = STRING: 192.168.0.245 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.96.227.43.124.21.200 = STRING: 192.168.0.245 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.102.89.253.243.33.77 = STRING: 192.168.0.238 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.116.151.121.3.223.205 = STRING: 192.168.0.239 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.128.56.251.132.10.48 = STRING: 192.168.0.238 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.130.90.58.66.254.161 = STRING: 192.168.0.245 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.130.149.171.102.123.164 = STRING: 192.168.0.238 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.134.68.105.106.252.193 = STRING: 192.168.0.239 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.140.122.61.222.227.173 = STRING: 192.168.0.237 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.140.141.40.46.226.198 = STRING: 192.168.0.239 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.140.141.40.67.165.48 = STRING: 192.168.0.239 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.140.200.75.74.178.97 = STRING: 192.168.0.238 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.146.41.79.160.128.182 = STRING: 192.168.0.238 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.152.141.70.158.56.11 = STRING: 192.168.0.239 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.152.141.70.158.58.249 = STRING: 192.168.0.238 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.164.48.122.232.152.104 = STRING: 192.168.0.242 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.164.52.217.15.238.32 = STRING: 192.168.0.245 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.166.202.58.48.78.95 = STRING: 192.168.0.245 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.168.100.241.110.171.34 = STRING: 192.168.0.245 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.202.181.74.221.105.239 = STRING: 192.168.0.242 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.204.217.172.175.157.118 = STRING: 192.168.0.237 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.210.110.215.242.4.25 = STRING: 192.168.0.238 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.214.9.12.120.46.26 = STRING: 192.168.0.239 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.218.135.18.246.213.114 = STRING: 192.168.0.237 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.218.152.170.55.73.204 = STRING: 192.168.0.239 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.220.169.4.146.112.229 = STRING: 192.168.0.239 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.224.204.248.59.20.91 = STRING: 192.168.0.239 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.228.179.24.50.2.98 = STRING: 192.168.0.245 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.236.240.14.86.117.226 = STRING: 192.168.0.239 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.242.143.242.6.82.50 = STRING: 192.168.0.239 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.242.215.0.49.149.20 = STRING: 192.168.0.238 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.244.179.1.147.100.228 = STRING: 192.168.0.238 +.1.3.6.1.4.1.14823.2.3.3.1.2.4.1.4.248.89.113.128.32.190 = STRING: 192.168.0.237