Skip to content

Commit e3f9eb1

Browse files
authored
Merge branch 'develop' into CTOR-2151-plugin-hardware-server-hp-oneview-restapi-mode-hardware-paginated-return-limit-results-and-checks-to-32-servers
2 parents 6c692c7 + 93a6cec commit e3f9eb1

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/actions/release-sources/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,4 @@ runs:
4848
SRC_SIZE=$(stat -c '%s' $SRC_FILE)
4949
5050
aws s3 cp --acl public-read "$SRC_FILE" "s3://centreon-download/public/${BUCKET_DIRECTORY}/$SRC_FILE"
51-
curl --fail "https://download.centreon.com/api/?token=${TOKEN_DOWNLOAD}&product=${MODULE_NAME}&release=${RELEASE}&version=${VERSION}&extension=tar.gz&md5=$SRC_HASH&size=$SRC_SIZE&ddos=0&dryrun=0"
5251
shell: bash

src/network/nortel/standard/snmp/mode/hardware.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Check hardware.
117117
=item B<--component>
118118
119119
Which component to check (default: '.*').
120-
Can be: 'fan', 'psu', 'card', 'entity', 'led'.
120+
Can be: 'fan', 'psu', 'card', 'entity', 'led', 'temperature'.
121121
122122
=item B<--filter>
123123

0 commit comments

Comments
 (0)