An introduction to Cacti data management
Cacti provides different methods for remote data query. You have already learned about the data input methods for retrieving a single SNMP value, but this method is not limited to SNMP. You can use several other methods such as scripts or the WMI for retrieving and graphing data.
Data input methods
Data input methods are commonly used when it comes to basic data retrieval. They can be external scripts, simple SNMP queries, or anything that does not involve indexed data.
Data queries
Data queries are used for indexed data. A good example data is retrieving interface statistics for switches where each data entry (for example, for interface inOctets) is linked to the interface using an index. So, for complex data, you will need to create a data query.