.
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
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
: 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
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)
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
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