Unix监控门户
我有 5 台 Unix 集群服务器[总共 10 个 UNIX 机器] 和 5 台 Windows 服务器,我需要管理它们。我正在考虑制作一个门户之类的东西,它可以通过浏览器为我提供所有关键细节的快照。[安装点用法、集群状态、Oracle 数据库运行状况、表空间信息等]。
我该怎么办?我在一台 Unix 机器上安装并运行了 apache。我开始使用 php 的 exec() 命令,并计划使用 remsh 命令从所有服务器获取数据,但后来我意识到这是行不通的。
我该怎么办? 请任何指点。 我坚信我可以通过 php 完成此任务,但我对 php 不太熟悉,但很想开始研究它。
请帮忙!
通常,我的环境不允许 remsh!
I have 5 cluster servers on Unix[total of 10 unix boxes] and 5 windows servers, which I need to manage. I am looking at making a portal sort of thing, which would give me a snapshot of all the critical details, through the browser.[Mountpoint usages, cluster statuses, Oracle database health, tablespaces info etc ].
How do I go about this? I have apache installed and running on One Unix box. I started out with using the php's exec() command, and planned to use the remsh commands to fetch data from all servers, which I later realised wasn't working out.
How do I go about this?
Any pointers please.
I strongly believe I can get this done through php, but I'm not that familiar with php,but would love to get working on it.
Help please!
remsh is not allowed on my environment, typically!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我建议您使用现成的解决方案,而不是尝试编写自己的解决方案。这可以是开源的或专有的。我已经看过这个工具的免费版本,它可以显示您所描述的大部分内容: Zenoss
I would advise that you go with an off-the-shelf solution and not try to write your own. This could be open source or proprietary. I have seen the free version of this tool and it can show much of what you described: Zenoss
看看 Nagios:
http://www.nagios.org/
您也可以 Google 搜索“开源”监控软件”
Take a look at Nagios:
http://www.nagios.org/
You can also Google for "open source monitoring software"