Skip to content

Commit c8301d4

Browse files
hydro-brsmontero
authored andcommitted
Make OpenNebula and Libvirt exporters listen on both IPv4 and IPv6 stacks.
Signed-off-by: Stefan Kooman <[email protected]> (cherry picked from commit f1cee70)
1 parent 51cda83 commit c8301d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/oneprometheus/opennebula-exporter/src/opennebula_exporter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484

8585
# Default Options
8686
set :port, 9925
87-
set :bind, '0.0.0.0'
87+
set :bind, '::'
8888

8989
# Run the Sinatra application
9090
set :run, false

src/oneprometheus/opennebula-libvirt-exporter/src/libvirt_exporter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
end
5656

5757
# Default Options
58-
set :bind, '0.0.0.0'
58+
set :bind, '::'
5959
set :port, 9926
6060

6161
# Run the Sinatra application

0 commit comments

Comments
 (0)