Nagios/Icinga Plugin to Check DSL Status of Speedport Routers
Tested with Speedport 921v, could/should work with other Speedports too.
sudo npm install -g check_speedport
define command {
command_name check_speedport
command_line /usr/local/bin/check_speedport
}
define host {
use generic-host
host_name speedport.ip
alias Speedport Telekom Router
address 192.168.2.1
}
define service {
use generic-service
host_name speedport.ip
service_description vDSL
check_command check_speedport
}
- Performance data
- Configure host via command line option
- Configure bandwidth tresholds via command line options
- Configure verbosity via command line option
Pull Requests Welcome! :-)
MIT © Sebastian Raff