Checking Perl processes (process.monitor is not suitable)

2001-08-31 Thread Stephane Bortzmeyer
I wish to check that a particular process is running. The obvious solution is: Use process.monitor. But the Net-SNMP's prTable only stores the name of the executable and can only check it (on the proc directives of snmpd.conf), not the full command-line. Which means that I can check that 'sshd'

Re: Checking Perl processes (process.monitor is not suitable)

2001-08-31 Thread Stephane Bortzmeyer
On Fri, Aug 31, 2001 at 12:53:44PM +0100, Alex David Shadrach Hooper [EMAIL PROTECTED] wrote a message of 13 lines which said: How about putting $0 = 'foobar'; at the top of your Perl script? Because it doesn't work. Test it if you don't believe me. (FreeBSD 4.1.1, both ps and snmpd

Re: secure transmission of info?

2001-08-31 Thread Theo Van Dinter
On Fri, Aug 31, 2001 at 09:44:11AM +0200, Stephane Bortzmeyer wrote: Or stunnel http://www.stunnel.org/. It has the same advantage: no change at all to the mon source http://www.stunnel.org/examples/generic_tunnel.html. Now, SSH or SSL? I see it mostly as a matter of taste + the experience