<div dir="ltr"><div><div><div><div><div><div><div>Hey Olly,<br><br> I did this in this way.<br><br>1.first creates "devices" folder in /etc/smokeping/.  <br>2.I make a php script to create file for each device inside the devices folder.<br>ex:- I create  "test_server_1" file in devices folder. In that file <br><br>++ test_server_1<br><br> probe = FPing<br> menu = test_server_1<br> title = This is a test server x.x.x.x<br> host = 198.x.x.x<br></div># put ip address to host line.<br><br></div>3.Then go to the /etc/smokeping/config file and I add this line bottom of the file.<br><br>@include /etc/smokeping/devices/test_server_1<br><br></div>4.In /etc/smokeping/config.d/Probes have to say what is the FPing is.<br><br>*** Probes ***<br><br>+ FPing<br>binary = /usr/bin/fping<br><br>++ FPing<br> step = 60<br><br></div>5.Thats all. then restart the smokeping service by<br></div><br>service smokeping  restart<br><br></div>(All those things are done by php script that I made.So hope this will help you.)<br><br></div>Thusitha<br><div><div><div><div><br><div><br><div><div><br></div></div></div></div></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 19, 2015 at 2:57 PM, Oliver Marshall <span dir="ltr"><<a href="mailto:oliver@olivermarshall.net" target="_blank">oliver@olivermarshall.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span style="font-size:12.8px">Hi chaps</span><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">We use LibreNMS and they have a php script which creates a smokeping config file containing the full list of devices on the network and a menu structure for smokeping. </div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Only in Ubuntu it causes smokeping to complain. The top of the config file is shown below (ignore the ------ delimiters)</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">-------------------------</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><div>menu = Top</div><div>title = Network Latency Grapher</div><div><br></div><div>+ network</div><div>menu = network</div><div>title = network</div></div><div style="font-size:12.8px">etc</div><div style="font-size:12.8px">etc</div><div style="font-size:12.8px">-------------------------<br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">This causes Smokeping to complain about the "menu=" line at line 2. </div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I can get it working if I disable the Targets file and then put the *** Targets *** header and the probe line in at the top but these changes are overwritten by LibreNMS when they update their device lists. </div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I was wondering whether there is an easy way in Smokeping to accommodate the config that they are creating? If not then I can look at editing their script that creates this config file but I'd prefer not to in case it too is overwritten at a later date.<br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Olly</div></div>
<br>_______________________________________________<br>
smokeping-users mailing list<br>
<a href="mailto:smokeping-users@lists.oetiker.ch">smokeping-users@lists.oetiker.ch</a><br>
<a href="https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users" rel="noreferrer" target="_blank">https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users</a><br>
<br></blockquote></div><br></div>