首页 » 软件更新 » Cacti1.2.4新版发布,更新日志

Cacti1.2.4新版发布,更新日志

 

吴昊博客原创Cacti新版系列教程:https://blog.whsir.com/post-4617.html

Cacti1.2.4新版发布,修复大量bug,增加了几处新功能

Cacti1.2.4更新日志:

问题#2523:在PHP 7.3下发送测试邮件停止工作
问题#2589:缺少RRD文件时会导致DSSTATS错误
问题#2590:安装Cacti时,选择语言时有时会失效
问题#2591:菜单选择并不总是与所选页面/部分匹配
问题#2592:查看聚合图时,“显示来自此聚合的图”选项总是不起作用
问题#2593:无法将聚合图迁移到匹配的聚合模板
问题#2598:创建没有关联模板的聚合图会导致RRDtool错误
问题#2599:创建/更新聚合图使用LINE/STACK生成无效SQL语句
问题#2604:添加数据查询时,会生成SQL错误
问题#2605:安装Cacti时,检查数据库表可能会导致错误
问题#2608:db_update_table()函数不应该要求引擎类型或注释
问题#2609:当从1.2之前版本更新时,时区列可能不存在
问题#2610:数据源故障排除程序生成警告,不推荐使用each()函数
问题#2612:当RRDtool初始化失败时,DSStats生成警告
问题#2618:管理员状态作为选择字段,使用snmp_queries/interfaces.xml扩展
问题#2621:安装Cacti时,不允许路径为空
问题#2622:各种未定义变量在database.php中产生错误
问题#2623:当使用form_text_area()函数时,会生成无效的HTML
问题#2627:某些文件名可能会在日志文件选择列表中丢失
问题#2629:升级时,由于路径错误,未能正确加载ldap库
问题#2632:自动网络未能正确复制到其他轮询器
问题#2635:当运行自动化扫描时,应该强制数据库连接到中央数据库
问题#2638:支持通过mhoran禁用PHP SNMP扩展
问题#2645:某些url计算错误
问题#2649:当有自定义选项时,自动不创建图形
问题#2650:几个未定义的变量产生警告
问题#2662:HRULE对象在某些情况下被破坏
问题#2668:从SNMP系统描述中删除后面的括号
问题#2672:Cacti在Windows上安装失败
问题#2676:“纸飞机”皮肤不能在iPhone XR上工作
问题#2678:在data_queries.php中调用未定义的函数
问题#2679:密码不满足复杂性要求的用户不会重定向到“更改密码”页面
问题#2680:删除已弃用的$php_errormsg
问题#2689:增加最大内存限制
问题#2693:图形链接不包含导致链接失败的URL路径
问题#2698:避免所有主题在main.js中出现重复的图标
问题#2699:登录选项“显示用户浏览器指向的页面”不能正常工作
问题#2702:sqltable_to_php.php并不总是生成有效的表数据数组
问题#2707:某些页面存在权限错误,无法发出正确的消息
问题#2712:在更多内存的脚本中,PHP内存应该是无限制的
问题#2713:未正确解析具有正确UTF8字符串的SNMP系统描述
问题#2718:当链接转换为ajax调用时,不应该包含mailto链接
问题#2720:当计算百分位数时,该值是不正确的,因为步骤没有按正确的顺序排列
特性#2538:允许用户在删除图形时更改删除数据源的默认方法
特性#2539:允许用户设置默认的图形锁定状态
特性#2540:允许用户启用/禁用图形树历史记录
特性#2646:允许rb83在CLI上应用自动化规则
特性#2654:用于通知用户配置文件更改插件的新钩子('auth_profile_update_data')
特性#2664:添加清除spikekill备份的选项
特性#2701:提供选项来继续绘制失去索引的对象
特性#2704:设备和模板缓存不能正确刷新

 

原文如下:

原文地址:https://github.com/Cacti/cacti/milestone/6?closed=1

issue #2523: Send A Test Email stops working under PHP 7.3
issue #2589: Missing RRD file can cause DSSTATS to throw errors
issue #2590: When installing, chosen language is sometimes lost
issue #2591: Menu selection does not always match selected page/section
issue #2592: When viewing an aggregate graph, 'Display graphs from this aggregate' option does always not work
issue #2593: Unable to migrate aggregate graphs to matching aggregate template
issue #2598: Creating an aggregate graph without associated template causes RRDtool error
issue #2599: Creating/Updating an Aggregate Graph to use LINE/STACK's generates invalid SQL statements
issue #2604: When adding a dataquery, SQL errors can be generated
issue #2605: When installing, checking database tables can cause errors
issue #2608: db_update_table() function should not require an engine type or comment
issue #2609: When updating from earlier than 1.2, timezone column might not exist
issue #2610: Data Sources troubleshooter generates warning that each() function is deprecated
issue #2612: When RRDtool fails to initialize, DSStats generates lots of warnings
issue #2618: ifAdminStatus in snmp_queries/interfaces.xml
issue #2621: File paths that accept blanks are not allowing blanks
issue #2622: Various undefined variables generate errors within database.php
issue #2623: When using form_text_area(), invalid HTML can be generated
issue #2627: Some filenames can be lost in log file selection list
issue #2629: When upgrading, ldap library is not loaded properly due to incorrect paths
issue #2632: Automated Networks are not being properly replicated to additional pollers
issue #2635: When running automation scans, database connection should be forced to central database
issue #2638: Support disabling PHP SNMP extension by mhoran
issue #2645: Some URLs are incorrectly calculated
issue #2649: Automation not creating graphs when there are custom items
issue #2650: Several undefined variables are generating warnings
issue #2662: HRULE objects broken in some cases
issue #2668: Trailing parentheses are removed from the SNMP system description
issue #2672: Cacti Install on Windows Fails
issue #2676: Skin paper plane not working on iPhone XR
issue #2678: Call to undefined function _() in data_queries.php
issue #2679: Users with passwords that do not meet complexity requirements are not redirected to the Change Password page
issue #2680: Remove deprecated $php_errormsg usage
issue #2689: Increase boost maximum memory limits
issue #2693: Graph links do not contain URL path causing links to fail
issue #2698: Avoid duplicated icon in the main.js of all themes
issue #2699: Login option "Show the page that user pointed their browser to" does not work properly
issue #2702: sqltable_to_php.php does not always generate valid table data arrays
issue #2707: Some pages that have permission errors dont raise proper messages
issue #2712: PHP memory should be unlimited in scripts that need more memory than the default
issue #2713: SNMP System Description with UTF8 strings properly are not properly parsed
issue #2718: When links are converted to ajax calls, mailto links should not be included
issue #2720: When calculating percentiles, the value is incorrect as the steps are not placed in correct order
feature #2538: Allow users to change default method of removing data sources when deleting graphs
feature #2539: Allow users to set the default graph lock status
feature #2540: Allow users to enable/disable graph tree history
feature #2646: Allow application of automation rules on CLI by rb83
feature #2654: New hook to notify plugins of user profile changes ('auth_profile_update_data')
feature #2664: Add option to purge spikekill backups
feature #2701: Provide option to continue graphing objects that loose their index
feature #2704: Device and template cache do not refresh properly

 

原文链接:Cacti1.2.4新版发布,更新日志,转载请注明来源!

0