Posted September 22, 201311 yr 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/
September 23, 201311 yr Administrators 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.
September 24, 201311 yr Author 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.Â
September 24, 201311 yr Administrators 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.
October 9, 201311 yr Administrators Ups, I totally forgot about this. I will create the plugin and post it here today or tomorrow. Â Thanks for the heads-up.
October 16, 201311 yr Administrators No, sorry I keep pushing forward on my schedule. I will try doing it during the weekend.
October 25, 201311 yr Administrators 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.
October 25, 201311 yr 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
December 3, 201311 yr Author Any future with this? Would be a great benefit. I'd pay you Paul for the development.Â
December 3, 201311 yr Administrators 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.
Create an account or sign in to comment