I'm running 0.8.8a on Debian Squeeze and would like to do graph exports but only for specific graphs. Apparently on graphs.php there should be options for 'enable graph export' & 'disable graph export' however I do not see these.
I found this post: http://forums.cacti.net/viewtopic.php?f=21&t=12652 and the user 'pirx' has the same problem. I was originally running 0.8.7g the same as he was.
When I look at the code here: http://svn.cacti.net/viewvc/cacti/branc ... threv=4569 and then compare it to what's in 0.8.8a it is different. in 0.8.8a I only have:
Code: Select all
$graph_actions = array(
1 => "Delete",
2 => "Change Graph Template",
5 => "Change Host",
6 => "Reapply Suggested Names",
7 => "Resize Graphs",
3 => "Duplicate",
4 => "Convert to Graph Template"
);
Code: Select all
8 => "Enable Graph Export",
9 => "Disable Graph Export"
I've went through each graph template and set
- Use Per-Graph Value (Ignore this Value) - selected
- Allow Graph Export - selected
Why are the options for export missing and what do I need to do to be able to use them?
Thanks!