-
Notifications
You must be signed in to change notification settings - Fork 132
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
Curl Plugin not available to blocked_metrics #54
Comments
Is there any error in /var/log/collectd.log? |
I'm pulling my hair out why this is happening, it works on one machine and not this one
|
From the log, there is no error. |
Both running on Ubuntu 14.04.5 LTS and collected 5.4.0-3ubuntu2.2 The working one is on us-west-2 and the non working on eu-west-2 |
Could you paste full of the collectd.log? And I remember the is a "debug" flag, could you enable it? |
I've go the metrics going on the second node. thanks Sorry for asking this question. Is there a way to create an general alarm regardless what the host is from cloudwatch ? it seems like collected does have a way to filter by tag or group host |
I have setup a curl plugin and was not be able to capture it from the /opt/collectd-plugins/cloudwatch/config/blocked_metrics, Does anyone know if there are any additional steps to take ?
LoadPlugin curl
<Plugin curl> <Page "google_main_site"> URL "http://google.com"; Digest false VerifyPeer false VerifyHost false MeasureResponseTime true MeasureResponseCode true <Match> Regex "<strong>google</strong>" DSType "GaugeAverage" Instance "google_site" </Match> </Page> </Plugin>
The text was updated successfully, but these errors were encountered: