Page 1 of 1

.net Application Performance monitoring in Nagios

Posted: Tue Sep 15, 2020 6:01 am
by deek
Hi

We are trying to get information on .net APM monitoring.
We found check_jmx where we are using it for websphere and in configuration wizard, we found a way to monitor JBOSS and Weblogic apps.

Likewise do we have an option to monitor the .net app in Nagios. Metrices that we are looking for --- Thread count, Garbage Collection, heap memory, etc.,

Thanks
Deek

Re: .net Application Performance monitoring in Nagios

Posted: Tue Sep 15, 2020 4:59 pm
by cdienger
Are you referring to something that would integrate with https://www.elastic.co/guide/en/apm/age ... intro.html?

Re: .net Application Performance monitoring in Nagios

Posted: Fri Sep 18, 2020 6:22 am
by deek
Hi

Something like what your have shared for elastic APM.
So what we are trying to achieve here is, we are able to see JBOSS TOMCAT and WebLogic wizard to monitor those app. Likewise do we have .net framework monitoring in Nagios.

APm metrics like Heapmemory, GarbageCollection, Threadcount for that .net application.

Thanks
Deek

Re: .net Application Performance monitoring in Nagios

Posted: Fri Sep 18, 2020 5:09 pm
by cdienger
I'm not aware of any plugins that do this, but did find this:

https://dev.to/elasticrash/passive-moni ... otocol-ng7

If one were wanted to create a plugin that does this they could do so following the guidelines at https://nagios-plugins.org/doc/guidelines.html.