Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
43
Email Notification
例) problem-resolve の報告先として syslog と smtp を追加
–smtp のあて先は、 root@localhost を指定
診断内容やアップデートの通知をサポート
# svccfg setnotify problem -resolved syslog:active
# svccfg setnotify problem -resolved mailto:root@localhost
# svcs -n
Event: problem-resolved
Notification Type: snmp
Active: true
Notification Type: syslog
Active: true
Notification Type: smtp
Active: true
to:
[email protected]
smtp, syslog での通知が追加