From: Steven Valdez Date: Mon, 17 Jun 2013 23:57:02 +0000 (-0400) Subject: Added mapped IPv4 address X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/xvm-munin-config.git/commitdiff_plain/58952fb9fca5a3e296254fa422bef33af219da68?ds=inline;hp=-c Added mapped IPv4 address --- 58952fb9fca5a3e296254fa422bef33af219da68 diff --git a/debian/changelog b/debian/changelog index 54ae2c8..12eb563 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xvm-munin-config (0.0.14~dvorak) precise; urgency=low + + * Added ::ffff:$IP to list of allowed IPs + + -- Steven Valdez Mon, 17 Jun 2013 19:54:55 -0400 + xvm-munin-config (0.0.14) unstable; urgency=low * Switch to dh7 diff --git a/templatize-munin-config b/templatize-munin-config index a6955df..72ccf45 100755 --- a/templatize-munin-config +++ b/templatize-munin-config @@ -21,6 +21,7 @@ END { print <<'EOF'; % for host in cfg.get('monitoring', []): allow ^${host.ip.replace('.', '\.')}$ +allow allow ^::ffff:${host.ip.replace('.', '\.')}$ % endfor EOF }