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

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

 

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

Cacti1.2.6新版发布,修复大量bug

Cacti1.2.6更新日志:

问题#2794:图形编辑下保存图形模板后不生效
问题#2825:"innodb_doublewrite = off"可能是危险的建议,它可能导致数据损坏
问题#2829:php总是建议将内存设置为无限制
问题#2830:禁用顶部/底部外部链接不应该显示
问题#2832:安装/升级时日志不显示任何内容
问题#2833:当数据源没有snmp_index时,可能会发生未定义的索引
问题#2834:在大型系统上提升性能
问题#2835:创建图形和不充分的查询时会导致创建的时间过长
问题#2837:Sunrise主题不能100%正确地显示复选框
问题#2838:由于分叉,jQueryMultiSelect与上游不匹配
问题#2839:非正则表达式搜索,过滤器不支持国际化字符
问题#2841:搜索外部链接页面后,总计数错误
问题#2843:DSStats每分钟重新运行每日聚合
问题#2844:密码的自动填充设置未正确定义
问题#2845:数据模板在使用时不能编辑
问题#2846:允许为带有“问题”的图标提供工具提示
问题#2847:将聚合永久地转换为规则图
问题#2848:聚合图形由于不正确的日期范围而被裁剪
问题#2856:使用非常长的RRDtool命令行聚合问题
问题#2857:在尝试查找要使用的最佳索引时,会出现“must implement Countable”警告
问题#2860:在安装期间测试远程轮询器连接时,可能会出现未定义的变量警告
问题#2862:自动化无法正确计算单个主机的网络信息
问题#2866:将轮询器ID添加到主题以获取管理员通知
问题#2869:从图形中创建聚合时,可能会出现JavaScript问题
问题#2872:添加对MySQL 8的支持,并使用分组作为列的名称
问题#2875:在某些情况下删除尖峰时,出现未定义的变量
问题#2877:尝试发送报告时,会显示未定义的函数“get_tinespan”消息
问题#2878:函数get_magic_quotes_gpc()现在在PHP 7.4中已弃用
问题#2879:从authPriv切换到authNoPriv会在保存时产生错误
问题#2884:当sysres-dev禁用轮询器时,复制将继续发生
问题#2891:服务器脚本ss_fping.php在服务器未调用时生成错误
问题#2895:对于来自不同rrd的多个数据源的图形,百分位数计算不正确
问题#2901:Poller溢出警告信息用词不当
问题#2902:Mailer错误地报告它正在发送给noone
问题#2903:PHP建议可能会生成导致JSON问题的警告
问题#2905:按版本对插件排序可能会导致意外排序
问题#2907:多个轮询器的SSL列可能被错误设置,从而导致SQL错误
问题#2908:当URL_PATH为空时,它应该假设它是'/'
问题#2909:在字符串中正确使用affect和effect
问题#2910:在移动设备上的竖屏模式下无法显示用户菜单
问题#2911:图形变量并不总是正确地编码为JSON,从而导致警告
问题#2912:导航缓存有时可能会损坏,从而导致非数组值
问题#2913:添加新图形时,不会记住图形的类型
问题#2917:由于缩放,图形旁边的操作图标有时可能无法选择
问题#2919:当刷新菜单时,所选项目有时会丢失,子菜单项可能会隐藏

原文如下:

原文地址:https://www.cacti.net/changelog.php

issue#2794: Graph template not saved on graph edit
issue#2825: "innodb_doublewrite = off" possibly dangerous recommendation
issue#2829: PHP recommendations always see memory limit as unlimited
issue#2830: Disabled Top/Bottom external links should not be displayed
issue#2832: Install/Upgrade log does not show anything
issue#2833: Undefined index can occur when data source does not have an snmp_index
issue#2834: Boost performance drops on very large systems
issue#2835: When creating graphs and inneficient query is causing long creation times
issue#2837: Sunrise theme does not render checkboxes 100% correctly
issue#2838: jQueryMultiselect does not match upstream due to forking
issue#2839: Non regular expression search filters don't support international characters
issue#2841: Total count is wrong after searching for External Link pages
issue#2843: DSStats reruns Daily Aggregation every minute
issue#2844: Autocomplete settings for passwords are not properly defined
issue#2845: Data Template can't be edited when it is in use
issue#2846: Allow tooltips for section headers with 'question' icon
issue#2847: Permanently convert an Aggregate to a regular graph
issue#2848: Aggregate graphs get clipped due to incorrect date range
issue#2856: Aggregate issues with very long RRDtool command lines
issue#2857: When trying to find the best index to use, a 'must implement Countable' warning appears
issue#2860: When testing remote poller connections during install, undefined variable warning can occur
issue#2862: Automation does not calculate network information correctly for single hosts
issue#2866: Add poller ID to subject for admin notifications
issue#2869: When creating aggregates from Graphs, JavaScript issues can occur
issue#2872: Add support for MySQL 8 and use of grouping as name for a column
issue#2875: Undefined variable when removing spikes in some cases
issue#2877: When attempting to send report, undefined function 'get_tinespan' messages appear
issue#2878: Function get_magic_quotes_gpc() is now deprecated in PHP 7.4
issue#2879: Switching from authPriv to authNoPriv produces error when saving
issue#2884: Replication continues to occur when poller has been disabled by sysres-dev
issue#2891: Script server script ss_fping.php generates error when not called by script server
issue#2895: Percentile calculation is incorrect on Graphs with multiple Data Sources from different RRDs
issue#2901: Poller overrun warning message is badly worded
issue#2902: Mailer incorrectly reports it is sending to noone
issue#2903: PHP recommendations can generate a warning causing JSON issues
issue#2905: Sorting plugins by version can lead to unexpected ordering
issue#2907: SSL column for multiple pollers can be incorrectly set causing SQL errors
issue#2908: When URL_PATH is blank, it should assume that it is '/'
issue#2909: Correct usage of affect vs effect in strings
issue#2910: Can not show user menu when in portrait mode on mobile devices
issue#2911: Graph variables are not always encoded to JSON properly resulting in warnings
issue#2912: Navigation cache can sometimes be corrupted resulting in a non-array value
issue#2913: When adding new graphs, the type of graph is not remembered
issue#2917: Action icons next to graphs can sometimes become unselectable due to zoom
issue#2919: When refreshing menu, selected items are sometimes lost and submenu items can become hidden

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

1