<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luci/applications/luci-app-statistics/root/usr, 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: enhance tcpconns plugin</title>
<updated>2023-05-31T15:11:49Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2023-05-30T16:27:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=c9c395920e424cd188a663a6c3f4acfdf8d65012'/>
<id>urn:sha1:c9c395920e424cd188a663a6c3f4acfdf8d65012</id>
<content type='text'>
Modernize tcpconns plugin to match the features in collectd:

* Support summary of all ports
* 'All listening ports' can be concurrent to specified ports,
  not just alternative

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>luci-app-statistics: rewrite stat-genconfig in ucode</title>
<updated>2022-10-24T23:03:37Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2022-09-23T18:25:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=984a9a4d695b14023a030b9cbc4bd6ca821425dd'/>
<id>urn:sha1:984a9a4d695b14023a030b9cbc4bd6ca821425dd</id>
<content type='text'>
Rewrite the collectd config generator script in ucode to remove the implicit
dependency on the Lua runtime.

Also move the stat-genconfig script into /usr/libexec as it isn't really a
user facing executable.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>luci-app-statistics: stat-genconfig: don't emit bools for absent uci options</title>
<updated>2022-04-25T18:59:39Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2022-04-25T18:55:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=f16037cec5e3f65cffe2f5788c264f1912435b0e'/>
<id>urn:sha1:f16037cec5e3f65cffe2f5788c264f1912435b0e</id>
<content type='text'>
Do not emit native collectd.conf boolean false options if the corresponding
uci option is unset in order to honour collectd's implicit defaults.

This fixes certain options, such as the memory plugins `ValuesAbsolute`,
being without effect if declared as default-enabled in the related plugin
uci forms.

Fixes: #5777
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>luci-app-statistics: irq plugin: handle numeric interrupt names</title>
<updated>2021-08-16T18:27:31Z</updated>
<author>
<name>k-ronny</name>
</author>
<published>2021-08-16T07:41:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=dc2570305383a1014b39b44471c0b8c491e23026'/>
<id>urn:sha1:dc2570305383a1014b39b44471c0b8c491e23026</id>
<content type='text'>
the `irq` plugin does not show the right data if the interrupt name is only numeric

Signed-off-by: Ronny Kotzschmar &lt;ro.ok@me.com&gt;
</content>
</entry>
<entry>
<title>luci-app-statistics: add support for MaxMissed</title>
<updated>2021-08-15T07:39:31Z</updated>
<author>
<name>John Kohl</name>
</author>
<published>2021-08-14T19:34:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=1b715d25159c04eee3e81d2de61c68c5f4bd7c02'/>
<id>urn:sha1:1b715d25159c04eee3e81d2de61c68c5f4bd7c02</id>
<content type='text'>
Signed-off-by: John Kohl &lt;jtk.git@bostonpog.org&gt;
</content>
</entry>
</feed>
