Updated docs

This commit is contained in:
Michiel Broek 2002-07-04 19:18:37 +00:00
parent 968a1d0980
commit 4f2eca7cae
3 changed files with 45 additions and 2 deletions

View File

@ -77,6 +77,8 @@ v0.35.02 22-Jun-2002
OLR client if this is present.
When messages are uploaded with BlueWave or QWK the netmail.jam
or echomail.jam is updated.
With QWK messages upload, if a tearline is already present, it
will not be added again.
mbtask:
When first run the goldnode command is only filled in if it

View File

@ -12,7 +12,7 @@
</HEAD>
<BODY>
<BLOCKQUOTE>
<h5>Last update 07-jun-2001</h5>
<h5>Last update 04-Jul-2002</h5>
<P>&nbsp;<P>
<H1>mbmon - MBSE BBS Monitor</H1>
@ -36,6 +36,46 @@ show system statitistics, disk useage, and the last callers list.
In order to run <strong>mbmon</strong> you must set the global variable
<strong>$MBSE_ROOT</strong>. This variable must point to the root directory
of the bbs structure.
<P>&nbsp;<p>
<H3>Menu 1.</H3>
<P>
This screen shows the running bbs programs and what they are doing.
<P>&nbsp;<P>
<H3>Menu 2.</H3>
<P>
This screen displays the actual mbtask server status and some internal
variables. The left side of the screen are more statistics and counters, the
right side displays the actual bbs open status, Zone Mail Hour status, if
Internet is alive, if internet is needed, if mbtask is internal running and the
system load average.
<P>&nbsp;<P>
<H3>Menu 3.</H3>
<P>
This screen displays the filesystem usage. Removeable filesystems such as CD's are not displayed,
only filesystems that the bbs could use.
<P>&nbsp;<P>
<H3>Menu 4.</H3>
<P>
This screen shows some bbs information.
<P>&nbsp;<P>
<H3>Menu 5.</H3>
<P>
This menus shows the lastcallers of the bbs. It shows the username, location,
userlevel, the device they logged in from, the starttime, the duration, the
number of calls, the linespeed and the actions they have done.
The action fields mean:
<b>H</b>idden, <B>D</b>ownload, <b>U</b>pload, <b>R</b>ead messages, <b>P</b>ost
messages, <b>C</b>hat, <b>O</b>ffline reader, <b>E</b>xternal door.
<P>&nbsp;<P>
<H3>Menu 6.</H3>
<P>
This shows the software information.
<P>
<A HREF="index.htm"><IMG SRC="../images/larrow.gif" ALT="Index" Border="0">Back to index</A>&nbsp;

View File

@ -1981,7 +1981,7 @@ void BlueWave_Fetch()
* the active areas back on.
*/
if (Pdh.flags & PDQ_AREA_CHANGES) {
Syslog('m', " New Area Configuration present");
Syslog('+', " New Area Configuration present");
i = 0;
sprintf(temp, "%s/%s/.olrtags", CFG.bbs_usersdir, exitinfo.Name);
@ -2024,6 +2024,7 @@ void BlueWave_Fetch()
colour(3, 0);
/* Message areas selected */
printf("%d %s\n", i, (char *)Language(456));
Syslog('+', " %d active message areas.", i);
}
fclose(up);
}