[sos-devel] [PATCH] [plugin] Add Dell OMSA systems management info

Bryn M. Reeves bmr at redhat.com
Tue Sep 1 10:37:51 UTC 2015


On Mon, Aug 31, 2015 at 01:02:42PM -0500, Charles_Rose at dell.com wrote:
> +from sos.plugins import Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin
> +
> +class omsa(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin):
> +    '''Dell OpenManage Server Administrator (OMSA)
> +    '''
> +
> +    plugin_name = "omsa"
> +    files = ('/opt/dell/srvadmin/bin/omreport',)
> +    packages = ('srvadmin-omacore',)
> +
> +    omreport = "/opt/dell/srvadmin/bin/omreport"

You may want to add the plugin to a profile at this point (users are
increasingly using this as a way to select groups of plugins). Take
a look at the existing plugin set for examples of how to do this and
the output of '--list-profiles' to get an idea of what's defined now.

Regards,
Bryn.




More information about the sos-devel mailing list