Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的家庭网络中安装一个 Icinga2 服务器并问自己这个中央实例是否也能够监控位于互联网任何地方之外的客户端,即在我的路由器后面?我可以想象中央实例能够联系外部客户端,但是外部客户端是否需要自己联系中央实例?
必须从中央服务器或客户端建立连接。如果客户端节点B.example.org无法联系中央服务器A.example.org,您可以在客户端A.example.org上声明而无需任何Host设置:
对象端点“A.example.org”{}
所以节点会知道拓扑,但会等待传入的连接。