<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luci/applications/luci-app-statistics/root, branch master</title>
<subtitle>Lua Configuration Interface (mirror)</subtitle>
<id>https://git.openwrt.org/project/luci/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/luci/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/'/>
<updated>2025-08-25T16:27:53Z</updated>
<entry>
<title>luci-app-statistics: Adds ability to configure encrypted connections in the MQTT package</title>
<updated>2025-08-25T16:27:53Z</updated>
<author>
<name>Nat Gist</name>
</author>
<published>2025-08-22T20:44:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=3a45003bfb8eb7fc1fa1cdc2d565651a2c613af6'/>
<id>urn:sha1:3a45003bfb8eb7fc1fa1cdc2d565651a2c613af6</id>
<content type='text'>
Updates mqtt.js to add user interface to configure a path to a CA Cert file to be used by MQTT to verify the servers certificate, and adds a setting to configure the TLS verison to be used for the conneciton. Also updates stat-genconfig to then copy these settings into the generated collectd.conf

Signed-off-by: Nat Gist &lt;nat.gist@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-app-statistics: fix prepare values from list vlaues</title>
<updated>2024-11-28T20:18:33Z</updated>
<author>
<name>Aleksey Kolosov</name>
</author>
<published>2024-11-15T07:42:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=0a6a2f1fc5cbea81531e2c24ded46b4ecba27647'/>
<id>urn:sha1:0a6a2f1fc5cbea81531e2c24ded46b4ecba27647</id>
<content type='text'>
If UCI store values as a list instead of an option, conversation for the
collectd configuration is not work correctly. This is due to the use of
a DynamicList type element in the UI (for example, for the RRATimespans
field). For this function argument val receives as array instead of a
string, so no additional conversion is required.

Signed-off-by: Aleksey Kolosov &lt;softovick@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-app-statistics: Fix b4a25a19a "Fix variable scope"</title>
<updated>2024-09-15T12:51:21Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2024-09-15T12:51:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=b9751888a1f08045e589a5e3c83094a81319bf0e'/>
<id>urn:sha1:b9751888a1f08045e589a5e3c83094a81319bf0e</id>
<content type='text'>
Add the missing parenthesis to line 199, removed by b4a25a19a.

Fixes commit b4a25a19a

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>luci-app-statistics: Fix variable scope</title>
<updated>2024-09-14T18:42:51Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2024-09-14T17:19:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=b4a25a19a960f6000b3a56c5596711c74b376b34'/>
<id>urn:sha1:b4a25a19a960f6000b3a56c5596711c74b376b34</id>
<content type='text'>
Closes #7245

Signed-off-by: Paul Donald &lt;newtwen+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-app-statistics: Add UI to configure Mqtt</title>
<updated>2024-03-08T01:28:50Z</updated>
<author>
<name>Miguel Angel Mulero Martinez</name>
</author>
<published>2023-03-17T18:39:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=8bf5646459e229c1d01736f7c45f3b1c9bf3058f'/>
<id>urn:sha1:8bf5646459e229c1d01736f7c45f3b1c9bf3058f</id>
<content type='text'>
This commit adds UI to configure the Mqtt plugin of the luci-app-statistics.

Signed-off-by: Miguel Angel Mulero Martinez &lt;migmul@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-app-statistics: Add rrd backup option to config file</title>
<updated>2024-02-03T09:59:31Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2024-02-03T09:59:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=1e1c6b853157febd3d93cdcbaa059a4f1a80b33b'/>
<id>urn:sha1:1e1c6b853157febd3d93cdcbaa059a4f1a80b33b</id>
<content type='text'>
Commit ad98af3a2 added the statistics data backup capability
to LuCI statistics, but dit not add the option to the config file.

Add the option (as disabled), so that users can easier notice the
feature.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>luci-app-statistics: harden sysupgrade_backup</title>
<updated>2023-11-11T16:55:47Z</updated>
<author>
<name>John Kohl</name>
</author>
<published>2023-11-11T16:19:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=55e0f28b1ec2f86068d1dad9915641e3fb22afbf'/>
<id>urn:sha1:55e0f28b1ec2f86068d1dad9915641e3fb22afbf</id>
<content type='text'>
Remove sysupgrade_backup from help.  Also have it check parameters.

Signed-off-by: John Kohl &lt;jtk.git@bostonpog.org&gt;
</content>
</entry>
<entry>
<title>luci-app-statistics: cleanups of bad spacing</title>
<updated>2023-11-11T12:40:22Z</updated>
<author>
<name>John Kohl</name>
</author>
<published>2023-11-11T02:11:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=465bfe24fa89703d073e6830a36a5e8eedc8e4b0'/>
<id>urn:sha1:465bfe24fa89703d073e6830a36a5e8eedc8e4b0</id>
<content type='text'>
Signed-off-by: John Kohl &lt;jtk.git@bostonpog.org&gt;
</content>
</entry>
<entry>
<title>luci-app-statistics: Add backup/restore for RRD statistics</title>
<updated>2023-10-29T23:48:38Z</updated>
<author>
<name>John Kohl</name>
</author>
<published>2023-10-25T02:12:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=ad98af3a2be6c87b1f36cec05c8c3529831b7787'/>
<id>urn:sha1:ad98af3a2be6c87b1f36cec05c8c3529831b7787</id>
<content type='text'>
Add a backup/restore capability for rrd data storage in
luci_statistics.  The data storage is typically in /tmp and does not
survive reboot or sysupgrade.  This adds an option for the
administrator to configure the RRD plugin, so that the RRD data are
are preserved with a backup copy in the overlay file system.

This works for shutdown/reboot, sysupgrade (backup config files,
restore config files, and true sysupgrade).

Also fix a bug where starting luci_statistics for the first time would
not get a restart a running collectd: during install of the package
when it is not included in the base flashed image, collectd might be
started when it got installed/configured before this package gets
installed/configured.  So we need to check if it's running, and
restart it to use the luci_statistics configuration.

Signed-off-by: John Kohl &lt;jtk.git@bostonpog.org&gt;
</content>
</entry>
<entry>
<title>luci-app-statistics: memory: make hiding 'free' configurable</title>
<updated>2023-10-09T20:16:36Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2023-10-09T20:16:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=08540c44629ad0fedf5feb2b535c2df182ac3973'/>
<id>urn:sha1:08540c44629ad0fedf5feb2b535c2df182ac3973</id>
<content type='text'>
Make hiding the 'free' memory configurable.
Set default as disabled, shown in graph which always scales to 100%.

If enabled, the graph scales to actually used memory,
which enables a more detailed view to memory usage.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
</feed>
