c96e6038e5
This is 6 hits in 7 days, check queue only but multiple changes. Change-Id: I448946090cea728764ee7edad9af07db43aa5141 Related-Bug: #1531187
9 lines
391 B
YAML
9 lines
391 B
YAML
query: >-
|
|
((message:"bash: install_package: command not found") OR
|
|
(message:"ssh: connect to host" AND message:"Connection timed out") OR
|
|
(message:"ERROR! SSH encountered an unknown error during the connection.") OR
|
|
(message:"[ERROR] /opt/stack/new/grenade/projects/70_cinder/resources.sh" AND
|
|
message:"SSH to the client did not work, something very wrong"))
|
|
AND
|
|
tags:console
|