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
For doing this, you have to describe an appropriate command in commands.cfg file, which will have this java program as an entry in command_line. This command can be called from a service for any machine. Personally, I dont think that executing a Java program through nagios is a good option. As