We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
check_tomcat.py performance data label may contain characters causing incompatibility with nagiosgraph plugin:
OK connector:"http-nio-80" 1 threads busy of 200 |'conn "http-nio-80"'=1;2.0;10.0;0;200 OK rms is running|'sessions'=54
Adding an option (-l --label) to specify a performance data label can mitigate this issue:
perfdata=("'sessions'" if not args.label else args.label)+"="+application[2]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
check_tomcat.py performance data label may contain characters causing incompatibility with nagiosgraph plugin:
Adding an option (-l --label) to specify a performance data label can mitigate this issue:
perfdata=("'sessions'" if not args.label else args.label)+"="+application[2]
The text was updated successfully, but these errors were encountered: