Skip to content

Commit

Permalink
tests: disable debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Feb 23, 2024
1 parent 56bd5b5 commit 56cf7fc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion t/scenarios/auth_krb5/omd/playbook.yml
Expand Up @@ -4,7 +4,7 @@
- role: common
- role: local_tests
- role: thruk_developer
- role: naemon_debug_log
#- role: naemon_debug_log
tasks:
- name: "yum install krb5 dependencies"
include_role:
Expand All @@ -28,10 +28,18 @@
path: /omd/sites/demo/etc/mod-gearman/server.cfg
regexp: '^perfdata='
line: 'perfdata=nagflux'
#- lineinfile:
# path: /omd/sites/demo/etc/mod-gearman/server.cfg
# regexp: '^debug='
# line: 'debug=2'
- lineinfile:
path: /omd/sites/demo/etc/nagflux/config.gcfg
regexp: '^\s*Queue\s*='
line: ' Queue = "nagflux"'
#- lineinfile:
# path: /omd/sites/demo/etc/nagflux/config.gcfg
# regexp: '^\s*MinSeverity\s*='
# line: ' MinSeverity = "TRACE"'
- replace:
dest=/omd/sites/demo/etc/nagflux/config.gcfg
regexp='(ModGearman "example".*)Enabled = \w'
Expand Down

0 comments on commit 56cf7fc

Please sign in to comment.