Page 2 of 2

Re: ERROR: Description Table: Request table is empty or does

Posted: Thu Aug 03, 2017 12:14 pm
by tgriep
You may need to contact Brocade for more information on what OID's need to be polled to gather that information.

Re: ERROR: Description Table: Request table is empty or does

Posted: Wed Aug 09, 2017 9:26 am
by sarfarosh
Hi tgriep,
Below is the SNMP & OID config.



sh service snmp

snmp {

community r0m1s2o3u4 {

authorization ro

client 172.16.100.21

client 172.17.131.1

client 172.18.120.222

client 172.17.131.124

client 172.17.131.178

client 172.17.131.179

client 172.17.131.122

client 172.17.131.100

client 172.16.100.28

client 172.18.130.221

}

contact [email protected]

location DATACENTER-1stFLOOR-CC4-PUNE-MAHARASHTRA-INDIA

notification {

bgp {

all

}

}

trap-source 125.18.106.147

trap-target 172.16.100.21

trap-target 172.16.100.28

trap-target 172.17.131.1

trap-target 172.17.131.100

trap-target 172.17.131.122

trap-target 172.17.131.124

trap-target 172.17.131.178

trap-target 172.17.131.179

trap-target 172.18.120.222

trap-target 172.18.130.221

v3 {

group readonly {

seclevel auth

view readview

}

user netmon {

auth {

plaintext-key "********"

type md5

}

privacy {

plaintext-key "********"

type des

}

}

}

view readview {

oid 1.3.6.1.2.1.4

}

}

Re: ERROR: Description Table: Request table is empty or does

Posted: Wed Aug 09, 2017 2:40 pm
by tgriep
I think you need to specify the specific OIDs you need to poll on the device.
Also, you may need to setup the firewall to allow the Nagios server to poll the Brocade server.
I suggest going to Brocade's site and search there and see if you can find a document on enabling SNMP on your device.
http://www.brocade.com/en.html

Re: ERROR: Description Table: Request table is empty or does

Posted: Mon Aug 21, 2017 8:53 am
by sarfarosh
Hi tgriep,
I have came across configuring the Firewall Device. I am configuring it with check_nwc_health and its working fine for interface-errors and uptime but for memory-usage, cpu-load and hardware-health, its not fetching data and exits with output : Mode memory-usage not implemented for this type of device. Please guide me what can be done here.
Make&Model - Fortigate 300D.

CPU Usage - .1.3.6.1.4.1.12356.101.4.1.3.0
snmpget -v2c -cENS-SNMP 192.168.30.1 .1.3.6.1.4.1.12356.101.4.1.3.0
output - SNMPv2-SMI::enterprises.12356.101.4.1.3.0 = Gauge32: 2

Memory Usage - .1.3.6.1.4.1.12356.101.4.1.4.0
snmpget -v2c -cENS-SNMP 192.168.30.1 .1.3.6.1.4.1.12356.101.4.1.4.0
output - SNMPv2-SMI::enterprises.12356.101.4.1.4.0 = Gauge32: 71

Re: ERROR: Description Table: Request table is empty or does

Posted: Mon Aug 21, 2017 11:07 am
by tgriep
I would guess that the plugin is having problems identifying your device so you would need to specify it in the check_nwc_health command like the example below

Code: Select all

--servertype Fortigate

Re: ERROR: Description Table: Request table is empty or does

Posted: Tue Aug 22, 2017 3:01 am
by sarfarosh
Hi tgriep,
Thank you. that worked for me.

Re: ERROR: Description Table: Request table is empty or does

Posted: Tue Aug 22, 2017 9:11 am
by bolson
Closing this topic as resolved.

Thank you for visiting the Nagios Support Forum!