summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKeith Burdis <keith@burdis.org>2013-02-09 09:23:38 +0000
committerKeith Burdis <keith@burdis.org>2013-02-09 09:23:38 +0000
commitb7a858f5931a219214a12c5c49dca7bdf010b28b (patch)
tree6b298257f07e1b2ab10ee5b1cb70a519e0ad07ac /README.md
parent0769984c3e3fbac826332420c044b691b5d11f8b (diff)
Reminder to run the puppet agent otherwise changes aren't incorporated
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index daa4e42..167006e 100644
--- a/README.md
+++ b/README.md
@@ -152,6 +152,10 @@ You can of course have as many host tags as you like. I have custom facts for
the server role and the environment type (dev, qa, stage, prod) and define
groups based on the role and envtype.
+Remember to run the Puppet agent on your agent hosts to export any host tags
+and run the Puppet agent on the monitoring host to pick up any changes to the
+host groups.
+
## Static host config
Hosts that do not run Puppet with the check_mk module are not automatically
@@ -168,3 +172,4 @@ You can also include host tags - for example:
'host1.domain|windows|dev',
'host2.domain|windows|prod',
+Remember to run the Puppet agent on your monitoring host to pick up any changes.