Search found 2 matches
- Thu Dec 05, 2013 4:51 am
- Forum: Open Source Nagios Projects
- Topic: Nagios sms notification not working
- Replies: 3
- Views: 1600
Re: Nagios sms notification not working
Thanks for reply. I guess I got the idea of sending sms via api inside nagios right now
I did it by writing python and just calling it from command line by giving phone number+host/service detail message arguments.
- Wed Dec 04, 2013 5:17 am
- Forum: Open Source Nagios Projects
- Topic: Nagios sms notification not working
- Replies: 3
- Views: 1600
Nagios sms notification not working
Hello all, I have such an api to get sms from nagios wget "http://api.netgsm.com.tr/bulkhttppost.asp?usercode=xxx&password=xxx&gsmno=xxx&message='** NAGIOS**'&msgheader=NAGIOS" working from command line but not working from command line. I restarted nagios succesfully witho...