Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions sos/report/plugins/networkmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class NetworkManager(Plugin, RedHatPlugin, UbuntuPlugin):
plugin_name = 'networkmanager'
profiles = ('network', 'hardware', 'system')
packages = ('NetworkManager', 'network-manager')
services = ('NetworkManager',)

def setup(self):
self.system_connection_files = [
Expand All @@ -42,8 +43,6 @@ def setup(self):
"/var/run/NetworkManager/secret_key"
)

self.add_journal(units="NetworkManager")

self.add_cmd_output("NetworkManager --print-config")

# There are some incompatible changes in nmcli since
Expand Down
Loading