Advertisement
Guest User

Untitled

a guest
Nov 25th, 2015
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. rules 'audit specific controls'
  2. rule on run_control
  3. when
  4. control_group.name = '' and
  5. name = '' and
  6. status != 'success'
  7. then
  8. alert:error('Specific Audit control [{{message.control_group.name}} {{message.name}}] finished with status [{{message.status}}] on {{message.run.node_name}}')
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement