Search found 6 matches

by joaquin
Fri Jun 08, 2012 5:08 am
Forum: Nagios XI
Topic: Java plug-in
Replies: 7
Views: 1431

Re: Java plug-in

Thanks!! :D
by joaquin
Thu Jun 07, 2012 3:10 pm
Forum: Nagios XI
Topic: Java plug-in
Replies: 7
Views: 1431

Re: Java plug-in

It 's an example.
by joaquin
Thu Jun 07, 2012 2:27 am
Forum: Open Source Nagios Projects
Topic: Extending Nagios
Replies: 3
Views: 1003

Re: Extending Nagios

agriffin wrote:There are many existing components built on top of Nagios, but you're right in the sense that there is no easy API to help you. Most of them use ugly hacks to communicate with Nagios.
For example, to introduce basic functionality without plugins should I integrate my code, and recompile. Right?
by joaquin
Wed Jun 06, 2012 10:37 am
Forum: Nagios XI
Topic: Java plug-in
Replies: 7
Views: 1431

Re: Java plug-in

Plugins can be developed in any language including java as long as they can be run from the command line, return a proper exit code and print the output you desire. Here is link to a plugin developers guide http://nagiosplug.sourceforge.net/developer-guidelines.html Command type: java -jar MyPlugin...
by joaquin
Wed Jun 06, 2012 10:19 am
Forum: Open Source Nagios Projects
Topic: Extending Nagios
Replies: 3
Views: 1003

Extending Nagios

Hello,

I put a question to you all, I realized that studying Nagios the only point where we can extend and customize it in writing your own plugins. It 's true?
by joaquin
Wed Jun 06, 2012 10:16 am
Forum: Nagios XI
Topic: Java plug-in
Replies: 7
Views: 1431

Java plug-in

Hello, I am new to the forum, I greet all.

I would like to know how to develop a plug-in in Java. Also useful are guidelines set up, tutorials or other material.

Thanks to all