[Nagiosplug-help] autodialer ppp

Thomas Guyot-Sionnest dermoth at aei.ca
Thu Apr 12 00:39:26 CEST 2007


On 11/04/07 07:55 AM, madhu sudhan wrote:
> Hi all,
> 
> Please help me writing a perl/shell nagios plugin which will automatically dial a ppp whenever broadband is down.

This highly depend on your distribution. Could be as simple as:

--
#!/bin/sh

ifup ppp0
--

Thomas




More information about the Help mailing list