diff --git a/ZenPacks.community.Fedora/ZenPacks/community/Fedora/__init__.py b/ZenPacks.community.Fedora/ZenPacks/community/Fedora/__init__.py index 9f8b330..9fccb60 100644 --- a/ZenPacks.community.Fedora/ZenPacks/community/Fedora/__init__.py +++ b/ZenPacks.community.Fedora/ZenPacks/community/Fedora/__init__.py @@ -50,7 +50,7 @@ def remove(self, app, leaveObjects=False): if not leaveObjects: newlist=[] for plugin in fedora.zCollectorPlugins: - if plugin == "zenoss.cmd.linux.eix": + if plugin == "zenoss.cmd.linux.fedora_rpm": pass elif plugin == "zenoss.cmd.linux.fedora_uname_a": newlist.append("zenoss.cmd.uname_a") diff --git a/ZenPacks.community.Fedora/setup.py b/ZenPacks.community.Fedora/setup.py index 6bf2633..d0ec1cf 100644 --- a/ZenPacks.community.Fedora/setup.py +++ b/ZenPacks.community.Fedora/setup.py @@ -3,7 +3,7 @@ # or saved. Do not modify them directly here. # NB: PACKAGES is deprecated NAME = "ZenPacks.community.Fedora" -VERSION = "1.0" +VERSION = "1.1" AUTHOR = "Eric Edgar" LICENSE = "" NAMESPACE_PACKAGES = ['ZenPacks', 'ZenPacks.community']