Cacti has numerous settings that can be changed from the Web Interface. Cacti, from it's inception desired to have as many settings as possible to be configurable without having to goto the Command Line to make them. While, for the most part this is still true, there are several settings that must be configured in the config.php which we will cover in a separate sub-section.
The standard Settings sub-tabs include:
General - This is where Cacti holds a general collection of settings that every Cacti administrator should become familiar with.
Paths - Mostly, this sub-tab holds all settings that the Cacti administrator has control of. It also includes some settings around RRDfile maintenance.
Device Defaults - This is where you can establish presets that every new Cacti Device get's by default, through Automation, the CLI or though the Web Interface.
Poller - Though most Poller settings have been moved to the Data Collectors, some are still managed at the system level including the poller type to use, script server and a number of additional settings.
Data - This is where you can enable the RRDproxy and Data Source Statistics collection. The Data Source Statistics module allows for the saving of key metrics that are important in dash-boarding plugins in Cacti.
Visual - This is where you can set some preset like Graph and Data Source title lengths, and drop-down sizes these Visual settings are global in nature.
Authentication - This is where Cacti defines how Users are managed. There are three Classes of Users.
They include:
Performance - This is
where Cacti's Boost
functionality was moved to. Cacti's
Boost
module allows Cacti to scale to systems with over a
million Graphs and Data
Sources.
Spikes - This is a built-in tool for killing spikes on graphs in a scheduled fashion. It also holds system level spike killing defaults.
Mail/Reporting/DNS - This is where Cacti saves settings associated with these three services, for example Simple Mail Transfer Protocol (SMTP) settings used for general notification across all of Cacti.
In addition, to the base settings, Cacti Plugins can extend settings
for their own purposes. When a Plugin has few settings that it uses, the
Cacti Group has recommended a sub-tab called Misc
for those
Plugins for their purposes. Most Plugins conform to that guideline.