Hi, all<br>
<br>
I configured nagios 2.0b4 to monitor my network. It works very fine. So
I try to configure sendpage to send me pager information.<br>
I installed sendpage on my nagios server, and I can use command to send pager by manually.<br>
    /usr/bin/snpp -n -m "test information" testpager<br>
and receive the message "test information"<br>
<br>
I defined testpager information on <a href="http://sendpage.cf">sendpage.cf</a>, so here I just use character alias "testpager" to instead my really pager number<br>
<br>
<br>
So, I configure nagios contact information and set pager as "testpager", notify command is notify-by-sendpage<br>
notifi-by-sendpage looks like <br>
    /usr/bin/snpp -n -m "$SERVICEOUTPUT$\n$LONGDATE$" $CONTACTPAGER$<br clear="all"><br>
I think when nagios notify me with sendpage should use command like <br>
   /usr/bin/snpp -n -m "whatever information" testpager<br>
<br>
But my nagios never send pager information out. I check the log files, I seems nagios never run the command?<br>
the permission of /usr/bin/snpp is 755<br>
<br>
Anybody can give me some ideas?<br>
<br>