I have Nagios running on my system, now I want to create Java application to know the condition of the service(for example HTTP) that Nagios monitored. So the Java application can access information from Nagios.
how do I create the application? is there any way other than using the function get runtime() and exec() from Java? Thank you