Random Project

15 minutes up and running

I had my first bandwidth check up and running 15 minutes after installing.

Initial usage:
Cisco 2921 router (my eline interface) bandwidth usage monitor… 10Mbps interface…

commands.cfg…
define command {
command_name check_eline_bw
command_line /usr/local/sbin/nagios-plugins/check_snmp_netint.pl -H $HOSTADDRESS$ -C -k -M -w5,5 -c8,8 -n $ARG1$
}

And then the service entry….
define service{
use generic-service
host_name ops_router
service_description Eline Bandwidth
check_command check_eline_bw!”GigabitEthernet0/1″
}