Linux – Export munin data, import it and rebuilt html and graph

graphlinuxmunin

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

Best Answer

I find that removing the generated graphs is enough to cause the standard munin cron jobs to regenerate them (even if data hasn't changed).

Related Topic