techtripp Posted September 22, 2013 Posted September 22, 2013 Dell is the primary server hardware manufacture we use and right now we rely upon this alert script to send us SMTP / e-mail notifications to our ticketing system.  Is there anyway for MPM to incorporate and read the OMSA log and integrate nicely?  http://www.tachytelic.net/2010/03/setting-up-e-mail-alerts-from-dell-openmanage-omsa/
Administrators Paul Posted September 23, 2013 Administrators Posted September 23, 2013 Hello, Â You do realize that without actually posting the full script i can't help you at all. On that link you provided I can only see how to configure the script to send emails. Â I need to know how it reads data from OMSA log in order to give you an answer on how you can get that kind of monitoring inside PC Monitor. Â If you can, PM me with the full script and I will do my best to help you. Â Paul.
techtripp Posted September 24, 2013 Author Posted September 24, 2013 Hello, Â You do realize that without actually posting the full script i can't help you at all. On that link you provided I can only see how to configure the script to send emails. Â I need to know how it reads data from OMSA log in order to give you an answer on how you can get that kind of monitoring inside PC Monitor. Â If you can, PM me with the full script and I will do my best to help you. Â Paul. Â Sure thing I will PM you a copy of the script now.Â
Administrators Paul Posted September 24, 2013 Administrators Posted September 24, 2013 Hello, Â I've looked at the script and it's a fairly easy task however you need to do a similar approach to make it work with MPM: Â Have a plugin installed into PC Monitor that opens a WCF Service listening for connections on a local port Have an application that is installed on your machine that takes a string as a parameter and passes that parameter to the WCF Service when invoked. WCF Service will treat that action as a notification and will forward it to PC Monitor. Ofcourse the implementation is going to be a lot easier than the explanation looks like but I will make the plugin and service for you. Â Just give me 24 hours. Â Thank You, Paul.
soetie Posted October 8, 2013 Posted October 8, 2013 Is there anythin come out yet. Im also interested in this feature!
Administrators Paul Posted October 9, 2013 Administrators Posted October 9, 2013 Ups, I totally forgot about this. I will create the plugin and post it here today or tomorrow. Â Thanks for the heads-up.
soetie Posted October 16, 2013 Posted October 16, 2013 Hi,is was wondering if you have had time for this Â
Administrators Paul Posted October 16, 2013 Administrators Posted October 16, 2013 No, sorry I keep pushing forward on my schedule. I will try doing it during the weekend.
tholderbaum Posted October 18, 2013 Posted October 18, 2013 I also am extremely interested in this. Â
Administrators Paul Posted October 25, 2013 Administrators Posted October 25, 2013 I've finished my plugin that sends notifications to PC Monitor. Using this you can update your script to use the console application included in the plugin so that you receive a PC Monitor notification instead of an email. Â As for a plugin for OpenManage itself I cannot help you until you provide more information about the platform. Does it have any public SDK or API you can use to gather the data you want to see on your phone. The file used in the powershell script outputs string data to the standard output and I'd rather not perform string comparison inside my plugins so unless you can properly integrate the plugin on dell's dataset you will have to use your current script to get real-time updates. Â Plugin link: http://forum.pulseway.com/topic/962-notification-bridge/ Â Cheers, Paul.
digbyp Posted October 25, 2013 Posted October 25, 2013 Nice plugin Paul Here is a link related to Dell OpenManage. not an API unfortunately, but a lot of useful information about.http://en.community.dell.com/techcenter/systems-management/w/wiki/1757.dell-openmanage-systems-management-tools.aspx
techtripp Posted December 3, 2013 Author Posted December 3, 2013 Any future with this? Would be a great benefit. I'd pay you Paul for the development.Â
Administrators Paul Posted December 3, 2013 Administrators Posted December 3, 2013 Hello techtripp, Â Since Dell OpenManage is closed proprietary software with no public API available there isn't much I can do here. They only expose a CLI application which is useful for some scripts that help you automate maintenance tasks. Â The only possible way would be to parse the output from the CLI application which is a horror story in the world of programming.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now