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.
30 lines
1.0 KiB
30 lines
1.0 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_cluster_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_cluster_alert_0001"></key> |
|
|
|
<!-- Log entries --> |
|
<key name="scan_cluster_log_0001">Starting: [#!variable!program!#].</key> |
|
<key name="scan_cluster_log_0002">This host is a: [#!variable!host_type!#], this agent is only useful on nodes. Exiting.</key> |
|
|
|
<!-- Message entries (usually meant to be alerts) --> |
|
<key name="scan_cluster_message_0001">We're node 2, and node 1 is running as well. Exiting as only one node needs to run this agent.</key> |
|
|
|
<!-- Units --> |
|
<key name="scan_cluster_unit_0001"></key> |
|
|
|
</language> |
|
</words>
|
|
|