You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using jmxfetch on Windows with custom_jar_paths set (for instance when monitoring jboss on Windows) the classpath separator should be a semicolon (;). Using a colon (:) will only work on linux.
The text was updated successfully, but these errors were encountered:
dd-agent/jmxfetch.py
Lines 242 to 247 in 5d334d7
When using jmxfetch on Windows with custom_jar_paths set (for instance when monitoring jboss on Windows) the classpath separator should be a semicolon (;). Using a colon (:) will only work on linux.
The text was updated successfully, but these errors were encountered: