<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"><meta name="Generator" content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style></head><body lang="EN-US" link="blue" vlink="purple"><div class="WordSection1"><p class="MsoNormal">I’ve successfully setup a master / slave setup but I’m having a problem where the data doesn’t get written to the slave graphs. Running debug on both master and slave, data is definitely being sent but I don’t see anything in the logs on the master server.</p>
<p class="MsoNormal"> </p><p class="MsoNormal">slave:</p><p class="MsoNormal">Jan 10 20:28:23 smoke01 smokeping[2026]: FPing: Executing /usr/local/sbin/fping -C 20 -q -B1 -r1 -i10 192.168.3.6</p><p class="MsoNormal">Jan 10 20:28:42 smoke01 smokeping[2026]: FPing: Got fping output: &#39;192.168.3.6 : 0.25 0.24 0.24 0.32 0.21 0.27 0.26 0.26 0.27 0.25 0.26 0.19 0.26 0.51 0.27 0.25 0.30 0.25 0.27 0.26&#39;</p>
<p class="MsoNormal">Jan 10 20:28:42 smoke01 smokeping[2026]: Sent data to Server. Server said OK</p><p class="MsoNormal">Jan 10 20:28:42 smoke01 smokeping[2026]: FPing: Sleeping 161 seconds.</p><p class="MsoNormal"> </p>
<p class="MsoNormal">master:</p><p class="MsoNormal">nothing corresponding</p><p class="MsoNormal"> </p><p class="MsoNormal">Any guesses as to what I’m doing wrong? Clearly the master and slave are communicating since it’s pulling the config properly and the ping data is definitely populating on the slave side.</p>
</div></body></html>