nhttp.exe service monitoring with performance graph

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
HAL
Posts: 151
Joined: Thu Sep 27, 2012 7:57 am

nhttp.exe service monitoring with performance graph

Post by HAL »

Hi,

I need to add performance graph option for nhttp.exe service monitoring.
Kindly assist me out in configuring this .

Thanks & Regards,
HAL.
kyang

Re: nhttp.exe service monitoring with performance graph

Post by kyang »

Hello @HAL,

Are you going to monitor the nhttp.exe service with NSClient++? Or have you set this up already?

Do you have any examples of what you've tried?

Most importantly, does this service create any performance data?

You should check the performance counters to see if it even produces anything.
https://docs.nsclient.org/howto/counters/

In Windows, go to the Command Prompt and cd into

Code: Select all

cd C:\Program Files\NSCLient++

Code: Select all

nscp sys -- --list Disk --all
This is just an example for Disk, you would want to see if the nhttp.exe service has any counters.
Locked