Page 1 of 1
Check_Jmx
Posted: Thu Apr 23, 2015 3:39 pm
by litcomputer
Hi.
I was attempting do download this plug in:
http://exchange.nagios.org/directory/Pl ... mx/details
It looks like it's corrupt.
I get this error on a tar
tar -xvf check_jmx.tgz
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Exiting with failure status due to previous errors
Is there a better option?
Re: Check_Jmx
Posted: Thu Apr 23, 2015 3:49 pm
by jdalrymple
The tar is gzipped
It extracts fine on my machine.
Code: Select all
jdalrymple@localhost ~$ tar -xzvf check_jmx.tgz
./._check_jmx
check_jmx/
check_jmx/._.classpath
check_jmx/.classpath
check_jmx/._.project
check_jmx/.project
check_jmx/._build.xml
check_jmx/build.xml
check_jmx/._changelog.txt
check_jmx/changelog.txt
check_jmx/classes/
check_jmx/classes/org/
check_jmx/classes/org/munin/
check_jmx/classes/org/munin/Configuration$FieldProperties.class
check_jmx/classes/org/munin/Configuration.class
check_jmx/classes/org/munin/JMXQuery.class
check_jmx/classes/org/nagios/
check_jmx/classes/org/nagios/Help.txt
check_jmx/classes/org/nagios/JMXQuery.class
check_jmx/classes/org/nagios/ParseError.class
check_jmx/._munin
check_jmx/munin/
check_jmx/munin/._examples
check_jmx/munin/examples/
check_jmx/munin/examples/._java
check_jmx/munin/examples/java/
check_jmx/munin/examples/java/._java_cpu.conf
check_jmx/munin/examples/java/java_cpu.conf
check_jmx/munin/examples/java/._java_process_memory.conf
check_jmx/munin/examples/java/java_process_memory.conf
check_jmx/munin/examples/java/._java_threads.conf
check_jmx/munin/examples/java/java_threads.conf
check_jmx/munin/examples/._tomcat
check_jmx/munin/examples/tomcat/
check_jmx/munin/examples/tomcat/._catalina_requests.conf
check_jmx/munin/examples/tomcat/catalina_requests.conf
check_jmx/munin/examples/tomcat/._catalina_threads.conf
check_jmx/munin/examples/tomcat/catalina_threads.conf
check_jmx/munin/examples/tomcat/._catalina_times.conf
check_jmx/munin/examples/tomcat/catalina_times.conf
check_jmx/munin/examples/tomcat/._catalina_traffic.conf
check_jmx/munin/examples/tomcat/catalina_traffic.conf
check_jmx/munin/._plugin
check_jmx/munin/plugin/
check_jmx/munin/plugin/._jmx_
check_jmx/munin/plugin/jmx_
check_jmx/munin/plugin/._jmxquery.jar
check_jmx/munin/plugin/jmxquery.jar
check_jmx/munin/._readme.txt
check_jmx/munin/readme.txt
check_jmx/._nagios
check_jmx/nagios/
check_jmx/nagios/._plugin
check_jmx/nagios/plugin/
check_jmx/nagios/plugin/._check_jmx
check_jmx/nagios/plugin/check_jmx
check_jmx/nagios/plugin/._jmxquery.jar
check_jmx/nagios/plugin/jmxquery.jar
check_jmx/nagios/._readme.txt
check_jmx/nagios/readme.txt
check_jmx/._src
check_jmx/src/
check_jmx/src/._org
check_jmx/src/org/
check_jmx/src/org/._munin
check_jmx/src/org/munin/
check_jmx/src/org/munin/._Configuration.java
check_jmx/src/org/munin/Configuration.java
check_jmx/src/org/munin/._JMXQuery.java
check_jmx/src/org/munin/JMXQuery.java
check_jmx/src/org/._nagios
check_jmx/src/org/nagios/
check_jmx/src/org/nagios/._Help.txt
check_jmx/src/org/nagios/Help.txt
check_jmx/src/org/nagios/._JMXQuery.java
check_jmx/src/org/nagios/JMXQuery.java
check_jmx/src/org/nagios/._ParseError.java
check_jmx/src/org/nagios/ParseError.java
Re: Check_Jmx
Posted: Thu Apr 23, 2015 4:01 pm
by litcomputer
Re: Check_Jmx
Posted: Thu Apr 23, 2015 4:07 pm
by tmcdonald
You are running "xvf" and not "xzf", might that be it?