diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2010-05-18 09:02:53 -0500 |
---|---|---|
committer | Sol Jerome <solj@ices.utexas.edu> | 2010-05-18 09:02:53 -0500 |
commit | 4c8486bd49fa273f9e6392bcb6b760bfd84b49a0 (patch) | |
tree | 8016c2e106bee717c4984ba40702b4c2658a26ce /doc | |
parent | 425b15dcdb7a7ba8c1a4960c7623643af40a3ccb (diff) | |
download | bcfg2-4c8486bd49fa273f9e6392bcb6b760bfd84b49a0.tar.gz bcfg2-4c8486bd49fa273f9e6392bcb6b760bfd84b49a0.tar.bz2 bcfg2-4c8486bd49fa273f9e6392bcb6b760bfd84b49a0.zip |
doc: Add pdsh example
Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/server/admin/index.txt | 7 | ||||
-rw-r--r-- | doc/server/configurationentries.txt | 8 | ||||
-rw-r--r-- | doc/server/plugins/generators/nagiosgen.txt | 4 |
3 files changed, 13 insertions, 6 deletions
diff --git a/doc/server/admin/index.txt b/doc/server/admin/index.txt index 43c71a933..d8fe07630 100644 --- a/doc/server/admin/index.txt +++ b/doc/server/admin/index.txt @@ -51,6 +51,13 @@ query Query clients. +The default result format is suitable for consumption by `pdsh`_. +This example queries the server for all clients in the *ubuntu* group:: + + bcfg2-admin query g=ubuntu + +.. _pdsh: http://sourceforge.net/projects/pdsh/ + snapshots ========= diff --git a/doc/server/configurationentries.txt b/doc/server/configurationentries.txt index af1140bab..ba727ee22 100644 --- a/doc/server/configurationentries.txt +++ b/doc/server/configurationentries.txt @@ -68,7 +68,10 @@ the *type* and any other necessary attributes in `Rules`_. | hardlink | New | Create | name, to | | | | hardlinks | | +-------------+----------------------+-----------------+--------------------------+ -| ignore | New | Ignore files | name, to | +| symlink | Replaces SymLink | SymLinks | name, to | +| | entries | | | ++-------------+----------------------+-----------------+--------------------------+ +| ignore | New | Ignore files | name | | | | that cause | | | | | package | | | | | verification | | @@ -85,9 +88,6 @@ the *type* and any other necessary attributes in `Rules`_. | | entries | POSIX entities | group, perms | | | | | | +-------------+----------------------+-----------------+--------------------------+ -| symlink | Replaces SymLink | SymLinks | name, to | -| | entries | | | -+-------------+----------------------+-----------------+--------------------------+ Keep in mind that permissions for files served up by Cfg/TGenshi/TCheetah are still handled via the traditional mechanisms (info/:info/info.xml diff --git a/doc/server/plugins/generators/nagiosgen.txt b/doc/server/plugins/generators/nagiosgen.txt index 64b9c02fa..0ab2868e8 100644 --- a/doc/server/plugins/generators/nagiosgen.txt +++ b/doc/server/plugins/generators/nagiosgen.txt @@ -161,11 +161,11 @@ Assign clients to nagios groups in <Bundle name='nagios'/> </Group> -Update nagios configuration file to use nagiosgen.cfg:: +Update nagios configuration file to use ``nagiosgen.cfg``:: cfg_file=/etc/nagios/nagiosgen.cfg Note that some of these files are built on demand, each time a client in group "nagios-server" checks in with the Bcfg2 server. Local nagios -instances can be configured to use the !NagiosGen directory in the Bcfg2 +instances can be configured to use the NagiosGen directory in the Bcfg2 repository directly. |