Skip to content

Commit

Permalink
Increase version to v2.3.0p10 and update meta
Browse files Browse the repository at this point in the history
  • Loading branch information
kso512 committed Jul 16, 2024
1 parent 4c71a0f commit 3ba102d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ Similar modifications have been made to the `docker.cfg` default file. Here, al

| CheckMK Raw Edition Version | Role Version/Tag |
| --------------------------- | ---------------- |
| 2.3.0p10 | 1.0.98 |
| 2.3.0p9 | 1.0.97 |
| 2.3.0p7 | 1.0.96 |
| 2.3.0p6 | 1.0.95 |
| 2.3.0p5 | 1.0.94 |
| 2.3.0p4 | 1.0.93 |

## Requirements

Expand Down Expand Up @@ -162,7 +162,7 @@ Some of these may be seem redundant but are specified so future users can overri
| checkmk_agent_sudo_src | Filename of the "sudoers.d" file template | `99_cmkagent.j2` |
| checkmk_agent_sudo_validate | Command used to validate the "sudoers.d" file; %s will be filled in with `checkmk_agent_sudo_dest` | `'visudo -cf %s'` |
| checkmk_agent_user | Login name of the CheckMK Agent user | `cmkagent` |
| checkmk_agent_version | Version of CheckMK Agent to install | `2.3.0p9` |
| checkmk_agent_version | Version of CheckMK Agent to install | `2.3.0p10` |
| checkmk_agent_win_config_dest | Full pathname of configuration file | `"{{ checkmk_agent_win_data_folder }}check_mk.user.yml"` |
| checkmk_agent_win_config_optimize | Optimize the Windows agent by dropping some of the slower checks | `true` |
| checkmk_agent_win_config_src | Filename of the configuration file template | `check_mk.user.yml.j2` |
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ checkmk_agent_sudo_owner: root
checkmk_agent_sudo_src: 99_cmkagent.j2
checkmk_agent_sudo_validate: 'visudo -cf %s'
checkmk_agent_user: cmkagent
checkmk_agent_version: 2.3.0p9
checkmk_agent_version: 2.3.0p10
checkmk_agent_win_config_dest: "{{ checkmk_agent_win_data_folder }}check_mk.user.yml"
checkmk_agent_win_config_optimize: true
checkmk_agent_win_config_src: check_mk.user.yml.j2
Expand Down
Binary file modified files/check_mk_agent.msi
Binary file not shown.
8 changes: 3 additions & 5 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,20 @@ galaxy_info:
- bookworm
- bullseye
- buster
- name: EL
versions:
- "7"
- "8"
- name: Fedora
versions:
- "37"
- "38"
- "39"
- "40"
- name: Ubuntu
versions:
- focal
- jammy
- noble
- name: Windows
versions:
- "2019"
- "2022"
galaxy_tags:
- check_mk
- checkmk
Expand Down

0 comments on commit 3ba102d

Please sign in to comment.