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

[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

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 venugop...@aztecsoft.com 01/29/2009 07:00 PM To nagios-users@lists.sourceforge.net cc Subject [Nagios-users] calling a java program from nagios

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 possible) has

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) by

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 requirement

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

2009-01-29 Thread Marc Powell
-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 it from the command line, nagios should be able to do so. -- Marc