Start a Conversation

Unsolved

This post is more than 5 years old

8160

October 31st, 2017 22:00

Dell OM Nagios plugins - CRITICAL if not all NIC ports are UP

I am trying the Nagios plugins v2.1 and it looks pretty good.  However, "Dell EMC Server Network Device Status" reported CRITICAL because I have two ports are not connected as shown below.

Is there a way I can select only a group of ports to monitored?  Other suggestion are welcome.

Device is PowerEdge M630 (VRTX)

#1 ConnectionStatus = DOWN, FQDD = NIC.ChassisSlot.5-2-1, Name = Broadcom Gigabit Ethernet BCM5719 - 00:0A:F7:B5:E3:CD
#2 ConnectionStatus = DOWN, FQDD = NIC.ChassisSlot.5-4-1, Name = Broadcom Gigabit Ethernet BCM5719 - 00:0A:F7:B5:E3:CF
#3 ConnectionStatus = DOWN, FQDD = NIC.ChassisSlot.5-1-1, Name = Broadcom Gigabit Ethernet BCM5719 - 00:0A:F7:B5:E3:CC
#4 ConnectionStatus = DOWN, FQDD = NIC.ChassisSlot.5-3-1, Name = Broadcom Gigabit Ethernet BCM5719 - 00:0A:F7:B5:E3:CE
#5 ConnectionStatus = UP, FQDD = NIC.Integrated.1-3-1, Name = QLogic 577xx/578xx 10 Gb Ethernet BCM57840 - D0:94:66:15:EB:55
#6 ConnectionStatus = UP, FQDD = NIC.Integrated.1-1-1, Name = QLogic 577xx/578xx 10 Gb Ethernet BCM57840 - D0:94:66:15:EA:81
#7 ConnectionStatus = UP, FQDD = NIC.Integrated.1-2-1, Name = QLogic 577xx/578xx 10 Gb Ethernet BCM57840 - D0:94:66:15:EA:84
#8 ConnectionStatus = UP, FQDD = NIC.Integrated.1-4-1, Name = QLogic 577xx/578xx 10 Gb Ethernet BCM57840 - D0:94:66:15:EB:58 

Thanks

1 Rookie

 • 

44 Posts

November 6th, 2017 03:00

Hi,

Unfortunately, at present, the OpenManage Plugin for Nagios-Core version 2.1 does not support monitoring only a selected group of ports.

In version 3.0 of the Nagios-Core plugin, which will be coming soon, overall NIC monitoring status will show up as "OK" if at least one of the NIC instances has its "Connection Status = UP". Ans that will make sure that the Overall Server Status will also be OK.

Thanks,

Anupam

November 12th, 2017 20:00

Thank you for the confirmation.

1 Rookie

 • 

9 Posts

August 30th, 2018 01:00

Dear Anupam i have installed the Dell_EMC_OpenManage_Plugin_v3.0_Nagios_Core_A00.tar.gz and the plugin report a critical status as only 2 interfaces from 4 are connected. The 2 which are connected are in a NIC-Team.

Total Instances: 4, Connected Instances: 2, Down Instances: 2
#1 ConnectionStatus = Up, FQDD = NIC.Embedded.1-1-1, LinkSpeed = 1000 Mbps, FirmwareVersion = 20.8.4, ProductName = Broadcom Gigabit Ethernet BCM5720 - 18:66:DA:AE:40:DC
#2 ConnectionStatus = Up, FQDD = NIC.Embedded.2-1-1, LinkSpeed = 1000 Mbps, FirmwareVersion = 20.8.4, ProductName = Broadcom Gigabit Ethernet BCM5720 - 18:66:DA:AE:40:DD
#3 ConnectionStatus = Down, FQDD = NIC.Embedded.3-1-1, LinkSpeed = Unknown, FirmwareVersion = 20.8.4, ProductName = Broadcom Gigabit Ethernet BCM5720 - 18:66:DA:AE:40:DE
#4 ConnectionStatus = Down, FQDD = NIC.Embedded.4-1-1, LinkSpeed = Unknown, FirmwareVersion = 20.8.4, ProductName = Broadcom Gigabit Ethernet BCM5720 - 18:66:DA:AE:40:DF

How can i adjust the check to receive an ok status instead of critical.

Thanks, and best regards

August 30th, 2018 06:00

Hi,

In check command, change --excludeinstance="ConnectionStatus==Up"! to --excludeinstance="ConnectionStatus==Down"! and then restart nagios service. After next polling only "Up" instances will be shown and overall service status will be shown as "OK".

More Details:

Navigate to /dell/config/objects, open corresponding host config file and change the check_command as mentioned above for "Dell EMC Server Network Device Status" service.

Restart Nagios service.

 

Thanks & Regards,

Rajshekar P

 

1 Rookie

 • 

9 Posts

August 31st, 2018 02:00

Thank you this fixed the problem for now. I will search in the future for another solution to compare the status for the nic. The idea is to configure a value in the monitoring for interfaces that need to be up and if the received value from the DRAC is lower then an warning should be fired.

Regards

Markus

5 Posts

June 14th, 2019 08:00

I was just wondering if this is not a counterproductive solution. If an interface that is supposed to be up goes down, won't that interface just disappear and the status remains ok? Is it not possible to exclude interfaces with FQDD==NIC.whatever ?

1 Rookie

 • 

44 Posts

July 3rd, 2019 12:00

@Moe1984, I agree with you. You can use "FQDD=NIC.whatever" to exclude a particular interface.

5 Posts

July 3rd, 2019 12:00

Thank you for your reply, but that's the thing.  "FQDD=NIC.whatever"  does not work for me in this context.

5 Posts

October 31st, 2020 19:00

We are now at OM 3.1. We still can't select network ports to monitor. Dell, please consider this as a feature request. It is common that machines with multiple network ports only use some of them. This situation is ripe for false positives and system operators ignoring warning states in Nagios.

No Events found!

Top