我是 SNMP 协议的新手。我尝试为 Zabbix 配置 SNMP 陷阱,但我很困惑必须使用哪些守护进程。我需要安装snmptrapd,但snmpd需要某种方式:
sudo apt install snmptrapd
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
snmpd
The following NEW packages will be installed:
snmpd snmptrapd
0 upgraded, 2 newly installed, 0 to remove and 75 not upgraded.
Run Code Online (Sandbox Code Playgroud)
这2个包之间有什么关系呢?我说得对吗,这两个是守护进程?
Ubuntu SNMP 包里面有什么?snmp和包之间有什么关系snmpd?
我已使用默认设置 (Ubuntu 18.04.4 LTS) 在我的 Ubuntu 上启用了屏幕共享。我的 Ubuntu 告诉我必须使用地址:vnc://ZABBIX.local
但是当我尝试连接 VNC Viewer 时出现错误Invalid endpoint: port not correctly specified。我怎么了?我在我的 Ubuntu 上使用了默认设置。防火墙会导致这个问题吗?
我读过VINO 是默认的 vnc 服务器,您不必安装其他东西?但是如何配置 VINO 呢?
我能做些什么来进一步诊断这个问题?