Add install procedure for MRTG to Admin manual (g0vgs)
[spider.git] / html / adminmanual-4.html
index d0f9178cd4a0e9b38f7190225114ca13b8491686..f74b9e43dddbff1bf9cbc1b612a1b8483bb4c400 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <HTML>
 <HEAD>
- <META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
+ <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.16">
  <TITLE>The DXSpider Administration Manual v1.50: Scripts</TITLE>
  <LINK HREF="adminmanual-5.html" REL=next>
  <LINK HREF="adminmanual-3.html" REL=previous>
 <A HREF="adminmanual-3.html">Previous</A>
 <A HREF="adminmanual.html#toc4">Contents</A>
 <HR>
-<H2><A NAME="s4">4. Scripts</A></H2>
+<H2><A NAME="s4">4.</A> <A HREF="adminmanual.html#toc4">Scripts</A></H2>
 
 <P>From 1.48 onwards it will become increasingly possible to control DXSpider's
-operation with scripts of various kinds.
-<P>
+operation with scripts of various kinds.</P>
+
 <P>The directory /spider/scripts is where it all happens and is used for several 
 things.  Firstly it contains a file called startup that can be used to call 
 in any changes to the cluster from the default settings on startup.  This
@@ -25,7 +25,7 @@ script is executed immediately after all initialisation of the node is done
 but before any connections are possible.  Examples of this include how many 
 spots it is possible to get with the sh/dx command, whether you want 
 registration/passwords to be permanently on etc.  An example file is shown 
-below and is included in the distribution as startup.issue.
+below and is included in the distribution as startup.issue.</P>
 <P>
 <BLOCKQUOTE><CODE>
 <PRE>
@@ -43,21 +43,22 @@ below and is included in the distribution as startup.issue.
 #
 </PRE>
 </CODE></BLOCKQUOTE>
-<P>
+</P>
+
 <P>As usual, any text behind a # is treated as a comment and not read.  To use
 this file, simply rename it from startup.issue to startup.  In our example
 above there are three options.  The first option is the amount of spots that
 a user can request with the <EM>sh/dx</EM> command.  Normally the default is
 to give 10 spots unless the user specifies more.  Without this line enabled,
 the maximum a user can request is 100 spots.  Depending on your link quality
-you may wish to enable more or less by specifying the number.
-<P>
-<P>The other 2 options are dealt with more fully in the security section.
-<P>
+you may wish to enable more or less by specifying the number.</P>
+
+<P>The other 2 options are dealt with more fully in the security section.</P>
+
 <P>Secondly, it is used to store the login scripts for users and nodes.  Currently
 this can only be done by the sysop but it is envisaged that eventually users will 
 be able to set their own.  An example is included in the distibution but here is 
-a further example.
+a further example.</P>
 <P>
 <BLOCKQUOTE><CODE>
 <PRE>
@@ -73,18 +74,19 @@ t g0jhc You abt?
 blank +
 </PRE>
 </CODE></BLOCKQUOTE>
+</P>
 <P>The lines in between commands can simply insert a blank line or a character
 such as a + sign to make the output easier to read.  Simply create this script
 with your favourite editor and save it with the callsign of the user as the
-filename.  Filenames should always be in lower case.
-<P>
+filename.  Filenames should always be in lower case.</P>
+
 <P>Commands can be inserted in the same way for nodes.  A node may wish a series
-of commands to be issued on login, such as a merge command for example.
-<P>
+of commands to be issued on login, such as a merge command for example.</P>
+
 <P>Thirdly, there are 2 default scripts for users and nodes who do not have a
 specifically defined script.  These are <EM>user_default</EM> and
-<EM>node_default</EM>
-<P>
+<EM>node_default</EM></P>
+
 <HR>
 <A HREF="adminmanual-5.html">Next</A>
 <A HREF="adminmanual-3.html">Previous</A>