diff options
author | eugeneteo <eugeneteo@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2007-06-15 06:34:08 +0000 |
---|---|---|
committer | eugeneteo <eugeneteo@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2007-06-15 06:34:08 +0000 |
commit | 4cd0f4ef8ed1b66afb438b9293101b5560a74c0d (patch) | |
tree | ff7ffde916498ec68c0a4f5820e8643137e7e1dd /src/ChangeLog | |
parent | 4eba66ee112328402d7a22fcc79b7bf8f46bef0f (diff) | |
download | sos-4cd0f4ef8ed1b66afb438b9293101b5560a74c0d.tar.gz |
2007-06-15 Eugene Teo <eteo@redhat.com>
* lib/sos/plugins/apache.py, lib/sos/plugins/nfsserver.py, lib/sos/plugins/selinux.py, lib/sos/plugins/xinetd.py, lib/sos/plugins/ssh.py, lib/sos/plugins/sendmail.py, lib/sos/plugins/samba.py, lib/sos/plugins/named.py, lib/sos/plugins/cluster.py:
- Edited apache.py to gather /var/log/httpd/* log files
- Added nfsserver.py to gather NFS server-related debugging information
- Edited selinux.py to gather /etc/selinux/* configuration files
- Added xinetd.py to gather xinetd-related information
- Added ssh.py to gather ssh-related information
- Added sendmail.py to gather sendmail information
- Edited samba.py to gather /var/log/samba/* log files
- Edited named.py to gather /etc/sysconfig/named
- Edited cluster.py to gather the output of fdisk -l to show the
shared storage devices that should be available to each system
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@141 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f773345f..0e42d5d7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,17 @@ +2007-06-15 Eugene Teo <eteo@redhat.com> + + * lib/sos/plugins/apache.py, lib/sos/plugins/nfsserver.py, lib/sos/plugins/selinux.py, lib/sos/plugins/xinetd.py, lib/sos/plugins/ssh.py, lib/sos/plugins/sendmail.py, lib/sos/plugins/samba.py, lib/sos/plugins/named.py, lib/sos/plugins/cluster.py: + - Edited apache.py to gather /var/log/httpd/* log files + - Added nfsserver.py to gather NFS server-related debugging information + - Edited selinux.py to gather /etc/selinux/* configuration files + - Added xinetd.py to gather xinetd-related information + - Added ssh.py to gather ssh-related information + - Added sendmail.py to gather sendmail information + - Edited samba.py to gather /var/log/samba/* log files + - Edited named.py to gather /etc/sysconfig/named + - Edited cluster.py to gather the output of fdisk -l to show the + shared storage devices that should be available to each system + 2007-05-28 Eugene Teo <eteo@redhat.com> * lib/sos/plugins/systemtap.py: |