From 4895666d4d0c916ac80167ac95070a8c5e7be8ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Mon, 5 Nov 2012 11:55:29 -0800 Subject: [PATCH] apache_*: remove some references to the server-status URL when it's not used. --- plugins/apache/apache_memmory | 1 - plugins/apache/apache_servers | 1 - plugins/apache/apache_threads | 1 - plugins/apache/apache_tmemmory | 1 - 4 files changed, 4 deletions(-) diff --git a/plugins/apache/apache_memmory b/plugins/apache/apache_memmory index 9e288b91..a31a9a65 100755 --- a/plugins/apache/apache_memmory +++ b/plugins/apache/apache_memmory @@ -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 diff --git a/plugins/apache/apache_servers b/plugins/apache/apache_servers index 4af4b08f..93328de9 100755 --- a/plugins/apache/apache_servers +++ b/plugins/apache/apache_servers @@ -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 diff --git a/plugins/apache/apache_threads b/plugins/apache/apache_threads index d1c9f0f7..dcc8a7cd 100755 --- a/plugins/apache/apache_threads +++ b/plugins/apache/apache_threads @@ -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 diff --git a/plugins/apache/apache_tmemmory b/plugins/apache/apache_tmemmory index 6729ba75..c952a3ce 100755 --- a/plugins/apache/apache_tmemmory +++ b/plugins/apache/apache_tmemmory @@ -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