TrueNAS CORETrueNAS CORE Version Documentation
This content follows the TrueNAS CORE 13.0 releases. Use the Product and Version selectors above to view content specific to different TrueNAS software or major version.

Reporting

TrueNAS has a built in reporting engine that displays helpful graphs and information about the system processes. TrueNAS uses Graphite for metric gathering and visualizations.

Configure system reporting on the System > Reporting screen.

SystemReporting

General Options

NameDescription
Report CPU usage in PercentReports CPU usage in percent instead of units of kernel time.
Graphite Separate InstancesSends the plugin instance and type instance to Graphite as separate path components: host.cpu.0.cpu.idle. Disabling sends the plugin and plugin instance as one path component and type and type instance as another: host.cpu-0.cpu-idle.
Remote Graphite Server HostnameRemote Graphite server host name or IP address.
Graph Age in MonthsMaximum time (in months) TrueNAS stores a graph. Allowed values are 1-60. Changing this value causes the Confirm RRD Destroy dialog to display. Changes do not take effect until TrueNAS destroys the existing reporting database.
Number of Graph PointsThe number of points for each hourly, daily, weekly, monthly, or yearly graph. Allowed values are 1-4096. Changing this value displays the Confirm RRD Destroy dialog. Changes do not take effect until TrueNAS destroys the existing reporting database.
Reset to DefaultsResets all entered values and settings back to defaults.
Report history is cleared after changing and saving CPU reporting, graph age, or graph points.

For information on the Reporting screen graphs see System Reporting.

Reporting data is saved and preserved across system upgrades and reboots. This allows viewing usage trends over time. This data is frequently written and should not be stored on the boot pool or operating system device. Reporting data is saved in /var/db/collectd/rrd/.

Related Content