[EMAIL PROTECTED] wrote:
<em>> Dustin, I am using the gnome Time Tracking Tool. It is
<em>> cheesy but documents my time and task. There is a free
<em>> web based program called Bugzilla that be more of a
<em>> trouble ticket processor than a tracking tool.
We don't run have Gnome or GTK (or usually even X) installed on our
servers. Plus, we run SCO OSR5 as well, which may or may not have a Gnome
port. I was hoping for a very nice console based tool. As I mentioned in
[EMAIL PROTECTED] I already have a script (shown below) that does some of
what I need. However, I was hoping for something that already had a
built-in log query tool, and maybe would allow me to log all events across
servers to one central database. Time to start coding apparently.
#!/bin/sh
USERNAME=$1
COMMENT=$2
DATE=`date '+%m/%d/%y %H:%M:%S'`
FILE=/var/log/event.log
if [ $# -ne 2 ]; then
echo "bad arguments"
echo "usage: log.event username log-entry"
exit
fi
awk -F : '{print $1}' /etc/passwd | grep --silent \^$USERNAME\$
if [ $? -ne 0 ]; then
echo "you did not supply a proper username"
exit
fi
echo "$DATE $USERNAME $COMMENT" >> $FILE
Regards, Dustin
<p><em>>
<em>>
<em>> Bob
<em>> > Does anyone know of a simple to use and open source (or at least free)
<em>> > package used to log MIS administrative work for Linux/UNIX? We use
<em>> > notebooks to log admin work for our UNIX and NT servers, and frankly,
<em>> > it's a pain. It would be nice to just log actions using a command-line
<em>> > or web-based tool (preferably both).
<em>> >
<em>> > Thanks, Dustin
<em>> >
<em>> > --
<em>> > Dustin Puryear
<em>> > In the beginning the Universe was created.
<em>> > This has been widely regarded as a bad move.
<em>> > - Douglas Adams
<em>> >
<em>> >
<em>> >
<em>> > ================================================
<em>> > BRLUG - The Baton Rouge Linux User Group
<em>> > Visit http://www.brlug.net for more information.
<em>> > Send email to [EMAIL PROTECTED] to change
<em>> > your subscription information.
<em>> > ================================================
<em>> ================================================
<em>> BRLUG - The Baton Rouge Linux User Group
<em>> Visit http://www.brlug.net for more information.
<em>> Send email to [EMAIL PROTECTED] to change
<em>> your subscription information.
<em>> ================================================
--
Dustin Puryear
In the beginning the Universe was created.
This has been widely regarded as a bad move.
- Douglas Adams
<p><p>================================================
BRLUG - The Baton Rouge Linux User Group
Visit http://www.brlug.net for more information.
Send email to [EMAIL PROTECTED] to change
your subscription information.
================================================
<!-- body="end" -->
<hr noshade>
<ul>
<li><strong>Next message:</strong> Scott Harney: "Re: [brluglist] logging
administrative work"
<li><strong>Previous message:</strong> [EMAIL PROTECTED]: "Re: [brluglist]
logging administrative work"
<li><strong>In reply to:</strong> [EMAIL PROTECTED]: "Re: [brluglist] logging
administrative work"
<li><strong>Next in thread:</strong> Scott Harney: "Re: [brluglist] logging
administrative work"
<li><strong>Reply:</strong> Scott Harney: "Re: [brluglist] logging
administrative work"
<li><strong>Messages sorted by:</strong>
[ date ]
[ thread ]
[ subject ]
[ author ]
[ attachment ]
</ul>
<hr noshade>
<small>
<em>
This archive was generated by hypermail 2.1.2
: <em>Thu Sep 06 2001 - 11:10:49 CDT</em>
</em>
</small>
</body>
</html>