X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=website%2Fmessages%2FPLMC12.md;fp=website%2Fmessages%2FPLMC12.md;h=0000000000000000000000000000000000000000;hb=d1f1649ba43c5cbc43c4beb2380096ba051d646a;hp=c995c7f961c4511c11f09e89d77481b914aa8083;hpb=8a3fe7daeecccf43dd71c59371c5005400d35101;p=packages%2Fprecise%2Fmcollective.git diff --git a/website/messages/PLMC12.md b/website/messages/PLMC12.md deleted file mode 100644 index c995c7f..0000000 --- a/website/messages/PLMC12.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -layout: default -title: Message detail for PLMC12 -toc: false ---- - -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