X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=website%2Fmessages%2FPLMC12.md;fp=website%2Fmessages%2FPLMC12.md;h=be7cb5a93a985412596c979732bf4fd961b40281;hb=b87d2f4e68281062df1913440ca5753ae63314a9;hp=0000000000000000000000000000000000000000;hpb=ab0ea530b8ac956091f17b104ab2311336cfc250;p=packages%2Fprecise%2Fmcollective.git diff --git a/website/messages/PLMC12.md b/website/messages/PLMC12.md new file mode 100644 index 0000000..be7cb5a --- /dev/null +++ b/website/messages/PLMC12.md @@ -0,0 +1,24 @@ +--- +layout: default +title: Message detail for PLMC12 +toc: false +--- + +Detail for Marionette Collective message PLMC12 +=========================================== + +Example Message +--------------- + + Cache hit 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. + +This log line indicates that a request for a cache entry was made, the entry had not yet expired and so the cached data is being returned. + +It does not indicate a problem, it's just a debugging aid