Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
Merge pull request #11 from ironchef/develop_fixing_issue_10
Browse files Browse the repository at this point in the history
Fixing issue 10: #10
  • Loading branch information
Jim Olsen committed Oct 13, 2015
2 parents e58cbde + 36cf200 commit 0b51519
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/ddt/ddt_valid_questions.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@
}
},
"ask_manual_question_complex_query2": {
"desc": "This is another complex query that gets the Computer Name and Last Logged in User and Installed Applications that contains Google Search or Google Chrome and limits the rows that are displayed to computers that contain the Installed Applications of Google Search or Google Chrome",
"xml_desc" : "Ask the question 'Get Computer Name and Last Logged In User and Installed Applications containing \"Google\" from all machines with Installed Applications containing \"Google\"' and set ignore_case_flag to 1 and or_flag to 1 on the Installed Applications sensors on the right hand side of the question, then wait for result data to be complete, and get result data",
"desc": "This is another complex query that gets the Computer Name and Last Logged in User and Installed Applications that contains something from Microsoft and limits the rows that are displayed to computers that contain the Installed Applications of Microsoft",
"xml_desc" : "Ask the question 'Get Computer Name and Last Logged In User and Installed Applications containing \"Microsoft\" from all machines with Installed Applications containing \"Microsoft\"' and set ignore_case_flag to 1 and or_flag to 1 on the Installed Applications sensors on the right hand side of the question, then wait for result data to be complete, and get result data",
"priority": "7",
"method": "ask",
"method_template": "valid_response",
Expand All @@ -190,10 +190,10 @@
"sensors": [
"Computer Name",
"Last Logged In User",
"Installed Applications, that regex match:.*Google.*"
"Installed Applications, that regex match:.*Microsoft.*"
],
"question_filters": [
"Installed Applications, that regex match:.*Google.*"
"Installed Applications, that regex match:.*Microsoft.*"
],
"question_options": ["ignore_case", "or"]
}
Expand Down

0 comments on commit 0b51519

Please sign in to comment.