mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
[refactor] Code cleanup pt. 3
This commit is contained in:
@@ -30,8 +30,10 @@ def mysql_conn(retry):
|
|||||||
passwd=__salt__['pillar.get']('secrets:mysql')
|
passwd=__salt__['pillar.get']('secrets:mysql')
|
||||||
)
|
)
|
||||||
log.debug(f'Connected to MySQL server on {mainip} after {i} attempts.')
|
log.debug(f'Connected to MySQL server on {mainip} after {i} attempts.')
|
||||||
|
|
||||||
db.query("""SELECT 1;""")
|
db.query("""SELECT 1;""")
|
||||||
log.debug(f'Successfully completed query against MySQL server on {mainip}')
|
log.debug(f'Successfully completed query against MySQL server on {mainip}')
|
||||||
|
|
||||||
mysql_up = True
|
mysql_up = True
|
||||||
break
|
break
|
||||||
except _mysql.OperationalError as e:
|
except _mysql.OperationalError as e:
|
||||||
|
|||||||
Reference in New Issue
Block a user