When viewing the status of zabbix-server with the command:
systemctl status zabbix-server
it can be seen that the server is running, but error messages are displayed at the end:
Dec 04 15:19:34 zabbix4web systemd [1]: Starting Zabbix Server ...
Dec 04 15:19:34 zabbix4web systemd [1]: zabbix-server.service: Supervising process 3202 which is not our child. We'll most likely not notice when it exits.
Dec 04 15:19:34 zabbix4web systemd [1]: Started Zabbix Server.
Dec 11 10:52:01 zabbix4web sudo [20360]: pam_unix (sudo: auth): conversation failed
Dec 11 10:52:01 zabbix4web sudo [20360]: pam_unix (sudo: auth): auth could not identify password for [zabbix]
Dec 11 10:52:01 zabbix4web sudo [20360]: pam_succeed_if (sudo: auth): requirement "uid> = 1000" not met by user "zabbix"
Dec 11 10:52:03 zabbix4web sudo [20360]: zabbix: user NOT in sudoers; TTY = unknown; PWD = /; USER = root; COMMAND = / usr / bin / nmap -O 10.1.0.55
Dec 11 10:52:03 zabbix4web postfix / sendmail [20363]: fatal: parameter inet_interfaces: no local interface found for :: 1
Do not tell me what could be the problem and how to fix it.
systemctl status zabbix-server
it can be seen that the server is running, but error messages are displayed at the end:
Dec 04 15:19:34 zabbix4web systemd [1]: Starting Zabbix Server ...
Dec 04 15:19:34 zabbix4web systemd [1]: zabbix-server.service: Supervising process 3202 which is not our child. We'll most likely not notice when it exits.
Dec 04 15:19:34 zabbix4web systemd [1]: Started Zabbix Server.
Dec 11 10:52:01 zabbix4web sudo [20360]: pam_unix (sudo: auth): conversation failed
Dec 11 10:52:01 zabbix4web sudo [20360]: pam_unix (sudo: auth): auth could not identify password for [zabbix]
Dec 11 10:52:01 zabbix4web sudo [20360]: pam_succeed_if (sudo: auth): requirement "uid> = 1000" not met by user "zabbix"
Dec 11 10:52:03 zabbix4web sudo [20360]: zabbix: user NOT in sudoers; TTY = unknown; PWD = /; USER = root; COMMAND = / usr / bin / nmap -O 10.1.0.55
Dec 11 10:52:03 zabbix4web postfix / sendmail [20363]: fatal: parameter inet_interfaces: no local interface found for :: 1
Do not tell me what could be the problem and how to fix it.
Comment