Search found 2 matches

by Tuckie
Mon Jul 30, 2007 8:03 pm
Forum: Scripts and Templates
Topic: Cablemodem template & perl script
Replies: 41
Views: 83068

Well, for now I'm using X-10 to powercycle the modem, but for some reason, the script isn't working within cacti. Executing it from the shell works fine though. #!/usr/bin/perl use warnings; use strict; use LWP::Simple; my %data; my %trash; my @keys = qw(DownFreq DownSNR DownPower UpFreq UpPower); m...
by Tuckie
Thu Jul 26, 2007 5:31 pm
Forum: Scripts and Templates
Topic: Cablemodem template & perl script
Replies: 41
Views: 83068

Does anyone know why this script would be DOSing my cable modem config page? The script will run fine for about a week, and stop working thanks to a dead admin page on the Motorola 5100. I can't even get to it using a web browser. The only solution is to power cycle the modem. Is anyone else having ...