0f6800a05a2e260a9393c1a96d58f45e8aaa2147
[packages/precise/mcollective.git] / website / messages / PLMC38.md
1 ---
2 layout: default
3 title: Message detail for PLMC38
4 toc: false
5 ---
6
7 Detail for Marionette Collective message PLMC38
8 ===========================================
9
10 Example Message
11 ---------------
12
13     Found plugin configuration 'exim.activate_agent' with value 'y'
14
15 Additional Information
16 ----------------------
17
18 The administrator can choose that a certain agent that is deployed on this machine should not be made available to the network.
19
20 To do this you would add a configuration value like this example to the mcollective server.cfg:
21
22     plugin.exim.activate_agent = n
23
24 If this value is "1", "y" or "true" the agent will be activated else it will be disabled.