alarm_enrichment how to use hostname in udata.message
book
Article ID: 102362
calendar_today
Updated On:
Products
DX Infrastructure Management
NIMSOFT PROBES
Issue/Introduction
- we have configured alarm_enrichment to generate a custom alarm message
udata.message = [alarm.origin] : [cmdb.iOrder] - HOSTNAME - [alarm.udata.message]
- It was expected that HOSTNAME would be evaluated to reflect the actual hostname of the source robot but this did not work.
Environment
Release:
Component: UIMCDM
Resolution
- replace HOSTNAME with [alarm.udata.values.hostname]
udata.message = [alarm.origin] : [cmdb.iOrder] - [alarm.udata.values.hostname] - [alarm.udata.message]
Feedback
thumb_up
Yes
thumb_down
No