Updated mcollective.init according to OSCI-658
[packages/precise/mcollective.git] / website / messages / PLMC6.md
diff --git a/website/messages/PLMC6.md b/website/messages/PLMC6.md
new file mode 100644 (file)
index 0000000..8b4bf59
--- /dev/null
@@ -0,0 +1,24 @@
+---
+layout: default
+title: Message detail for PLMC6
+toc: false
+---
+
+Detail for Marionette Collective message PLMC6
+===========================================
+
+Example Message
+---------------
+
+    Message does not pass filters, ignoring
+
+Additional Information
+----------------------
+
+When a specific MCollective daemon receives a message from a network it validates the filter before processing the message.  The filter is the list of classes, facts or other conditions that are associated with any message.
+
+In the case where the filter does not match the specific host this line gets logged.
+
+It's often the case for broadcast messages that all MCollective nodes will receive a message but only a subset of nodes are targetted using the filters, in that situation the nodes that received the request but should not respond to it will see this log line.
+
+It does not indicate anything to be concerned about but if you find debugging a problem and expect a node to have responded when it shouldn't this log line will give you a hint that some condition specified in the filter did not match the local host