Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using HP Openview to send email notifications for node outages

Status
Not open for further replies.

menace212

Programmer
Jul 11, 2003
144
0
0
US
I'm attempting to try to setup a email notification from Openview, but I don't where to start....I can I setup HP Openview to send me or a group of users email notifications when a node goes down for more than 5 minutes. Does HP Openview have it's own MTA or will it use Sun's MTA(sendmail).
 
I generally just use a script that calls a facility like mailx to send the mail. There may be a more elegant way to do it but that works.
 
i use Perl and either the MIME::Lite or Net::SMTP package, depending if you need to include links (MIME) or not (Net). With the Windows port of OV, Perl is included, so it's really easy to use. . .
 
Included but with no modules to speak of which is most annoying... I have auto installation routines for the NET::* modules now.

Mike

"Deliver me from that bane of civilised life; teddy bear envy."

Want to get great answers to your Tek-Tips questions? Have a look at faq219-2884

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top