<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
18.03.2011 08:51, Dmitry Melekhov пишет:
<blockquote cite="mid:4D82F2C6.5080504@belkam.com" type="cite"><br>
Thank you!
<br>
I forgot about slave cache file, now all works OK, except problem
with RemoteFPing
<br>
probe on slave - I have to provide ssh access from slave too, but
slave doesn't have such targets.
<br>
How can I solve this problem?
<br>
<br>
</blockquote>
<br>
btw, found following solution, but it is not very elegant ;-)<br>
<br>
<a class="moz-txt-link-freetext" href="http://vv.sumy.ua/2009/12/smokeping-setup-in-master-slave/">http://vv.sumy.ua/2009/12/smokeping-setup-in-master-slave/</a><br>
"<br>
<p>/usr/local/smokeping/lib/Smokeping/probes/RemoteFPing.pm :</p>
<div class="wp_syntax">
<div class="code">
<pre class="perl" style="font-family: monospace;"><span style="color: rgb(0, 0, 0); font-weight: bold;">sub</span> binary <span style="color: rgb(0, 153, 0);">{</span>
<span style="color: rgb(177, 177, 0);">my</span> <span style="color: rgb(0, 0, 255);">$self</span> <span style="color: rgb(51, 153, 51);">=</span> <span style="color: rgb(0, 0, 102);">shift</span><span style="color: rgb(51, 153, 51);">;</span>
<span style="color: rgb(0, 0, 102);">return</span> <span style="color: rgb(0, 0, 255);">$self</span><span style="color: rgb(51, 153, 51);">-></span><span style="color: rgb(0, 153, 0);">{</span>properties<span style="color: rgb(0, 153, 0);">}</span><span style="color: rgb(0, 153, 0);">{</span>rbinary<span style="color: rgb(0, 153, 0);">}</span><span style="color: rgb(51, 153, 51);">;</span>
<span style="color: rgb(0, 153, 0);">}
"
</span></pre>
</div>
</div>
</body>
</html>