- This topic has 5 replies, 4 voices, and was last updated 16 years, 9 months ago by .
-
Topic
-
Ok, I just don’t get why I keep getting this following error in the hcimonitord.log when an alert fires:
Code:
[aler:aler:WARN/0: hcimonitord:12/21/2007 08:16:08] Reloading config file ‘/qdx/quovadx/qdx5.5/integrator/clinical/Alerts/default.alrt’.
[aler:aler:INFO/0: hcimonitord:12/21/2007 08:16:08] New alert #0:
{VALUE pvmf} {SOURCE {localhost }} {MODE actual} {WITH -1} {COMP {<= 25}} {FOR once} {WINDOW {* * * * * *}} {HOST {}} {ACTION {{exec {alert_mail gatkinson@bwmc.umms.org "Virtual MemoryAlert" "%A"}}}} [aler:aler:INFO/0: hcimonitord:12/21/2007 08:16:08] can't read "HCISITEDIR": no such variable [aler:aler:INFO/0: hcimonitord:12/21/2007 08:16:08] New alert #1: {VALUE df} {SOURCE {/qdx }} {MODE actual} {WITH -1} {COMP {>= 78}} {FOR once} {WINDOW {* * * * * *}} {HOST {}} {ACTION {{exec {$HCISITEDIR/cscripts/alert_mail “gatkinson@bwmc.umms.org; rweisser@bwmc.umms.org” “QDX disk is 80% full – Check Immediately” “%A”}}}}
[aler:aler:INFO/0: hcimonitord:12/21/2007 08:16:08] can’t read “HCISITEDIR”: no such variable
This is error I don’t understand : “can’t read “HCISITEDIR”: no such variable.” I get this for all the entries in the alert file.
When the alert fires I do get an email from hci. I have the path to the script “alert_mail” in my path. But, when I remove this part from “exec” in the alerts $HCISITEDIR/cscripts and replace with just “alert_mail”, I do not receive an email alert. If I run the alert_mail script from the command line, I do get a email. This is where I am confused. I am missing something somehwere, but I just don’t see it. We are on CLoverleaf version 5.5 rev1 on AIX 5.3 os.
- The forum ‘Cloverleaf’ is closed to new topics and replies.