Embed Nagios Graph in Java Web Application

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
azuharu
Posts: 2
Joined: Tue Jul 02, 2013 7:35 pm

Embed Nagios Graph in Java Web Application

Post by azuharu »

Hi, I want to display information from Nagios in my Java web application
To get that information like check_disk, etc, I use RuntimeExec in Java and parse the output to the web

Now, I have to display the Nagios graph to show CPU Usage in my web application.
How do I obtain the nagios graph (or how to build it?) and embed it in my application?
whether it can be done with JNRPE and java-rrd-hg?

Thank you for the answer :-)
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Embed Nagios Graph in Java Web Application

Post by abrist »

I presume you are interested in doing this in core (not XI)?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
azuharu
Posts: 2
Joined: Tue Jul 02, 2013 7:35 pm

Re: Embed Nagios Graph in Java Web Application

Post by azuharu »

thank you for reply,
yes I'm doing this on Nagios Core
Locked