Skip to content

Commit

Permalink
[maas] adding configuration file collection
Browse files Browse the repository at this point in the history
Adding the below paths to collection as they are useful to
troubleshoot some issues.

"/var/lib/maas/http/*.conf"
"/var/lib/maas/*.conf"
"/var/lib/maas/rsyslog"

Resolves #3280

Signed-off-by: Alejandro Santoyo <[email protected]>
  • Loading branch information
al3jandrosg authored and TurboTurtle committed Jun 22, 2023
1 parent bf145bd commit 4b01c28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sos/report/plugins/maas.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ def setup(self):
"/etc/squid-deb-proxy",
"/etc/maas",
"/var/lib/maas/dhcp*",
"/var/lib/maas/http/*.conf",
"/var/lib/maas/*.conf",
"/var/lib/maas/rsyslog",
"/var/log/apache2*",
"/var/log/maas*",
"/var/log/upstart/maas-*",
Expand Down

0 comments on commit 4b01c28

Please sign in to comment.