简体   繁体   English

使用Nagios监控WCF

[英]Monitoring WCF with nagios

I'm not familiar with Nagios and I'm still half way looking through the plugins and documentation but our client is currently using this and they want to use it to monitor our WCF too. 我对Nagios并不熟悉,但仍在浏览插件和文档的途中,但是我们的客户目前正在使用它,他们也希望使用它来监视WCF。 Is there a way for Nagios to consume WCF methods or at least monitor the errors thrown by the WCF? Nagios是否有办法使用WCF方法或至少监视WCF引发的错误?

In our company, we are using Nagios for monitoring. 在我们公司中,我们使用Nagios进行监控。 We have also many WCF services. 我们也有许多WCF服务。 The only method we found is deploying NsClient++ on each server and collect WCF performance counters (calls/completed/faults, durations) There are many counters for us. 我们发现的唯一方法是在每台服务器上部署NsClient ++并收集WCF性能计数器(调用/完成/故障,持续时间)。我们有很多计数器。

As i previously said, monitoring WCF is quite painful. 正如我之前所说,监视WCF十分痛苦。 see this link 看到这个链接

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM