LukeMurphey / splunk-website-monitoring

A website for monitoring web applications
MIT License
44 stars 20 forks source link

NTML Errors not written to log due to small typo. #19

Closed csiess closed 6 years ago

csiess commented 6 years ago

Hi,

in web_ping.py, line 736 the correct line should be: self.logger.warn('NTLM authentication failed due to configuration issue stanza=%s, message="%s"', stanza, str(e))

message=%s is right, message=%d is wrong.

thanks, Christoph

LukeMurphey commented 6 years ago

Good catch. I fixed this.