Hello,
I was just checking Zabbix Web and noticed this in Administration=>Queue:
Cannot display item queue.
Details
PHP Fatal error: Uncaught exception 'Exception' with message 'File provided to a view does not exist. Tried to find "include/views/general.warning.php".' in /usr/share/zabbix/include/classes/mvc/CView.php:93
Stack trace:
#0 /usr/share/zabbix/include/classes/mvc/CView.php(74): CView->assign('general.warning')
#1 /usr/share/zabbix/include/func.inc.php(1762): CView->__construct('general.warning', Array)
#2 /usr/share/zabbix/include/page_header.php(162): access_deny(1)
#3 /usr/share/zabbix/queue.php(30): require_once('/usr/share/zabb...')
#4 {main}
thrown in /usr/share/zabbix/include/classes/mvc/CView.php on line 93
The file include/views/general.warning.php does exist.
Any ideas why this is happening?
Also, even though the zabbix server shows as running, when I run a port scan, nothing shows for port 10051 (the port in /etc/zabbix/zabbix_server.conf)
Thanks a lot.
I was just checking Zabbix Web and noticed this in Administration=>Queue:
Cannot display item queue.
Details
- Connection to Zabbix server "localhost" refused. Possible reasons:
- 1. Incorrect server IP/DNS in the "zabbix.conf.php";
- 2. Security environment (for example, SELinux) is blocking the connection;
- 3. Zabbix server daemon not running;
- 4. Firewall is blocking TCP connection.
- Connection refused
PHP Fatal error: Uncaught exception 'Exception' with message 'File provided to a view does not exist. Tried to find "include/views/general.warning.php".' in /usr/share/zabbix/include/classes/mvc/CView.php:93
Stack trace:
#0 /usr/share/zabbix/include/classes/mvc/CView.php(74): CView->assign('general.warning')
#1 /usr/share/zabbix/include/func.inc.php(1762): CView->__construct('general.warning', Array)
#2 /usr/share/zabbix/include/page_header.php(162): access_deny(1)
#3 /usr/share/zabbix/queue.php(30): require_once('/usr/share/zabb...')
#4 {main}
thrown in /usr/share/zabbix/include/classes/mvc/CView.php on line 93
The file include/views/general.warning.php does exist.
Any ideas why this is happening?
Also, even though the zabbix server shows as running, when I run a port scan, nothing shows for port 10051 (the port in /etc/zabbix/zabbix_server.conf)
Thanks a lot.
Comment