Skip to content

Commit

Permalink
monit: enabling again daily Zeus
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain Pelisse committed Jan 29, 2024
1 parent 941456b commit de754ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/monit/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ monit_alerts_custom_scripts:
- { name: "root-podman-too-many-images", src: 'podman-too-many-images.sh.j2', dest: "{{ monit_custom_scripts_directory }}/root-{{ max_nb_images_for_root }}-podman-too-many-images.sh" }
- { name: "yum-update", src: 'yum-update.sh.j2', dest: "{{ monit_custom_scripts_directory }}/yum-update" }
- { name: "needs-restarting", src: 'dnf-needs-restarting.sh.j2', dest: "{{ monit_custom_scripts_directory }}/needs-restarting" }
# - { name: "daily-zeus", src: 'zeus_daily_run_check.sh.j2', dest: "{{ monit_custom_scripts_directory }}/zeus_daily_run_check.sh" }
- { name: "daily-zeus", src: 'zeus_daily_run_check.sh.j2', dest: "{{ monit_custom_scripts_directory }}/zeus_daily_run_check.sh" }
2 changes: 1 addition & 1 deletion zeus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
name: "{{ post_tasks_role_name }}"
with_items:
- monit
#- cron # disabled because the only item is the Ansible daily run which are currently disable (Vault)
- cron
- infosec.qualys-cloud-agent
loop_control:
loop_var: post_tasks_role_name
Expand Down

0 comments on commit de754ec

Please sign in to comment.