打开zabbix web界面点击profile出现以下报错信息:
  scandir() has been disabled for security reasons [profile.php:198 → CView->
  解决:

php环境中把scandir写在了disable_functions中。在php.ini文件把disable_functions中的scandir去掉即可。

  (重启php-fpm和nginx)

相关文章: