代码拉取完成,页面将自动刷新
同步操作将从 openKylin/net-snmp 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
README.systemd
--------------
Net-SNMP provides two daemons, which support systemd system manager.
See http://www.freedesktop.org/wiki/Software/systemd to learn how
systemd works. Both socket activation and notification is supported by these
daemons.
To enable systemd support, the sources must be compiled with
--with-systemd configure option.
snmpd - The SNMP agent
----------------------
Socket activation od snmpd daemon is implemented, but it's discouraged.
The reason is simple - snmpd not only listens and processes SNMP requests
from network, but also gathers system statistics counters, sends traps and
communicates with subagents. It even opens few netlink sockets.
In other words, snmpd should run from system start to properly work.
This can be done in two ways:
1) either as snmpd service unit with 'Type=notification' and without a socket
unit
2) or as snmpd service unit with 'Type=simple', appropriate socket socket unit
and the snmpd service enabled. This way systemd creates the snmpd listening
socket early during boot and passes the sockets to snmpd slightly later
(but still during machine boot). This way systemd can paralelize start of
services, which depend on snmpd. Admins must adjust the socket file manually,
depending if the snmpd support AgentX, IPv6, SMUX etc.
snmpd should be started with '-f' command line parameter to disable forking -
systemd does that for us automatically.
snmptrapd - The trap processing daemon
--------------------------------------
snmptrapd supports full socket activation and also notification (if needed).
Both 'Type=simple' (with appropriate socket unit) and 'Type=notify' services
will work. Again, '-f' parameter should be provided on snmptrapd command line.
If integration with SNMP agent using AgentX protocol is enabled, snmptrapd should
start during boot and not after first SNMP trap arrives. Same rules as for snmpd
applies then.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。