Page 1 of 1

Add java plugin to nagios 4x on SUSE 11 linux server

Posted: Mon Jun 30, 2014 4:17 am
by venkatesh ch
Hi ,

I have installed nagios core 4x on suse 11 linux sever using quick installation guide .

We have all test cases in java to test features of remote linux servers.
so i would like to add java plugin to nagios to reuse exiting java testcases.

can we add java plugin to nagios core , if so please share me some examples.

BR// venkatesh

Re: Add java plugin to nagios 4x on SUSE 11 linux server

Posted: Mon Jun 30, 2014 11:19 am
by tmcdonald
If you have a standalone .jar file you can create a new command with a command_line like "java -jar <filename>" that will run your custom Java plugin. Just make sure the plugin reports in the proper Nagios format as explained in our documentation:

https://nagios-plugins.org/doc/guidelines.html