level 1
捂得事
楼主
我个人搭建了一台zabbix6.0服务器,使用它自带得Scheduled Reports自动报表工具时,邮箱收到自动生成得pdf文档中没有任何图表数据,只有一串404 page not found。由于这个pdf文档是zabbix依托chrome来产生得,现发现CLI环境下得chrome启动异常,个人判断可能是chrome无法正常运行导致,目前搜索不到有用得解决办法,求大佬指点一下!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
我使用得发行版
Rocky Linux release 8.5 (Green Obsidian)
chrome得版本是:
google-chrome-stable-100.0.4896.127-1.x86_64
现有得操作是:
------------------------------
修改过bin文件
已添加参数
exec -a "$0" "$HERE/chrome" "$@" --no-sandbox --headless --disable-gpu
------------------------------
启动报错信息如下:
----------------------------------------------
[root@zabbixserver ~]# google-chrome
[0416/160901.708215:WARNING:bluez_dbus_manager.cc(248)] Floss manager not present, cannot set Floss enable/disable.
[0416/160901.731256:ERROR:sandbox_linux.cc(377)] InitializeSandbox() called with multiple threads in process gpu-process.
----------------------------------------------
2022年04月16日 08点04分
1
我使用得发行版
Rocky Linux release 8.5 (Green Obsidian)
chrome得版本是:
google-chrome-stable-100.0.4896.127-1.x86_64
现有得操作是:
------------------------------
修改过bin文件
已添加参数
exec -a "$0" "$HERE/chrome" "$@" --no-sandbox --headless --disable-gpu
------------------------------
启动报错信息如下:
----------------------------------------------
[root@zabbixserver ~]# google-chrome
[0416/160901.708215:WARNING:bluez_dbus_manager.cc(248)] Floss manager not present, cannot set Floss enable/disable.
[0416/160901.731256:ERROR:sandbox_linux.cc(377)] InitializeSandbox() called with multiple threads in process gpu-process.
----------------------------------------------