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
Hw To Monitor MS SQL Query on Nagios XI
-
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
Hi,
I will check yomorrow on nahios xi server with the command.
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
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
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.
Re: Hw To Monitor MS SQL Query on Nagios XI
Two problems. First, you have to install the dos2unix utility with this command: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
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.
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.tsabit wrote: i have create the ticket on email [email protected]
Former Nagios employee
Re: Hw To Monitor MS SQL Query on Nagios XI
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
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
Re: Hw To Monitor MS SQL Query on Nagios XI
Did you perform the steps that were mentioned in the last few posts? Did the dos2unix command work out for you?
Former Nagios employee