Ad Widget

Collapse

Problem when viewing status zabbix-server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • GeorgeKup
    Member
    • Nov 2019
    • 98

    #1

    Problem when viewing status zabbix-server

    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.
  • dimir
    Zabbix developer
    • Apr 2011
    • 1080

    #2
    You must have tried to detect the operating system using frontend in "Administration -> Scripts". These are normal messages telling that sudo is not set up for zabbix user. And I wouldn't recommend doing that without a reason.

    Comment

    Working...