WCF monitoring with nagios

I am not familiar with Nagios, and I am still looking through plugins and documentation, but our client is currently using this and they want to use it to monitor our WCF. Is there a way for Nagios to use WCF methods or at least track errors caused by WCF?

+4
source share
1 answer

In our company, we use Nagios for monitoring. We also have many WCF services. The only method we found was to deploy NsClient ++ on each server and collect WCF performance counters (calls / termination / errors, duration). There are a lot of counters for us.

As I said, monitoring WCF is pretty painful. see link

+2
source

Source: https://habr.com/ru/post/1433756/


All Articles