Search found 10 matches

by alexmati
Fri Jun 07, 2013 10:16 am
Forum: Open Source Nagios Projects
Topic: How to install plugins
Replies: 12
Views: 4893

Re: How to install plugins

processlist.jpg
Guys

If you know a simpler to configure mysql and sql plugin, please let me know.

Thank you
by alexmati
Fri Jun 07, 2013 8:57 am
Forum: Open Source Nagios Projects
Topic: How to install plugins
Replies: 12
Views: 4893

Re: How to install plugins

Hi gshergill,

I have copy and paste the code and i have an error:

Code: Select all

./checkMySQLProcesslist.sh: line 45: mysql: command not found
UNKNOWN no processlist
The same results with the file that you send me.

Thank you
by alexmati
Fri Jun 07, 2013 5:09 am
Forum: Open Source Nagios Projects
Topic: How to install plugins
Replies: 12
Views: 4893

Re: How to install plugins

Hi gshergill,

I have download the checkMySQLProcesslist.sh file from this link https://github.com/tart/CheckMySQLProcesslist and copy to the libexec folder.
I have also give access rights to execute the file.

Thank you
by alexmati
Fri Jun 07, 2013 4:08 am
Forum: Open Source Nagios Projects
Topic: How to install plugins
Replies: 12
Views: 4893

Re: How to install plugins

Here is the results: :/usr/local/nagios/libexec# ./checkMySQLProcesslist.sh -u root -p Cas***** -s 60 -w 20 -c 50 ./checkMySQLProcesslist.sh: line 4: syntax error near unexpected token `newline' ./checkMySQLProcesslist.sh: line 4: `<!DOCTYPE html>' I am sure that is something very easy but i don't k...
by alexmati
Mon Jun 03, 2013 9:27 am
Forum: Open Source Nagios Projects
Topic: How to install plugins
Replies: 12
Views: 4893

Re: How to install plugins

Hi, I have download from below the checkMySQLProcesslist.sh and add it to /usr/local/nagios/libexec/ https://github.com/tart/CheckMySQLProcesslist Also i have add the following commands to commands file and host file. [b]##### commands #####[/b] # 'checkMySQLProcesslist' command definition define co...
by alexmati
Tue May 28, 2013 3:36 am
Forum: Open Source Nagios Projects
Topic: How to install plugins
Replies: 12
Views: 4893

How to install plugins

Hello guys. I 'm new to nagios and ubuntu. I have install ubuntu on a VM and Nagios® Core™ Version 3.4.4. I have add four hosts and mail notifications and everything works fine. What i want is to monitor sql and mysql databases. I have see in order to work something like this, i must install plugins...
by alexmati
Wed May 22, 2013 1:52 am
Forum: Open Source Nagios Projects
Topic: Send mail notifications
Replies: 7
Views: 3191

Re: Send mail notifications

Maybe I missed this before, but you have a firewall in between that is blocking the connection on port 25? If that is the case, this port needs to get opened, or it doesn't matter how much configuration on either nagios or exchange is done, it will never work. @sreinhardt: Firewall blocks on port 2...
by alexmati
Tue May 21, 2013 1:33 am
Forum: Open Source Nagios Projects
Topic: Send mail notifications
Replies: 7
Views: 3191

Re: Send mail notifications

Hi sreinhardt, I allow nagios IP to send to the server. Exchange server configured for anonymous smtp connections. I am sending to the same domain where the exchange server is but as i told you before, nagios server is not joined into domain. Thank you Edit : i see this in mail.log May 21 15:36:54 S...
by alexmati
Mon May 20, 2013 11:19 am
Forum: Open Source Nagios Projects
Topic: Send mail notifications
Replies: 7
Views: 3191

Re: Send mail notifications

Hi again, I have install postfix and mailx from the link you gave me. I think the mail server is working because when i run telnet from this link (http://www.linux.com/component/content/article/174-tutorials/308917-install-and-configure-a-postfix-mail-server) i have the same results. When i send cus...
by alexmati
Thu May 16, 2013 3:44 am
Forum: Open Source Nagios Projects
Topic: Send mail notifications
Replies: 7
Views: 3191

Send mail notifications

Hi to all, I 'm new to nagios and ubuntu so please be gently to me :) I have install ubuntu on a VM and Nagios® Core™ Version 3.4.4. I have add two hosts and everything works fine. What i want is to Nagios can send mail notification if an error occurs. I have read a lot of articles and says that i h...