-
Notifications
You must be signed in to change notification settings - Fork 12
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
add collectd plugin for collecting running transcoder stats #14
base: master
Are you sure you want to change the base?
Conversation
ansible/roles/monitoring-client/templates/collectd/collectd.client.conf.j2
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but untested, just read
@@ -72,6 +81,13 @@ | |||
when: haproxy is defined and haproxy | |||
tags: install | |||
|
|||
- name: add systemd unit collectd plugin | |||
template: | |||
src: collectd/plugins/TranscodingUnits.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would prefer an all-lower-case filename because of FUD. Or an Emoji.
@iSchluff was this also integrated into the 36C3 branch, or is this now obsolete? |
@saerdnaer No and not yet, but soon (tm) I am working on something that will make it obsolete. I think the idea is good but the solution is a bit strange, as acting on the transcoder information would involve talking to graphite. I would rather have just a simple api call. |
Do we still need (and want) this? The PR is now older than 3 years and has conflicts with the base branch. |
depends on #13