Users Guide

The Dell EMC Chassis enclosure status will display the Primary Status of the Enclosure only. For more information, see
PowerEdge VRTX Chassis console or the PoweEdge VRTX chassis User’s Guide at Dell.com/support.
NOTE:
Table 33. Units and description
Unit Description
GHz Giga Hertz
W Watt
GB Giga Byte
RPM Revolutions Per Minute
A Ampere
V Volts
MB Mega Bytes
By default, the preceding services are scheduled once every four hours.
Excluding instances
The script to exclude component instances for all the services:
python dellemc_nagios_discovery_service_utility.py --host="IP address" --
service="Servicename" --excludeinstance="<AttributeName> operator <AttributeValue>" -
output.file=<host file location>
When the discovery utility script is run with valid arguments, it should exclude the instances of the components. Following are the
arguments provided:
1. --host: hostname or IP of the device
2. --services: Name of the component for which instances are excluded
3. --excludeinstance: A condition with IN or "==" operator to exclude instance
Excluding multiple instances
To exclude multiple instances, use "IN" operator with "()" For example,
python dellemc_nagios_discovery_service_utility.py --host="100.96.25.86" --service="NIC" -
excludeinstance="FQDD IN ('NIC.Integrated.1-3-1','NIC.Integrated.1-4-1')" -output.file=/usr/
local/nagios/dell/config/objects
NOTE: "IN" operator is not case-sensitive.
Excluding single instance
To exclude single instances, use "==" operator. For example,
python dellemc_nagios_discovery_service_utility.py --host="100.96.25.86" --service="NIC" -
excludeinstance="FQDD == 'NIC.Integrated.1-3-1'" -output.file=/usr/local/nagios/dell/config/
objects
NOTE: If output.file option is not provided, it takes the value as "<NAGIOS_HOME>/dell/config/objects"
Monitoring component health status of Dell EMC devices
To monitor the component health status of Dell EMC devices:
1. In Nagios Core user interface, under Current Status, select Services.
2. Select the associated service to monitor the health of Dell EMC device.
Monitoring Dell EMC devices
39