API to develop java web interface for nagios3?

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
zicat
Posts: 5
Joined: Wed Nov 05, 2014 3:19 am

API to develop java web interface for nagios3?

Post by zicat »

Nagios3(in a Debian box) runs good in my company. We need to enhance the web interface. For example, add Chinese language support, re-arrange views, etc. Some of the requirements can not be done by only change the configurations. However, we have no PHP developer. So we decide to create a java -based interface. Here is the question:
Where should we start? The CGI is not good because we need to control the view. But we cannot find APIs that can talk directly to Nagios core. Any suggestions?
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: API to develop java web interface for nagios3?

Post by slansing »

Well, unfortunately Nagios Core 3.x is pretty much limited to the standard CGI's, however, Nagios Core 4.0.7+ includes the new JSON CGI's which may be easier for you to use?
zicat
Posts: 5
Joined: Wed Nov 05, 2014 3:19 am

Re: API to develop java web interface for nagios3?

Post by zicat »

Thanks.
Seems we have to switch to 4. Hope there would be no much differences between 3 and 4.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: API to develop java web interface for nagios3?

Post by scottwilkerson »

The JSON CGI's will be coming out of beta in the next release.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked