summaryrefslogtreecommitdiffstats
path: root/src/bin/lfc/lfc_messages.mes
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 12:15:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 12:15:43 +0000
commitf5f56e1a1c4d9e9496fcb9d81131066a964ccd23 (patch)
tree49e44c6f87febed37efb953ab5485aa49f6481a7 /src/bin/lfc/lfc_messages.mes
parentInitial commit. (diff)
downloadisc-kea-f5f56e1a1c4d9e9496fcb9d81131066a964ccd23.tar.xz
isc-kea-f5f56e1a1c4d9e9496fcb9d81131066a964ccd23.zip
Adding upstream version 2.4.1.upstream/2.4.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/bin/lfc/lfc_messages.mes')
-rw-r--r--src/bin/lfc/lfc_messages.mes51
1 files changed, 51 insertions, 0 deletions
diff --git a/src/bin/lfc/lfc_messages.mes b/src/bin/lfc/lfc_messages.mes
new file mode 100644
index 0000000..a078c92
--- /dev/null
+++ b/src/bin/lfc/lfc_messages.mes
@@ -0,0 +1,51 @@
+# Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC")
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+$NAMESPACE isc::lfc
+% LFC_FAIL_PID_CREATE : %1
+This message is issued if LFC detected a failure when trying
+to create the PID file. It includes a more specific error string.
+
+% LFC_FAIL_PID_DEL : %1
+This message is issued if LFC detected a failure when trying
+to delete the PID file. It includes a more specific error string.
+
+% LFC_FAIL_PROCESS : %1
+This message is issued if LFC detected a failure when trying
+to process the files. It includes a more specific error string.
+
+% LFC_FAIL_ROTATE : %1
+This message is issued if LFC detected a failure when trying
+to rotate the files. It includes a more specific error string.
+
+% LFC_PROCESSING Previous file: %1, copy file: %2
+This message is issued just before LFC starts processing the
+lease files.
+
+% LFC_READ_STATS Leases: %1, attempts: %2, errors: %3.
+This message prints out the number of leases that were read, the
+number of attempts to read leases and the number of errors
+encountered while reading.
+
+% LFC_ROTATING LFC rotating files
+This message is issued just before LFC starts rotating the
+lease files - removing the old and replacing them with the new.
+
+% LFC_RUNNING LFC instance already running
+This message is issued if LFC detects that a previous copy of LFC
+may still be running via the PID check.
+
+% LFC_START Starting lease file cleanup
+This message is issued as the LFC process starts.
+
+% LFC_TERMINATE LFC finished processing
+This message is issued when the LFC process completes. It does not
+indicate that the process was successful only that it has finished.
+
+% LFC_WRITE_STATS Leases: %1, attempts: %2, errors: %3.
+This message prints out the number of leases that were written, the
+number of attempts to write leases and the number of errors
+encountered while writing.