This command configures default and global action settings for events. To override actions for a specific event definition, use eventdefinition modify.
Usage
eventdefinitionconfig modify [--smtp-host SMTP_HOST] [--smtp-port SMTP_PORT] [--smtp-user SMTP_USER] [--smtp-password SMTP_PASSWORD] [--smtp-enable-tls] [--smtp-disable-tls] [--email-subject SUBJECT] [--email-sender SENDER] [--email-recipients RECIPIENTS] [--syslog-host SYSLOG_HOST] [--syslog-port PORT] [--syslog-protocol udp|tcp] [--webhook-url URL] [--webhook-method POST|GET|PUT|PATCH|DELETE] [--webhook-data PAYLOAD] [--disable-actions] [--enable-actions] [--quota-email-suffix] [--quota-email-provider] [--quota-email-interval] "--id", "--syslog-enable-vms-audit", "--syslog-disable-vms-audit", "--syslog-enable-shell-audit", "--syslog-disable-shell-audit", "--syslog-enable-ipmi-audit", "--syslog-disable-ipmi-audit", "--audit-logs-retention", "--quota-email-hourly-limit"
Options
Example
vcli: admin> eventdefinitionconfig modify --smtp-host mail.company.com --smtp-port 587 --smtp-user smtp-admin --smtp-password wh2tever --smtp-enable-tls --email-sender do_not_reply@company.com --email-recipients storage_admin@company.com,bsmith@company.com,abrown@company.com --syslog-host 192.0.2.0
Comments
0 comments
Article is closed for comments.