Updated docs
This commit is contained in:
parent
968a1d0980
commit
4f2eca7cae
@ -77,6 +77,8 @@ v0.35.02 22-Jun-2002
|
|||||||
OLR client if this is present.
|
OLR client if this is present.
|
||||||
When messages are uploaded with BlueWave or QWK the netmail.jam
|
When messages are uploaded with BlueWave or QWK the netmail.jam
|
||||||
or echomail.jam is updated.
|
or echomail.jam is updated.
|
||||||
|
With QWK messages upload, if a tearline is already present, it
|
||||||
|
will not be added again.
|
||||||
|
|
||||||
mbtask:
|
mbtask:
|
||||||
When first run the goldnode command is only filled in if it
|
When first run the goldnode command is only filled in if it
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
</HEAD>
|
</HEAD>
|
||||||
<BODY>
|
<BODY>
|
||||||
<BLOCKQUOTE>
|
<BLOCKQUOTE>
|
||||||
<h5>Last update 07-jun-2001</h5>
|
<h5>Last update 04-Jul-2002</h5>
|
||||||
<P> <P>
|
<P> <P>
|
||||||
|
|
||||||
<H1>mbmon - MBSE BBS Monitor</H1>
|
<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
|
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
|
<strong>$MBSE_ROOT</strong>. This variable must point to the root directory
|
||||||
of the bbs structure.
|
of the bbs structure.
|
||||||
|
<P> <p>
|
||||||
|
|
||||||
|
<H3>Menu 1.</H3>
|
||||||
|
<P>
|
||||||
|
This screen shows the running bbs programs and what they are doing.
|
||||||
|
<P> <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> <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> <P>
|
||||||
|
|
||||||
|
<H3>Menu 4.</H3>
|
||||||
|
<P>
|
||||||
|
This screen shows some bbs information.
|
||||||
|
<P> <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> <P>
|
||||||
|
|
||||||
|
<H3>Menu 6.</H3>
|
||||||
|
<P>
|
||||||
|
This shows the software information.
|
||||||
<P>
|
<P>
|
||||||
|
|
||||||
<A HREF="index.htm"><IMG SRC="../images/larrow.gif" ALT="Index" Border="0">Back to index</A>
|
<A HREF="index.htm"><IMG SRC="../images/larrow.gif" ALT="Index" Border="0">Back to index</A>
|
||||||
|
@ -1981,7 +1981,7 @@ void BlueWave_Fetch()
|
|||||||
* the active areas back on.
|
* the active areas back on.
|
||||||
*/
|
*/
|
||||||
if (Pdh.flags & PDQ_AREA_CHANGES) {
|
if (Pdh.flags & PDQ_AREA_CHANGES) {
|
||||||
Syslog('m', " New Area Configuration present");
|
Syslog('+', " New Area Configuration present");
|
||||||
i = 0;
|
i = 0;
|
||||||
|
|
||||||
sprintf(temp, "%s/%s/.olrtags", CFG.bbs_usersdir, exitinfo.Name);
|
sprintf(temp, "%s/%s/.olrtags", CFG.bbs_usersdir, exitinfo.Name);
|
||||||
@ -2024,6 +2024,7 @@ void BlueWave_Fetch()
|
|||||||
colour(3, 0);
|
colour(3, 0);
|
||||||
/* Message areas selected */
|
/* Message areas selected */
|
||||||
printf("%d %s\n", i, (char *)Language(456));
|
printf("%d %s\n", i, (char *)Language(456));
|
||||||
|
Syslog('+', " %d active message areas.", i);
|
||||||
}
|
}
|
||||||
fclose(up);
|
fclose(up);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user