I am trying to get sysmond to spawn a program when a service fails, but
it does not work correctly. Here is an example of my /etc/sysmon.conf
file, with the relevant config information:
object imap {
ip "linux.server";
type imap;
desc "IMAP";
username "guest";
password "guest";
dep "linux.server";
spawn "/usr/local/bin/inetdrefresh.sh";
contact "root@linux.server";
};
And here is sysmond running in debug mode:
[root@linux sysmon_scripts]# sysmond -d
sysmond: 16:03:29 Starting System Monitor version v0.91.11
System Monitor version v0.91.11
sysmond started on linux.server
contact when 3/1
sh: refresh.sh: command not found
As you can see, sysmond is not reading the spawn line correctly. Please
advise..
Best regards,
Bruce
This archive was generated by hypermail 2b29 : Sun Aug 04 2002 - 04:14:07 EDT