plugin.properties 4.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. TAB_TRIGGER_NAME=Triggers
  2. TRIGGER_ACTION_DIGEST_NAME=Send e-mail digests
  3. TRIGGER_ACTION_DIGEST_REPORT_INTERVAL=The interval between digests (minutes)
  4. TRIGGER_ACTION_DIGEST_DESCRIPTION=E-mails digests of triggered events at specific intervals using the settings below.
  5. TRIGGER_ACTION_EMAIL_NAME=Send e-mail
  6. TRIGGER_ACTION_EMAIL_DESCRIPTION=E-mails the triggered event using the settings below.
  7. TRIGGER_ACTION_EMAIL_SENDER_LABEL=From
  8. TRIGGER_ACTION_EMAIL_SENDER_DESCRIPTION=The e-mail address of the sender (in the from field).
  9. TRIGGER_ACTION_EMAIL_RECEIVER_DESCRIPTION=The e-mail address of the recipient (in the to field).
  10. TRIGGER_ACTION_EMAIL_RECEIVER_LABEL=To
  11. TRIGGER_ACTION_EMAIL_CC_LABEL=CC
  12. TRIGGER_ACTION_EMAIL_CC_DESCRIPTION=The e-mail address of the carbon copy recipient (the cc field).
  13. TRIGGER_ACTION_EMAIL_BCC_LABEL=BCC
  14. TRIGGER_ACTION_EMAIL_BCC_DESCRIPTION=The e-mail address of the blind carbon copy recipient (the bcc field).
  15. TRIGGER_ACTION_SYSTEM_OUT_NAME=Console output
  16. TRIGGER_ACTION_SYSTEM_OUT_DESCRIPTION=Prints the notification event on console (system out). Only visible if the JMX Console has been started from a console.
  17. TRIGGER_ACTION_DIAGNOSTIC_COMMAND_NAME=Invoke Diagnostic Command
  18. TRIGGER_ACTION_DIAGNOSTIC_COMMAND_DESCRIPTION=Invokes the specified command and logs any output to the specified log file.
  19. TRIGGER_ACTION_DIAGNOSTIC_COMMAND_LOG_FILE_NAME=Log file
  20. TRIGGER_ACTION_DIAGNOSTIC_COMMAND_LOG_FILE_DESCRIPTION=This is the path to the log file where the result will be stored. This action will fail if the file specified is not writable from the process.
  21. TRIGGER_ACTION_DIAGNOSTIC_COMMAND_COMMAND_NAME=Command
  22. TRIGGER_ACTION_DIAGNOSTIC_COMMAND_COMMAND_DESCRIPTION=The diagnostic command to execute.
  23. TRIGGER_ACTION_DIAGNOSTIC_COMMAND_APPEND_NAME=Append results to log file
  24. TRIGGER_ACTION_DIAGNOSTIC_COMMAND_APPEND_DESCRIPTION=Check this to append the results in the existing file. Uncheck to overwrite the file each time the rule triggers.
  25. TRIGGER_ACTION_HPROF_NAME=HPROF Dump
  26. TRIGGER_ACTION_HPROF_DESCRIPTION=Action that initiates a server side memory dump in the hprof file format.
  27. TRIGGER_ACTION_HPROF_ONLY_LIVE_DESCRIPTION=Only dump live objects, i.e. objects that are reachable?
  28. TRIGGER_ACTION_HPROF_ONLY_LIVE_NAME=Only live
  29. TRIGGER_ACTION_HPROF_FILENAME_DESCRIPTION=The file name of the resulting hprof dump.
  30. TRIGGER_ACTION_HPROF_FILENAME_NAME=Server file system path
  31. TRIGGER_ACTION_LOG_TO_FILE_NAME=Log to file
  32. TRIGGER_ACTION_LOG_TO_FILE_DESCRIPTION=Actions that prints a notification to a file.
  33. TRIGGER_ACTION_LOG_TO_FILE_FILENAME_DESCRIPTION=The name of the file.
  34. TRIGGER_ACTION_LOG_TO_FILE_FILENAME_NAME=File name
  35. TRIGGER_CONSTRAINT_DATE_RANGE_NAME=Date span
  36. TRIGGER_CONSTRAINT_DATE_RANGE_DESCRIPTION=This constraint allows notification only if the issue date of the event is within the date range (inclusive).
  37. TRIGGER_CONSTRAINT_DATE_RANGE_FROM_LABEL=From
  38. TRIGGER_CONSTRAINT_DATE_RANGE_FROM_DESCRIPTION=Start date.
  39. TRIGGER_CONSTRAINT_DATE_RANGE_TO_LABEL=To
  40. TRIGGER_CONSTRAINT_DATE_RANGE_TO_DESCRIPTION=End date.
  41. TRIGGER_CONSTRAINT_TIME_RANGE_NAME=Time span
  42. TRIGGER_CONSTRAINT_TIME_RANGE_DESCRIPTION=This constraint allows notification only if the issue time of the event was within the time boundary (inclusive).
  43. TRIGGER_CONSTRAINT_TIME_RANGE_FROM_LABEL=From
  44. TRIGGER_CONSTRAINT_TIME_RANGE_FROM_DESCRIPTION=Start time.
  45. TRIGGER_CONSTRAINT_TIME_RANGE_TO_LABEL=To
  46. TRIGGER_CONSTRAINT_TIME_RANGE_TO_DESCRIPTION=End time.
  47. TRIGGER_CONSTRAINT_DAY_OF_WEEK_NAME=Day of week
  48. TRIGGER_CONSTRAINT_DAY_OF_WEEK_DESCRIPTION=This constraint allows notification only if the issue day of the event is one of the allowed days.
  49. TRIGGER_CONSTRAINT_DAY_OF_WEEK_MONDAY_LABEL=Monday
  50. TRIGGER_CONSTRAINT_DAY_OF_WEEK_TUESDAY_LABEL=Tuesday
  51. TRIGGER_CONSTRAINT_DAY_OF_WEEK_WEDNESDAY_LABEL=Wednesday
  52. TRIGGER_CONSTRAINT_DAY_OF_WEEK_THURSDAY_LABEL=Thursday
  53. TRIGGER_CONSTRAINT_DAY_OF_WEEK_FRIDAY_LABEL=Friday
  54. TRIGGER_CONSTRAINT_DAY_OF_WEEK_SATURDAY_LABEL=Saturday
  55. TRIGGER_CONSTRAINT_DAY_OF_WEEK_SUNDAY_LABEL=Sunday
  56. # {0} is an attribute's display name (like "JVM CPU Usage" for java.lang:type=OperatingSysten/ProcessCPULoad)
  57. DELTA_TRANSFORMATION_DISPLAY_NAME={0} (delta)
  58. DELTA_TRANSFORMATION_VISUALIZATION_LABEL=Visualize delta...
  59. DIFFERENCE_TRANSFORMATION_DISPLAY_NAME={0} (difference)
  60. DIFFERENCE_TRANSFORMATION_VISUALIZATION_LABEL=Visualize difference...
  61. RATE_TRANSFORMATION_DISPLAY_NAME={0} (rate per second)
  62. RATE_TRANSFORMATION_VISUALIZATION_LABEL=Visualize rate per second...
  63. # the first {0} is escaped for later insertion of attribute's display name, the second {0} is a number of maximum number of samples used
  64. AVERAGE_TRANSFORMATION_DISPLAY_NAME='{0}' (average over {0} samples)
  65. AVERAGE_TRANSFORMATION_VISUALIZATION_LABEL=Visualize average...