Skip to content

Commit

Permalink
move the munin-stats vserver farther out of the way (to port 8666)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidS committed Sep 14, 2007
1 parent 246d97c commit 459d599
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
munin::plugin {
[ "apache_accesses", "apache_processes", "apache_volume" ]:
ensure => present,
config => "env.url http://${hostname}:${apache2_port_real}/server-status?auto"
config => "env.url http://${hostname}:8666/server-status?auto"
}

# defines from http://reductivelabs.com/trac/puppet/wiki/Recipes/DebianApache2Recipe
Expand Down
8 changes: 4 additions & 4 deletions templates/munin-stats
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# create a virtual host which provides statistics for munin
ExtendedStatus on
NameVirtualHost *
<VirtualHost *>
# hide this a little bit from "normal" accesses
# This expects that external users only use the fqdn to access a service
# hide this a little bit from "normal" accesses
Listen 8666
NameVirtualHost *:8666
<VirtualHost *:8666>
ServerName <%= hostname %>
<Directory />
Order deny,allow
Expand Down

0 comments on commit 459d599

Please sign in to comment.