in reply to Sending info through dialup
This is not really a perl question, it is a system configuration question. You need to:
The first two steps can be solved by reading your system documentation. Once they are done, the last step will be easy.
The problem with this approach, is that once your dial-up connection is created, the alert that tests if you can ping an external IP will not fail any more, so either your dial-up connection will hangup, and you will get a whole series of alert email as the alert fails and succeeds in a cycle with the dial-up connection, or the dial-up connection does not hang up, in which case the whole alert will become useless, as it will just end up testing the backup dial-up connection instead of your main one.
Instead, can I suggest that you investigate sending some alerts via SMS text message as well as by email. Create a class of most serous problems that go via text as well, and include the 'no external connectivity' problem in that class. That way you are not confusing the alerting with your backup connection.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Sending info through dialup
by moritz (Cardinal) on Jan 05, 2011 at 13:20 UTC | |
|
Re^2: Sending info through dialup
by dirtdart (Beadle) on Jan 05, 2011 at 13:24 UTC |