zoukankan      html  css  js  c++  java
  • Warning Template OS Linux: /etc/passwd has been changed on {HOST.NAME} {monitor:vfs.file.cksum[/etc/passwd].diff(0)}>0 Unknown

    # ll -h /etc/passwd
    -rw-r--r-- 1 root root 1.5K Apr 15 16:10 /etc/passwd
    

    让zabbix 可以登录服务器

    # mkdir /home/zabbix
    # chown -R zabbix:zabbix /home/zabbix/
    # ll -d /home/zabbix/
    drwxr-xr-x 2 zabbix zabbix 4096 May 22 14:44 /home/zabbix/
    # grep zabbix /etc/passwd
    #zabbix:x:498:499:Zabbix Monitoring System:/var/lib/zabbix:/sbin/nologin
    zabbix:x:498:499:Zabbix Monitoring System:/home/zabbix:/bin/bash
    问题解决
    
  • 相关阅读:
    Vue基础
    Document
    Document
    Document
    Document
    Document
    Document
    Document
    Document
    Document
  • 原文地址:https://www.cnblogs.com/bass6/p/6889422.html
Copyright © 2011-2022 走看看