<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi, list i know this question has been repeated many times on this list
but I still need your help and suggestion.<br>
<br>
Here is the related text from nagios FAQ..<br>
------------<br>
#Nagios command obj<br>
# 'host-notify-by-gnokii' command definition<br>
define command{<br>
command_name host-notify-by-gnokii<br>
command_line /opt/nagios/bin/sms_notification_by_gnokki $CONTACTPAGER$
"Nagios Host Alert \n\n $HOSTALIAS$ is $HOSTSTATE$; $OUTPUT$;
$DATETIME$"<br>
}<br>
<p>
send sms example script:<br>
----------------------------------<br>
#!/bin/sh<br>
#<br>
# Gnokii Plugin script<br>
# (c) Horst venzke <hv @remsnet.de=""><br>
# v 0.1 - 17.01.2004<br>
<br>
mess=$2<br>
number=$1<br>
echo $mess | gnokii --sendsms $number<br>
</hv></p>
----<br>
<br>
My problem is that my gnokii is running on another machine then nagios,
can someone guide me how to pipe message from  nagios machine to
machine running sms gateway (gnokii) ?<br>
so that "
echo $mess | gnokii --sendsms $number" do the sending of sms.<br>
<br>
<br>
regards<br>
<br>
askar<br>
<br>
</body>
</html>