Skip to content

Instantly share code, notes, and snippets.

@dlgg
Created May 13, 2014 14:32
Show Gist options
  • Save dlgg/db04cfbc66ba44e205a4 to your computer and use it in GitHub Desktop.
Save dlgg/db04cfbc66ba44e205a4 to your computer and use it in GitHub Desktop.
Cacti poll 5 minutes to 1 minute
for i in {1..70}; do php data_template_associate_rra.php --rra='1:2:3:4:5' --data-template-id=$i; done
mysql cacti -e "update data_template_data SET rrd_step = '60';"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment