PMM-1057: fingerprint more types of queries

This commit is contained in:
Kamil Dziedzic
2017-08-21 15:48:14 +02:00
parent 9e8725a4b7
commit 51be22073b
111 changed files with 13240 additions and 240 deletions

View File

@@ -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))
}
}
}