Hw To Monitor MS SQL Query on Nagios XI

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Hw To Monitor MS SQL Query on Nagios XI

Post by scottwilkerson »

Can you please share the command this service is using found in the Configure -> Core Config Manager -> Services -> Edit this service

A screenshot would be great, but at a minimum I need to know what is in "Check command" & "Command view" fields
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
tsabit
Posts: 35
Joined: Thu Sep 15, 2016 3:26 am

Re: Hw To Monitor MS SQL Query on Nagios XI

Post by tsabit »

Hi,

I will check yomorrow on nahios xi server with the command.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Hw To Monitor MS SQL Query on Nagios XI

Post by scottwilkerson »

Thanks
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
tsabit
Posts: 35
Joined: Thu Sep 15, 2016 3:26 am

Re: Hw To Monitor MS SQL Query on Nagios XI

Post by tsabit »

Hi,

If i run the command on Nagiosxi server the result is below

[root@nagiosxi ~]# dos2unix /path/to/plugin/check_plugin
-bash: dos2unix: command not found


please assist me.

i have create the ticket on email [email protected]

Regards,

Tsabit
You do not have the required permissions to view the files attached to this post.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Hw To Monitor MS SQL Query on Nagios XI

Post by tmcdonald »

tsabit wrote: If i run the command on Nagiosxi server the result is below

[root@nagiosxi ~]# dos2unix /path/to/plugin/check_plugin
-bash: dos2unix: command not found
Two problems. First, you have to install the dos2unix utility with this command:

yum install -y dos2unix

Second, you don't literally type "/path/to/plugin/check_plugin", but rather you enter in the full path to the plugin which is most likely /usr/local/nagios/libexec/check_mysql_query.
tsabit wrote: i have create the ticket on email [email protected]
I did not see this come through. If you are not a current customer, you will not be able to open an email ticket with us.
Former Nagios employee
tsabit
Posts: 35
Joined: Thu Sep 15, 2016 3:26 am

Re: Hw To Monitor MS SQL Query on Nagios XI

Post by tsabit »

Hi support,

How about the monitoring query ms sql on the customer.
I really need your help about that.

I have tried many query monitor on nagios but the resukt stikl no output.

Please assist me.

Rrgards,

Tsabit
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Hw To Monitor MS SQL Query on Nagios XI

Post by tmcdonald »

Did you perform the steps that were mentioned in the last few posts? Did the dos2unix command work out for you?
Former Nagios employee
Locked