izmjene licence
[ossec-hids.git] / src / error_messages / error_messages.h
1 /* @(#) $Id: ./src/error_messages/error_messages.h, 2011/09/08 dcid Exp $
2  */
3
4 /* Copyright (C) 2009 Trend Micro Inc.
5  * All right reserved.
6  *
7  * This program is a free software; you can redistribute it
8  * and/or modify it under the terms of the GNU General Public
9  * License (version 2) as published by the FSF - Free Software
10  * Foundation
11  */
12
13 /* Part of OSSEC HIDS ( http://www.ossec.net )
14  * Error/debug messages
15  */
16
17
18 #ifndef _ERROR_MESSAGES__H
19
20 #define _ERROR_MESSAGES__H
21
22
23         /***  Error messages - English ***/
24
25
26 /* SYSTEM ERRORS */
27 #define FORK_ERROR        "%s(1101): ERROR: Unable to fork. Exiting."
28 #define MEM_ERROR         "%s(1102): ERROR: Not enough Memory. Exiting."
29 #define FOPEN_ERROR   "%s(1103): ERROR: Unable to open file '%s'."
30 #define SIZE_ERROR    "%s(1104): ERROR: Maximum string size reached for: %s."
31 #define NULL_ERROR    "%s(1105): ERROR: Attempted to use null string. "
32 #define FORMAT_ERROR  "%s(1106): ERROR: String not correctly formated."
33 #define MKDIR_ERROR   "%s(1107): ERROR: Unable to create directory: '%s'"
34 #define PERM_ERROR    "%s(1108): ERROR: Permission error. Operation not completed."
35 #define THREAD_ERROR  "%s(1109): ERROR: Unable to create new pthread."
36 #define READ_ERROR    "%s(1110): ERROR: Unable to read from socket."
37 #define WAITPID_ERROR "%s(1111): ERROR: Unable to Waitpid()."
38 #define SETSID_ERROR  "%s(1112): ERROR: Unable to Setsid()."
39 #define MUTEX_ERROR   "%s(1113): ERROR: Unable to set pthread mutex."
40 #define SELECT_ERROR  "%s(1114): ERROR: Unable to select()."
41 #define FREAD_ERROR   "%s(1115): ERROR: Error reading file '%s'."
42 #define FSEEK_ERROR   "%s(1116): ERROR: Error handling file '%s' (fseek)."
43 #define FILE_ERROR    "%s(1117): ERROR: Error handling file '%s' (date)."
44 #define SYSTEM_ERROR  "%s(1118): ERROR: Internal error. Exiting.."
45 #define FGETS_ERROR   "%s(1119): ERROR: Invalid line on file '%s': %s."
46 #define PIPE_ERROR    "%s(1120): ERROR: Pipe error."
47 #define GLOB_ERROR    "%s(1121): ERROR: Glob error. Invalid pattern: '%s'."
48 #define GLOB_NFOUND   "%s(1122): ERROR: No file found by pattern: '%s'."
49 #define UNLINK_ERROR  "%s(1123): ERROR: Unable to delete file: '%s'."
50 #define RENAME_ERROR  "%s(1124): ERROR: Unable to rename file: '%s'."
51 #define INT_ERROR     "%s(1125): ERROR: Internal error (undefined)."
52 #define OPEN_ERROR    "%s(1126): ERROR: Unable to open file '%s' reason '%s'"
53 #define LINK_ERROR    "%s(1134): ERROR: Unable to link from '%s' to '%s' due to [(%d)-(%s)]."
54 #define CHMOD_ERROR   "%s(1127): ERROR: Could not chmod object '%s' due to [(%d)-(%s)]."
55 #define DELETE_ERROR  "%s(1129): ERROR: Could not unlink file '%s' due to [(%d)-(%s)]."
56
57
58 /* COMMON ERRORS */
59 #define CONN_ERROR          "%s(1201): ERROR: No remote connection configured."
60 #define CONFIG_ERROR    "%s(1202): ERROR: Configuration error at '%s'. Exiting."
61 #define USER_ERROR          "%s(1203): ERROR: Invalid user '%s' or group '%s' given."
62 #define CONNTYPE_ERROR  "%s(1204): ERROR: Invalid connection type: '%s'."
63 #define PORT_ERROR          "%s(1205): INFO: No port specified. Using default: '%d'."
64 #define BIND_ERROR          "%s(1206): ERROR: Unable to Bind port '%d'"
65 #define SETGID_ERROR    "%s(1207): ERROR: Unable to switch to group: '%s'."
66 #define SETUID_ERROR    "%s(1208): ERROR: Unable to switch to user: '%s'."
67 #define CHROOT_ERROR    "%s(1209): ERROR: Unable to chroot to directory: '%s'."
68 #define QUEUE_ERROR         "%s(1210): ERROR: Queue '%s' not accessible: '%s'."
69 #define QUEUE_FATAL         "%s(1211): ERROR: Unable to access queue: '%s'. Giving up.."
70 #define PID_ERROR           "%s(1212): ERROR: Unable to create PID file."
71 #define DENYIP_WARN     "%s(1213): WARN: Message from %s not allowed."
72 #define MSG_ERROR           "%s(1214): WARN: Problem receiving message from %s."
73 #define CLIENT_ERROR    "%s(1215): ERROR: No client configured. Exiting."
74 #define CONNS_ERROR         "%s(1216): ERROR: Unable to connect to '%s'."
75 #define UNABLE_CONN     "%s(1242): ERROR: Unable to connect to server. Exausted all options."
76 #define SEC_ERROR           "%s(1217): ERROR: Error creating encrypted message."
77 #define SEND_ERROR          "%s(1218): ERROR: Unable to send message to %s."
78 #define RULESLOAD_ERROR "%s(1219): ERROR: Unable to access the rules directory."
79 #define RULES_ERROR         "%s(1220): ERROR: Error loading the rules: '%s'."
80 #define LISTS_ERROR     "%s(1221): ERROR: Error loading the list: '%s'."
81 #define QUEUE_SEND      "%s(1224): ERROR: Error sending message to queue."
82 #define SIGNAL_RECV     "%s(1225): INFO: SIGNAL Received. Exit Cleaning..."
83 #define XML_ERROR       "%s(1226): ERROR: Error reading XML file '%s': %s (line %d)."
84 #define XML_ERROR_VAR   "%s(1227): ERROR: Error applying XML variables '%s': %s."
85 #define XML_NO_ELEM     "%s(1228): ERROR: Element '%s' without any option."
86 #define XML_INVALID     "%s(1229): ERROR: Invalid element '%s' on the '%s' config."
87 #define XML_INVELEM     "%s(1230): ERROR: Invalid element in the configuration: '%s'."
88 #define XML_INVATTR     "%s(1243): ERROR: Invalid attribute '%s' in the configuration: '%s'."
89 #define XML_ELEMNULL    "%s(1231): ERROR: Invalid NULL element in the configuration."
90 #define XML_READ_ERROR  "%s(1232): ERROR: Error reading XML. Unknown cause."
91 #define XML_VALUENULL   "%s(1234): ERROR: Invalid NULL content for element: %s."
92 #define XML_VALUEERR    "%s(1235): ERROR: Invalid value for element '%s': %s."
93 #define XML_MAXREACHED  "%s(1236): ERROR: Maximum number of elements reached for: %s."
94 #define INVALID_IP      "%s(1237): ERROR: Invalid ip address: '%s'."
95 #define INVALID_ELEMENT "%s(1238): ERROR: Invalid value for element '%s': %s"
96 #define NO_CONFIG       "%s(1239): ERROR: Configuration file not found: '%s'."
97 #define INVALID_TIME    "%s(1240): ERROR: Invalid time format: '%s'."
98 #define INVALID_DAY     "%s(1241): ERROR: Invalid day format: '%s'."
99
100 #define MAILQ_ERROR         "%s(1221): ERROR: No Mail queue at %s"
101 #define IMSG_ERROR          "%s(1222): ERROR: Invalid msg: %s"
102 #define SNDMAIL_ERROR   "%s(1223): ERROR: Error Sending email to %s (smtp server)"
103 #define XML_INV_GRAN_MAIL "%s(1224): ERROR: Invalid 'email_alerts' config (missing parameters)."
104 #define CHLDWAIT_ERROR  "%s(1261): ERROR: Waiting for child process. (status: %d)."
105 #define TOOMANY_WAIT_ERROR "%s(1262): ERROR: Too many errors waiting for child process(es)."
106
107
108 /* rootcheck */
109 #define MAX_RK_MSG        "%s(1250): ERROR: Maximum number of global files reached: %d"
110 #define INVALID_RKCL_NAME  "%s(1251): ERROR: Invalid rk configuration name: '%s'."
111 #define INVALID_RKCL_VALUE "%s(1252): ERROR: Invalid rk configuration value: '%s'."
112 #define INVALID_ROOTDIR    "%s(1253): ERROR: Invalid rootdir (unable to retrieve)."
113 #define INVALID_RKCL_VAR   "%s(1254): ERROR: Invalid rk variable: '%s'."
114
115
116 /* syscheck */
117 #define SYSCHECK_NO_OPT "%s(1701): WARN: No option provided for directories: '%s', ignoring it."
118 #define SK_NO_DIR       "%s(1702): INFO: No directory provided for syscheck to monitor."
119 #define SK_INV_ATTR     "%s(1703): ERROR: Invalid attribute '%s' for directory option."
120 #define SK_INV_OPT      "%s(1704): ERROR: Invalid option '%s' for attribute '%s'"
121 #define SK_NO_DB        "%s(1705): ERROR: No integrity database found at '%s'."
122 #define SK_INV_MSG      "%s(1755): ERROR: Invalid syscheck message received."
123 #define SK_DUP          "%s(1756): ERROR: Duplicated directory given: '%s'."
124 #define SK_INV_REG      "%s(1757): ERROR: Invalid syscheck registry entry: '%s'."
125 #define SK_REG_OPEN     "%s(1758): ERROR: Unable to open registry key: '%s'."
126
127
128 /* Analysisd */
129 #define FTS_LIST_ERROR   "%s(1260): ERROR: Error initiating FTS list"
130 #define CRAFTED_IP       "%s(1271): WARN: Invalid IP Address '%s'. Possible logging attack."
131 #define CRAFTED_USER     "%s(1272): WARN: Invalid username '%s'. Possible logging attack."
132 #define INVALID_CAT      "%s(1273): ERROR: Invalid category '%s' chosen."
133 #define INVALID_CONFIG   "%s(1274): ERROR: Invalid configuration. Element '%s': %s."
134 #define INVALID_HOSTNAME "%s(1275): ERROR: Invalid hostname in syslog message: '%s'."
135 #ifdef GEOIP
136 #define INVALID_GEOIP_DB "%s(1276): ERROR: Cannot open GeoIP database: '%s'."
137 #endif
138
139
140 /* Log collector */
141
142
143 /* Remoted */
144 #define NO_REM_CONN     "%s(1750): ERROR: No remote connection configured. Exiting."
145
146
147 /* 1760 - 1769 -- reserver for maild */
148
149
150 /* Active response */
151 #define AR_CMD_MISS     "%s(1280): ERROR: Missing command options. " \
152                         "You must specify a 'name', 'executable' and 'expect'."
153 #define AR_MISS         "%s(1281): ERROR: Missing options in the active response " \
154                         "configuration. "
155 #define ARQ_ERROR       "%s(1301): ERROR: Unable to connect to active response queue."
156 #define AR_INV_LOC      "%s(1302): ERROR: Invalid active response location: '%s'."
157 #define AR_INV_CMD      "%s(1303): ERROR: Invalid command '%s' in the active response."
158 #define AR_DEF_AGENT    "%s(1304): ERROR: No agent defined for response."
159 #define AR_NO_TIMEOUT   "%s(1305): ERROR: Timeout not allowed for command: '%s'."
160
161
162 #define EXECD_INV_MSG   "%s(1310): WARN: Invalid active response (execd) message '%s'."
163 #define EXEC_INV_NAME   "%s(1311): ERROR: Invalid command name '%s' provided."
164 #define EXEC_CMDERROR   "%s(1312): ERROR: Error executing '%s': %s"
165 #define EXEC_INV_CONF   "%s(1313): ERROR: Invalid active response config: '%s'."
166 #define EXEC_DISABLED   "%s(1350): INFO: Active response disabled. Exiting."
167 #define EXEC_SHUTDOWN   "%s(1314): INFO: Shutdown received. Deleting responses."
168
169 #define AR_NOAGENT_ERROR    "%s(1320): ERROR: Agent '%s' not found."
170
171
172 /* List operations */
173 #define LIST_ERROR      "%s(1290): ERROR: Unable to create a new list (calloc)."
174 #define LIST_ADD_ERROR  "%s(1291): ERROR: Error adding nodes to list."
175 #define LIST_SIZE_ERROR "%s(1292): ERROR: Error setting error size."
176 #define LIST_FREE_ERROR "%s(1293): ERROR: Error setting data free pointer."
177
178
179 /* Log collector messages */
180 #define MISS_LOG_FORMAT "%s(1901): ERROR: Missing 'log_format' element."
181 #define MISS_FILE       "%s(1902): ERROR: Missing 'location' element."
182 #define INV_EVTLOG      "%s(1903): ERROR: Invalid event log: '%s'."
183 #define NSTD_EVTLOG     "%s(1907): INFO: Non-standard event log set: '%s'."
184 #define LOGC_FILE_ERROR "%s(1904): INFO: File not available, ignoring it: '%s'."
185 #define NO_FILE         "%s(1905): INFO: No file configured to monitor."
186 #define PARSE_ERROR     "%s(1906): ERROR: Error parsing file: '%s'."
187 #define READING_FILE    "%s(1950): INFO: Analyzing file: '%s'."
188 #define READING_EVTLOG  "%s(1951): INFO: Analyzing event log: '%s'."
189 #define VAR_LOG_MON     "%s(1952): INFO: Monitoring variable log file: '%s'."
190 #define INV_MULTILOG    "%s(1953): ERROR: Invalid DJB multilog file: '%s'."
191
192
193 /* Encryption/ auth errors */
194 #define INVALID_KEY     "%s(1401): ERROR: Error reading authentication key: '%s'."
195 #define NO_AUTHFILE     "%s(1402): ERROR: Authentication key file '%s' not found."
196 #define ENCFORMAT_ERROR "%s(1403): ERROR: Incorrectly formated message from '%s'."
197 #define ENCKEY_ERROR    "%s(1404): ERROR: Authentication error. Wrong key from '%s'."
198 #define ENCSIZE_ERROR   "%s(1405): ERROR: Message size not valid: '%s'."
199 #define ENCSUM_ERROR    "%s(1406): ERROR: Checksum mismatch on message from '%s'."
200 #define ENCTIME_ERROR   "%s(1407): ERROR: Duplicated counter for '%s'."
201 #define ENC_IP_ERROR    "%s(1408): ERROR: Invalid ID for the source ip: '%s'."
202 #define ENCFILE_CHANGED "%s(1409): INFO: Authentication file changed. Updating."
203 #define ENC_READ        "%s(1410): INFO: Reading authentication keys file."
204
205
206 /* Regex errors */
207 #define REGEX_COMPILE   "%s(1450): ERROR: Syntax error on regex: '%s': %d."
208 #define REGEX_SUBS      "%s(1451): ERROR: Missing sub_strings on regex: '%s'."
209
210
211 /* Mail errors */
212 #define INVALID_SMTP    "%s(1501): ERROR: Invalid SMTP Server: %s"
213 #define INVALID_MAIL    "%s(1502): ERROR: Invalid Email Address: %s"
214
215
216 /* Decoders */
217 #define PPLUGIN_INV     "%s(2101): ERROR: Parent decoder name invalid: '%s'."
218 #define PDUP_INV        "%s(2102): ERROR: Duplicated decoder with prematch: '%s'."
219 #define PDUPFTS_INV     "%s(2103): ERROR: Duplicated decoder with fts set: '%s'."
220 #define DUP_INV         "%s(2104): ERROR: Invalid duplicated decoder: '%s'."
221 #define DEC_PLUGIN_ERR  "%s(2105): ERROR: Error loading decoder options."
222 #define DECODER_ERROR   "%s(2106): ERROR: Error adding decoder plugin."
223 #define DEC_REGEX_ERROR "%s(2107): ERROR: Decoder configuration error: '%s'."
224 #define DECODE_NOPRE    "%s(2108): ERROR: No 'prematch' found in decoder: '%s'."
225 #define DUP_REGEX       "%s(2109): ERROR: Duplicated offsets for same regex: '%s'."
226 #define INV_DECOPTION   "%s(2110): ERROR: Invalid decoder argument for %s: '%s'."
227 #define DECODE_ADD      "%s(2111): ERROR: Additional data to plugin decoder: '%s'."
228
229 #define INV_OFFSET      "%s(2120): ERROR: Invalid offset value: '%s'"
230 #define INV_ATTR        "%s(2121): ERROR: Invalid decoder attribute: '%s'"
231
232
233 /* os_zlib */
234 #define COMPRESS_ERR    "%s(2201): ERROR: Error compressing string: '%s'."
235 #define UNCOMPRESS_ERR  "%s(2202): ERROR: Error uncompressing string."
236
237
238 /* read defines */
239 #define DEF_NOT_FOUND   "%s(2301): ERROR: Definition not found for: '%s.%s'."
240 #define INV_DEF         "%s(2302): ERROR: Invalid definition for %s.%s: '%s'."
241
242
243 /* Agent errors */
244 #define AG_WAIT_SERVER  "%s(4101): WARN: Waiting for server reply (not started). Tried: '%s'."
245 #define AG_CONNECTED    "%s(4102): INFO: Connected to the server (%s:%d)."
246 #define AG_USINGIP      "%s(4103): INFO: Server IP address already set. Trying that before the hostname."
247 #define AG_INV_HOST     "%s(4104): ERROR: Invalid hostname: '%s'."
248 #define AG_INV_IP       "%s(4105): ERROR: No valid server IP found."
249 #define EVTLOG_OPEN     "%s(4106): ERROR: Unable to open event log: '%s'."
250 #define EVTLOG_GETLAST  "%s(4107): ERROR: Unable to query last event log from: '%s'."
251 #define EVTLOG_DUP      "%s(4108): ERROR: Duplicated event log entry: '%s'."
252 #define AG_NOKEYS_EXIT "%s(4109): ERROR: Unable to start without auth keys. Exiting."
253 #define AG_MAX_ERROR    "%s(4110): ERROR: Maximum number of agents '%d' reached."
254 #define AG_AX_AGENTS     "%s(4111): INFO: Maximum number of agents allowed: '%d'."
255
256
257 /* Rules reading errors */
258 #define RL_INV_ROOT     "%s(5101): ERROR: Invalid root element: '%s'."
259 #define RL_INV_RULE     "%s(5102): ERROR: Invalid rule element: '%s'."
260 #define RL_INV_ENTRY    "%s(5103): ERROR: Invalid rule on '%s'. Missing id/level."
261 #define RL_EMPTY_ATTR   "%s(5104): ERROR: Rule attribute '%s' empty."
262 #define RL_INV_ATTR     "%s(5105): ERROR: Invalid rule attributes inside file: '%s'."
263 #define RL_NO_OPT       "%s(5106): ERROR: Rule '%d' without any options. "\
264                         "It may lead to false positives. Exiting. "
265
266
267 /* Syslog output */
268 #define XML_INV_CSYSLOG "%s(5301): ERROR: Invalid client-syslog configuration."
269
270
271 /* Agentless */
272 #define XML_INV_AGENTLESS   "%s(7101): ERROR: Invalid agentless configuration."
273 #define XML_INV_MISSFREQ    "%s(7102): ERROR: Frequency not set for the periodic option."
274 #define XML_INV_MISSOPTS    "%s(7103): ERROR: Missing agentless options."
275
276
277 /* Database messages */
278 #define DBINIT_ERROR    "%s(5201): ERROR: Error initializing database handler."
279 #define DBCONN_ERROR    "%s(5202): ERROR: Error connecting to database '%s'(%s): ERROR: %s."
280 #define DBQUERY_ERROR   "%s(5203): ERROR: Error executing query '%s'. Error: '%s'."
281 #define DB_GENERROR     "%s(5204): ERROR: Database error. Unable to run query."
282 #define DB_MISS_CONFIG  "%s(5205): ERROR: Missing database configuration. "\
283                         "It requires host, user, pass and database."
284 #define DB_CONFIGERR    "%s(5206): ERROR: Database configuration error."
285 #define DB_COMPILED     "%s(5207): ERROR: OSSEC not compiled with support for '%s'."
286 #define DB_MAINERROR    "%s(5208): ERROR: Multiple database errors. Exiting."
287 #define DB_CLOSING      "%s(5209): INFO: Closing connection to database."
288 #define DB_ATTEMPT      "%s(5210): INFO: Attempting to reconnect to database."
289
290
291
292 /* Verbose messages */
293 #define STARTUP_MSG     "%s: INFO: Started (pid: %d)."
294 #define PRIVSEP_MSG     "%s: INFO: Chrooted to directory: %s, using user: %s"
295 #define MSG_SOCKET_SIZE "%s: INFO: (unix_domain) Maximum send buffer set to: '%d'."
296
297 #define NO_SYSLOG       "%s(1501): ERROR: No IP or network allowed in the access list" \
298                         " for syslog. No reason for running it. Exiting."
299 #define CONN_TO     "%s: INFO: Connected to '%s' (%s queue)"
300 #define MAIL_DIS    "%s: INFO: E-Mail notification disabled. Clean Exit."
301
302
303 /* Debug Messages */
304 #define STARTED_MSG "%s: DEBUG: Starting ..."
305 #define FOUND_USER  "%s: DEBUG: Found user/group ..."
306 #define ASINIT      "%s: DEBUG: Active response initialized ..."
307 #define READ_CONFIG "%s: DEBUG: Read configuration ..."
308
309
310 /* Wait operations */
311 #define WAITING_MSG     "%s: WARN: Process locked. Waiting for permission..."
312 #define WAITING_FREE    "%s: INFO: Lock free. Continuing..."
313 #define SERVER_UNAV     "%s: WARN: Server unavailable. Setting lock."
314 #define SERVER_UP       "%s: INFO: Server responded. Releasing lock."
315
316 /* Ossec alert messages */
317 #define OS_AD_STARTED   "ossec: Ossec started."
318 #define OS_AG_STARTED   "ossec: Agent started: '%s->%s'."
319 #define OS_AG_DISCON    "ossec: Agent disconnected: '%s'."
320
321 #define MKSTEMP_ERROR "%s(1128): ERROR: Could not create temporary file '%s' due to [(%d)-(%s)]."
322
323 #endif /* _ERROR_MESSAGES__H */
324