Unable to use SNMP to monitor Wifi points
Re: Unable to use SNMP to monitor Wifi points
Could you please give me the config files?
I need at least the command.cfg and the config file where you defined the service check.
I need at least the command.cfg and the config file where you defined the service check.
Rob Hassing


-
nathanplatt
- Posts: 267
- Joined: Thu May 07, 2015 4:59 am
Re: Unable to use SNMP to monitor Wifi points
Code: Select all
###############################################################################
# COMMANDS.CFG - SAMPLE COMMAND DEFINITIONS FOR NAGIOS 4.1.0rc1
#
#
# NOTES: This config file provides you with some example command definitions
# that you can reference in host, service, and contact definitions.
#
# You don't need to keep commands in a separate file from your other
# object definitions. This has been done just to make things easier to
# understand.
#
###############################################################################
################################################################################
#
# SAMPLE NOTIFICATION COMMANDS
#
# These are some example notification commands. They may or may not work on
# your system without modification. As an example, some systems will require
# you to use "/usr/bin/mailx" instead of "/usr/bin/mail" in the commands below.
#
################################################################################
# 'service-email-html-int-en' command definition
# sends HTML e-mails in English and includes Nagios URL for Intranet access
define command{
command_name service-email-html-int-en
command_line /usr/local/nagios/libexec/nagios_send_service_mail.pl \
-p "Ramsdens Financial" \
-f multi -u
}
# 'host-email-html-int-en' command definition
# sends HTML e-mails in English and includes Nagios URL for Intranet access
define command{
command_name host-email-html-int-en
command_line /usr/local/nagios/libexec/nagios_send_host_mail.pl \
-p "Ramsdens Financial" \
-f multi -u
}
################################################################################
#
# SAMPLE HOST CHECK COMMANDS
#
################################################################################
# This command checks to see if a host is "alive" by pinging it
# The check must result in a 100% packet loss or 5 second (5000ms) round trip
# average time to produce a critical error.
# Note: Five ICMP echo packets are sent (determined by the '-p 5' argument)
# 'check-host-alive' command definition
define command{
command_name check-host-alive
command_line $USER1$/check_ping -H $HOSTADDRESS$ -w 3000.0,80% -c 5000.0,100% -p 5
}
################################################################################
#
# SAMPLE SERVICE CHECK COMMANDS
#
# These are some example service check commands. They may or may not work on
# your system, as they must be modified for your plugins. See the HTML
# documentation on the plugins for examples of how to configure command definitions.
#
# NOTE: The following 'check_local_...' functions are designed to monitor
# various metrics on the host that Nagios is running on (i.e. this one).
################################################################################
# 'check_local_disk' command definition
define command{
command_name check_local_disk
command_line $USER1$/check_disk -w $ARG1$ -c $ARG2$ -p $ARG3$
}
# 'check_local_load' command definition
define command{
command_name check_local_load
command_line $USER1$/check_load -w $ARG1$ -c $ARG2$
}
# 'check_local_procs' command definition
define command{
command_name check_local_procs
command_line $USER1$/check_procs -w $ARG1$ -c $ARG2$ -s $ARG3$
}
# 'check_local_users' command definition
define command{
command_name check_local_users
command_line $USER1$/check_users -w $ARG1$ -c $ARG2$
}
# 'check_local_swap' command definition
define command{
command_name check_local_swap
command_line $USER1$/check_swap -w $ARG1$ -c $ARG2$
}
# 'check_local_mrtgtraf' command definition
define command{
command_name check_local_mrtgtraf
command_line $USER1$/check_mrtgtraf -F $ARG1$ -a $ARG2$ -w $ARG3$ -c $ARG4$ -e $ARG5$
}
################################################################################
# NOTE: The following 'check_...' commands are used to monitor services on
# both local and remote hosts.
################################################################################
# 'check_ftp' command definition
define command{
command_name check_ftp
command_line $USER1$/check_ftp -H $HOSTADDRESS$ $ARG1$
}
# 'check_hpjd' command definition
define command{
command_name check_hpjd
command_line $USER1$/check_hpjd -H $HOSTADDRESS$ $ARG1$
}
# 'check_snmp' command definition
define command{
command_name check_snmp
command_line $USER1$/check_snmp -H $HOSTADDRESS$ $ARG1$
}
# 'check_http' command definition
define command{
command_name check_http
command_line $USER1$/check_http -I $HOSTADDRESS$ $ARG1$
}
# 'check_ssh' command definition
define command{
command_name check_ssh
command_line $USER1$/check_ssh $ARG1$ $HOSTADDRESS$
}
# 'check_sshmod' command definition
define command{
command_name check_sshmod
command_line $USER1$/check_ssh -p 4632 $ARG1$ $HOSTADDRESS$
}
# 'check_dhcp' command definition
define command{
command_name check_dhcp
command_line $USER1$/check_dhcp $ARG1$
}
# 'check_ping' command definition
define command{
command_name check_ping
command_line $USER1$/check_ping -H $HOSTADDRESS$ -w $ARG1$ -c $ARG2$ -p 5
}
# 'check_pop' command definition
define command{
command_name check_pop
command_line $USER1$/check_pop -H $HOSTADDRESS$ $ARG1$
}
# 'check_imap' command definition
define command{
command_name check_imap
command_line $USER1$/check_imap -H $HOSTADDRESS$ $ARG1$
}
# 'check_smtp' command definition
define command{
command_name check_smtp
command_line $USER1$/check_smtp -H $HOSTADDRESS$ $ARG1$
}
# 'check_tcp' command definition
define command{
command_name check_tcp
command_line $USER1$/check_tcp -H $HOSTADDRESS$ -p $ARG1$ $ARG2$
}
# 'check_udp' command definition
define command{
command_name check_udp
command_line $USER1$/check_udp -H $HOSTADDRESS$ -p $ARG1$ $ARG2$
}
# 'check_nt' command definition
define command{
command_name check_nt
command_line $USER1$/check_nt -H $HOSTADDRESS$ -s N0rth3dgE -p 12489 -v $ARG1$ $ARG2$
}
# 'check_snmp_printer' command definition
define command{
command_name check_snmp_printer
command_line /usr/local/nagios/libexec/check_snmp_printer -H $HOSTADDRESS$ -C $ARG1$ -x $ARG2$ -w $ARG3$ -c $ARG4$
}
# 'check_netapp_cpu' command definition
define command{
command_name check_netapp_cpu
command_line /usr/local/nagios/libexec/check-netapp-ng.pl -H $HOSTADDRESS$ -T CPULOAD -w 80 -c 90 -C public
}
# 'check_netapp_fan' command definition
define command{
command_name check_netapp_fan
command_line /usr/local/nagios/libexec/check-netapp-ng.pl -H $HOSTADDRESS$ -T FAN -w 1 -c 3 -C public
}
# 'check_netapp_psu' command definition
define command{
command_name check_netapp_psu
command_line /usr/local/nagios/libexec/check-netapp-ng.pl -H $HOSTADDRESS$ -T PS
}
# 'check_netapp_shelf' command definition
define command{
command_name check_netapp_shelf
command_line /usr/local/nagios/libexec/check-netapp-ng.pl -H $HOSTADDRESS$ -T SHELF
}
################################################################################
#
# SAMPLE PERFORMANCE DATA COMMANDS
#
# These are sample performance data commands that can be used to send performance
# data output to two text files (one for hosts, another for services). If you
# plan on simply writing performance data out to a file, consider using the
# host_perfdata_file and service_perfdata_file options in the main config file.
#
################################################################################
# 'process-host-perfdata' command definition
define command{
command_name process-host-perfdata
command_line /usr/bin/printf "%b" "$LASTHOSTCHECK$\t$HOSTNAME$\t$HOSTSTATE$\t$HOSTATTEMPT$\t$HOSTSTATETYPE$\t$HOSTEXECUTIONTIME$\t$HOSTOUTPUT$\t$HOSTPERFDATA$\n" >> /usr/local/nagios/var/host-perfdata.out
}
# 'process-service-perfdata' command definition
define command{
command_name process-service-perfdata
command_line /usr/bin/printf "%b" "$LASTSERVICECHECK$\t$HOSTNAME$\t$SERVICEDESC$\t$SERVICESTATE$\t$SERVICEATTEMPT$\t$SERVICESTATETYPE$\t$SERVICEEXECUTIONTIME$\t$SERVICELATENCY$\t$SERVICEOUTPUT$\t$SERVICEPERFDATA$\n" >> /usr/local/nagios/var/service-perfdata.out
}
Re: Unable to use SNMP to monitor Wifi points
Can we get this too, please?rhassing wrote:and the config file where you defined the service check.
Former Nagios Employee.
me.
me.
-
nathanplatt
- Posts: 267
- Joined: Thu May 07, 2015 4:59 am
Re: Unable to use SNMP to monitor Wifi points
Sorry my remote session booted me before I had a chance to paste this;
FYI the router has public and private for the communities
Code: Select all
define service{
use generic-service ; Inherit values from a template
host_name Marketing WiFi ; The name of the host the service is associated with
service_description Uptime ; The service description
check_command check_snmp!-C private -o sysUpTime.0 ; The command used to monitor the service
}
Re: Unable to use SNMP to monitor Wifi points
Does the following work:
else change the service definition to:
(I only changed the word private to public
Code: Select all
snmpwalk -v2c -c private 192.168.1.245 Code: Select all
define service{
use generic-service ; Inherit values from a template
host_name Marketing WiFi ; The name of the host the service is associated with
service_description Uptime ; The service description
check_command check_snmp!-C public -o sysUpTime.0 ; The command used to monitor the service
}Rob Hassing


-
nathanplatt
- Posts: 267
- Joined: Thu May 07, 2015 4:59 am
Re: Unable to use SNMP to monitor Wifi points
HI Rob,
The first command gives this result;
Couldn't copy all of the detail
The first command gives this result;
Code: Select all
iso.3.6.1.2.1.5.2.0 = Counter32: 0
iso.3.6.1.2.1.5.3.0 = Counter32: 15
iso.3.6.1.2.1.5.4.0 = Counter32: 0
iso.3.6.1.2.1.5.5.0 = Counter32: 0
iso.3.6.1.2.1.5.6.0 = Counter32: 0
iso.3.6.1.2.1.5.7.0 = Counter32: 0
iso.3.6.1.2.1.5.8.0 = Counter32: 8032
iso.3.6.1.2.1.5.9.0 = Counter32: 0
iso.3.6.1.2.1.5.10.0 = Counter32: 0
iso.3.6.1.2.1.5.11.0 = Counter32: 0
iso.3.6.1.2.1.5.12.0 = Counter32: 0
iso.3.6.1.2.1.5.13.0 = Counter32: 0
iso.3.6.1.2.1.5.14.0 = Counter32: 8040
iso.3.6.1.2.1.5.15.0 = Counter32: 0
iso.3.6.1.2.1.5.16.0 = Counter32: 8
iso.3.6.1.2.1.5.17.0 = Counter32: 0
iso.3.6.1.2.1.5.18.0 = Counter32: 0
iso.3.6.1.2.1.5.19.0 = Counter32: 0
iso.3.6.1.2.1.5.20.0 = Counter32: 0
iso.3.6.1.2.1.5.21.0 = Counter32: 0
iso.3.6.1.2.1.5.22.0 = Counter32: 8032
iso.3.6.1.2.1.5.23.0 = Counter32: 0
iso.3.6.1.2.1.5.24.0 = Counter32: 0
iso.3.6.1.2.1.5.25.0 = Counter32: 0
iso.3.6.1.2.1.5.26.0 = Counter32: 0
iso.3.6.1.2.1.6.1.0 = INTEGER: 1
iso.3.6.1.2.1.6.2.0 = INTEGER: 200
iso.3.6.1.2.1.6.3.0 = INTEGER: 120000
iso.3.6.1.2.1.6.4.0 = INTEGER: -1
iso.3.6.1.2.1.6.5.0 = Counter32: 2
iso.3.6.1.2.1.6.6.0 = Counter32: 198
iso.3.6.1.2.1.6.7.0 = Counter32: 0
iso.3.6.1.2.1.6.8.0 = Counter32: 16
iso.3.6.1.2.1.6.9.0 = Gauge32: 0
iso.3.6.1.2.1.6.10.0 = Counter32: 14704
iso.3.6.1.2.1.6.11.0 = Counter32: 28578
iso.3.6.1.2.1.6.12.0 = Counter32: 12
iso.3.6.1.2.1.6.13.1.1.0.0.0.0.22.0.0.0.0.0 = INTEGER: 2
iso.3.6.1.2.1.6.13.1.1.0.0.0.0.23.0.0.0.0.0 = INTEGER: 2
iso.3.6.1.2.1.6.13.1.1.0.0.0.0.80.0.0.0.0.0 = INTEGER: 2
iso.3.6.1.2.1.6.13.1.1.0.0.0.0.443.0.0.0.0.0 = INTEGER: 2
iso.3.6.1.2.1.6.13.1.2.0.0.0.0.22.0.0.0.0.0 = IpAddress: 0.0.0.0
iso.3.6.1.2.1.6.13.1.2.0.0.0.0.23.0.0.0.0.0 = IpAddress: 0.0.0.0
iso.3.6.1.2.1.6.13.1.2.0.0.0.0.80.0.0.0.0.0 = IpAddress: 0.0.0.0
iso.3.6.1.2.1.6.13.1.2.0.0.0.0.443.0.0.0.0.0 = IpAddress: 0.0.0.0
iso.3.6.1.2.1.6.13.1.3.0.0.0.0.22.0.0.0.0.0 = INTEGER: 22
iso.3.6.1.2.1.6.13.1.3.0.0.0.0.23.0.0.0.0.0 = INTEGER: 23
iso.3.6.1.2.1.6.13.1.3.0.0.0.0.80.0.0.0.0.0 = INTEGER: 80
iso.3.6.1.2.1.6.13.1.3.0.0.0.0.443.0.0.0.0.0 = INTEGER: 443
iso.3.6.1.2.1.6.13.1.4.0.0.0.0.22.0.0.0.0.0 = IpAddress: 0.0.0.0
iso.3.6.1.2.1.6.13.1.4.0.0.0.0.23.0.0.0.0.0 = IpAddress: 0.0.0.0
iso.3.6.1.2.1.6.13.1.4.0.0.0.0.80.0.0.0.0.0 = IpAddress: 0.0.0.0
iso.3.6.1.2.1.6.13.1.4.0.0.0.0.443.0.0.0.0.0 = IpAddress: 0.0.0.0
iso.3.6.1.2.1.6.13.1.5.0.0.0.0.22.0.0.0.0.0 = INTEGER: 0
iso.3.6.1.2.1.6.13.1.5.0.0.0.0.23.0.0.0.0.0 = INTEGER: 0
iso.3.6.1.2.1.6.13.1.5.0.0.0.0.80.0.0.0.0.0 = INTEGER: 0
iso.3.6.1.2.1.6.13.1.5.0.0.0.0.443.0.0.0.0.0 = INTEGER: 0
iso.3.6.1.2.1.6.14.0 = Counter32: 0
iso.3.6.1.2.1.6.15.0 = Counter32: 6572
iso.3.6.1.2.1.6.20.1.4.1.4.0.0.0.0.22 = Gauge32: 0
iso.3.6.1.2.1.6.20.1.4.1.4.0.0.0.0.23 = Gauge32: 0
iso.3.6.1.2.1.6.20.1.4.1.4.0.0.0.0.80 = Gauge32: 0
iso.3.6.1.2.1.6.20.1.4.1.4.0.0.0.0.443 = Gauge32: 0
iso.3.6.1.2.1.7.1.0 = Counter32: 2000054
iso.3.6.1.2.1.7.2.0 = Counter32: 4
iso.3.6.1.2.1.7.3.0 = Counter32: 0
iso.3.6.1.2.1.7.4.0 = Counter32: 3593
iso.3.6.1.2.1.7.5.1.1.0.0.0.0.137 = IpAddress: 0.0.0.0
iso.3.6.1.2.1.7.5.1.1.0.0.0.0.138 = IpAddress: 0.0.0.0
iso.3.6.1.2.1.7.5.1.1.0.0.0.0.161 = IpAddress: 0.0.0.0
iso.3.6.1.2.1.7.5.1.1.0.0.0.0.32788 = IpAddress: 0.0.0.0
iso.3.6.1.2.1.7.5.1.1.0.0.0.0.32789 = IpAddress: 0.0.0.0
iso.3.6.1.2.1.7.5.1.1.0.0.0.0.32790 = IpAddress: 0.0.0.0
iso.3.6.1.2.1.7.5.1.1.192.168.1.245.137 = IpAddress: 192.168.1.245
iso.3.6.1.2.1.7.5.1.1.192.168.1.245.138 = IpAddress: 192.168.1.245
iso.3.6.1.2.1.7.5.1.2.0.0.0.0.137 = INTEGER: 137
iso.3.6.1.2.1.7.5.1.2.0.0.0.0.138 = INTEGER: 138
iso.3.6.1.2.1.7.5.1.2.0.0.0.0.161 = INTEGER: 161
iso.3.6.1.2.1.7.5.1.2.0.0.0.0.32788 = INTEGER: 32788
iso.3.6.1.2.1.7.5.1.2.0.0.0.0.32789 = INTEGER: 32789
iso.3.6.1.2.1.7.5.1.2.0.0.0.0.32790 = INTEGER: 32790
iso.3.6.1.2.1.7.5.1.2.192.168.1.245.137 = INTEGER: 137
iso.3.6.1.2.1.7.5.1.2.192.168.1.245.138 = INTEGER: 138
iso.3.6.1.2.1.7.7.1.8.1.4.0.0.0.0.137.1.4.0.0.0.0.0.764 = Gauge32: 0
iso.3.6.1.2.1.7.7.1.8.1.4.0.0.0.0.138.1.4.0.0.0.0.0.765 = Gauge32: 0
iso.3.6.1.2.1.7.7.1.8.1.4.0.0.0.0.161.1.4.0.0.0.0.0.18162038 = Gauge32: 0
iso.3.6.1.2.1.7.7.1.8.1.4.0.0.0.0.32788.1.4.0.0.0.0.0.18162037 = Gauge32: 0
iso.3.6.1.2.1.7.7.1.8.1.4.0.0.0.0.32789.1.4.0.0.0.0.0.18162036 = Gauge32: 0
iso.3.6.1.2.1.7.7.1.8.1.4.0.0.0.0.32790.1.4.0.0.0.0.0.18162035 = Gauge32: 0
iso.3.6.1.2.1.7.7.1.8.1.4.192.168.1.245.137.1.4.0.0.0.0.0.767 = Gauge32: 0
iso.3.6.1.2.1.7.7.1.8.1.4.192.168.1.245.138.1.4.0.0.0.0.0.768 = Gauge32: 0
iso.3.6.1.2.1.10.7.2.1.1.1 = INTEGER: 1
iso.3.6.1.2.1.10.7.2.1.2.1 = INTEGER: 0
iso.3.6.1.2.1.10.7.2.1.3.1 = INTEGER: 0
iso.3.6.1.2.1.10.7.2.1.4.1 = INTEGER: 0
iso.3.6.1.2.1.10.7.2.1.5.1 = INTEGER: 0
iso.3.6.1.2.1.10.7.2.1.6.1 = INTEGER: 0
iso.3.6.1.2.1.10.7.2.1.7.1 = INTEGER: 0
iso.3.6.1.2.1.10.7.2.1.8.1 = INTEGER: 0
iso.3.6.1.2.1.10.7.2.1.9.1 = INTEGER: 0
iso.3.6.1.2.1.10.7.2.1.10.1 = INTEGER: 0
iso.3.6.1.2.1.10.7.2.1.11.1 = INTEGER: 0
iso.3.6.1.2.1.10.7.2.1.13.1 = INTEGER: 0
iso.3.6.1.2.1.10.7.2.1.16.1 = INTEGER: 0
iso.3.6.1.2.1.10.7.2.1.17.1 = INTEGER: 2
iso.3.6.1.2.1.10.7.2.1.18.1 = INTEGER: 0
iso.3.6.1.2.1.10.7.2.1.19.1 = INTEGER: 0
iso.3.6.1.2.1.10.7.2.1.20.1 = INTEGER: 0
iso.3.6.1.2.1.10.7.2.1.21.1 = INTEGER: 0
iso.3.6.1.2.1.11.1.0 = Counter32: 1005
iso.3.6.1.2.1.11.2.0 = Counter32: 1008
iso.3.6.1.2.1.11.3.0 = Counter32: 0
iso.3.6.1.2.1.11.4.0 = Counter32: 0
iso.3.6.1.2.1.11.5.0 = Counter32: 0
iso.3.6.1.2.1.11.6.0 = Counter32: 0
iso.3.6.1.2.1.11.8.0 = Counter32: 0
iso.3.6.1.2.1.11.9.0 = Counter32: 0
iso.3.6.1.2.1.11.10.0 = Counter32: 0
iso.3.6.1.2.1.11.11.0 = Counter32: 0
iso.3.6.1.2.1.11.12.0 = Counter32: 0
iso.3.6.1.2.1.11.13.0 = Counter32: 1015
iso.3.6.1.2.1.11.14.0 = Counter32: 0
iso.3.6.1.2.1.11.15.0 = Counter32: 0
iso.3.6.1.2.1.11.16.0 = Counter32: 1019
iso.3.6.1.2.1.11.17.0 = Counter32: 0
iso.3.6.1.2.1.11.18.0 = Counter32: 0
iso.3.6.1.2.1.11.19.0 = Counter32: 0
iso.3.6.1.2.1.11.20.0 = Counter32: 0
iso.3.6.1.2.1.11.21.0 = Counter32: 0
iso.3.6.1.2.1.11.22.0 = Counter32: 0
iso.3.6.1.2.1.11.24.0 = Counter32: 0
iso.3.6.1.2.1.11.25.0 = Counter32: 0
iso.3.6.1.2.1.11.26.0 = Counter32: 0
iso.3.6.1.2.1.11.27.0 = Counter32: 0
iso.3.6.1.2.1.11.28.0 = Counter32: 1029
iso.3.6.1.2.1.11.29.0 = Counter32: 3
iso.3.6.1.2.1.11.30.0 = INTEGER: 1
iso.3.6.1.2.1.11.31.0 = Counter32: 0
iso.3.6.1.2.1.11.32.0 = Counter32: 0
iso.3.6.1.2.1.17.1.1.0 = Hex-STRING: 6C B0 CE E8 05 D8
iso.3.6.1.2.1.17.1.2.0 = INTEGER: 13
iso.3.6.1.2.1.17.1.3.0 = INTEGER: 2
iso.3.6.1.2.1.17.1.4.1.1.1 = INTEGER: 1
iso.3.6.1.2.1.17.1.4.1.1.2 = INTEGER: 2
iso.3.6.1.2.1.17.1.4.1.1.3 = INTEGER: 3
iso.3.6.1.2.1.17.1.4.1.1.4 = INTEGER: 4
iso.3.6.1.2.1.17.1.4.1.1.5 = INTEGER: 5
iso.3.6.1.2.1.17.1.4.1.1.6 = INTEGER: 6
iso.3.6.1.2.1.17.1.4.1.1.7 = INTEGER: 7
iso.3.6.1.2.1.17.1.4.1.1.8 = INTEGER: 8
iso.3.6.1.2.1.17.1.4.1.1.9 = INTEGER: 9
iso.3.6.1.2.1.17.1.4.1.1.10 = INTEGER: 10
iso.3.6.1.2.1.17.1.4.1.1.11 = INTEGER: 11
iso.3.6.1.2.1.17.1.4.1.1.12 = INTEGER: 12
iso.3.6.1.2.1.17.1.4.1.1.13 = INTEGER: 13
iso.3.6.1.2.1.17.1.4.1.2.1 = INTEGER: 2
iso.3.6.1.2.1.17.1.4.1.2.2 = INTEGER: 4
iso.3.6.1.2.1.17.1.4.1.2.3 = INTEGER: 5
iso.3.6.1.2.1.17.1.4.1.2.4 = INTEGER: 6
iso.3.6.1.2.1.17.1.4.1.2.5 = INTEGER: 7
iso.3.6.1.2.1.17.1.4.1.2.6 = INTEGER: 8
iso.3.6.1.2.1.17.1.4.1.2.7 = INTEGER: 9
iso.3.6.1.2.1.17.1.4.1.2.8 = INTEGER: 10
iso.3.6.1.2.1.17.1.4.1.2.9 = INTEGER: 11
iso.3.6.1.2.1.17.1.4.1.2.10 = INTEGER: 12
iso.3.6.1.2.1.17.1.4.1.2.11 = INTEGER: 13
iso.3.6.1.2.1.17.1.4.1.2.12 = INTEGER: 14
iso.3.6.1.2.1.17.1.4.1.2.13 = INTEGER: 15
iso.3.6.1.2.1.17.1.4.1.3.1 = OID: ccitt.0.0
iso.3.6.1.2.1.17.1.4.1.3.2 = OID: ccitt.0.0
iso.3.6.1.2.1.17.1.4.1.3.3 = OID: ccitt.0.0
iso.3.6.1.2.1.17.1.4.1.3.4 = OID: ccitt.0.0
iso.3.6.1.2.1.17.1.4.1.3.5 = OID: ccitt.0.0
iso.3.6.1.2.1.17.1.4.1.3.6 = OID: ccitt.0.0
iso.3.6.1.2.1.17.1.4.1.3.7 = OID: ccitt.0.0
iso.3.6.1.2.1.17.1.4.1.3.8 = OID: ccitt.0.0
iso.3.6.1.2.1.17.1.4.1.3.9 = OID: ccitt.0.0
iso.3.6.1.2.1.17.1.4.1.3.10 = OID: ccitt.0.0
iso.3.6.1.2.1.17.1.4.1.3.11 = OID: ccitt.0.0
iso.3.6.1.2.1.17.1.4.1.3.12 = OID: ccitt.0.0
iso.3.6.1.2.1.17.1.4.1.3.13 = OID: ccitt.0.0
iso.3.6.1.2.1.17.1.4.1.4.1 = Counter32: 0
iso.3.6.1.2.1.17.1.4.1.4.2 = Counter32: 0
iso.3.6.1.2.1.17.1.4.1.4.3 = Counter32: 0
iso.3.6.1.2.1.17.1.4.1.4.4 = Counter32: 0
iso.3.6.1.2.1.17.1.4.1.4.5 = Counter32: 0
iso.3.6.1.2.1.17.1.4.1.4.6 = Counter32: 0
iso.3.6.1.2.1.17.1.4.1.4.7 = Counter32: 0
iso.3.6.1.2.1.17.1.4.1.4.8 = Counter32: 0
iso.3.6.1.2.1.17.1.4.1.4.9 = Counter32: 0
iso.3.6.1.2.1.17.1.4.1.4.10 = Counter32: 0
iso.3.6.1.2.1.17.1.4.1.4.11 = Counter32: 0
iso.3.6.1.2.1.17.1.4.1.4.12 = Counter32: 0
iso.3.6.1.2.1.17.1.4.1.4.13 = Counter32: 0
iso.3.6.1.2.1.17.1.4.1.5.1 = Counter32: 0
iso.3.6.1.2.1.17.1.4.1.5.2 = Counter32: 0
iso.3.6.1.2.1.17.1.4.1.5.3 = Counter32: 0
iso.3.6.1.2.1.17.1.4.1.5.4 = Counter32: 0
iso.3.6.1.2.1.17.1.4.1.5.5 = Counter32: 0
iso.3.6.1.2.1.17.1.4.1.5.6 = Counter32: 0
iso.3.6.1.2.1.17.1.4.1.5.7 = Counter32: 0
iso.3.6.1.2.1.17.1.4.1.5.8 = Counter32: 0
iso.3.6.1.2.1.17.1.4.1.5.9 = Counter32: 0
iso.3.6.1.2.1.17.1.4.1.5.10 = Counter32: 0
iso.3.6.1.2.1.17.1.4.1.5.11 = Counter32: 0
iso.3.6.1.2.1.17.1.4.1.5.12 = Counter32: 0
iso.3.6.1.2.1.17.1.4.1.5.13 = Counter32: 0
iso.3.6.1.2.1.17.2.1.0 = INTEGER: 3
iso.3.6.1.2.1.17.2.2.0 = INTEGER: -32768
iso.3.6.1.2.1.17.2.3.0 = Timeticks: (0) 0:00:00.00
iso.3.6.1.2.1.17.2.4.0 = Counter32: 0
iso.3.6.1.2.1.17.2.5.0 = Hex-STRING: 80 00 6C B0 CE E8 05 D8
iso.3.6.1.2.1.17.2.6.0 = INTEGER: 0
iso.3.6.1.2.1.17.2.7.0 = INTEGER: 0
iso.3.6.1.2.1.17.2.8.0 = INTEGER: 2000
iso.3.6.1.2.1.17.2.9.0 = INTEGER: 200
iso.3.6.1.2.1.17.2.10.0 = INTEGER: 0
iso.3.6.1.2.1.17.2.11.0 = INTEGER: 5000
iso.3.6.1.2.1.17.2.12.0 = INTEGER: 20000
iso.3.6.1.2.1.17.2.13.0 = INTEGER: 2000
iso.3.6.1.2.1.17.2.14.0 = INTEGER: 500
iso.3.6.1.2.1.17.4.1.0 = Counter32: 0
iso.3.6.1.2.1.17.4.2.0 = INTEGER: 30000
iso.3.6.1.2.1.31.1.1.1.1.1 = STRING: "lo"
iso.3.6.1.2.1.31.1.1.1.1.2 = STRING: "eth0"
iso.3.6.1.2.1.31.1.1.1.1.3 = STRING: "wifi0"
iso.3.6.1.2.1.31.1.1.1.1.4 = STRING: "wifi0vap0"
iso.3.6.1.2.1.31.1.1.1.1.5 = STRING: "wifi0vap1"
iso.3.6.1.2.1.31.1.1.1.1.6 = STRING: "wifi0vap2"
iso.3.6.1.2.1.31.1.1.1.1.7 = STRING: "wifi0vap3"
iso.3.6.1.2.1.31.1.1.1.1.8 = STRING: "wifi0vap4"
iso.3.6.1.2.1.31.1.1.1.1.9 = STRING: "wifi0vap5"
iso.3.6.1.2.1.31.1.1.1.1.10 = STRING: "wifi0vap6"
iso.3.6.1.2.1.31.1.1.1.1.11 = STRING: "wifi0vap7"
iso.3.6.1.2.1.31.1.1.1.1.12 = STRING: "wifi0wds0"
iso.3.6.1.2.1.31.1.1.1.1.13 = STRING: "wifi0wds1"
iso.3.6.1.2.1.31.1.1.1.1.14 = STRING: "wifi0wds2"
iso.3.6.1.2.1.31.1.1.1.1.15 = STRING: "wifi0wds3"
iso.3.6.1.2.1.31.1.1.1.1.16 = STRING: "brtrunk"
iso.3.6.1.2.1.31.1.1.1.2.1 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.2.2 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.2.3 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.2.4 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.2.5 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.2.6 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.2.7 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.2.8 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.2.9 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.2.10 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.2.11 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.2.12 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.2.13 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.2.14 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.2.15 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.2.16 = Counter32: 7639064
iso.3.6.1.2.1.31.1.1.1.3.1 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.3.2 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.3.3 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.3.4 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.3.5 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.3.6 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.3.7 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.3.8 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.3.9 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.3.10 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.3.11 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.3.12 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.3.13 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.3.14 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.3.15 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.3.16 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.4.1 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.4.2 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.4.3 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.4.4 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.4.5 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.4.6 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.4.7 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.4.8 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.4.9 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.4.10 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.4.11 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.4.12 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.4.13 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.4.14 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.4.15 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.4.16 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.5.1 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.5.2 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.5.3 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.5.4 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.5.5 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.5.6 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.5.7 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.5.8 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.5.9 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.5.10 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.5.11 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.5.12 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.5.13 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.5.14 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.5.15 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.5.16 = Counter32: 0
iso.3.6.1.2.1.31.1.1.1.6.1 = Counter64: 1568
iso.3.6.1.2.1.31.1.1.1.6.2 = Counter64: 1795466190
iso.3.6.1.2.1.31.1.1.1.6.3 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.6.4 = Counter64: 401059613
iso.3.6.1.2.1.31.1.1.1.6.5 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.6.6 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.6.7 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.6.8 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.6.9 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.6.10 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.6.11 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.6.12 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.6.13 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.6.14 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.6.15 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.6.16 = Counter64: 674607420
iso.3.6.1.2.1.31.1.1.1.7.1 = Counter64: 12
iso.3.6.1.2.1.31.1.1.1.7.2 = Counter64: 32108057
iso.3.6.1.2.1.31.1.1.1.7.3 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.7.4 = Counter64: 21432397
iso.3.6.1.2.1.31.1.1.1.7.5 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.7.6 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.7.7 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.7.8 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.7.9 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.7.10 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.7.11 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.7.12 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.7.13 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.7.14 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.7.15 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.7.16 = Counter64: 1520798
iso.3.6.1.2.1.31.1.1.1.8.1 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.8.2 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.8.3 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.8.4 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.8.5 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.8.6 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.8.7 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.8.8 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.8.9 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.8.10 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.8.11 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.8.12 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.8.13 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.8.14 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.8.15 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.8.16 = Counter64: 7639064
iso.3.6.1.2.1.31.1.1.1.9.1 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.9.2 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.9.3 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.9.4 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.9.5 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.9.6 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.9.7 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.9.8 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.9.9 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.9.10 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.9.11 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.9.12 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.9.13 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.9.14 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.9.15 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.9.16 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.10.1 = Counter64: 1568
iso.3.6.1.2.1.31.1.1.1.10.2 = Counter64: 303182211
iso.3.6.1.2.1.31.1.1.1.10.3 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.10.4 = Counter64: 2520629072
iso.3.6.1.2.1.31.1.1.1.10.5 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.10.6 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.10.7 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.10.8 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.10.9 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.10.10 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.10.11 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.10.12 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.10.13 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.10.14 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.10.15 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.10.16 = Counter64: 31659299
iso.3.6.1.2.1.31.1.1.1.11.1 = Counter64: 12
iso.3.6.1.2.1.31.1.1.1.11.2 = Counter64: 19794699
iso.3.6.1.2.1.31.1.1.1.11.3 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.11.4 = Counter64: 31597699
iso.3.6.1.2.1.31.1.1.1.11.5 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.11.6 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.11.7 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.11.8 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.11.9 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.11.10 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.11.11 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.11.12 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.11.13 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.11.14 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.11.15 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.11.16 = Counter64: 41428
iso.3.6.1.2.1.31.1.1.1.12.1 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.12.2 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.12.3 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.12.4 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.12.5 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.12.6 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.12.7 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.12.8 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.12.9 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.12.10 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.12.11 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.12.12 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.12.13 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.12.14 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.12.15 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.12.16 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.13.1 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.13.2 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.13.3 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.13.4 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.13.5 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.13.6 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.13.7 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.13.8 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.13.9 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.13.10 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.13.11 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.13.12 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.13.13 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.13.14 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.13.15 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.13.16 = Counter64: 0
iso.3.6.1.2.1.31.1.1.1.15.1 = Gauge32: 0
iso.3.6.1.2.1.31.1.1.1.15.2 = Gauge32: 1000
iso.3.6.1.2.1.31.1.1.1.15.3 = Gauge32: 450
iso.3.6.1.2.1.31.1.1.1.15.4 = Gauge32: 450
iso.3.6.1.2.1.31.1.1.1.15.5 = Gauge32: 450
iso.3.6.1.2.1.31.1.1.1.15.6 = Gauge32: 450
iso.3.6.1.2.1.31.1.1.1.15.7 = Gauge32: 450
iso.3.6.1.2.1.31.1.1.1.15.8 = Gauge32: 450
iso.3.6.1.2.1.31.1.1.1.15.9 = Gauge32: 450
iso.3.6.1.2.1.31.1.1.1.15.10 = Gauge32: 450
iso.3.6.1.2.1.31.1.1.1.15.11 = Gauge32: 450
iso.3.6.1.2.1.31.1.1.1.15.12 = Gauge32: 450
iso.3.6.1.2.1.31.1.1.1.15.13 = Gauge32: 450
iso.3.6.1.2.1.31.1.1.1.15.14 = Gauge32: 450
iso.3.6.1.2.1.31.1.1.1.15.15 = Gauge32: 450
iso.3.6.1.2.1.31.1.1.1.15.16 = Gauge32: 1000
iso.3.6.1.2.1.31.1.1.1.16.1 = INTEGER: 2
iso.3.6.1.2.1.31.1.1.1.16.2 = INTEGER: 2
iso.3.6.1.2.1.31.1.1.1.16.3 = INTEGER: 2
iso.3.6.1.2.1.31.1.1.1.16.4 = INTEGER: 2
iso.3.6.1.2.1.31.1.1.1.16.5 = INTEGER: 2
iso.3.6.1.2.1.31.1.1.1.16.6 = INTEGER: 2
iso.3.6.1.2.1.31.1.1.1.16.7 = INTEGER: 2
iso.3.6.1.2.1.31.1.1.1.16.8 = INTEGER: 2
iso.3.6.1.2.1.31.1.1.1.16.9 = INTEGER: 2
iso.3.6.1.2.1.31.1.1.1.16.10 = INTEGER: 2
iso.3.6.1.2.1.31.1.1.1.16.11 = INTEGER: 2
iso.3.6.1.2.1.31.1.1.1.16.12 = INTEGER: 2
iso.3.6.1.2.1.31.1.1.1.16.13 = INTEGER: 2
iso.3.6.1.2.1.31.1.1.1.16.14 = INTEGER: 2
iso.3.6.1.2.1.31.1.1.1.16.15 = INTEGER: 2
iso.3.6.1.2.1.31.1.1.1.16.16 = INTEGER: 2
iso.3.6.1.2.1.31.1.1.1.17.2 = INTEGER: 1
iso.3.6.1.2.1.31.1.1.1.17.3 = INTEGER: 1
iso.3.6.1.2.1.31.1.1.1.17.4 = INTEGER: 1
iso.3.6.1.2.1.31.1.1.1.17.5 = INTEGER: 1
iso.3.6.1.2.1.31.1.1.1.17.6 = INTEGER: 1
iso.3.6.1.2.1.31.1.1.1.17.7 = INTEGER: 1
iso.3.6.1.2.1.31.1.1.1.17.8 = INTEGER: 1
iso.3.6.1.2.1.31.1.1.1.17.9 = INTEGER: 1
iso.3.6.1.2.1.31.1.1.1.17.10 = INTEGER: 1
iso.3.6.1.2.1.31.1.1.1.17.11 = INTEGER: 1
iso.3.6.1.2.1.31.1.1.1.17.12 = INTEGER: 1
iso.3.6.1.2.1.31.1.1.1.17.13 = INTEGER: 1
iso.3.6.1.2.1.31.1.1.1.17.14 = INTEGER: 1
iso.3.6.1.2.1.31.1.1.1.17.15 = INTEGER: 1
iso.3.6.1.2.1.31.1.1.1.17.16 = INTEGER: 1
iso.3.6.1.2.1.31.1.1.1.18.1 = ""
iso.3.6.1.2.1.31.1.1.1.18.2 = ""
iso.3.6.1.2.1.31.1.1.1.18.3 = ""
iso.3.6.1.2.1.31.1.1.1.18.4 = ""
iso.3.6.1.2.1.31.1.1.1.18.5 = ""
iso.3.6.1.2.1.31.1.1.1.18.6 = ""
iso.3.6.1.2.1.31.1.1.1.18.7 = ""
iso.3.6.1.2.1.31.1.1.1.18.8 = ""
iso.3.6.1.2.1.31.1.1.1.18.9 = ""
iso.3.6.1.2.1.31.1.1.1.18.10 = ""
iso.3.6.1.2.1.31.1.1.1.18.11 = ""
iso.3.6.1.2.1.31.1.1.1.18.12 = ""
iso.3.6.1.2.1.31.1.1.1.18.13 = ""
iso.3.6.1.2.1.31.1.1.1.18.14 = ""
iso.3.6.1.2.1.31.1.1.1.18.15 = ""
iso.3.6.1.2.1.31.1.1.1.18.16 = ""
iso.3.6.1.2.1.31.1.1.1.19.1 = Timeticks: (0) 0:00:00.00
iso.3.6.1.2.1.31.1.1.1.19.2 = Timeticks: (0) 0:00:00.00
iso.3.6.1.2.1.31.1.1.1.19.3 = Timeticks: (0) 0:00:00.00
iso.3.6.1.2.1.31.1.1.1.19.4 = Timeticks: (0) 0:00:00.00
iso.3.6.1.2.1.31.1.1.1.19.5 = Timeticks: (0) 0:00:00.00
iso.3.6.1.2.1.31.1.1.1.19.6 = Timeticks: (0) 0:00:00.00
iso.3.6.1.2.1.31.1.1.1.19.7 = Timeticks: (0) 0:00:00.00
iso.3.6.1.2.1.31.1.1.1.19.8 = Timeticks: (0) 0:00:00.00
iso.3.6.1.2.1.31.1.1.1.19.9 = Timeticks: (0) 0:00:00.00
iso.3.6.1.2.1.31.1.1.1.19.10 = Timeticks: (0) 0:00:00.00
iso.3.6.1.2.1.31.1.1.1.19.11 = Timeticks: (0) 0:00:00.00
iso.3.6.1.2.1.31.1.1.1.19.12 = Timeticks: (0) 0:00:00.00
iso.3.6.1.2.1.31.1.1.1.19.13 = Timeticks: (0) 0:00:00.00
iso.3.6.1.2.1.31.1.1.1.19.14 = Timeticks: (0) 0:00:00.00
iso.3.6.1.2.1.31.1.1.1.19.15 = Timeticks: (0) 0:00:00.00
iso.3.6.1.2.1.31.1.1.1.19.16 = Timeticks: (0) 0:00:00.00
iso.3.6.1.2.1.31.1.5.0 = Timeticks: (0) 0:00:00.00
Re: Unable to use SNMP to monitor Wifi points
what does the following give you?
or
Code: Select all
/usr/lib/nagios/plugins/check_snmp -H -C private 192.168.1.245 -o sysUpTime.0Code: Select all
/usr/local/nagios/libexec/check_snmp -H -C private 192.168.1.245 -o sysUpTime.0Rob Hassing


-
nathanplatt
- Posts: 267
- Joined: Thu May 07, 2015 4:59 am
Re: Unable to use SNMP to monitor Wifi points
nagios@nagios:~$ /usr/lib/nagios/plugins/check_snmp -H _C private 192.168.1.245 -o sysUpTime.0
bash: /usr/lib/nagios/plugins/check_snmp: No such file or directory
nagios@nagios:~$ /usr/lib/nagios/plugins/check_snmp -H _C private 192.168.1.245 -o sysUpTime.0
bash: /usr/lib/nagios/plugins/check_snmp: No such file or directory
nagios@nagios:~$ /usr/local/nagios/libexec/check_snmp -H _C private 192.168.1.245 -o sysUpTime.0
CRITICAL - Plugin timed out while executing system call
nagios@nagios:~$
bash: /usr/lib/nagios/plugins/check_snmp: No such file or directory
nagios@nagios:~$ /usr/lib/nagios/plugins/check_snmp -H _C private 192.168.1.245 -o sysUpTime.0
bash: /usr/lib/nagios/plugins/check_snmp: No such file or directory
nagios@nagios:~$ /usr/local/nagios/libexec/check_snmp -H _C private 192.168.1.245 -o sysUpTime.0
CRITICAL - Plugin timed out while executing system call
nagios@nagios:~$
Re: Unable to use SNMP to monitor Wifi points
of course
should be
Code: Select all
/usr/local/nagios/libexec/check_snmp -H _C private 192.168.1.245 -o sysUpTime.0Code: Select all
/usr/local/nagios/libexec/check_snmp -H -C private 192.168.1.245 -o sysUpTime.0Rob Hassing


-
nathanplatt
- Posts: 267
- Joined: Thu May 07, 2015 4:59 am
Re: Unable to use SNMP to monitor Wifi points
nagios@nagios:~$ /usr/local/nagios/libexec/check_snmp -H -C private 192.168.1.245 -o sysUpTime.0
External command error: Unknown flag passed to -C: :
nagios@nagios:~$
External command error: Unknown flag passed to -C: :
nagios@nagios:~$