Re: Re: [Nagios-users] Notification difficulties

2006-04-10 Thread Christian Kammer Have
It was a typo when i submitted this to the mailinglists, it isn't in the actual file. Although thanks alot for the input < <<>         command_line /usr/bin/printf "%b" "$HOSTNAME$: $SERVICEDESC$ is <<> $SERVICESTATE$ @'$CONTACTPAGER'$" > /var/spool/sms/sms`date <<> +%d%m%Y%H%M%S%N` << < <<$CON

Re: [Nagios-users] Notification difficulties

2006-04-10 Thread Johannes Dagemark
Hi Christian command_line /usr/bin/printf "%b" "$HOSTNAME$: $SERVICEDESC$ is $SERVICESTATE$ @'$CONTACTPAGER'$" > /var/spool/sms/sms`date +%d%m%Y%H%M%S%N` I dont know if its a typo but it looks like a ' before the $ in $CONTACTPAGER$ Cheers Johannes Dagemark --

[Nagios-users] Notification difficulties

2006-04-10 Thread Christian Kammer Have
Hello! I'm running nagios 2.2(although the problem was existing in 2.0). I am trying to enable our sms modem( a nokia 30) to send sms messages whenever anything goes down. So far i have setup timeperiods, contacts, contactgroups and enabled which ever notificationoptions that were needed. I have m