author | Jeremy Katz <jeremy@katzbox.net> | |
Wed, 25 Sep 2013 18:36:48 +0000 (14:36 -0400) | ||
committer | Jeremy Katz <jeremy@katzbox.net> | |
Thu, 26 Sep 2013 16:37:25 +0000 (12:37 -0400) | ||
commit | 55b2b2d01f263a96763ad24b02f01865d5009fed | |
tree | 26ca1d1a5122820d0c7c6398164cdc58aea6c200 | tree | snapshot |
parent | d0bf11d455b9da5770382f3cd20667723f1bbdb5 | commit | diff |
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.
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 | diff | blob | history | |
src/postgresql.c | diff | blob | history |