Tips to make new plugins work:

  • When installing a new plugin make sure you have set Realm Permissions for your user under User Management. Many users report not being able to see a plugin and the simple reason is they don't have access to it.

  • Some beta plugins include a .sql file containing additions to the database, future releases will most likely auto import this information. You can add this to your cacti database by using the mysql command like this:
    • mysql cacti < filename.sql
    Plugins will not funtion until the additions to the database are made.

  • You can change the order of plugin tabs under settings by reordering your list of plugins in include/config.php. The same goes for the list of settings under the Misc tab.


CategoryPlugins
Page was generated in 0.0170 seconds