inman has asked for the wisdom of the Perl Monks concerning the following question:
We are now moving the system to an external hosting facility where the e-mail option won't work. The external provider uses BMC Patrol to monitor the servers and software. Their operations guy said that Patrol will parse a file looking for certain conditions (e.g. Error 13 your SAN is corrupt - Abort, Retry, Fail?) and inform the operators via e-mail or SMS.
This is great but I wanted to get away from having a Perl app constantly testing the system and generating the log file. I don't know a great deal about patrol but it should be able to run a Perl app (my Test::Simple based script) and parse the output for errors.
Has anyone else used BMC Patrol and used it in conjunction with Perl?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Using Perl with BMC Patrol
by marto (Cardinal) on Jan 12, 2006 at 16:27 UTC |