2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

apache_*: remove some references to the server-status URL when it's not used.

This commit is contained in:
Diego Elio Pettenò 2012-11-05 11:55:29 -08:00
parent af586cdd7f
commit 4895666d4d
4 changed files with 0 additions and 4 deletions

View File

@ -10,7 +10,6 @@ apache_memmory -Indicate the medium size of all the apache child process
=head1 CONFIGURATION
[apache_*]
env.url http://USER:PASS@127.0.0.1/server-status?auto
env.apuser user_runnin_apache
env.binname apache_binary_name

View File

@ -10,7 +10,6 @@ apache_servers -Indicate the number of apache servers running (child process)
=head1 CONFIGURATION
[apache_*]
env.url http://USER:PASS@127.0.0.1/server-status?auto
env.apuser user_runnin_apache
env.binname apache_binary_name

View File

@ -10,7 +10,6 @@ apache_threads -Indicate the memdium number of threads for all child process
=head1 CONFIGURATION
[apache_*]
env.url http://USER:PASS@127.0.0.1/server-status?auto
env.apuser user_runnin_apache
env.binname apache_binary_name

View File

@ -10,7 +10,6 @@ apache_tmemmory -Indicate the total memory used by apache
=head1 CONFIGURATION
[apache_*]
env.url http://USER:PASS@127.0.0.1/server-status?auto
env.binname apache_binary_name
=head1 AUTHOR