Disable the “smoke” in SmokePing for multihost

network-monitoringrrdtool

I'm running SmokePing to monitor the latency to several machines.

I have been playing around with the multihost feature, allowing me to draw stats of multiple machines in one graph.

However, on the details page, smoke is being drawn as well, resulting in this:

alt text

Is there a way to disable this? As it makes the graph pretty much unreadable.

Smoke is enabled for the stats per server, so it's duplicated data.

Best Answer

Well the whole 'smoke' part is pretty integral to the tool. If you don't have any spread at all on the RTT, it's just a regular ping time graph, right?

The only idea I can think of to improve your graphs is to experiment with setting max_rtt to a very low number to cut off outliers. You could also try setting pings to the minimum of 3, maybe that would give you less variation and nicer graphs.

For that matter, what about just setting up regular mrtg and using a simple ping monitor without all the fancy features of smokeping? Or, set up munin and use one of the several ping monitors available for that monitoring tool.

Related Topic