From 719999888097b1ebca623dc981acb74cfd4df746 Mon Sep 17 00:00:00 2001 From: Elijah Andrews Date: Wed, 8 May 2013 15:06:00 -0400 Subject: [PATCH] Revert change to deprecated Apache parse_agent_config method. #410 --- checks.d/apache.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/checks.d/apache.py b/checks.d/apache.py index bfe835c181..e624041dc5 100644 --- a/checks.d/apache.py +++ b/checks.d/apache.py @@ -84,9 +84,5 @@ def parse_agent_config(agentConfig): return False return { - 'instances': [{ - 'apache_status_url': agentConfig.get('apache_status_url'), - 'apache_user': agentConfig.get('apache_user'), - 'apache_password': agentConfig.get('apache_password') - }] + 'instances': [{'apache_status_url': agentConfig.get('apache_status_url')}] }