Spawn Problems

Noel Kelly <[email protected]> Mon, 11 Jun 2007 09:47:30 +0100
Newsgroups gmane.comp.monitoring.sysmon.help
Organization Citrus Networks
Message-ID <[email protected]>
Hi Jared,

Thanks for sysmon - it is a great program.

I am having problems getting 'spawn' to work.  I notice from past 
postings that there was a fix in 0.91.14 but I am using 0.92.2 and 
0.93-pre3 and am getting this error in both:

sh: /home/nkelly/bin/jabbberalert: No such file or directory

for this entry:

object apo {
         dep "cebu";
         ip "192.168.191.208";
         type tcp;
         port 80;
         desc "HTTP on APO";
         spawn "/home/nkelly/bin/jabbberalert";
};

I am running on Ubuntu Dapper 6.06 LTS and the spawn program exists:

-rwxr-xr-x 1 nkelly nkelly 136 2007-06-11 08:23 /home/nkelly/bin/jabberalert


Any ideas?

Cheers
Noel