Skip to content

Commit

Permalink
Don't check process names with full path
Browse files Browse the repository at this point in the history
  • Loading branch information
ganto committed Aug 28, 2017
1 parent bdf2689 commit 6f43b76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ansible-elasticbeats/test
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ assert_playbook_idempotent


assert_path "/etc/filebeat/filebeat.yml"
assert_running /usr/bin/filebeat
assert_running filebeat
assert_path "/etc/topbeat/topbeat.yml"
assert_running /usr/bin/topbeat
assert_running topbeat
assert_path "/etc/packetbeat/packetbeat.yml"
assert_running /usr/bin/packetbeat
assert_running packetbeat


assert_docs

0 comments on commit 6f43b76

Please sign in to comment.