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

when using munin-graphite via ssh-tunnel #2

Open
codepilotde opened this issue Aug 24, 2011 · 1 comment
Open

when using munin-graphite via ssh-tunnel #2

codepilotde opened this issue Aug 24, 2011 · 1 comment

Comments

@codepilotde
Copy link

Hi, for a proof of concept study we used an ssh tunnel to connect to our live serverfarm.
We hat problems in writing with puts to the ssh connection so we change ist into
writes with an additional "\n" in the end.

Then it works!
Here is my diff:

'38c38
'< @munin.write(cmd+"\n")
'---
'> @munin.puts(cmd)
'65c65
'< @carbon.write(msg+"\n")
'---
'> @carbon.puts(msg)

@thanasisk
Copy link

Hi,
given that upstream is unresponsive, care to add this issue report to my fork, so I can take care of that?
Cheers!

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