Search found 11 matches

by kithai
Mon Dec 12, 2016 8:35 am
Forum: Open Source Nagios Projects
Topic: Help on sending email notifications
Replies: 1
Views: 720

Help on sending email notifications

Hi everyone! So i'm about to write a little script that makes a simple mysql query, and i want to send the command output via email Our nagios server is just configured to send email notifications (via an external exchange server, office365) for example when backups are done, but since this feature ...
by kithai
Mon Nov 21, 2016 10:50 am
Forum: Open Source Nagios Projects
Topic: Check_email_receive Diferent Host, Same Service
Replies: 5
Views: 1648

Re: Check_email_receive Diferent Host, Same Service

Hi! And again, thanks for your reply This is the content of /libexec: check_apt check_ghettovcb.sh check_mrtg.sh check_ping check_snmp_load.pl check_veritasjobs.sh check_breeze check_hp_bladechassis check_mrtgtraf check_pop check_snmp_load.sh check_wave check_by_ssh check_hpjd check_mrtg_ZM.sh check...
by kithai
Fri Nov 18, 2016 3:00 am
Forum: Open Source Nagios Projects
Topic: Check_email_receive Diferent Host, Same Service
Replies: 5
Views: 1648

Re: Check_email_receive Diferent Host, Same Service

Hi! Thanks for your reply! No, "check_email_receive_mysq" it's just the name I gave to the command for the "check_imap_receive" plugin, because we use same plugin for different purpouse so i summon especificaly for MySQL with that name in services.cfg define command{ command_name...
by kithai
Thu Nov 17, 2016 10:52 am
Forum: Open Source Nagios Projects
Topic: Check_email_receive Diferent Host, Same Service
Replies: 5
Views: 1648

Check_email_receive Diferent Host, Same Service

Hi! So i'm trying to set up a service with check_email_receive plugin wich search for mail subjects like: MySQL Backups success for "HOSTNAME" So i need the service to recognize different host names, instead of mount a service for each hosts. My first two attempts: 1- commands.cfg /check_i...
by kithai
Thu Nov 17, 2016 4:15 am
Forum: Open Source Nagios Projects
Topic: Excluding DB from mssql_health command-line
Replies: 5
Views: 3107

Re: Excluding DB from mssql_health command-line

Thanks for your reply!! I realized that i can use a bash script that can search on the plugins answer looking for the word "CRITICAL" or even all phrase "CRITICAL: database X was never backed up" for more security" and if there is just one critical (like in my case) return a...
by kithai
Thu Nov 17, 2016 4:06 am
Forum: Open Source Nagios Projects
Topic: HOWTO check backup datetime in MySQL?
Replies: 1
Views: 841

HOWTO check backup datetime in MySQL?

Hi guys! So i'm totally newbie in Nagios, these are my first steps on it so here i am again asking for help :oops: I'm looking on the internet for one plugin that can check backup datetimes on MySQL (and Oracle if it's possible) DB's, like the check_mssql_health plugin does. But can't find anything ...
by kithai
Wed Nov 16, 2016 2:55 am
Forum: Open Source Nagios Projects
Topic: Excluding DB from mssql_health command-line
Replies: 5
Views: 3107

Re: Excluding DB from mssql_health command-line

Hi! Thanks for your reply! Yes, when I use --name "nameofjustoneDB" Plugin works fine, returning me the backup datetime of the selected DB, and saying OK, Warning or Critical depending on the trheshold configured before. Problem starts when you put more than one DB after --name, the plugin...
by kithai
Tue Nov 15, 2016 5:00 am
Forum: Open Source Nagios Projects
Topic: Excluding DB from mssql_health command-line
Replies: 5
Views: 3107

Excluding DB from mssql_health command-line

Hi guys! I would like to know if there's a possibility to excluding a db from mssql_health plugin. I mean, i'm using ./check_mssql_health --hostname 192.168.1.1 --port 1433 --username $$$$$$ --password $$$$$$ --mode database-backup-age 24 --commit And plugin works fine, but the problem is there's a ...
by kithai
Mon Nov 14, 2016 10:12 am
Forum: Open Source Nagios Projects
Topic: Office365 mail subject check
Replies: 3
Views: 1867

Re: Office365 mail subject check

Yea sure problem is fixed

Thank you for your great job this forum is priceless!
by kithai
Mon Nov 14, 2016 10:05 am
Forum: Open Source Nagios Projects
Topic: Office365 mail subject check
Replies: 3
Views: 1867

Re: Office365 mail subject check

Hi again So while post was under moderation, i found the solution in the forum, so i appologize for re-posting the same problem Solution is to force plugin to use ssl just tipying "--ssl" in the command line so: check_imap_receive --hostname outlook.office365.com --user nagios@yourdomain.c...