Ad Widget

Collapse

False PSK identity for host

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • whanklee
    Junior Member
    • Dec 2019
    • 19

    #1

    False PSK identity for host

    Hi All,

    I would like to ask a bit help because I have no idea why I get this error message:

    Code:
    2771291:20200522:221821.234 Zabbix Agent stopped. Zabbix 5.0.0 (revision 9665d62db0).
    2814754:20200522:221821.255 Starting Zabbix Agent [Jarvis]. Zabbix 5.0.0 (revision 9665d62db0).
    2814754:20200522:221821.255 **** Enabled features ****
    2814754:20200522:221821.255 IPv6 support: YES
    2814754:20200522:221821.255 TLS support: YES
    2814754:20200522:221821.255 **************************
    2814754:20200522:221821.255 using configuration file: /etc/zabbix/zabbix_agentd.conf
    2814754:20200522:221821.255 agent #0 started [main process]
    2814756:20200522:221821.271 agent #2 started[listener #1]
    2814755:20200522:221821.272 agent #1 started [collector]
    2814758:20200522:221821.273 agent #3 started[listener #2]
    2814769:20200522:221821.284 agent #4 started[listener #3]
    2814771:20200522:221821.285 agent #5 started [active checks #1]
    2814771:20200522:221821.301 no active checks on server [209.12.3.55:10051]: false PSK identity for host "Jarvis"
    2814771:20200522:222021.332 no active checks on server [209.12.3.55:10051]: false PSK identity for host "Jarvis"
    2814771:20200522:222221.363 no active checks on server [209.12.3.55:10051]: false PSK identity for host "Jarvis"
    2814771:20200522:222421.399 no active checks on server [209.12.3.55:10051]: false PSK identity for host "Jarvis"
    2814771:20200522:222621.431 no active checks on server [209.12.3.55:10051]: false PSK identity for host "Jarvis"
    2814771:20200522:222821.455 no active checks on server [209.12.3.55:10051]: false PSK identity for host "Jarvis"
    2814771:20200522:223021.491 no active checks on server [209.12.3.55:10051]: false PSK identity for host "Jarvis"
    2814771:20200522:223221.536 no active checks on server [209.12.3.55:10051]: false PSK identity for host "Jarvis"
    I have a Zabbix Server and another server where agent is installed. I use the latest Zabbix server and agent.
    Starting Zabbix Agent [Zabbix server]. Zabbix 5.0.0 (revision 9665d62db0).
    Starting Zabbix Server. Zabbix 5.0.0 (revision 9665d62db0).

    Agent config on B Server (not on Zabbix server):

    Code:
    PidFile=/run/zabbix/zabbix_agentd.pid
    LogFile=/var/log/zabbix/zabbix_agentd.log
    LogFileSize=0
    DenyKey=system.run[*]
    Server=209.126.3.255
    ServerActive=209.12.3.55
    Hostname=Jarvis
    Include=/etc/zabbix/zabbix_agentd.d/*.conf
    TLSConnect=psk
    TLSAccept=psk
    TLSPSKIdentity=PSK 002
    TLSPSKFile=/etc/zabbix/zabbix_agentd.psk
    Zabbix server config (on A server where Zabbix server is running.):

    Code:
    LogFile=/var/log/zabbix/zabbix_server.log
    LogFileSize=0
    PidFile=/run/zabbix/zabbix_server.pid
    SocketDir=/run/zabbix
    DBName=zabbix
    DBUser=zabbix
    DBPassword=T5Yfdfdfdfdfd$rB
    SNMPTrapperFile=/var/log/snmptrap/snmptrap.log
    Timeout=4
    AlertScriptsPath=/usr/lib/zabbix/alertscripts
    ExternalScripts=/usr/lib/zabbix/externalscripts
    FpingLocation=/usr/bin/fping
    Fping6Location=/usr/bin/fping6
    LogSlowQueries=3000
    StatsAllowedIP=127.0.0.1
    Click image for larger version

Name:	kep1.JPG
Views:	953
Size:	84.4 KB
ID:	401769
Working...