check_speedport.pl

Nagios plugin to check the WAN-IP and the DSL speed of the Telekom Speedport.

Tested with:

  • Speedport W 701V

Check Speedport

Usage:
-H, --hostname [Host]   Hostname
-W, --wanip      Check WAN-IP
-S, --speed      Check DSL downstream-/upstream-speed

Check-Options (only -s/--speed):
-w, --warn n,m      Warn-level: downstream,upstream (KBit/s)
-c, --crit n,m      Crit-level: downstream,upstream (KBit/s)

-v, --verbose      Verbose Output
-h, --help      Show this Output

Example: check WAN-IP
 ./check_epson_speedport.pl -H speedport.ip -W
Example: check DSL-Speed
 ./check_epson_speedport.pl -H speedport.ip -S -w 3000,400 -c 1500,200