changes from 3.8.2
add threads
add missing new line
add link to password doc
Afick 3.8.2 (stable) released
Afick 3.8.1 (stable) released
Merge branch 'release/v3.8.2'
iss file for 3.8.2
version file
web site
version and date
Merge branch 'feature/password' into devel
release 3.8.2
updated howto
password use manual
report changes on thread code
add doc on new features
gpg key 2025/2026
add unitary test for backend password
add password option on init/update actions
add Checksum module also in @common_modules list
add class Afick::Checksum
add os release in package name
space problem changelog
(afick-tk) add quotes to avoid space in path problem
(afick_learn) add quotes to avoid space in filename problem
allow access to module VERSION
rpmrebuild 2.20: rpm2archive called with incorrect arguments
the problem is fixed in 2.21 release
rpmrebuild 2.21 (stable) released
updated web pages for 2.21
web page for 2.21
skip install test for gpg-pubkey packages
add a tool to get fedora spec file
add fedora 41 tags
the code is already fixed in the devel branch. Il will release th 2.21 in june
Webminstats uses the rrd (round robin database) tool (https://oss.oetiker.ch/rrdtool/) : the database size is fixed at init, so the number of records is also fixed. It is possible to add a new RRA to store long term data : https://stackoverflow.com/questions/30322964/how-can-i-add-rras-to-an-existing-rrd but webminstats will not be able to display this data without some big code changes.
fix build procedure
webminstats 2.23 (stable) released
fix checklist
do not force tag on modules
do not add spec file in tgz any more
- force tag
add controls on build
fix perlcritic warnings
sh extension to avoid bad file perm
cb
cb
version 2.23
(battery) avoid warnings if no battery (on VM)
patch to display the date in a fixed place (patch # 3 from userecho)
Merge commit '439b2afa8c762de87f55a20adeedaf1aa0bc203b' into devel
The datebox element goes out of view
I am using firefox or chromium or brave on mainly fedora/debian/ubuntu but do not worry, I can read the date. Your patch is now committed in the devel branch. I will probably have the next release in february. thanks for your work !
moved the datebox into the [data-dcontainer="1"] element
I have tested it, and I notice 2 problems - first, your code is only working with the default theme "authentic theme". Is it possible to test and use your code on authentic, and else use my old code - second, the display is now centered and is somewhat hidden by the graphic title. Is it possible to display the date on the left as before ?
The datebox element goes out of view
Thank you very much for this patch. I'm testing it and it will be included in next release (2.23)
I had the same problem some days ago : the problem was docker, which modify iptables, so nft sends this warning. The problem will be fixed in next webminstats release (2.23)
(ping) allow icmpv6
(firewall) suppress warnings from nft
add comment for bug 104
hddtemp no longer maintained, plugin doesn't work
The problem is fixed in devel branch. It will be available in webminstats 2.23. If hddtemp is not available, it will use a local hddtemp-lt code.
Error cloning the "mysql" module
thanks for this report the problem is fixed in devel branch. It will be available in webminstats 2.23
(audit,dns,mysql) fix cloning module on keys file (bug #104)
better message for check_prereq
Steps to install a new module
I have written a basic documentation some years ago : https://webminstats.sourceforge.net/module_writing.html
Continuos message in action.log
It means that the mailto action is not well configured : the mail command is missing. the message will be improved in webminstats 2.23
WARNING on module filesopen
After upgrading VPS from 1 core to 4 cores CPU graph does not draw to top of chart
you will have to click on "init" button in the cpu configuration page ( https://localhost:10000/sysstats/edit_module.cgi?idx=cpu&xnavigation=1)
Error Running Module
MySQL password with '#' character does not connect
fixed in mysql module 1.14 /webminstats 2.21
Images in NIC Module
fixed in network 0.36 / webminstats 2.19
error in browser
Doesn't support Ubuntu 18
Panorama view broken
graph called at ./sysstats-lib.pl line 343
Argument "usb_fiq" isn't numeric in addition (+) at ./irq.pl line 89.
UPS module no graphs
(hddtemp) allow use of hddtemp-lt to replace deprecated hddtemp
(uptime) rename tab_param sub
(battery) rename tab_param sub
The battery module is using /sys/class/power_supply/BAT0 pseudo-file. So tlp may help. Else, you can disable the battery module, for example from https://localhost:10000/sysstats/edit_module.cgi?idx=battery&xnavigation=1
No, because I recommend to use only the system package. Using alternate package, such cpan, may broke the system dependencies and is very difficult to maintain up-to-date. On my Ubuntu, Carp is installed from libcgi-pm-perl package, which is needed.
Error Running Module
webminstat use a perl module named RRDs, but the module installation depends upon your linux distribution. Send your linux distribution and I will send you the command line
Merge branch 'feature/rpm2archive' into devel
fix rpm2archive syntax for rhel 9 (Blair Zajac)
fix spec file
Merge branch 'feature/multi_line_spec_change' into devel
add src/t/data files
allow multiline spec changes
I am developping rpmrebuild on fedora (currently 41) and I was not able to reproduce the problem - my arch is x84_64, so I can't rebuild bash-5.1.8-9.el9.aarch64.rpm - I have no problem with bash-5.1.8-9.el9.x86_64.rpm but your change is valid and pass my regression test, so it will be included in 2.21 release