I'm running Nagios 3. It is generating the alerts that are based on my conditions that I had mentioned.
What I want now is to customize my email alerts with a detailed messages. I need to send alerts for my tomcat logs along with the stack trace.
I have configured Nagios 3.4.4 on CentOS 6.3 Final. I have also configured Postfix with SMTP email server. I have verified from console that I am able to send email notifications and recieved them on designated address.
Nagios is configured to send notify-host-by-email and notify-service-by-email.
I have a script to report phishing sites that calls sendEmail. I keep getting the above error and can't seem to figure out just what the problem is. What I see in the output log for sendEmail is at these pastebin links http://pastebin.com/YysSZVDh, http://pastebin.com/tdP1JFde. One as a success and one as a failure.
I know that we can use nagios plugin notify-by-email to send emails for any kind of critical alerts. Now I want one email to be sent as a report for the critical alerts of last one day daily. Can someone please help me to solve this.
I am a newbie and have a few questions.
If I send an email through my gmail account I get the following error message:
Code:
server sendmail [15257]: ERROR => ERROR => SMTP-AUTH: Authentication to smtp.gmail.com: 25 failed.
I am new to nagios and we have a small issue I need to ask assistance with. Many of the machines that we monitor can go unresponsive for a bit when some very intensive cpu tasks are run.
Recently i am not getting any email notification in nagios, i have tested it by sending emails manually from root user and nagios user and i have got the mail sucessfully. But i am not any email alerts in case any issue, so that i tested it by sending custom host notification from WEBUI, something seems to be wrong in the log.
I have a script that send email using sendEmail (CentOS shell)
script is:
Code:
sendEmail -vvv -u "TestCompany, Inc.: USB Added" -f user@domain.com -t To@domain.com -s ASPMX.L.GOOGLE.com -m "USB Activity" -o tls=aut
o username=user3@domain.com password=password
So far this works fine.
Now i create a ConfigFile as follows:
Code:
Company=TestCompany, Inc.
FromEmail=u
I have a Nagios server which monitors many servers.
From time to time we encounter an error which cannot be resolved at the time and we are leaving it for the time being.
When it happens, we keep getting email notifications regarding the failing service.
So if we're not dealing with the problem in the next day - we receive about 500 email notifications regarding it.
Now my question is, what is the