Fix handling of 127.0.0.1 instead of localhost for *sql plugins
authorJeremy Katz <jeremy@katzbox.net>
Wed, 25 Sep 2013 18:36:48 +0000 (14:36 -0400)
committerJeremy Katz <jeremy@katzbox.net>
Thu, 26 Sep 2013 16:37:25 +0000 (12:37 -0400)
commit55b2b2d01f263a96763ad24b02f01865d5009fed
tree26ca1d1a5122820d0c7c6398164cdc58aea6c200
parentd0bf11d455b9da5770382f3cd20667723f1bbdb5
Fix handling of 127.0.0.1 instead of localhost for *sql plugins

The mysql and postgresql plugins have special handling if you
use localhost as your hostname.  Sometimes you need to use 127.0.0.1
instead and want to not have that make changes to the hostname
for the metrics.
src/mysql.c
src/postgresql.c