/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to mandos-clients.conf.xml

  • Committer: Teddy Hogeborn
  • Date: 2008-08-09 01:39:09 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080809013909-n3i3ll1voycmmw7l
* clients.conf: Better comments.
  (foo): Commented out and changed into a better example client.
  (braxen_client): Removed.
  (bar): New commented-out example client.

* mandos: Changed all log messages to be unicode strings.
  (Client.fqdn): Renamed to "host".  All users and documentation
                 changed.
  (main): Exit immediately if no clients are defined.

* mandos.conf: Better comments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
          <para>
127
127
            This option allows you to override the default shell
128
128
            command that the server will use to check up if the client
129
 
            is still up. By default mandos will "fping -q -- %%(fqdn)s"
 
129
            is still up. By default mandos will "fping -q -- %%(host)s"
130
130
          </para>
131
131
        </listitem>
132
132
      </varlistentry>
174
174
      </varlistentry>
175
175
 
176
176
      <varlistentry>
177
 
        <term><literal>fqdn</literal></term>
 
177
        <term><literal>host</literal></term>
178
178
        <listitem>
179
179
          <para>
180
 
            FQDN, that can be used in for checking that the client is up.
 
180
            Host name that can be used in for checking that the client is up.
181
181
          </para>
182
182
        </listitem>
183
183
      </varlistentry>
212
212
[DEFAULT]
213
213
timeout = 1h
214
214
interval = 5m
215
 
checker = fping -q -- %%(fqdn)s
 
215
checker = fping -q -- %%(host)s
216
216
 
217
217
[example_client]
218
218
fingerprint =  7788 2722 5BA7 DE53 9C5A  7CFA 59CF F7CD BD9A 5920
235
235
        QlnHIvPzEArRQLo=
236
236
        =iHhv
237
237
 
238
 
fqdn = localhost
 
238
host = localhost
239
239
interval = 5m
240
240
      </programlisting>
241
241
    </informalexample>