mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-20 02:44:58 +00:00
PMM-1057: fingerprint more types of queries
This commit is contained in:
@@ -504,7 +504,7 @@ func GetSecuritySettings(session pmgo.SessionManager, ver string) (*security, er
|
||||
}
|
||||
} else {
|
||||
if ip != "127.0.0.1" && ip != extIP {
|
||||
s.WarningMsgs = append(s.WarningMsgs, fmt.Sprintf("WARNING: You might be insecure. IP binding %s is not localhost"))
|
||||
s.WarningMsgs = append(s.WarningMsgs, fmt.Sprintf("WARNING: You might be insecure. IP binding %s is not localhost", ip))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user