contact email id reflects even after removal

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.
bwallace
Posts: 1145
Joined: Tue Nov 17, 2015 1:57 pm

Re: contact email id reflects even after removal

Post by bwallace »

Yes, you have multiple Nagios processes running. Pretty sure this is to blame:

Code: Select all

nagios     377     1  0 14:00 ?        00:00:00 /usr/bin/nagios -d /etc/nagios/nagios.cfg
nagios    1145     1  0 14:00 ?        00:00:00 /usr/bin/nagios -d /etc/nagios/nagios.cfg
nagios    1174     1  0 14:00 ?        00:00:00 /usr/bin/nagios -d /etc/nagios/nagios.cfg
nagios    1317     1  0 14:00 ?        00:00:00 /usr/bin/nagios -d /etc/nagios/nagios.cfg
nagios    2704     1  0 14:01 ?        00:00:00 /usr/bin/nagios -d /etc/nagios/nagios.cfg
nagios    2707     1  0 14:01 ?        00:00:00 /usr/bin/nagios -d /etc/nagios/nagios.cfg
nagios    2710     1  0 14:01 ?        00:00:00 /usr/bin/nagios -d /etc/nagios/nagios.cfg
nagios    2713     1  0 14:01 ?        00:00:00 /usr/bin/nagios -d /etc/nagios/nagios.cfg
nagios    2716     1  0 14:01 ?        00:00:00 /usr/bin/nagios -d /etc/nagios/nagios.cfg
nagios    2719     1  0 14:01 ?        00:00:00 /usr/bin/nagios -d /etc/nagios/nagios.cfg
nagios    2818     1  0 14:01 ?        00:00:00 /usr/bin/nagios -d /etc/nagios/nagios.cfg
nagios   12030     1  1 12:19 ?        00:01:39 /usr/bin/nagios -d /etc/nagios/nagios.cfg
nagios   12069     1  2 May02 ?        3-00:26:40 /usr/bin/nagios -d /etc/nagios/nagios.cfg
nagios   12916     1  1 Jul27 ?        12:32:34 /usr/bin/nagios -d /etc/nagios/nagios.cfg
nagios   25647     1  2 May18 ?        2-19:46:20 /usr/bin/nagios -d /etc/nagios/nagios.cfg
Run these commands to resolve:

Code: Select all

service nagios stop
killall -9 nagios
service nagios start
Monitor for awhile afterwards and let us know of the status then, thanks.
Be sure to check out the Knowledgebase for helpful articles and solutions!
sunnynani4849
Posts: 31
Joined: Fri Jan 22, 2016 1:04 am

Re: contact email id reflects even after removal

Post by sunnynani4849 »

Thanks alot guys for your immediate help.

The issue is been resolved :D . User is now not receiving any mails from nagios.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: contact email id reflects even after removal

Post by tmcdonald »

I'll be closing this thread now, but feel free to open another if you need anything in the future!
Former Nagios employee
Locked