Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2017
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. :~$ /usr/lib/nagios/plugins/check_haproxy --help
  2. Redundant argument in sprintf at /usr/share/perl5/Nagios/Plugin/Getopt.pm line 144.
  3. Redundant argument in sprintf at /usr/share/perl5/Nagios/Plugin/Getopt.pm line 144.
  4. check_haproxy 1.0
  5.  
  6. This nagios plugin is free software, and comes with ABSOLUTELY NO WARRANTY.
  7. It may be used, redistributed and/or modified under the terms of the GNU
  8. General Public Licence (see http://www.fsf.org/licensing/licenses/gpl.txt).
  9.  
  10. Plugin to check HAProxy stats url
  11.  
  12. Usage: check_haproxy [ -v|--verbose ] -u <url> [-t <timeout>] [-U <username>] [-P <password>] [ -c|--critical=<threshold> ] [ -w|--warning=<threshold> ]
  13.  
  14. -?, --usage
  15. Print usage information
  16. -h, --help
  17. Print detailed help screen
  18. -V, --version
  19. Print version information
  20. --extra-opts=[section][@file]
  21. Read options from an ini file. See http://nagiosplugins.org/extra-opts
  22. for usage and examples.
  23. -d, --debug
  24. Debug level
  25. -U, --username=STRING
  26. Username for HTTP Auth
  27. -P, --password=STRING
  28. Password for HTTP Auth
  29. -w=FLOAT
  30. Warning request time threshold (in seconds)
  31. -c=FLOAT
  32. Critical request time threshold (in seconds)
  33. -u, --url=STRING
  34. URL of the HAProxy csv statistics page.
  35. -t, --timeout=INTEGER
  36. Seconds before plugin times out (default: 10)
  37. -v, --verbose
  38. Show details for command-line debugging (can repeat up to 3 times)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement