I need help configuring Nagios to send notifications using qpage
Chris Walker
chris.walker at band-x.net
Mon Dec 2 18:55:23 CET 2002
Hi,
Are you sure that you need the -i (interactive) flag ?
I call qpage in a similar way but with just :
command[notify-by-qpage]=echo <service message> | /usr/local/bin/qpage
<recipient>
you need to make sure that qpage is running as a daemon (qpage -q 10 to
check spool every 10 secs)
and that the spool directory /var/spool/qpage (or whatever you
configured) has the correct permissions.
HTH,
--
Chris Walker
____________________________
UNIX Systems Administrator
Band-X Ltd
___________________________
> Here are my config scripts for e-mail and qpage:
>
> define command{
> command_name notify-by-qpage
> command_line /bin/echo "$HOSTALIAS$/$SERVICESTATE$/$SERVICEDESC$ $OUTPUT$" | /usr/local/bin/qpage -i -p greg
> }
>
> define command{
> command_name notify-by-email
> command_line /bin/echo "$ARG1$\n$ARG2$\n$ARG3$\n$PERFDATA$\n$OUTPUT$" | /usr/bin/mailx -s '**$SERVICESTATE$ alert for $HOSTALIAS$/$SERVICEDESC$ **' $CONTACTEMAIL$
> }
>
>
> I originally used $CONTACTPAGER$ but decided to try hard coding the page name to see if it was getting called.
>
> Here is the log entry where Nagios thinks it calls the script.
> [1038418513] HOST NOTIFICATION: greg-pager;okcu30;DOWN;notify-by-qpage;CRITICAL - Plugin timed out after 10 seconds
>
> Permissions on /usr/local/bin/qpage are 755.
>
> If anyone can point me in the right direction here, or tell me what I have missed I would appreciate it. Is there a way to find the output of the notify-by-qpage script? That would also be helpful.
>
> Thanks in Advance for your consideration of this problem.
>
-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T
handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
More information about the Users
mailing list