I am trying to read data collected from a server to an other server.
Reading Change a Munin server and keep the data seems show a way to do this.
- exporting rrd database using
rrdtool dump
- importing rrd dump using
rrdtool restore
Next I declare in the destination server the hostname list in /etc/munin/munin.conf
[server1]
use_node_name yes
update no
Now, I would like munin recreate the html pages and the graphs corresponding to the hostname list.
How to force recreation (without new data) ?
Update
Even the index.html is not updated and does not include a link to server1