Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
define contact{
contact_name nagiosadmin ; Short name of user
use generic-contact ; Inherit default values from generic-contact template (defined above)
alias Nagios Admin ; Full name of user
email [email protected] ; <<***** CHANGE THIS TO YOUR EMAIL ADDRESS ******
}
and I added the line for host_ and services_ about your indications.
But the mail don't arrived from the cluster if the service is down
Thank you.
Since it's not an issue with sendmail, please post your /usr/local/nagios/var/objects.cache file for us to review. Then, let us know exactly which host / service is not notifying properly.
Hi,
I have the problem with cluster node 1 and cluster node 2 because nrpe don't send the mail with alert if the cluster service is down, the check_nrpe send the output message on dashboard with this text :
UP 15-09-2016 15:08:57 9d 22h 28m 53s CRITICAL:service_cluster disabled::RGMANAGER:RUNNING:
I looked on the Objects Cache file and did not find any services called service_cluster or RGMANAGER from your example.
If you could post that, we could help out.
But the configs for the 2 host checks called cluster node 1 and cluster node 2 are configured to send email notifications when they are down and the nagiosadmin looks to be enabled correctly for notifications as well.
So those host checks should be sending notifications. Is this what you want?
Be sure to check out our Knowledgebase for helpful articles and solutions!
In this chase I need the email alert from Nagios Server .
But the mail don't arrived with critical message, the mail arrived only if the system operation is down, but not if the service_cluster is down.
I explain me?
Thanks.