HAProxy Enterprise Documentation 2.2r1

maxmind-update show

Display the configuration of the MaxMind module.

Description

You can dump the configuration for the MaxMind module using the maxmind-update show command. The output of this command includes information about each configured database file and its update status.

Examples

Below, we retrieve the status information for our configured databases:

$ echo "maxmind-update show" | \
   sudo socat stdio unix-connect:/var/run/hapee-2.2/hapee-lb.sock
# maxmind-update configuration
# <db_type> url: <configured_url>
"CITY" url: http://192.168.64.1/GeoLite2-City.mmdb
# Next update is "CITY" in 23h42m

See also


Next up

maxmind-update status