setrafri.blogg.se

Mactrack plugin cacti
Mactrack plugin cacti












  1. #Mactrack plugin cacti update
  2. #Mactrack plugin cacti code

This is important a plugin maintains user settings. fileĪllows a plugin to take part in the Copy User actions.

#Mactrack plugin cacti update

For instance, the Update plug-in will display a message here if there are new versions of plugins. fileĪllows you to add text after the default message on the console page fileĪllows you to add text before the default message on the console page. fileĪllows you to extend the Cacti settings page to allow for custom tabs and global settings within them. This is a general purpose hook used for connecting to other database, or sourcing common includes that would otherwise not be sourced. In the case of MacTrack, there is a table called mac_track_sites and in order to drive the UI and allow for the user to provide input and save a site, you must provide the Cacti form engine a form array to allow for the form to be presented and contents to be saved. fileĪllows you to define form object to represent data to be stored in your tables.

mactrack plugin cacti

Things like dropdown arrays and the like. fileĪllows your plug-in to define custom array elements to be used throughout cacti. fileĪllows you to enhance the Logs display with additional information or links. fileĪllows you to reset plugins all user settings fileĪllows you to reset plugins single user settings fileĪllows you to draw plugins user settings form fileĪllows you to save plugins all user settings fileĪllows you to draw plugins user setting tabs fileĪllows you to update plugins single user setting fileĪllows you to override the rendering of the bottom_footer html snippet. This hook allows you to handle user login check alternate plugin defined authentication realms. When used properly, it allows you to extend the host table with your plugins custom fields. This hook allows you to alter the contents to the device table with custom fields. Unlike the api_device_new hook, the device ID is might not be defined here. This hook allows you to perform additional operation at the end of api_device_save function. Unlike the api_device_save hook, the device ID is already defined here. This hooks allows you to perform additional operation at the end of api_device_save function. The parameters passed are host_id and graph_template_id. hookĪllows you to perform additional operations when adding a graph template to host. The following table shows all known Cacti plugin hooks and a brief description of their function.

mactrack plugin cacti

If the rendering is insufficient you may try to find and view the page on the cacti-1.2.22.tar.gz project site itself.

#Mactrack plugin cacti code

You can here alternatively try to browse the pure source code or just view or download the uninterpreted raw source code. Caution: In this restricted "Fossies" environment the current HTML page may not be correctly presentated and may have some non-functional links.














Mactrack plugin cacti