使用Cacti监控请求响应的HTTP状态码?
我有一个代理脚本,它通过 PHP 使用 cURL 向其他页面发出 HTTP GET 请求。
是否可以使用 Cacti 监视返回到这些 cURL 请求的响应代码? 如果不是 Cacti,是否可以使用任何类似的监控系统?
例如,我想要一份显示每个状态类别中有多少响应的报告,即 200、404、500 等。
I have a proxy script that makes HTTP GET requests to other pages using cURL through PHP.
Is it possible to monitor what response codes are returned to those cURL requests, using Cacti? If not Cacti, possible with any similar monitoring system?
For example, I want a report that shows how many responses came in each status category, ie, with a 200, a 404, 500, etc.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然,你可以使用 Cacti 来做这样的事情。 你可以用它来绘制几乎任何东西。 http://docs.cacti.net/manual:087:3a_advanced_topics.1_data_input_methods# data_input_methods
从您的问题来看,您似乎需要一个监视和警报解决方案,而不仅仅是一个图形解决方案。 对于监控、警报和绘图(尽管这些图表不像 rrdtool 和 cacti 那样有吸引力),我喜欢开源 Hyperic 产品( http://www.hyperichq.com)。 还有 Nagios、BigBrother 和许多其他低成本/免费选项。
Sure, you CAN use Cacti to do such things. You can graph just about anything with it. http://docs.cacti.net/manual:087:3a_advanced_topics.1_data_input_methods#data_input_methods
It sounds though from your question that you want a monitoring and alerting solution, not just a graphing solution. For monitoring, alerting, and graphing (though the graphs are not nearly as attractive as rrdtool and cacti) I like the opensource Hyperic product(http://www.hyperichq.com). There is also Nagios, BigBrother and a host of other low cost / no cost options.