安装 NRPE 时出现问题
从哪里可以提取 nrpe-xxtar.gz?这个问题是因为我试图安装 NRPE 形式监控远程主机,当我转到 wget http://osdn.dl.sourceforge.net/sourceforge/nagios/nrpe-2.8.tar.gz 事实证明该文件不存在。
From where can I extract the nrpe-x.x.tar.gz? This question is because I am trying to install NRPE form monitoring remote hosts and when I go to wget http://osdn.dl.sourceforge.net/sourceforge/nagios/nrpe-2.8.tar.gz it turns out that file does not exist.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在浏览器中访问该链接,复制显示“直接链接”的链接,然后使用
wget
下载该链接。Visit that link in your browser, copy the link where it says "direct link", and download that using
wget
instead.