Can someone explain why I keep getting these warnings in my hcimonitord log files when my alerts are loaded?
I get them for all my alerts.
I get these same warning in 6.0 and 6.2.1.
[aler:aler:INFO/0:_hcimonitord_:04/19/2018 10:41:11] MODE key not found, use ‘actual’ by default.
[aler:aler:WARN/0:_hcimonitord_:04/19/2018 10:41:11] All fields in WINDOW key are taken as ‘*’
[aler:aler:INFO/0:_hcimonitord_:04/19/2018 10:41:11] New alert ID: #0
[aler:aler:WARN/0:_hcimonitord_:04/19/2018 10:41:11] Alert def loaded with warnings:
[aler:aler:WARN/0:_hcimonitord_:–/–/—- –:–:–]
[aler:aler:WARN/0:_hcimonitord_:–/–/—- –:–:–] { NAME processes_running }
[aler:aler:WARN/0:_hcimonitord_:–/–/—- –:–:–] { GROUPS error }
[aler:aler:WARN/0:_hcimonitord_:–/–/—- –:–:–] { VALUE ps }
[aler:aler:WARN/0:_hcimonitord_:–/–/—- –:–:–] { SOURCE {prc_dbc prc_dft prc_ref} }
[aler:aler:WARN/0:_hcimonitord_:–/–/—- –:–:–] { WITH -2 }
[aler:aler:WARN/0:_hcimonitord_:–/–/—- –:–:–] { COMP {!= running} }
[aler:aler:WARN/0:_hcimonitord_:–/–/—- –:–:–] { FOR once }
[aler:aler:WARN/0:_hcimonitord_:–/–/—- –:–:–] { WINDOW */*/*/* }
[aler:aler:WARN/0:_hcimonitord_:–/–/—- –:–:–] { ACTION {
[aler:aler:WARN/0:_hcimonitord_:–/–/—- –:–:–] { exec {powershell.exe “& {c:/cloverleaf_tasks/powershell/meld_alert.ps1 -CSite lumc_fin -CAlert ‘%N’ -CLevel %G -CMessage ‘%A’ “}} }
[aler:aler:WARN/0:_hcimonitord_:–/–/—- –:–:–] } }
The definition of my alert:
# Alert config: default.alrt
#
prologue
who: dmladebruin-adm
date: April 6, 2018 3:35:00 PM CEST
type: alrt
version: 3.0
end_prologue
#
{ALERT
{ NAME processes_running }
{ GROUPS error }
{ VALUE ps }
{ SOURCE {prc_dbc prc_dft prc_ref} }
{ WITH -2 }
{ COMP {!= running} }
{ FOR once }
{ WINDOW */*/*/* }
{ ACTION {
{ exec {powershell.exe “& {c:cloverleaf_taskspowershellmeld_alert.ps1 -CSite lumc_fin -CAlert ‘%N’ -CLevel %G -CMessage ‘%A’ “}} }
} }
}
Diana
LUMC -Leiden University Medical Centre
The Netherlands