Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
checkmk-formula
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
salt
checkmk-formula
Commits
a4d7a63d
Commit
a4d7a63d
authored
2 years ago
by
Jan Philipp Timme
Browse files
Options
Downloads
Patches
Plain Diff
Do NOT disable important secondary checkmk services
parent
ea05c0d3
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
checkmk/debian/init.sls
+2
-26
2 additions, 26 deletions
checkmk/debian/init.sls
with
2 additions
and
26 deletions
checkmk/debian/init.sls
+
2
−
26
View file @
a4d7a63d
...
...
@@ -28,18 +28,6 @@ hsh_checkmk_stop_old_socket:
- require:
- cmd: hsh_checkmk_install_package
hsh_checkmk_stop_old_agent_socket:
service.dead:
- name: check-mk-agent.socket
- require:
- cmd: hsh_checkmk_install_package
hsh_checkmk_stop_old_async_agent:
service.dead:
- name: check-mk-agent-async.service
- require:
- cmd: hsh_checkmk_install_package
hsh_checkmk_stop_old_async_service:
service.dead:
- name: check_mk-async.service
...
...
@@ -54,24 +42,14 @@ hsh_checkmk_disable_old_socket:
- require:
- cmd: hsh_checkmk_install_package
hsh_checkmk_disable_old_agent_socket:
service.disabled:
- name: check-mk-agent.socket
- require:
- cmd: hsh_checkmk_install_package
hsh_checkmk_disable_old_async_agent:
service.disabled:
- name: check-mk-agent-async.service
- require:
- cmd: hsh_checkmk_install_package
hsh_checkmk_disable_old_async_service:
service.disabled:
- name: check_mk-async.service
- require:
- cmd: hsh_checkmk_install_package
{# Finally, enable and (re)start new agent #}
hsh_checkmk_enable_cmk-agent-ctl-daemon:
service.running:
- name: cmk-agent-ctl-daemon.service
...
...
@@ -79,6 +57,4 @@ hsh_checkmk_enable_cmk-agent-ctl-daemon:
- restart: True
- require:
- service: hsh_checkmk_disable_old_socket
- service: hsh_checkmk_disable_old_agent_socket
- service: hsh_checkmk_disable_old_async_agent
- service: hsh_checkmk_disable_old_async_service
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment