- This topic has 4 replies, 2 voices, and was last updated 19 years, 4 months ago by .
-
Topic
-
My first experience with alerts and I’m trying to incorporate a TCL proc into it to interrogate the the thread’s information. All I’m trying to do for starters is make sure the thread name is valid.
proc EOM_Alerts { args } {
keylget args THREADNAME threadName
msiAttach
echo “*** MSIATTACH DONE ***”
if {[msiTocEntry $threadName returnValue] == 0} {
echo “*** $threadName DOES NOT EXIST FOR SITE mhpmitst ***”
#exec /scripts/emclient -s minor -g IE_APP -o $threadName -a mphmitst -t
“The thread name $threadName does not exist for site mhpmitst – check engine’s
alert configuration”
#return
}
}
I get this error: [msi :msi :ERR /0: hcimonitord] msiGlobalInit: Called more than once!
I tried a couple different things but I’m missing something.
Any ideas for this alert newbie?
Thanks.
- The forum ‘Cloverleaf’ is closed to new topics and replies.