tang-nagios.1 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. .\" generated with Ronn/v0.7.3
  2. .\" http://github.com/rtomayko/ronn/tree/0.7.3
  3. .
  4. .TH "TANG\-NAGIOS" "1" "June 2017" "" ""
  5. .
  6. .SH "NAME"
  7. \fBtang\-nagios\fR \- A Nagios plugin for Tang
  8. .
  9. .SH "SYNOPSIS"
  10. \fBtang\fR \-u URL
  11. .
  12. .SH "OVERVIEW"
  13. This Nagios plugin for Tang enables Nagios to monitor a Tang server for its basic functionality as well as performance metrics\. The plugin is executed simply by providing the base URL to the Tang service\.
  14. .
  15. .P
  16. The plugin will test the following functionality:
  17. .
  18. .IP "1." 4
  19. Downloading the advertisement\.
  20. .
  21. .IP "2." 4
  22. Verification of advertisement semantics\.
  23. .
  24. .IP "3." 4
  25. Verification of signatures for all advertised signing keys\.
  26. .
  27. .IP "4." 4
  28. Verification of key exchanges for all advertised exchange keys\.
  29. .
  30. .IP "" 0
  31. .
  32. .P
  33. If any of these tests fail, an error will be generated\. Upon success, the plugin will output the following performance metrics:
  34. .
  35. .IP "\(bu" 4
  36. \fBadv\fR : Time it took to fetch the advertisement (in μs)\.
  37. .
  38. .IP "\(bu" 4
  39. \fBexc\fR : Average time of all key exchange operations (in μs)\.
  40. .
  41. .IP "\(bu" 4
  42. \fBnkeys\fR : Number of keys in the advertisement\.
  43. .
  44. .IP "\(bu" 4
  45. \fBnsigk\fR : Number of signing keys in the advertisement\.
  46. .
  47. .IP "\(bu" 4
  48. \fBnexck\fR : Number of exchange keys in the advertisement\.
  49. .
  50. .IP "" 0
  51. .
  52. .SH "EXAMPLES"
  53. A simple test against a localhost Tang server:
  54. .
  55. .IP "" 4
  56. .
  57. .nf
  58. $ \./tang \-u http://localhost/
  59. OK|adv=21430 exc=44587 nkeys=2 nsigk=1 nexck=1
  60. .
  61. .fi
  62. .
  63. .IP "" 0
  64. .
  65. .SH "AUTHOR"
  66. Nathaniel McCallum <npmccallum@redhat\.com>
  67. .
  68. .SH "SEE ALSO"
  69. \fBtang\fR(8)