Unix监控门户

发布于 2024-12-11 03:32:55 字数 349 浏览 0 评论 0原文

我有 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

不喜欢何必死缠烂打 2024-12-18 03:32:55

我建议您使用现成的解决方案,而不是尝试编写自己的解决方案。这可以是开源的或专有的。我已经看过这个工具的免费版本,它可以显示您所描述的大部分内容: 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

酒解孤独 2024-12-18 03:32:55

看看 Nagios:

http://www.nagios.org/

您也可以 Google 搜索“开源”监控软件”

Take a look at Nagios:

http://www.nagios.org/

You can also Google for "open source monitoring software"

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文