Can heatmap interval be changed easily ?

Hi,
is it possible to change the heatmap interval down from 60 to e.g. 15 minutes easily, or would there be a codechange necessary on several places ?

Thanks, Herbert

Comments

  • Pavel
    edited May 2017
    Hi,

    if you have something like that in the cron:
    0 * * * * /home/stor2rrd/stor2rrd/load.sh > /home/stor2rrd/stor2rrd/load.out 2>&1

    Then add 1 line with:
    15,30,45 * * * * /home/stor2rrd/stor2rrd/load.sh heatmap > /home/stor2rrd/stor2rrd/load-heatmap.out 2>&1

    Just do not start it in the same time as standard load.sh


  • OK, thanks a lot !
  • Hi Pavel,
    could look into it not before today, and saw that this is not the complete story.
    I would like to see every 15 minutes a heatmap of the last 15 minutes.
    Therefore besides the above I changed heatmap-stor.pl line :29 from 3600 to 900, and changed the comment on line :2338 accordingly.
    Will watch this for the next hours.
Sign In or Register to comment.