Update code from https://github.com/dmi-try/marionette-collective
[packages/precise/mcollective.git] / website / messages / PLMC15.md
1 ---
2 layout: default
3 title: Message detail for PLMC15
4 toc: false
5 ---
6
7 Example Message
8 ---------------
9
10     No item called 'nrpe_agent' for cache 'ddl'
11
12 Additional Information
13 ----------------------
14
15 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.
16
17 The cache stored items using a key, this error will be logged and raised when you try to access a item that does not yet exist in the cache.