HP Distributed Print Service Administration Guide

Chapter 7 205
Using Notification
Creating a Notification Profile
Enter:
pdset -c queue -x "notification-profile+= \
{event-identifier=queue-backlogged delivery-method=e-mail}" \
Queue1
You have taken advantage of the defaulting conditions of the notification
profile.
One value will be added to the existing values.
The added value will have one event (queue-backlogged) and a
delivery-method of electronic-mail.
The added value will have the default of your locale and your
delivery-address.
If you check the values by using the command:
pdls -c queue -g -r notification-profile Queue1
you will see two values similar to these among any others:
{event-identifiers=queue-backlogged
delivery-method=electronic-mail
delivery-address=user@mmco.com locale=C}
{event-identifiers=object-deleted object-cleaned
queue-backlogged delivery-method=message
delivery-address=username locale=C}
Using Just the delivery-method Component
If you just use the component delivery-method, you can add, replace, or
delete a notification profile value that contains your delivery-address
value and the correct delivery-method value (one you specify).
To add a notification-profile value containing the default values
for the other components or replace an existing value that has your
delivery-address and a delivery-method value of
electronic-mail, enter:
pdset -c queue -x "notification-profile+= \
{delivery-method=e-mail}" Queue1
To delete a notification-profile value containing your
delivery-address and a delivery-method value of message, enter:
pdset -c queue -x "notification-profile-= \
{delivery-method=message}" Queue1