HI all,
When i use the configuration wizard to configure tomcat monitor :
type:
Please install Java to use JMX directly
Also make sure to edit the CCM definition for check_xi_java_as to include java's absolute path.
But I setting done .
[nagios@ngsxi01 ~]$ /data/jdk1.8.0_31/bin/java
Usage: java [-options] class [args...]
(to execute a class)
or java [-options] -jar jarfile [args...]
(to execute a jar file)
Configuration Wizard: Apache Tomcat not work !
Configuration Wizard: Apache Tomcat not work !
You do not have the required permissions to view the files attached to this post.
Re: Configuration Wizard: Apache Tomcat not work !
What is the output of "which java" ? Run this both as root and as the nagios user. To switch to the nagios user use "su - nagios".
The wizard runs this command to find out if java is installed and will throw this message if not found.
The wizard runs this command to find out if java is installed and will throw this message if not found.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Configuration Wizard: Apache Tomcat not work !
in the root:
in the nagios
Code: Select all
[root@ngsxi01 ~]# java
Usage: java [-options] class [args...]
(to execute a class)
or java [-options] -jar jarfile [args...]
(to execute a jar file)
Code: Select all
[nagios@ngsxi01 ~]$ java
Usage: java [-options] class [args...]
(to execute a class)
or java [-options] -jar jarfile [args...]
(to execute a jar file)
where options include:Re: Configuration Wizard: Apache Tomcat not work !
What OS is XI installed on? Are you able to run the command:
?
It may be failing to find java because "which" isn't installed.
Code: Select all
which javaIt may be failing to find java because "which" isn't installed.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.