Updated mcollective.init according to OSCI-658
[packages/precise/mcollective.git] / website / messages / PLMC11.md
diff --git a/website/messages/PLMC11.md b/website/messages/PLMC11.md
new file mode 100644 (file)
index 0000000..8ff9a60
--- /dev/null
@@ -0,0 +1,22 @@
+---
+layout: default
+title: Message detail for PLMC11
+toc: false
+---
+
+Detail for Marionette Collective message PLMC11
+===========================================
+
+Example Message
+---------------
+
+    Cache expired on 'ddl' key 'agent/nrpe'
+
+Additional Information
+----------------------
+
+MCollective has an internal Cache used to speed up operations like parsing of DDL files.  The cache is also usable from the agents and other plugins you write.
+
+Each entry in the cache has an associated TTL or maximum life time, once the maximum time on an item is reached it is considered expired.  Next time anything attempts to read this entry from the cache this log line will be logged.
+
+This is part of the normal operations of MCollective and doesn't indicate any problem.  We log this debug message to help you debug your own use of the cache.