mikaku / Monitorix

Monitorix is a free, open source, lightweight system monitoring tool.
https://www.monitorix.org
GNU General Public License v2.0
1.12k stars 167 forks source link

Number of groups in gensens is not unlimited but capped at 10 #345

Closed bachandi closed 3 years ago

bachandi commented 3 years ago

For me it seems that the number of groups in gensens is not unlimited as described in the documentation but capped at 10.

The logger correctly prints: gensens::gensens_init: Detected size mismatch between 'list' (12) and /var/lib/monitorix/gensens.rrd (10). Resizing it accordingly. All historical data will be lost. Backup file created. But in the browser only 10 groups are visible and only 10 gensensX images are created.

At a first glance I could not find why this happens. Any idea?

bachandi commented 3 years ago

My bad sorry. They are just sorted like 1, 10, 11, 2,3. Sometimes one just needs to have a second look...