Autom8 looks like an interesting plugin, however, it does not work for me.
OS: CentoOS 6.4
Cacti: 0.8.8b (comes with CeonOS 6.4)
PHP: 5.3.3 (also comes with CentOS 6.4)
I install the plugin, activate it and have this problem:
I go to, say, "Graph Rules" -> select on rule -> click "Add" to add a new rule item.
I get a blank page.
This is because the URL is doubly urlencoded:
Code: Select all
<a class="linkOverDark" href="autom8_graph_rules.php?action=item_edit&id=3&rule_type=1">Add</a>
Code: Select all
/cacti/plugins/autom8/autom8_graph_rules.php?action=item_edit&id=3&rule_type=1
Is this some conflict between my php version (or configuration) or a bug in Autom8?