12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- TAB_TRIGGER_NAME=Triggers
- TRIGGER_ACTION_DIGEST_NAME=Send e-mail digests
- TRIGGER_ACTION_DIGEST_REPORT_INTERVAL=The interval between digests (minutes)
- TRIGGER_ACTION_DIGEST_DESCRIPTION=E-mails digests of triggered events at specific intervals using the settings below.
- TRIGGER_ACTION_EMAIL_NAME=Send e-mail
- TRIGGER_ACTION_EMAIL_DESCRIPTION=E-mails the triggered event using the settings below.
- TRIGGER_ACTION_EMAIL_SENDER_LABEL=From
- TRIGGER_ACTION_EMAIL_SENDER_DESCRIPTION=The e-mail address of the sender (in the from field).
- TRIGGER_ACTION_EMAIL_RECEIVER_DESCRIPTION=The e-mail address of the recipient (in the to field).
- TRIGGER_ACTION_EMAIL_RECEIVER_LABEL=To
- TRIGGER_ACTION_EMAIL_CC_LABEL=CC
- TRIGGER_ACTION_EMAIL_CC_DESCRIPTION=The e-mail address of the carbon copy recipient (the cc field).
- TRIGGER_ACTION_EMAIL_BCC_LABEL=BCC
- TRIGGER_ACTION_EMAIL_BCC_DESCRIPTION=The e-mail address of the blind carbon copy recipient (the bcc field).
- TRIGGER_ACTION_SYSTEM_OUT_NAME=Console output
- 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.
- TRIGGER_ACTION_DIAGNOSTIC_COMMAND_NAME=Invoke Diagnostic Command
- TRIGGER_ACTION_DIAGNOSTIC_COMMAND_DESCRIPTION=Invokes the specified command and logs any output to the specified log file.
- TRIGGER_ACTION_DIAGNOSTIC_COMMAND_LOG_FILE_NAME=Log file
- 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.
- TRIGGER_ACTION_DIAGNOSTIC_COMMAND_COMMAND_NAME=Command
- TRIGGER_ACTION_DIAGNOSTIC_COMMAND_COMMAND_DESCRIPTION=The diagnostic command to execute.
- TRIGGER_ACTION_DIAGNOSTIC_COMMAND_APPEND_NAME=Append results to log file
- 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.
- TRIGGER_ACTION_HPROF_NAME=HPROF Dump
- TRIGGER_ACTION_HPROF_DESCRIPTION=Action that initiates a server side memory dump in the hprof file format.
- TRIGGER_ACTION_HPROF_ONLY_LIVE_DESCRIPTION=Only dump live objects, i.e. objects that are reachable?
- TRIGGER_ACTION_HPROF_ONLY_LIVE_NAME=Only live
- TRIGGER_ACTION_HPROF_FILENAME_DESCRIPTION=The file name of the resulting hprof dump.
- TRIGGER_ACTION_HPROF_FILENAME_NAME=Server file system path
- TRIGGER_ACTION_LOG_TO_FILE_NAME=Log to file
- TRIGGER_ACTION_LOG_TO_FILE_DESCRIPTION=Actions that prints a notification to a file.
- TRIGGER_ACTION_LOG_TO_FILE_FILENAME_DESCRIPTION=The name of the file.
- TRIGGER_ACTION_LOG_TO_FILE_FILENAME_NAME=File name
- TRIGGER_CONSTRAINT_DATE_RANGE_NAME=Date span
- TRIGGER_CONSTRAINT_DATE_RANGE_DESCRIPTION=This constraint allows notification only if the issue date of the event is within the date range (inclusive).
- TRIGGER_CONSTRAINT_DATE_RANGE_FROM_LABEL=From
- TRIGGER_CONSTRAINT_DATE_RANGE_FROM_DESCRIPTION=Start date.
- TRIGGER_CONSTRAINT_DATE_RANGE_TO_LABEL=To
- TRIGGER_CONSTRAINT_DATE_RANGE_TO_DESCRIPTION=End date.
- TRIGGER_CONSTRAINT_TIME_RANGE_NAME=Time span
- TRIGGER_CONSTRAINT_TIME_RANGE_DESCRIPTION=This constraint allows notification only if the issue time of the event was within the time boundary (inclusive).
- TRIGGER_CONSTRAINT_TIME_RANGE_FROM_LABEL=From
- TRIGGER_CONSTRAINT_TIME_RANGE_FROM_DESCRIPTION=Start time.
- TRIGGER_CONSTRAINT_TIME_RANGE_TO_LABEL=To
- TRIGGER_CONSTRAINT_TIME_RANGE_TO_DESCRIPTION=End time.
- TRIGGER_CONSTRAINT_DAY_OF_WEEK_NAME=Day of week
- TRIGGER_CONSTRAINT_DAY_OF_WEEK_DESCRIPTION=This constraint allows notification only if the issue day of the event is one of the allowed days.
- TRIGGER_CONSTRAINT_DAY_OF_WEEK_MONDAY_LABEL=Monday
- TRIGGER_CONSTRAINT_DAY_OF_WEEK_TUESDAY_LABEL=Tuesday
- TRIGGER_CONSTRAINT_DAY_OF_WEEK_WEDNESDAY_LABEL=Wednesday
- TRIGGER_CONSTRAINT_DAY_OF_WEEK_THURSDAY_LABEL=Thursday
- TRIGGER_CONSTRAINT_DAY_OF_WEEK_FRIDAY_LABEL=Friday
- TRIGGER_CONSTRAINT_DAY_OF_WEEK_SATURDAY_LABEL=Saturday
- TRIGGER_CONSTRAINT_DAY_OF_WEEK_SUNDAY_LABEL=Sunday
- # {0} is an attribute's display name (like "JVM CPU Usage" for java.lang:type=OperatingSysten/ProcessCPULoad)
- DELTA_TRANSFORMATION_DISPLAY_NAME={0} (delta)
- DELTA_TRANSFORMATION_VISUALIZATION_LABEL=Visualize delta...
- DIFFERENCE_TRANSFORMATION_DISPLAY_NAME={0} (difference)
- DIFFERENCE_TRANSFORMATION_VISUALIZATION_LABEL=Visualize difference...
- RATE_TRANSFORMATION_DISPLAY_NAME={0} (rate per second)
- RATE_TRANSFORMATION_VISUALIZATION_LABEL=Visualize rate per second...
- # 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
- AVERAGE_TRANSFORMATION_DISPLAY_NAME='{0}' (average over {0} samples)
- AVERAGE_TRANSFORMATION_VISUALIZATION_LABEL=Visualize average...
|