1*f6e214c7SGavin Maltby# 2*f6e214c7SGavin Maltby# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 3*f6e214c7SGavin Maltby# 4*f6e214c7SGavin Maltby# CDDL HEADER START 5*f6e214c7SGavin Maltby# 6*f6e214c7SGavin Maltby# The contents of this file are subject to the terms of the 7*f6e214c7SGavin Maltby# Common Development and Distribution License (the "License"). 8*f6e214c7SGavin Maltby# You may not use this file except in compliance with the License. 9*f6e214c7SGavin Maltby# 10*f6e214c7SGavin Maltby# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 11*f6e214c7SGavin Maltby# or http://www.opensolaris.org/os/licensing. 12*f6e214c7SGavin Maltby# See the License for the specific language governing permissions 13*f6e214c7SGavin Maltby# and limitations under the License. 14*f6e214c7SGavin Maltby# 15*f6e214c7SGavin Maltby# When distributing Covered Code, include this CDDL HEADER in each 16*f6e214c7SGavin Maltby# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 17*f6e214c7SGavin Maltby# If applicable, add the following below this CDDL HEADER, with the 18*f6e214c7SGavin Maltby# fields enclosed by brackets "[]" replaced with your own identifying 19*f6e214c7SGavin Maltby# information: Portions Copyright [yyyy] [name of copyright owner] 20*f6e214c7SGavin Maltby# 21*f6e214c7SGavin Maltby# CDDL HEADER END 22*f6e214c7SGavin Maltby# 23*f6e214c7SGavin Maltby# 24*f6e214c7SGavin Maltby# DO NOT EDIT -- this file is generated by the Event Registry. 25*f6e214c7SGavin Maltby# 26*f6e214c7SGavin Maltby 27*f6e214c7SGavin Maltby# 28*f6e214c7SGavin Maltby# default format for subject of emails generated by the smtp-notify agent 29*f6e214c7SGavin Maltby# 30*f6e214c7SGavin Maltby# params: hostname, code 31*f6e214c7SGavin Maltby# 32*f6e214c7SGavin Maltbymsgid "smtp-notify-subject-template" 33*f6e214c7SGavin Maltbymsgstr "Solaris Event Notification:%s:%s" 34*f6e214c7SGavin Maltby 35*f6e214c7SGavin Maltby# 36*f6e214c7SGavin Maltby# format for subject of emails generated by the smtp-notify agent 37*f6e214c7SGavin Maltby# for SMF service state transition events 38*f6e214c7SGavin Maltby# 39*f6e214c7SGavin Maltby# params: hostname, fmri, from-state, to-state 40*f6e214c7SGavin Maltby# 41*f6e214c7SGavin Maltbymsgid "smtp-notify-smf-subject-template" 42*f6e214c7SGavin Maltbymsgstr "%s: %s %s->%s" 43*f6e214c7SGavin Maltby 44*f6e214c7SGavin Maltby# 45*f6e214c7SGavin Maltby# format for subject of emails generated by the smtp-notify agent 46*f6e214c7SGavin Maltby# for FMA events 47*f6e214c7SGavin Maltby# 48*f6e214c7SGavin Maltby# params: hostname, code 49*f6e214c7SGavin Maltby# 50*f6e214c7SGavin Maltbymsgid "smtp-notify-fm-subject-template" 51*f6e214c7SGavin Maltbymsgstr "Fault Management Event: %s:%s" 52*f6e214c7SGavin Maltby 53*f6e214c7SGavin Maltby# 54*f6e214c7SGavin Maltby# Generic message template for raw software events 55*f6e214c7SGavin Maltby# 56*f6e214c7SGavin Maltbymsgid "ireport-msg-template" 57*f6e214c7SGavin Maltbymsgstr "HOSTNAME: %s\nTIMESTAMP: %s\nCLASS: %s\n" 58*f6e214c7SGavin Maltby 59*f6e214c7SGavin Maltby# 60*f6e214c7SGavin Maltby# default email message template for SMF service state transition events 61*f6e214c7SGavin Maltby# 62*f6e214c7SGavin Maltbymsgid "ireport.os.smf-msg-template" 63*f6e214c7SGavin Maltbymsgstr "HOSTNAME: %s\nTIMESTAMP: %s\nFMRI: %s\nFROM-STATE: %s\nTO-STATE: %s\nDESCRIPTION: %s\nREASON: %s\n" 64