Page 1 of 1

Embed Nagios Graph in Java Web Application

Posted: Wed Jul 03, 2013 10:53 am
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 :-)

Re: Embed Nagios Graph in Java Web Application

Posted: Wed Jul 10, 2013 4:58 pm
by abrist
I presume you are interested in doing this in core (not XI)?

Re: Embed Nagios Graph in Java Web Application

Posted: Sun Jul 14, 2013 6:36 am
by azuharu
thank you for reply,
yes I'm doing this on Nagios Core