Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apache plugin is not working with collectd-cloudwatch #61

Open
appunnicer13 opened this issue Dec 27, 2017 · 1 comment
Open

Apache plugin is not working with collectd-cloudwatch #61

appunnicer13 opened this issue Dec 27, 2017 · 1 comment

Comments

@appunnicer13
Copy link

I have setup apache server and enabled mod_status using below code

ExtendedStatus on
<Location /mod_status>
    SetHandler server-status
    Order deny,allow
        Deny from all
    Allow from 127.0.0.1
</Location>

Cloudwatch plugin was properly configured and tested it by sending some CPU and memory data by adding them in to white list from blocked.

Now I added this conf for apache

LoadPlugin "apache"
<Plugin "apache">
  <Instance "">
      URL "http://localhost/mod_status?auto"
  </Instance>
</Plugin>

But for some unknown reason its not getting captured by cloudwatch plugin, I used to collectd-web plugin to see if data is coming from collectd-apache conf and it was coming. Blocked_metrics are not identifying apache at all. This seems very weird

@appunnicer13
Copy link
Author

I should leave this here if anyone wants to know why my config is wrong : [https://mailman.verplant.org/pipermail/collectd/2014-May/006201.html](Apache Config)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant