Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problemas con la grafica de thread #3

Open
rafaeljimenez85 opened this issue Feb 11, 2016 · 0 comments
Open

Problemas con la grafica de thread #3

rafaeljimenez85 opened this issue Feb 11, 2016 · 0 comments

Comments

@rafaeljimenez85
Copy link

Hola Daniel.

Estoy realizando la medición de thread de un tomcat 8, el script funciona correctamente, pero a la hora de visualizar las gráficas da un error ERROR: Bad JSON format! y las gráficas se quedan en blanco.

He estado mirando el código pero la verdad es que no veo donde puede estar el error.

ejecuto el siguiente comando:

./check_tomcat.py -H 192.168.0.205 -p 8880 -u admin -a admin -m thread -w 180 -c 200

devuelve los siguientes datos:

OK /connector:"http-nio-443" 0 threads busy of 150 /connector:"http-nio-8880" 1 threads busy of 200 /connector:"ajp-nio-8809" 0 threads busy of 200 |'conn "http-nio-443"'=0;180;200;0;150 'conn "http-nio-8880"'=1;180;200;0;200 'conn "ajp-nio-8809"'=0;180;200;0;200

y el xml del perfdata de nagios recibe lo siguiente:

NAGIOS_PERFDATA>'conn "http-nio-443"'=0;135;140;0;150 'conn "http-nio-8880"'=3;135;140;0;200 'conn "ajp-nio-8809"'=0;135;140;0;200 </NAGIOS_PERFDATA>

NAGIOS_SERVICEOUTPUT>OK /connector:"http-nio-443" 0 threads busy of 150 /connector:"http-nio-8880" 3 threads busy of 200 /connector:"ajp-nio-8809" 0 threads busy of 200</NAGIOS_SERVICEOUTPUT>

<NAGIOS_SERVICEPERFDATA>'conn "http-nio-443"'=0;135;140;0;150 'conn "http-nio-8880"'=3;135;140;0;200 'conn "ajp-nio-8809"'=0;135;140;0;200</NAGIOS_SERVICEPERFDATA>

Me podrías dar alguna pista sobre el problema??

De resto el script funciona muy bien, muchas gracias por tu ayuda.

Un saludo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant