Skip to content

Commit 89e2007

Browse files
Merge pull request #544 from Checkmk/build/checkmk-2-3-support
Enable Collection for Checkmk 2.3.0
2 parents 646c88e + e6aaacb commit 89e2007

File tree

103 files changed

+1008
-732
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+1008
-732
lines changed

.github/workflows/ans-int-test-activation.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
branches:
2020
- main
2121
- devel
22+
push:
2223
paths:
2324
- 'plugins/modules/activation.py'
2425

@@ -31,9 +32,9 @@ jobs:
3132
fail-fast: false
3233
matrix:
3334
ansible:
34-
- stable-2.14
3535
- stable-2.15
3636
- stable-2.16
37+
- stable-2.17
3738
- devel
3839
python:
3940
- '3.8'

.github/workflows/ans-int-test-bakery.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
branches:
2020
- main
2121
- devel
22+
push:
2223
paths:
2324
- 'plugins/modules/bakery.py'
2425

@@ -31,9 +32,9 @@ jobs:
3132
fail-fast: false
3233
matrix:
3334
ansible:
34-
- stable-2.14
3535
- stable-2.15
3636
- stable-2.16
37+
- stable-2.17
3738
- devel
3839
python:
3940
- '3.8'

.github/workflows/ans-int-test-contact_group.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
branches:
2020
- main
2121
- devel
22+
push:
2223
paths:
2324
- 'plugins/modules/contact_group.py'
2425

@@ -31,9 +32,9 @@ jobs:
3132
fail-fast: false
3233
matrix:
3334
ansible:
34-
- stable-2.14
3535
- stable-2.15
3636
- stable-2.16
37+
- stable-2.17
3738
- devel
3839
python:
3940
- '3.8'

.github/workflows/ans-int-test-discovery.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
fail-fast: false
3232
matrix:
3333
ansible:
34-
- stable-2.14
3534
- stable-2.15
3635
- stable-2.16
36+
- stable-2.17
3737
- devel
3838
python:
3939
- '3.8'

.github/workflows/ans-int-test-downtime.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
branches:
2020
- main
2121
- devel
22+
push:
2223
paths:
2324
- 'plugins/modules/downtime.py'
2425

@@ -31,9 +32,9 @@ jobs:
3132
fail-fast: false
3233
matrix:
3334
ansible:
34-
- stable-2.14
3535
- stable-2.15
3636
- stable-2.16
37+
- stable-2.17
3738
- devel
3839
python:
3940
- '3.8'

.github/workflows/ans-int-test-folder.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
branches:
2020
- main
2121
- devel
22+
push:
2223
paths:
2324
- 'plugins/modules/folder.py'
2425

@@ -31,9 +32,9 @@ jobs:
3132
fail-fast: false
3233
matrix:
3334
ansible:
34-
- stable-2.14
3535
- stable-2.15
3636
- stable-2.16
37+
- stable-2.17
3738
- devel
3839
python:
3940
- '3.8'

.github/workflows/ans-int-test-host.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
branches:
2020
- main
2121
- devel
22+
push:
2223
paths:
2324
- 'plugins/modules/host.py'
2425

@@ -31,9 +32,9 @@ jobs:
3132
fail-fast: false
3233
matrix:
3334
ansible:
34-
- stable-2.14
3535
- stable-2.15
3636
- stable-2.16
37+
- stable-2.17
3738
- devel
3839
python:
3940
- '3.8'

.github/workflows/ans-int-test-host_group.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
branches:
2020
- main
2121
- devel
22+
push:
2223
paths:
2324
- 'plugins/modules/host_group.py'
2425

@@ -31,9 +32,9 @@ jobs:
3132
fail-fast: false
3233
matrix:
3334
ansible:
34-
- stable-2.14
3535
- stable-2.15
3636
- stable-2.16
37+
- stable-2.17
3738
- devel
3839
python:
3940
- '3.8'

.github/workflows/ans-int-test-lkp-bakery.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
branches:
2020
- main
2121
- devel
22+
push:
2223
paths:
2324
- 'plugins/lookup/bakery.py'
2425

@@ -31,9 +32,9 @@ jobs:
3132
fail-fast: false
3233
matrix:
3334
ansible:
34-
- stable-2.14
3535
- stable-2.15
3636
- stable-2.16
37+
- stable-2.17
3738
- devel
3839
python:
3940
- '3.8'

.github/workflows/ans-int-test-lkp-folder.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
branches:
1818
- main
1919
- devel
20+
push:
2021
paths:
2122
- 'plugins/lookup/folder.py'
2223

@@ -29,9 +30,9 @@ jobs:
2930
fail-fast: false
3031
matrix:
3132
ansible:
32-
- stable-2.14
3333
- stable-2.15
3434
- stable-2.16
35+
- stable-2.17
3536
- devel
3637
python:
3738
- '3.8'

.github/workflows/ans-int-test-lkp-folders.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
branches:
1818
- main
1919
- devel
20+
push:
2021
paths:
2122
- 'plugins/lookup/folders.py'
2223

