mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
remove mysql check
This commit is contained in:
@@ -112,8 +112,6 @@ so-mysql:
|
|||||||
- onchanges:
|
- onchanges:
|
||||||
- docker_container: so-mysql
|
- docker_container: so-mysql
|
||||||
module.run:
|
module.run:
|
||||||
- so.mysql_conn:
|
|
||||||
- retry: 300
|
|
||||||
- onchanges:
|
- onchanges:
|
||||||
- cmd: so-mysql
|
- cmd: so-mysql
|
||||||
|
|
||||||
|
|||||||
@@ -41,6 +41,9 @@ log_has_errors() {
|
|||||||
grep -vE "Failed:\s*?[0-9]+" | \
|
grep -vE "Failed:\s*?[0-9]+" | \
|
||||||
grep -vE "Status .* was not found" | \
|
grep -vE "Status .* was not found" | \
|
||||||
grep -vE "Uncaught exception, closing connection" | \
|
grep -vE "Uncaught exception, closing connection" | \
|
||||||
|
grep -vE "Server does not appear to be running or fully initialized - will try again in 10 seconds" | \
|
||||||
|
grep -vE "Command 'so-influxdb-manage' failed with return code" | \
|
||||||
|
grep -vE "retcode: 1" | \
|
||||||
grep -vE "Exception in callback None" | \
|
grep -vE "Exception in callback None" | \
|
||||||
grep -vE "deprecation: ERROR" | \
|
grep -vE "deprecation: ERROR" | \
|
||||||
grep -vE "code: 100" | \
|
grep -vE "code: 100" | \
|
||||||
|
|||||||
Reference in New Issue
Block a user