Users Guide

Table Of Contents
Table 7. dellemc_configure_idrac_eventing (continued)
Parameter/aliases Required Default Choices Comments
destination No None NA Destination for SNMP Trap
snmp_v3_username No NA NA SNMP v3 username for SNMP Trap
snmp_trap_state No NA
Enabled
Disabled
Whether to Enable or Disable SNMP
alert
email_alert_state No NA
Enabled
Disabled
Whether to Enable or Disable Email
alert
alert_number No None NA Alert number for Email configuration
address No NA NA Email address for SNMP Trap
custom_message No NA NA
Custom message for SNMP Trap
reference
enable_alerts No NA
Enabled
Disabled
Whether to Enable or Disable iDRAC
alerts
authentication No NA
Enabled
Disabled
Simple Mail Transfer Protocol
Authentication
smtp_ip_address No NA NA SMTP IP address for communication
smtp_port No None NA SMTP Port number for access
username No None NA Username for SMTP authentication
password No None NA Password for SMTP authentication
Table 8. Return Values
Name Description Returned Type Output
iDRAC
eventing
Configures the iDRAC
eventing attributes
Success String https://github.com/dell/dellemc-
openmanage-ansible-modules/
tree/devel/output/idrac/
dellemc_configure_idrac_eventing.md
Example
-name: Configure the iDRAC eventing attributes
dellemc.openmanage.dellemc_configure_idrac_eventing:
idrac_ip: "192.168.0.1"
idrac_user: "user_name"
idrac_password: "user_password"
share_name: "192.168.0.1:/share"
share_password: "share_user"
share_user: "share_password"
share_mnt: "/mnt/share"
destination_number: "2"
destination: "1.1.1.1"
snmp_v3_username: "None"
snmp_trap_state: "Enabled"
email_alert_state: "Disabled"
alert_number: "1"
address: "alert_email@company.com"
custom_message: "Custom Message"
enable_alerts: "Disabled"
authentication: "Enabled"
smtp_ip_address: "192.168.0.1"
smtp_port: "25"
username: "username"
password: "password"
Modules for iDRAC
25