OK, Tank you. solved by changing the parameter Max check attemptsabrist wrote:Does it fail all retries? As previously mentioned, if it does not change to a HARD problem state, no notifications will be sent.
Search found 17 matches
- Fri Jul 11, 2014 2:56 pm
- Forum: Nagios XI
- Topic: nagios xi not sending notifications for one service
- Replies: 5
- Views: 1442
Re: nagios xi not sending notifications for one service
- Fri Jul 11, 2014 2:05 pm
- Forum: Nagios XI
- Topic: nagios xi not sending notifications for one service
- Replies: 5
- Views: 1442
Re: nagios xi not sending notifications for one service
The change of status to one of the services does not even appear in the report State History The service status should change to hard non-ok in order for the alert to be sent. Can you run the actual commands in the CLI for both services, and show us the output? /usr/local/nagios/libexec/check_nrpe ...
- Fri Jul 11, 2014 11:27 am
- Forum: Nagios XI
- Topic: nagios xi not sending notifications for one service
- Replies: 5
- Views: 1442
nagios xi not sending notifications for one service
Good afternoon. I have two services on the same host. Both are configured to send notification to the same contacts. But only one service sends notification. The configuration of services like this: define service { host_name VSQL service_description AUTOMATE:Erro de Acesso check_command check_nrpe!...
- Tue Feb 25, 2014 9:38 am
- Forum: Nagios XI
- Topic: Notification with email copy
- Replies: 3
- Views: 629
Re: Notification with email copy
And you can give me a direction to start ? I'll have to customize?
abrist wrote:Out of the box, the addon emails do nothing. You would need to create a custom script, pass the script the addon email macros, and then send to those addresses.
- Mon Feb 24, 2014 8:58 am
- Forum: Nagios XI
- Topic: Notification with email copy
- Replies: 3
- Views: 629
Notification with email copy
Hi.
We'd like to send notification to a contact with a copy to a few emails. We found that in Nagios XI in configuration of contacts exist fields named Addon Address 1 until 6. I wonder if these fields are for this purpose, or how to accomplish this task.
Best Regards
Ronaldo
We'd like to send notification to a contact with a copy to a few emails. We found that in Nagios XI in configuration of contacts exist fields named Addon Address 1 until 6. I wonder if these fields are for this purpose, or how to accomplish this task.
Best Regards
Ronaldo
- Mon Feb 17, 2014 8:31 am
- Forum: Nagios XI
- Topic: check_by_ssh
- Replies: 23
- Views: 6097
Re: check_by_ssh
yes, can close the thread. Thank you again
tmcdonald wrote:Is it alright to close the thread now?
- Fri Feb 14, 2014 1:35 pm
- Forum: Nagios XI
- Topic: check_by_ssh
- Replies: 23
- Views: 6097
Re: check_by_ssh
Thank you very much. Now it worked. In both installations that we have this plugin was not present. Both were made by the Source installer
abrist wrote:opensys wrote:configure: WARNING: Get ssh in order to make check_by_ssh pluginCode: Select all
yum install openssh openssh-clients
- Fri Feb 14, 2014 1:14 pm
- Forum: Nagios XI
- Topic: check_by_ssh
- Replies: 23
- Views: 6097
Re: check_by_ssh
Lets run a grep on the configure and compile: ./configure | grep ssh make clean make all | grep ssh Post the output of the greps. [root@srvnagios nagios-plugins-master]# ./configure | grep ssh configure: WARNING: Skipping dbi plugin configure: WARNING: install DBI libs to compile this plugin (see R...
- Fri Feb 14, 2014 12:56 pm
- Forum: Nagios XI
- Topic: check_by_ssh
- Replies: 23
- Views: 6097
Re: check_by_ssh
Apparently no errors, but unfortunately the plugin check_by_ssh continued without compiling.
- Thu Feb 13, 2014 6:56 pm
- Forum: Nagios XI
- Topic: check_by_ssh
- Replies: 23
- Views: 6097
Re: check_by_ssh
yum -y install automake Thank you again. I followed the procedure. Here the latest messages off make al command. Some plugins were compiled but not the check_by_ssh make[2]: Leaving directory `/tmp/nagios-plugins-master/plugins-root' Making all in po make[2]: Entering directory `/tmp/nagios-plugins...