services

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
wipro-nagios-service
Posts: 18
Joined: Thu Apr 22, 2021 9:49 am

services

Post by wipro-nagios-service »

My client has asked me to monitor few services. He is using NSClient++.

Disk- IOPS , Disk Latency, Disk space usage
DB- User connections on DB, Db Availability
Process -Analyze specific process
Any help would be appreciated.
User avatar
vtrac
Posts: 903
Joined: Tue Oct 27, 2020 1:35 pm

Re: services

Post by vtrac »

Hi,
Hope you are having a great Friday!!

I have found the URL (below) for NSClient++ that you can use as reference:
https://docs.nsclient.org/reference/win ... ck_service

Hope this helps!!


Best Regards,
Vinh
wipro-nagios-service
Posts: 18
Joined: Thu Apr 22, 2021 9:49 am

Re: services

Post by wipro-nagios-service »

Hi

We have not found any proper commands . Could you please elaborate the solution and derive a command for us if possible
User avatar
pbroste
Posts: 1288
Joined: Tue Jun 01, 2021 1:27 pm

Re: services

Post by pbroste »

Hello

The command and command alias which is called check_xi_service_nsclient can be found in the Nagios web console > CCM (Core Configuration Manager) > Commands. The alias check_xi_service is associated with the '$USER1$/check_nt -H $HOSTADDRESS$ -s "$ARG1$" -p 12489 -v $ARG2$ $ARG3$ $ARG4$'.

For example, to check disk we are using the following raw data pulled from the cfg.
  • check_xi_service_nsclient!!USEDDISKSPACE!-l C -w 80 -c 95
When we then check on the plugin usage details for the 'check_nt':
Usage:
check_nt -H host -v variable [-p port] [-w warning] [-c critical]
[-l params] [-d SHOWALL] [-u](DEPRECATED) [-t timeout]

Options:
-h, --help
Thanks,
Perry
Locked