Advertisement
Guest User

Untitled

a guest
Nov 30th, 2015
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. zalex@it0:/zab/ZBX-9824/src/zabbix_java$ java -jar bin/zabbix-java-gateway.jar -V
  2. zabbix_java_gateway (Zabbix) 3.0.0alpha5
  3. Revision {ZABBIX_REVISION} 6 November 2015, compilation time: {DATE} {TIME}
  4.  
  5. Copyright (C) 2015 Zabbix SIA
  6. License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>.
  7. This is free software: you are free to change and redistribute it according to
  8. the license. There is NO WARRANTY, to the extent permitted by law.
  9.  
  10. zalex@it0:/zab/ZBX-9824/src/zabbix_java$ java -jar bin/zabbix-java-gateway.jar -h
  11. usage:
  12. java -jar zabbix-java-gateway.jar [parameter]
  13. java -classpath bin/zabbix-java-gateway.jar com.zabbix.gateway.BootLoader [parameter]
  14. java -classpath lib/*:bin/zabbix-java-gateway.jar com.zabbix.gateway.BootLoader [parameter]
  15.  
  16. A Zabbix gateway to monitor JMX enabled agents.
  17.  
  18. Parameters:
  19. -c --config config-file Absolute path to the configuration file
  20. -C --console Run as console application
  21. -h --help Display this help message
  22. -V --version Display version and compilation information
  23.  
  24. Notes for running java using -jar java's parameter:
  25. Dedicated to simplify run with -hVC parameters.
  26. Main class "BootLoader" in jar file will be used.
  27. Without -hV parameters it will try to load required libraries (json.jar,
  28. logback-core.jar, logback-classic.jar, slf4j-api.jar) from the same
  29. folder where "zabbix-java-gateway.jar" file is located.
  30.  
  31. Notes for running java using -classpath java's parameter:
  32. Dedicated to run as daemon, flexibly configuring paths to the libraries.
  33. Executed class "...BootLoader" must be spesified.
  34. Custom paths to .jar files may be used.
  35.  
  36. Report bugs to: <https://support.zabbix.com>
  37. Zabbix home page: <http://www.zabbix.com>
  38. Documentation: <https://www.zabbix.com/documentation>
  39. zalex@it0:/zab/ZBX-9824/src/zabbix_java$ java -jar bin/zabbix-java-gateway.jar -h -h
  40. Parameter -h may not be used together with any other parameter .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement