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

Bugfix: pass output instead of the path. #1377

Closed
wants to merge 1 commit into from

Conversation

mms-gianni
Copy link
Contributor

Fixes the following Error :

2015-02-18 13:35:49,980 | ERROR | dd.collector | checks.varnish(__init__.py:556) | Check 'varnish' instance #0 failed
Traceback (most recent call last):
  File "/opt/datadog-agent/agent/checks/__init__.py", line 547, in run
    self.check(copy.deepcopy(instance))
  File "/opt/datadog-agent/agent/checks.d/varnish.py", line 95, in check
    self._parse_varnishstat(varnishstat_path, use_xml, tags)
  File "/opt/datadog-agent/agent/checks.d/varnish.py", line 182, in _parse_varnishstat
    p.Parse(output, True)

@LeoCavaille
Copy link
Member

@mms-gianni thanks for fixing this regression so quickly and sorry for the trouble.
We're preparing a bugfix release with your fix.

@LeoCavaille
Copy link
Member

Merged on #1384

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

Successfully merging this pull request may close these issues.

None yet

3 participants