Re: [Nagios-users] calling a java program from nagios

2009-01-30 Thread Venugopal S
. Please let me know if anything else is needed. --Venu -Original Message- From: Marc Powell [mailto:m...@ena.com] Sent: Friday, January 30, 2009 11:59 AM To: nagios-users ML Subject: Re: [Nagios-users] calling a java program from nagios On Jan 29, 2009, at 11:24 PM, Venugopal S wrote

Re: [Nagios-users] calling a java program from nagios

2009-01-29 Thread Marc Powell
ary 29, 2009 9:21 PM > To: nagios-users ML > Subject: Re: [Nagios-users] calling a java program from nagios > > Your post and purpose is unclear. Is this java program a check plugin, > an event handler, a notification program, etc? If you can manually run &g

Re: [Nagios-users] calling a java program from nagios

2009-01-29 Thread Venugopal S
: Thursday, January 29, 2009 9:21 PM To: nagios-users ML Subject: Re: [Nagios-users] calling a java program from nagios On Jan 29, 2009, at 7:30 AM, Venugopal S wrote: > Hi, > > For some purpose that was not served by nagios, we have written a > java program. > One of our client

Re: [Nagios-users] calling a java program from nagios

2009-01-29 Thread Marc Powell
On Jan 29, 2009, at 7:30 AM, Venugopal S wrote: > Hi, > > For some purpose that was not served by nagios, we have written a > java program. > One of our client requirement is that this java code (if possible) > has to be integrated with nagios so that all the purpose is > solved(apparently)

Re: [Nagios-users] calling a java program from nagios

2009-01-29 Thread Michael Medin
There is a NRPE server written in Java which probably is a better option then spawning Java from the command line. // Michael Medin > > Hi, > > > > For some purpose that was not served by nagios, we have written a java > program. > > One of our client requirement is that this java code (if possib

Re: [Nagios-users] calling a java program from nagios

2009-01-29 Thread ankit . mehrotra
. As every time this command is called, a jvm will be initiated which will consume pretty substantial system resources. -- Ankit "Venugopal S" 01/29/2009 07:00 PM To cc Subject [Nagios-users] calling a java program from nagios Hi, For some purpose that was not served by

[Nagios-users] calling a java program from nagios

2009-01-29 Thread Venugopal S
Hi, For some purpose that was not served by nagios, we have written a java program. One of our client requirement is that this java code (if possible) has to be integrated with nagios so that all the purpose is solved(apparently) by nagios framework. Any input is appreciated. Thanks Ven