[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ossec-dev] ossec-hids: error_messages.h (HEAD) [dcid]



Module name:	ossec-hids
Changes by:	dcid	06/08/29 16:35:42

Modified files:
	error_messages.h

Log message:
Description: More fixes for the client/server control. Added global ossec lock and some new rules..
Reviewed by: dcid
Bug:

Index: error_messages.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/error_messages/error_messages.h,v
diff -u -r1.45 -r1.46
--- error_messages.h	28 Aug 2006 18:45:25 -0000	1.45
+++ error_messages.h	29 Aug 2006 19:35:41 -0000	1.46
@@ -214,9 +214,18 @@
 #define ASINIT      "%s: Active response initialized ..."
 #define READ_CONFIG "%s: Read configuration ..."
 
+
+/* Wait operations */
+#define WAITING_MSG     "%s: Process locked. Waiting for permission..."
+#define WAITING_FREE    "%s: Lock free. Continuing..."
+#define SERVER_UNAV     "%s: Server unavailable. Setting lock."
+#define SERVER_UP       "%s: Server responded. Releasing lock."
+
+
 /* Ossec alert messages */
 #define OS_AD_STARTED   "ossec: Ossec started."
 #define OS_AG_STARTED   "ossec: Agent started: '%s->%s'."
+#define OS_AG_DISCON    "ossec: Agent disconnected: '%s'."
 
 
 #endif /* _ERROR_MESSAGES__H */


OSSEC home | Main Index | Thread Index


OSSEC project: www.ossec.net.
Mailling list information: http://www.ossec.net/en/mailing_lists.html.