diff options
Diffstat (limited to 'conf.d/python.d/tomcat.conf')
-rw-r--r-- | conf.d/python.d/tomcat.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conf.d/python.d/tomcat.conf b/conf.d/python.d/tomcat.conf index aef9631b9..ce89175f6 100644 --- a/conf.d/python.d/tomcat.conf +++ b/conf.d/python.d/tomcat.conf @@ -63,7 +63,10 @@ # user: 'username' # pass: 'password' # - +# if you have multiple connectors, the following are supported: +# +# connector_name: 'ajp-bio-8009' # default is null, which use first connector in status XML +# # ---------------------------------------------------------------------- # AUTO-DETECTION JOBS # only one of them will run (they have the same name) |