You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.1 KiB
39 lines
1.1 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
<!-- |
|
Company: Alteeve's Niche, Inc. |
|
License: GPL v2+ |
|
Author: Madison Kelly <mkelly@alteeve.ca> |
|
|
|
NOTE: All string keys MUST be prefixed with the agent name! ie: 'scan_server_log_0001'. |
|
--> |
|
|
|
<words> |
|
<meta version="3.0.0" languages="en_CA,jp"/> |
|
<!-- Canadian English --> |
|
<language name="en_CA" long_name="Canadian English" description="ScanCore scan agent that monitors hardware, like RAM modules, CSS LED status, CPU information, etc."> |
|
|
|
<!-- Alert entries --> |
|
<key name="scan_drbd_alert_0001"></key> |
|
|
|
<!-- Error entries --> |
|
<key name="scan_drbd_error_0001">DRBD is not configured on this host, exiting.</key> |
|
<key name="scan_drbd_error_0002">The call to 'drbdadm dump-xml' returned the exit code: [#!variable!return_code!#].</key> |
|
<key name="scan_drbd_error_0003">[ Warning ] - Failed to parse the DRBD XML. The XML read was: |
|
======== |
|
#!variable!xml!# |
|
======== |
|
|
|
The error was: |
|
|
|
======== |
|
#!variable!error!# |
|
======== |
|
</key> |
|
|
|
<!-- Error entries --> |
|
<key name="scan_drbd_log_0001">Starting The: [#!variable!program!#] DRBD resource agent.</key> |
|
|
|
|
|
</language> |
|
</words>
|
|
|