@@ -29,9 +30,9 @@ jobs:
2930
fail-fast: false
3031
matrix:
3132
ansible:
32-
- stable-2.14
3333
- stable-2.15
3434
- stable-2.16
35+
- stable-2.17
3536
- devel
3637
python:
3738
- '3.8'

.github/workflows/ans-int-test-lkp-host.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
branches:
1818
- main
1919
- devel
20+
push:
2021
paths:
2122
- 'plugins/lookup/host.py'
2223

@@ -29,9 +30,9 @@ jobs:
2930
fail-fast: false
3031
matrix:
3132
ansible:
32-
- stable-2.14
3333
- stable-2.15
3434
- stable-2.16
35+
- stable-2.17
3536
- devel
3637
python:
3738
- '3.8'

.github/workflows/ans-int-test-lkp-hosts.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
branches:
1818
- main
1919
- devel
20+
push:
2021
paths:
2122
- 'plugins/lookup/hosts.py'
2223

@@ -29,9 +30,9 @@ jobs:
2930
fail-fast: false
3031
matrix:
3132
ansible:
32-
- stable-2.14
3333
- stable-2.15
3434
- stable-2.16
35+
- stable-2.17
3536
- devel
3637
python:
3738
- '3.8'

.github/workflows/ans-int-test-lkp-rules.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
branches:
1818
- main
1919
- devel
20+
push:
2021
paths:
2122
- 'plugins/lookup/rule.py'
2223
- 'plugins/lookup/rules.py'
@@ -30,9 +31,9 @@ jobs:
3031
fail-fast: false
3132
matrix:
3233
ansible:
33-
- stable-2.14
3434
- stable-2.15
3535
- stable-2.16
36+
- stable-2.17
3637
- devel
3738
python:
3839
- '3.8'

.github/workflows/ans-int-test-lkp-rulesets.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
branches:
1818
- main
1919
- devel
20+
push:
2021
paths:
2122
- 'plugins/lookup/ruleset.py'
2223
- 'plugins/lookup/rulesets.py'
@@ -30,9 +31,9 @@ jobs:
3031
fail-fast: false
3132
matrix:
3233
ansible:
33-
- stable-2.14
3434
- stable-2.15
3535
- stable-2.16
36+
- stable-2.17
3637
- devel
3738
python:
3839
- '3.8'

.github/workflows/ans-int-test-lkp-version.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
branches:
2020
- main
2121
- devel
22+
push:
2223
paths:
2324
- 'plugins/lookup/version.py'
2425

@@ -31,9 +32,9 @@ jobs:
3132
fail-fast: false
3233
matrix:
3334
ansible:
34-
- stable-2.14
3535
- stable-2.15
3636
- stable-2.16
37+
- stable-2.17
3738
- devel
3839
python:
3940
- '3.8'

.github/workflows/ans-int-test-password.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
branches:
2020
- main
2121
- devel
22+
push:
2223
paths:
2324
- 'plugins/modules/password.py'
2425

@@ -31,9 +32,9 @@ jobs:
3132
fail-fast: false
3233
matrix:
3334
ansible:
34-
- stable-2.14
3535
- stable-2.15
3636
- stable-2.16
37+
- stable-2.17
3738
- devel
3839
python:
3940
- '3.8'

.github/workflows/ans-int-test-rule.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
branches:
2020
- main
2121
- devel
22+
push:
2223
paths:
2324
- 'plugins/modules/rule.py'
2425

@@ -31,9 +32,9 @@ jobs:
3132
fail-fast: false
3233
matrix:
3334
ansible:
34-
- stable-2.14
3535
- stable-2.15
3636
- stable-2.16
37+
- stable-2.17
3738
- devel
3839
python:
3940
- '3.8'

.github/workflows/ans-int-test-service_group.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
branches:
2020
- main
2121
- devel
22+
push:
2223
paths:
2324
- 'plugins/modules/service_group.py'
2425

@@ -31,9 +32,9 @@ jobs:
3132
fail-fast: false
3233
matrix:
3334
ansible:
34-
- stable-2.14
3535
- stable-2.15
3636
- stable-2.16
37+
- stable-2.17
3738
- devel
3839
python:
3940
- '3.8'

.github/workflows/ans-int-test-tag_group.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
branches:
2020
- main
2121
- devel
22+
push:
2223
paths:
2324
- 'plugins/modules/tag_group.py'
2425

@@ -31,9 +32,9 @@ jobs:
3132
fail-fast: false
3233
matrix:
3334
ansible:
34-
- stable-2.14
3535
- stable-2.15
3636
- stable-2.16
37+
- stable-2.17
3738
- devel
3839
python:
3940
- '3.8'

.github/workflows/ans-int-test-timeperiod.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
branches:
2020
- main
2121
- devel
22+
push:
2223
paths:
2324
- 'plugins/modules/timeperiod.py'
2425

@@ -31,9 +32,9 @@ jobs:
3132
fail-fast: false
3233
matrix:
3334
ansible:
34-
- stable-2.14
3535
- stable-2.15
3636
- stable-2.16
37+
- stable-2.17
3738
- devel
3839
python:
3940
- '3.8'

0 commit comments

Comments
 (0)