I was surprised to see that there is no facilities available for transmitting errors via email on various failures. I read the section in the manual regarding perl based monitor programs. I thought I'd try to write a simple monitor script to also send emails to certain administrators based on which pool the failure had been seen. What is the recommended way to provide outage notifications? We have over a hundred rules and pools with various owners across our organization. We need to direct outage notifications to owners of particular services. Also, when I logged into the SteelApp server, I wasn't able to run perldoc or determine which binary the Monitor Program features are related to. I'm not quite sure how to run this command:
[email protected]:/opt/zeus/zxtm/bin# perldoc $ZEUSHOME/zxtm/lib/perl/Zeus/ZXTM/Monitor.pm You need to install the perl-doc package to use this program.
[email protected]:/opt/zeus/zxtm/bin# which perldoc /usr/bin/perldoc
[email protected]:/opt/zeus/zxtm/bin# which perl /usr/bin/perl Also if I take this route, how is the best method to configure SMTP for email transmission?
... View more