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

Allow in_monitor_agent to emit content to output plugin #667

Closed
mohit-gupta opened this issue Aug 30, 2015 · 4 comments
Closed

Allow in_monitor_agent to emit content to output plugin #667

mohit-gupta opened this issue Aug 30, 2015 · 4 comments
Assignees

Comments

@mohit-gupta
Copy link

This will enable periodically sending monitoring agent messages to monitoring tools like graphite.

Something like :

<source>
  type monitor_agent
  period 1m
  tag monitor.metrics
</source>

<match monitor.metrics>
  type graphite
  # ...
</match>
@repeatedly
Copy link
Member

Thanks! I will work on it later.

@repeatedly
Copy link
Member

I wrote a patch. Check #670

@repeatedly
Copy link
Member

@mohit-gupta ping? patch is ok for your case?

@mohit-gupta
Copy link
Author

hey, I got stuck in a few things, will check and update by this week.

Thanks

On Wed, Sep 9, 2015 at 1:32 PM, Masahiro Nakagawa notifications@github.com
wrote:

@mohit-gupta https://github.com/mohit-gupta ping? patch is ok for your
case?


Reply to this email directly or view it on GitHub
#667 (comment).

Best Regards,

Mohit Gupta

repeatedly added a commit that referenced this issue Oct 27, 2015
in_monitor_agent emits plugins info to use exisiting plugins. fix #667
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

2 participants