Re: [Nagios-users] running an external script for sms notification

2011-09-21 Thread Metron 6 (six)
we have an account in a bulk-sms server, and i'm using curl to call a page, and send the sms.. anyway, it was a permissions problem, the script couldnt write to the log file.. On Thu, Sep 15, 2011 at 8:17 PM, Manish Kumar manikuma...@gmail.com wrote: Hi what I am interested in is what your

[Nagios-users] running an external script for sms notification

2011-09-15 Thread Metron 6 (six)
hello all, i have a shell script which takes two arguments, the mobile phone number and the text message, which sends sms notifications. for example /usr/local/bin/sendsms 69 host problem when i debug Nagios, i can see this into the log file [1316012199.774170] [256.1] [pid=17625]

Re: [Nagios-users] running an external script for sms notification

2011-09-15 Thread Jim Avery
On 15 September 2011 10:35, Metron 6 (six) metr...@gmail.com wrote: hello all, i have a shell script which takes two arguments, the mobile phone number and the text message, which sends sms notifications. for example /usr/local/bin/sendsms 69 host problem when i debug Nagios, i can

Re: [Nagios-users] running an external script for sms notification

2011-09-15 Thread Manish Kumar
Hi what I am interested in is what your sendsms script contains are u using email-to-sms gateway or some external hardware sms gateway or some linux utility like send-sms tools to achieve the same. On Thu, Sep 15, 2011 at 9:54 PM, Jim Avery j...@jimavery.me.uk wrote: On 15 September 2011 10:35,