Not receving text alerts
-
srikanth.kallu
- Posts: 243
- Joined: Thu Jul 26, 2012 10:48 am
Re: Not receving text alerts
Yes i tested after making the changes, and also tried with different at&t mobile number.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Not receving text alerts
Do you have your email setup correctly in Admin -> Manage Email Settings ?
Are you using SMTP or sendmail?
Are you using SMTP or sendmail?
-
srikanth.kallu
- Posts: 243
- Joined: Thu Jul 26, 2012 10:48 am
Re: Not receving text alerts
I am using SMTP, and i am receiving email alerts
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Not receving text alerts
Can you give me one more screen shot of the mobile carriers page to make sure it looks right
-
srikanth.kallu
- Posts: 243
- Joined: Thu Jul 26, 2012 10:48 am
Re: Not receving text alerts
Please see the attachments,
please let me know if you need something else
please let me know if you need something else
You do not have the required permissions to view the files attached to this post.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Not receving text alerts
Are you in the US?
This telephone number only has 9 digits and needs 10 if you are in the US.
Plus, this is a totally different number than you had in there the other day, and a different quantity of numbers....
This telephone number only has 9 digits and needs 10 if you are in the US.
Plus, this is a totally different number than you had in there the other day, and a different quantity of numbers....
-
srikanth.kallu
- Posts: 243
- Joined: Thu Jul 26, 2012 10:48 am
Re: Not receving text alerts
sorry, i was playing wiith different numbers since yesterday,
I have corrected it with the right number and tried to send test notifications again.
But still did not receve any. The number mentioned there is also AT&T.
I have attached another screenshot.
I have corrected it with the right number and tried to send test notifications again.
But still did not receve any. The number mentioned there is also AT&T.
I have attached another screenshot.
You do not have the required permissions to view the files attached to this post.
Re: Not receving text alerts
Can you send a "regular" e-mail via your default e-mail program to [email protected], and receive it?
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
srikanth.kallu
- Posts: 243
- Joined: Thu Jul 26, 2012 10:48 am
Re: Not receving text alerts
No i am not receiving alerts if "sendmail -s "hi" [email protected]"
So is this something i have to check it on the server ?
So is this something i have to check it on the server ?
Re: Not receving text alerts
Hmm, try:
Then, try sending an e-mail to a regular e-mail, using the same command:
Code: Select all
echo test | mail [email protected]Code: Select all
echo test | mail <your_email>Be sure to check out our Knowledgebase for helpful articles and solutions!