Free Oracle Database Monitoring Tool
作者:vogts | 分类: 大话技术 | 标签: 大话技术 | 日期:2008-10-13
前几天看到支付宝黄忠搞了个Free Oracle Database Monitoring Tool
URL: http://www.oramon.org/
我有空也搞了下,这个工具相当于自己建了个schema,然后用crontab去定时到各个数据库去探测,服务是否可用。
技术层面是:LINUX+APACHE+PHP+ORACLE来实现的。
我截张图给大家,这个工具实现的功能:

有6人发表了评论 ↓发表评论↓



可否请教一下如何安装的啊?我在安装过程当中出现了错误啊?
loracle @ December 13, 2008 |
哪里出错了?我在安装的过程中,改了如下几个地方:
1:PHP的配置文件我是改过了;
2:PHP的代码也小改了一下;
3:这个脚本自身运行脚本的权限;
如果有问题,可以加我MSN: wt66550601@hotmail.com
vogts @ December 15, 2008 |
他本身调用的PHP连接是有问题的,我在调试的时候发现,压根取不到连接串。后来就手工的写在代码里了。没采用他那个基类。
vogts @ December 15, 2008 |
@vogts
一般什么时候在啊 我的msn:liups@msn.com ,已经加你咯
loracle @ December 16, 2008 |
我的出错信息如下,当然不止这么多,其中我把php的配置文件也修改了,将几个off的选项设置为 on的状态了,不过没什么反应啊。
Warning: include() [function.include]: URL file-access is disabled in the server configuration in /usr/local/httpd/htdocs/oramon/index.php on line 36
Warning: include(http://10.188.188.188/oramon/lib/header.php) [function.include]: failed to open stream: no suitable wrapper could be found in /usr/local/httpd/htdocs/oramon/index.php on line 36
Warning: include() [function.include]: Failed opening ‘http://10.188.188.188/oramon/lib/header.php’ for inclusion (include_path=’.:/usr/share/php’) in /usr/local/httpd/htdocs/oramon/index.php on line 36
Warning: include() [function.include]: URL file-access is disabled in the server configuration in /usr/local/httpd/htdocs/oramon/index.php on line 37
Warning: include(http://10.188.188.188/oramon/lib/topnav.php) [function.include]: failed to open stream: no suitable wrapper could be found in /usr/local/httpd/htdocs/oramon/index.php on line 37
Warning: include() [function.include]: Failed opening ‘http://10.188.188.188/oramon/lib/topnav.php’ for inclusion (include_path=’.:/usr/share/php’) in /usr/local/httpd/htdocs/oramon/index.php on line 37
loracle @ December 17, 2008 |
[...] oramon了。先前由于php编译出了点问题,一直调试不成功。在alidba 的一篇文章 Free Oracle Database Monitoring Tool [...]
Loracle.cn 关注于Linux,Oracle技术知识 » Blog Archive » 今天终于将oramon搞定了 @ December 28, 2008 |