just did a clean install of version h of cacti and applied the cacti-plugin patch for that version. I got an error when the patch was applied to config.php.
+ $plugins = array();
+ //$plugins[] = 'thold';
+
+ /* Do not edit this line */
+ $config = array();
+
+ /* This is full URL Path to the Cacti installation
+ For example, if your cacti was accessible by
http://server/cacti/ you would user '/cacti/'
+ as the url path. For just
http://server/ use '/'
+ */
+
+ $config["url_path"] = '/';
+
/* ----- you probably do not need to change anything below this line ----- */
So i manually added the url_path and plugins array to the config.php file. How do i know if this actually is working? I have put for example $plugins[] = 'ntop' but i see no difference in cacti. what should i be looking for?
Thanx!
Xarion