Along with sending e-mail messages, vzrmond allows you to use external instant messaging applications for sending alerts via other means of communication (e.g. via ICQ or SMS). Let us assume that you wish to configure the Centericq application to send notifications about the Hardware Node state to your ICQ. To this effect, you should perform the following operations on the Monitor Node:
centericq package, for example:# rpm -ihv centericq-4.21.0-1.i386.rpm
Preparing... #################################### [100%]
1:centericq #################################### [100%]
CUSTOM_ACTION and CUSTOM_LIST parameters in the /etc/vzrmond.conf configuration file to inform vzrmond that it should use the Centericq application for sending messages. For example:...
CUSTOM_ACTION="centericq -s msg -p icq"
CUSTOM_LIST="-t 24359283"
...
The parameters specified above mean the following:
-s option is used to denote the type of event to be sent (in our case it is a message - 'msg');-p option is used to specify the destination instant messaging network (icq);-t option is used to indicate the ICQ UIN (Unified Identification Number) where the message is to be sent (24359283).Note: Detailed information on all parameters that can be specified in the vzrmond.conf file is provided in the Parallels Virtuozzo Containers Reference Guide.