I have noticed that there are several profiles with the same name created. Did it happen during the Cacti upgrade? Probably it would be less confusion if profiles would be sequentially numbered, what do you think?
Code: Select all
MariaDB [cacti_db]> select * from data_source_profiles;
+----+----------------------------------+-------------------+-------+-----------+----------------+---------+
| id | hash | name | step | heartbeat | x_files_factor | default |
+----+----------------------------------+-------------------+-------+-----------+----------------+---------+
| 1 | 5b16ea2d688c2f856abfb5c8657a4ca8 | Upgrade Profile 1 | 300 | 600 | 0.5 | |
| 2 | eb2335a9e4151b5fbf203404924e799f | Upgrade Profile 1 | 21600 | 86400 | 0.5 | |
| 3 | 326f7748d7c3e0686fa1faf24d882db0 | Upgrade Profile 1 | 300 | 600 | 0.5 | |
| 4 | ad1ce76d6fe32afd4959dc264d57d473 | Upgrade Profile 1 | 300 | 86400 | 0.5 | |
+----+----------------------------------+-------------------+-------+-----------+----------------+---------+
Another question is about the creation of data source profile. No matter what settings are set, UI displays "0 KBytes per Data Sources". Should that value be dynamically changed to reflect the settings? That would be more informative. Also noticed that the drop-down list for consolidation functions is too small so that it creates an impression that there is only one function in the list (probably this is browser bug, I am testing with Firefox): I am using Cacti 1.2.16.
Thanks for the feedback!