I am running hobbit server 4.2.0. My email pages are working fine but I cannot get my custom script to parse the BBALPHAMSG file to send a page to our system pager. In the /var/log/hobbit/page.log file I see the following entries:
awk: cmd. line:2: fatal: cannot open file `server1.disk' for reading (No such file or directory)
I can manually send pages to the system pager but when I try to parse the BBALPHAMSG file I get nada.
Any help would be greatly appreciated.
Thanks.
Robert Manocchia
UNIX System Administrator
IDEXX Laboratories
207 556-6860
EMail Robert-Manocchia at idexx.com
On Mon, 2007-09-10 at 11:02 -0400, Manocchia, Robert wrote:
I am running hobbit server 4.2.0. My email pages are working fine but I cannot get my custom script to parse the BBALPHAMSG file to send a page to our system pager. In the /var/log/hobbit/page.log file I see the following entries:
awk: cmd. line:2: fatal: cannot open file `server1.disk' for reading (No such file or directory)
Looks like you didnt define the path to server1.disk, it looks like its trying to find it in current directory which is probably $BBHOME if hobbit fired off the script. Qualify your path to the file location and you should be fine.
Trent
I can manually send pages to the system pager but when I try to parse the BBALPHAMSG file I get nada.
Any help would be greatly appreciated.
Thanks.
Robert Manocchia
UNIX System Administrator
IDEXX Laboratories
207 556-6860
EMail Robert-Manocchia at idexx.com
participants (2)
-
Robert-Manocchia@IDEXX.com
-
trent.melcher@sitel.com