| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
The sar module tries to check for the existence of a binary at
some exact path. Since all call outs now go through PATH this no
longer works leading to a bogus error level log message.
Remove this check and also move the accompanying check on
/var/lib/sa into a separate check_enabled method - without this
path being present there is nothing for the plug-in to collect.
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
|
|
|
|
|
|
|
|
| |
The refactoring in the previous merge commit introduced a bug in
the option handling for the auditd plugin ('syslogsize' instead
of 'logsize' when referencing the option in setup()).
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
sos/plugins/auditd.py
sos/plugins/corosync.py
sos/plugins/dovecot.py
sos/plugins/general.py
sos/plugins/ldap.py
sos/plugins/lsbrelease.py
sos/plugins/mysql.py
sos/plugins/named.py
sos/plugins/networking.py
sos/plugins/nis.py
sos/plugins/ntp.py
sos/plugins/pam.py
sos/plugins/postfix.py
sos/plugins/pxe.py
sos/plugins/samba.py
sos/plugins/sendmail.py
sos/plugins/snmp.py
sos/plugins/startup.py
sos/policies/debian.py
Fixed up numerous bits of breakage due to the recent PATH
changes in master and also refactored some of the newly ported
plug-ins to reduce the amount of code duplication between
distro versions of common plug-ins.
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\ |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |/ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
sos/plugins/as7.py
sos/plugins/jboss.py
sos/plugins/soundcard.py
|
| | |
| | |
| | |
| | | |
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Conflicts:
sos/plugins/hardware.py
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- ENV['PATH'] is blank when running this test so we can not rely on
cmd_env['PATH']. I dont know if PATH is supposed to be blank in this setup or
not so we hardcode in a python executable.
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Add Ubuntu/Debian support for Postgresql.
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
|
| | | | | |
|
| |/ / /
| | | |
| | | |
| | | | |
Signed-off-by: Chris J Arges <chris.j.arges@canonical.com>
|
|\ \ \ \
| | | | |
| | | | | |
Pyflakes fixes
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
sos/plugins/cgroups.py:
- Fix call to non existent cgroups method
sos/plugins/{dhcp,iscitarget}.py:
- Fix class call names
sos/plugins/process.py:
- Remove random method calling nonexistent routines
sos/plugins/selinux.py:
- Fix call to do_regex_findall
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
sos/archive.py:
- Archive uses selinux module but wasn't included
sos/policies/__init__:
- sys.exit called without sys import
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
- Simple fix to make all unittests green
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The JBoss and AS7 plug-ins are among the largest and most complex
in the tree:
192 sos/plugins/openstack.py
218 sos/plugins/emc.py
253 sos/plugins/as7.py
713 sos/plugins/jboss.py
861 sos/plugins/__init__.py
6722 total
They are not used in any products based on these projects at the
current time and are not being maintained or developed for new
versions.
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The ksyms program is a 2.4ism that has not existed on distros for
years. Remove all reference to it from the kernel plug-in.
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The hardware plug-in contains code to check for the existence
of binaries before running them. This won't work if plug-ins are
providing non-absolute paths for executables and is redundant in
any case since the shell-out wrappers already do this and log
unavailable binaries. Also removes the workaround for lsusb
changing path in recent versions.
Signed-of-by: Bryn M. Reeves <bmr@redhat.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
PATH changes caused an incorrect '/usr/bin/java' -> '/usrjava'
change in the general plug-in. Revert it.
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
The automated changes to remove absolute paths went a bit awry
with odd paths in /opt and other locations. Fix these up in the
emc plug-in.
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
|
|\ \
| | |
| | | |
Add basic cinder data to the plugin
|
| | |
| | |
| | | |
Pull in /etc/cinder, cinder version and logs for cinder.
|
|\ \ \
| | | |
| | | | |
Fix unittests and more pep8 conforming
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
|