Anonymous wrote:
Sorry, me again, I do have a problem. When I click the "auto create threshold" link I get this at the top of the page -
Notice: Undefined index: thold_created in /var/www/html/cacti/lib/functions.php on line 196
No thresholds were created.
Any idea?
Thanks,
Sapan
I assume that when you upgraded to the lastest thold, you are also running the latest plugin architecture.
Have you created any threshold templates? (Look at the console under Templates, you should see a threshold link). Thresholds do not work the same way they did in early versions. Now you get to choose what thresholds you want auto-created and with what values.
The error in question is caused by the error reporting system build into Cacti. Without the latest plugin architecture, the plugin can not integrate itself into the error reporting system, and instead causes Cacti to throw an error saying it can't throw an error (ironic?)
The "No thresholds were created." message is given by the Plugin since you didn't have any thresholds templated.