Hello, Does anybody knows how exactly master <-> slave model works ? I have such master host configuration:
... *** Slaves *** secrets=/usr/local/etc/smokeping/secrets.txt + slave_host display_name=slave_host color=00ff00 *** Targets *** probe = FPing + LocalTest menu = LocalTest title = LocalTest host = 1.1.1.1 + RemoteTest slaves = slave_host menu = RemoteTest title = RemoteTest host = 2.2.2.2 ... Why RemoteTest testing runs on master host ? The master host is unable to reach 2.2.2.2 but the slave host is can. The master host is trying to reach 2.2.2.2, what I can see in debug-mode on master host: FPing: Executing /usr/local/sbin/fping -C 20 -q -B1 -r1 -b1000 -i10 2.2.2.2 FPing: Got fping output: '2.2.2.2 : - - - - - - - - - - - - - - - - - - - -' And the slave host is trying too: FPing: Executing /usr/local/sbin/fping -C 20 -q -B1 -r1 -b1000 -i10 2.2.2.2 FPing: Got fping output: '2.2.2.2 : 6.59 4.71 5.77 4.61 4.37 4.04 5.93 6.05 3.59 4.68 6.20 4.38 5.03 4.25 3.73 6.33 5.83 3.87 3.58 4.18' Sent data to Server. Server said OK And it looks like everything is fine, but the graphs on the master host is blank ... Is there any way to debug recieving of data on master host ? _______________________________________________ smokeping-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users
